aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/aperture_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-23x86/gart: Exclude GART aperture from kcoreKairui Song1-7/+13
2018-11-05x86/gart: Rewrite early_gart_iommu_check() commentBorislav Petkov1-10/+15
2018-01-11x86/gart: Exclude GART aperture from vmcoreJiri Bohac1-1/+45
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-01-28x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"Ingo Molnar1-2/+2
2017-01-28x86/boot/e820: Create coherent API function names for E820 range operationsIngo Molnar1-1/+1
2017-01-28x86/boot/e820: Rename e820_any_mapped()/e820_all_mapped() to e820__mapped_any()/e820__mapped_all()Ingo Molnar1-1/+1
2017-01-28x86/boot/e820: Rename update_e820() to e820__update_table()Ingo Molnar1-1/+1
2017-01-28x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar1-1/+1
2016-03-17param: convert some "on"/"off" users to strtoboolKees Cook1-10/+2
2015-05-06x86/gart: Check for GART support before accessing GART registersAravind Gopalakrishnan1-1/+7
2014-05-23x86/gart: Tidy messages and add bridge device infoBjorn Helgaas1-16/+21
2014-05-23x86/gart: Replace printk() with pr_info()Bjorn Helgaas1-28/+26
2014-03-18Revert "[PATCH] Insert GART region into resource map"Bjorn Helgaas1-19/+1
2013-04-16x86/mm/gart: Drop unnecessary checkWang YanQing1-1/+1
2012-06-06x86/gart: Fix kmemleak warningXiaotian Feng1-6/+0
2011-07-14memblock, x86: Replace memblock_x86_reserve/free_range() with generic onesTejun Heo1-1/+1
2011-07-13memblock: Kill MEMBLOCK_ERRORTejun Heo1-1/+1
2011-04-18x86, gart: Don't enforce GART aperture lower-bound by alignmentJoerg Roedel1-15/+19
2011-04-18x86, gart: Set DISTLBWALKPRB bit alwaysJoerg Roedel1-1/+1
2011-03-18x86: Fix common misspellingsLucas De Marchi1-1/+1
2011-02-14Merge branch 'linus' into x86/bootmemIngo Molnar1-28/+16
2011-01-11x86: Use PCI method for enabling AMD extended config space before MSR methodJan Beulich1-28/+16
2010-12-29x86-64, gart: Fix allocation with memblockYinghai Lu1-17/+16
2010-11-18x86, amd-nb: Complete the rename of AMD NB and related codeHans Rosenfeld1-5/+5
2010-10-21Merge branch 'x86-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+7
2010-10-21Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2010-09-20x86, k8: Rename k8.[ch] to amd_nb.[ch] and CONFIG_K8_NB to CONFIG_AMD_NBAndreas Herrmann1-1/+1
2010-09-05x86, GART: Disable GART table walk probesBorislav Petkov1-6/+8
2010-09-05x86, GART: Remove superfluous AMD64_GARTENBorislav Petkov1-2/+2
2010-08-26x86, iommu: Make all IOMMU's detection routines return a value.Konrad Rzeszutek Wilk1-4/+7
2010-07-20x86, gcc-4.6: Fix set but not read variablesAndi Kleen1-2/+2
2010-04-07x86/gart: Disable GART explicitly before initializationJoerg Roedel1-1/+14
2010-02-16x86/gart: Unexport gart_iommu_apertureFUJITA Tomonori1-1/+0
2010-01-13x86/agp: Fix agp_amd64_init and agp_amd64_cleanupFUJITA Tomonori1-0/+1
2009-12-14x86: Gart: fix breakage due to IOMMU initialization cleanupYinghai Lu1-5/+6
2009-11-10x86: Handle HW IOMMU initialization failure gracefullyFUJITA Tomonori1-1/+1
2009-11-10x86: GART: Convert gart_iommu_hole_init() to use iommu_init hookFUJITA Tomonori1-0/+2
2009-09-01kmemleak: Ignore the aperture memory hole on x86_64Catalin Marinas1-0/+6
2008-11-28aperture_64.c: clarify that too small aperture is valid reason for this codePavel Machek1-2/+3
2008-09-30x86, debug printouts: IOMMU setup failures should not be KERN_ERRAdam Jackson1-3/+3
2008-07-11x86: make only GART code include gart.hFUJITA Tomonori1-0/+1
2008-07-08x86: remove end_pfn in 64bitYinghai Lu1-2/+4
2008-07-08Merge branch 'x86/mpparse' into x86/develIngo Molnar1-1/+1
2008-07-08x86: rename two e820 related functionsYinghai Lu1-1/+1
2008-06-23x86: change early_gart_iommu_check() back to any_mappedYinghai Lu1-2/+2
2008-06-12x86, gart: add resume handlingRafael J. Wysocki1-0/+2
2008-06-05x86: aperture_64.c: corner case wrongPavel Machek1-1/+3
2008-06-05aperture_64.c: duplicated code, buggy?Pavel Machek1-9/+12
2008-05-27x86: aperture_64.c: cleanupsPavel Machek1-3/+3