aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/pci-gart_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-10x86, gart: Rename pci-gart_64.c to amd_gart_64.cJoerg Roedel1-898/+0
2011-04-18x86, gart: Make sure GART does not map physmem above 1TBJoerg Roedel1-1/+8
2011-03-23x86: Use syscore_ops instead of sysdev classes and sysdevsRafael J. Wysocki1-25/+7
2010-11-18x86, amd-nb: Cleanup AMD northbridge caching codeHans Rosenfeld1-12/+12
2010-11-18x86, amd-nb: Complete the rename of AMD NB and related codeHans Rosenfeld1-17/+17
2010-10-21Merge branch 'x86-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+2
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-10/+19
2010-09-20x86, k8: Rename k8.[ch] to amd_nb.[ch] and CONFIG_K8_NB to CONFIG_AMD_NBAndreas Herrmann1-1/+1
2010-09-17x86, k8-gart: Decouple handling of garts and northbridgesAndreas Herrmann1-9/+18
2010-09-05x86, GART: Disable GART table walk probesBorislav Petkov1-1/+1
2010-08-26x86, GART/AMD-VI: Make AMD GART and IOMMU use IOMMU_INIT_* macros.Konrad Rzeszutek Wilk1-0/+2
2010-04-13Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu into x86/urgentIngo Molnar1-0/+3
2010-04-07x86/gart: Disable GART explicitly before initializationJoerg Roedel1-0/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-13x86, k8 nb: Fix boot crash: enable k8_northbridges unconditionally on AMD systemsBorislav Petkov1-1/+1
2009-12-16iommu-helper: use bitmap libraryAkinobu Mita1-3/+3
2009-12-14x86: Gart: fix breakage due to IOMMU initialization cleanupYinghai Lu1-1/+2
2009-11-17x86: gart: Clean up the code a bitIngo Molnar1-55/+61
2009-11-17x86: gart: Add own dma_mapping_error functionFUJITA Tomonori1-5/+13
2009-11-10x86: Handle HW IOMMU initialization failure gracefullyFUJITA Tomonori1-0/+1
2009-11-10x86: GART: Convert gart_iommu_hole_init() to use iommu_init hookFUJITA Tomonori1-10/+5
2009-11-10x86: GART: pci-gart_64.c: Use correct length in strncmpJoe Perches1-1/+1
2009-11-08x86: Use x86_platform for iommu_shutdownFUJITA Tomonori1-2/+4
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-07-28x86: replace is_buffer_dma_capable() with dma_capableFUJITA Tomonori1-3/+2
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches1-1/+1
2009-06-06x86: enable GART-IOMMU only after setting up protection methodsMark Langsdorf1-2/+8
2009-04-15x86 gart: reimplement IOMMU_LEAK feature by using DMA_API_DEBUGFUJITA Tomonori1-37/+8
2009-03-05Merge branch 'linus' into core/iommuIngo Molnar1-1/+1
2009-01-29Documentation: move DMA-mapping.txt to Doc/PCI/Randy Dunlap1-1/+1
2009-01-06x86, ia64: convert to use generic dma_map_ops structFUJITA Tomonori1-7/+7
2009-01-06x86: remove map_single and unmap_single in struct dma_mapping_opsFUJITA Tomonori1-17/+2
2009-01-06x86, gart: add map_page and unmap_pageFUJITA Tomonori1-4/+23
2008-12-29x86_64: pci-gart_64.c iommu_fullflush should be staticJaswinder Singh Rajput1-1/+1
2008-12-18x86 gart: don't complain if no AMD GART foundBjorn Helgaas1-3/+1
2008-12-03x86: fix broken flushing in GART nofullflush pathJoerg Roedel1-0/+2
2008-10-28x86, gart: fix gart detection for Fam11h CPUsJoerg Roedel1-1/+1
2008-10-16x86: convert GART driver to generic iommu_num_pages functionJoerg Roedel1-4/+4
2008-10-16x86: rename iommu_num_pages function to iommu_nr_pagesJoerg Roedel1-4/+4
2008-10-10Merge branches 'core/iommu', 'x86/amd-iommu' and 'x86/iommu' into x86-v28-for-linus-phase3-BIngo Molnar1-58/+67
2008-10-06Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/doc', 'x86/exports', 'x86/fpu', 'x86/gart', 'x86/idle', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog', 'x86/oprofile', 'x86/paravirt', 'x86/reboot', 'x86/sparse-fixes', 'x86/tsc', ...Ingo Molnar1-19/+28
2008-10-05x86: gart iommu have direct mapping when agp is present tooYinghai Lu1-9/+11
2008-09-27x86/iommu: use __GFP_ZERO instead of memset for GARTJoerg Roedel1-8/+5
2008-09-27x86/iommu: convert GART need_flush to boolJoerg Roedel1-5/+5
2008-09-27x86/iommu: make GART driver checkpatch cleanJoerg Roedel1-8/+9
2008-09-25x86 gart: remove unnecessary initializationFUJITA Tomonori1-6/+0
2008-09-25x86: restore old GART alloc_coherent behaviorFUJITA Tomonori1-23/+20
2008-09-25revert "x86: make GART to respect device's dma_mask about virtual mappings"FUJITA Tomonori1-28/+11
2008-09-22iommu: remove fullflush and nofullflush in IOMMU generic optionFUJITA Tomonori1-0/+13
2008-09-22iommu: export iommu_area_reserve helper functionFUJITA Tomonori1-1/+1