aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/pci-gart_64.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * x86: make GART to respect device's dma_mask about virtual mappingsFUJITA Tomonori2008-09-141-11/+28
| | * x86: convert gart to use is_buffer_dma_capable helper functionFUJITA Tomonori2008-09-101-13/+3
| | * x86: gart alloc_coherent doesn't need to check NULL device argumentFUJITA Tomonori2008-09-051-3/+0
| | * x86: dma_*_coherent rework patchset v2, fixFUJITA Tomonori2008-08-221-15/+10
| | * Merge branch 'x86/gart' into x86/iommuIngo Molnar2008-08-221-10/+17
| | |\
| | * | dma-mapping.h, x86: remove last user of dma_mapping_ops->map_simpleFUJITA Tomonori2008-08-221-1/+0
| | * | x86: move dma_*_coherent functions to include fileJoerg Roedel2008-08-221-2/+2
| | * | x86: add free_coherent dma_ops callback to GART driverJoerg Roedel2008-08-221-0/+10
| | * | x86: add alloc_coherent dma_ops callback to GART driverJoerg Roedel2008-08-221-0/+21
| |/ /
| | |
| \ \
*-. \ \ Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/cr...Ingo Molnar2008-10-061-19/+28
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| | * x86: gart iommu have direct mapping when agp is present tooYinghai Lu2008-10-051-9/+11
| |/ |/|
| * x86 gart: allocate size-aligned address for alloc_coherent, v2FUJITA Tomonori2008-08-171-9/+16
| * Merge branch 'linus' into x86/gartIngo Molnar2008-08-151-9/+5
| |\ | |/ |/|
| * x86, pci: iommu fix potential overflow in alloc_iommu()Prarit Bhargava2008-07-231-1/+1
* | Merge branch 'x86/iommu' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Jesse Barnes2008-07-281-7/+4
|\ \
| * | x86 gart: replace to_pages macro with iommu_num_pagesJoerg Roedel2008-07-261-7/+4
| |/
* | dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori2008-07-261-2/+1
|/
* driver core: fix a lot of printk usages of bus_idGreg Kroah-Hartman2008-07-211-3/+1
*---. Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x8...Ingo Molnar2008-07-211-0/+1
|\ \ \
| * | | x86: make only GART code include gart.hFUJITA Tomonori2008-07-111-0/+1
| | |/ | |/|
* | | x86: max_low_pfn_mapped fix #4Yinghai Lu2008-07-141-5/+2
* | | x86: max_low_pfn_mapped fix, #1Yinghai Lu2008-07-131-0/+11
|/ /
* | x86: remove end_pfn in 64bitYinghai Lu2008-07-081-2/+2
* | x86 gart: remove unnecessary set_bit_stringFUJITA Tomonori2008-06-301-1/+0
* | pci-gart_64.c: could we get better explanation?Pavel Machek2008-06-261-2/+2
* | x86, gart: add resume handlingRafael J. Wysocki2008-06-121-5/+52
* | Merge branch 'linus' into x86/gartIngo Molnar2008-06-121-1/+30
|\ \ | |/
| * suspend-vs-iommu: prevent suspend if we could not resumePavel Machek2008-06-041-1/+30