aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/pci-gart_64.c
Commit message (Expand)AuthorAgeFilesLines
* x86, gart: Rename pci-gart_64.c to amd_gart_64.cJoerg Roedel2011-05-101-898/+0
* x86, gart: Make sure GART does not map physmem above 1TBJoerg Roedel2011-04-181-1/+8
* x86: Use syscore_ops instead of sysdev classes and sysdevsRafael J. Wysocki2011-03-231-25/+7
* x86, amd-nb: Cleanup AMD northbridge caching codeHans Rosenfeld2010-11-181-12/+12
* x86, amd-nb: Complete the rename of AMD NB and related codeHans Rosenfeld2010-11-181-17/+17
* Merge branch 'x86-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-10-211-0/+2
|\
| * x86, GART/AMD-VI: Make AMD GART and IOMMU use IOMMU_INIT_* macros.Konrad Rzeszutek Wilk2010-08-261-0/+2
* | Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-211-10/+19
|\ \
| * | x86, k8: Rename k8.[ch] to amd_nb.[ch] and CONFIG_K8_NB to CONFIG_AMD_NBAndreas Herrmann2010-09-201-1/+1
| * | x86, k8-gart: Decouple handling of garts and northbridgesAndreas Herrmann2010-09-171-9/+18
| |/
* | x86, GART: Disable GART table walk probesBorislav Petkov2010-09-051-1/+1
|/
* Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Ingo Molnar2010-04-131-0/+3
|\
| * x86/gart: Disable GART explicitly before initializationJoerg Roedel2010-04-071-0/+3
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* x86, k8 nb: Fix boot crash: enable k8_northbridges unconditionally on AMD sys...Borislav Petkov2010-03-131-1/+1
* iommu-helper: use bitmap libraryAkinobu Mita2009-12-161-3/+3
* x86: Gart: fix breakage due to IOMMU initialization cleanupYinghai Lu2009-12-141-1/+2
* x86: gart: Clean up the code a bitIngo Molnar2009-11-171-55/+61
* x86: gart: Add own dma_mapping_error functionFUJITA Tomonori2009-11-171-5/+13
* x86: Handle HW IOMMU initialization failure gracefullyFUJITA Tomonori2009-11-101-0/+1
* x86: GART: Convert gart_iommu_hole_init() to use iommu_init hookFUJITA Tomonori2009-11-101-10/+5
* x86: GART: pci-gart_64.c: Use correct length in strncmpJoe Perches2009-11-101-1/+1
* x86: Use x86_platform for iommu_shutdownFUJITA Tomonori2009-11-081-2/+4
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* x86: replace is_buffer_dma_capable() with dma_capableFUJITA Tomonori2009-07-281-3/+2
* Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-081-1/+1
* x86: enable GART-IOMMU only after setting up protection methodsMark Langsdorf2009-06-061-2/+8
* x86 gart: reimplement IOMMU_LEAK feature by using DMA_API_DEBUGFUJITA Tomonori2009-04-151-37/+8
* Merge branch 'linus' into core/iommuIngo Molnar2009-03-051-1/+1
|\
| * Documentation: move DMA-mapping.txt to Doc/PCI/Randy Dunlap2009-01-291-1/+1
* | x86, ia64: convert to use generic dma_map_ops structFUJITA Tomonori2009-01-061-7/+7
* | x86: remove map_single and unmap_single in struct dma_mapping_opsFUJITA Tomonori2009-01-061-17/+2
* | x86, gart: add map_page and unmap_pageFUJITA Tomonori2009-01-061-4/+23
|/
* x86_64: pci-gart_64.c iommu_fullflush should be staticJaswinder Singh Rajput2008-12-291-1/+1
* x86 gart: don't complain if no AMD GART foundBjorn Helgaas2008-12-181-3/+1
* x86: fix broken flushing in GART nofullflush pathJoerg Roedel2008-12-031-0/+2
* x86, gart: fix gart detection for Fam11h CPUsJoerg Roedel2008-10-281-1/+1
* x86: convert GART driver to generic iommu_num_pages functionJoerg Roedel2008-10-161-4/+4
* x86: rename iommu_num_pages function to iommu_nr_pagesJoerg Roedel2008-10-161-4/+4
*-. Merge branches 'core/iommu', 'x86/amd-iommu' and 'x86/iommu' into x86-v28-for...Ingo Molnar2008-10-101-58/+67
|\ \
| | * x86/iommu: use __GFP_ZERO instead of memset for GARTJoerg Roedel2008-09-271-8/+5
| | * x86/iommu: convert GART need_flush to boolJoerg Roedel2008-09-271-5/+5
| | * x86/iommu: make GART driver checkpatch cleanJoerg Roedel2008-09-271-8/+9
| | * x86 gart: remove unnecessary initializationFUJITA Tomonori2008-09-251-6/+0
| | * x86: restore old GART alloc_coherent behaviorFUJITA Tomonori2008-09-251-23/+20
| | * revert "x86: make GART to respect device's dma_mask about virtual mappings"FUJITA Tomonori2008-09-251-28/+11
| | * iommu: remove fullflush and nofullflush in IOMMU generic optionFUJITA Tomonori2008-09-221-0/+13
| | * iommu: export iommu_area_reserve helper functionFUJITA Tomonori2008-09-221-1/+1
| | * x86: move GART TLB flushing options to generic codeJoerg Roedel2008-09-191-13/+0
| | * x86: gart alloc_coherent does virtual mapppings only when necessaryFUJITA Tomonori2008-09-141-1/+9