aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/aperture_64.c
AgeCommit message (Expand)Author
2018-04-12x86/gart: Exclude GART aperture from vmcoreJiri Bohac
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-01-28x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"Ingo Molnar
2017-01-28x86/boot/e820: Create coherent API function names for E820 range operationsIngo Molnar
2017-01-28x86/boot/e820: Rename e820_any_mapped()/e820_all_mapped() to e820__mapped_any...Ingo Molnar
2017-01-28x86/boot/e820: Rename update_e820() to e820__update_table()Ingo Molnar
2017-01-28x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar
2016-03-17param: convert some "on"/"off" users to strtoboolKees Cook
2015-05-06x86/gart: Check for GART support before accessing GART registersAravind Gopalakrishnan
2014-05-23x86/gart: Tidy messages and add bridge device infoBjorn Helgaas
2014-05-23x86/gart: Replace printk() with pr_info()Bjorn Helgaas
2014-03-18Revert "[PATCH] Insert GART region into resource map"Bjorn Helgaas
2013-04-16x86/mm/gart: Drop unnecessary checkWang YanQing
2012-06-06x86/gart: Fix kmemleak warningXiaotian Feng
2011-07-14memblock, x86: Replace memblock_x86_reserve/free_range() with generic onesTejun Heo
2011-07-13memblock: Kill MEMBLOCK_ERRORTejun Heo
2011-04-18x86, gart: Don't enforce GART aperture lower-bound by alignmentJoerg Roedel
2011-04-18x86, gart: Set DISTLBWALKPRB bit alwaysJoerg Roedel
2011-03-18x86: Fix common misspellingsLucas De Marchi
2011-02-14Merge branch 'linus' into x86/bootmemIngo Molnar
2011-01-11x86: Use PCI method for enabling AMD extended config space before MSR methodJan Beulich
2010-12-29x86-64, gart: Fix allocation with memblockYinghai Lu
2010-11-18x86, amd-nb: Complete the rename of AMD NB and related codeHans Rosenfeld
2010-10-21Merge branch 'x86-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-10-21Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-09-20x86, k8: Rename k8.[ch] to amd_nb.[ch] and CONFIG_K8_NB to CONFIG_AMD_NBAndreas Herrmann
2010-09-05x86, GART: Disable GART table walk probesBorislav Petkov
2010-09-05x86, GART: Remove superfluous AMD64_GARTENBorislav Petkov
2010-08-26x86, iommu: Make all IOMMU's detection routines return a value.Konrad Rzeszutek Wilk
2010-07-20x86, gcc-4.6: Fix set but not read variablesAndi Kleen
2010-04-07x86/gart: Disable GART explicitly before initializationJoerg Roedel
2010-02-16x86/gart: Unexport gart_iommu_apertureFUJITA Tomonori
2010-01-13x86/agp: Fix agp_amd64_init and agp_amd64_cleanupFUJITA Tomonori
2009-12-14x86: Gart: fix breakage due to IOMMU initialization cleanupYinghai Lu
2009-11-10x86: Handle HW IOMMU initialization failure gracefullyFUJITA Tomonori
2009-11-10x86: GART: Convert gart_iommu_hole_init() to use iommu_init hookFUJITA Tomonori
2009-09-01kmemleak: Ignore the aperture memory hole on x86_64Catalin Marinas
2008-11-28aperture_64.c: clarify that too small aperture is valid reason for this codePavel Machek
2008-09-30x86, debug printouts: IOMMU setup failures should not be KERN_ERRAdam Jackson
2008-07-11x86: make only GART code include gart.hFUJITA Tomonori
2008-07-08x86: remove end_pfn in 64bitYinghai Lu
2008-07-08Merge branch 'x86/mpparse' into x86/develIngo Molnar
2008-07-08x86: rename two e820 related functionsYinghai Lu
2008-06-23x86: change early_gart_iommu_check() back to any_mappedYinghai Lu
2008-06-12x86, gart: add resume handlingRafael J. Wysocki
2008-06-05x86: aperture_64.c: corner case wrongPavel Machek
2008-06-05aperture_64.c: duplicated code, buggy?Pavel Machek
2008-05-27x86: aperture_64.c: cleanupsPavel Machek
2008-05-22x86, aperture_64: use symbolic constantsPavel Machek
2008-05-12x86: clean up aperture_64.cYinghai Lu