summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/pci-dma.c
Commit message (Expand)AuthorAgeFilesLines
* x86: Split swiotlb initialization into two stagesFUJITA Tomonori2009-12-151-5/+4
* x86: Move swiotlb initialization before dma32_free_bootmemFUJITA Tomonori2009-12-141-1/+4
* x86: Kill bad_dma_address variableFUJITA Tomonori2009-11-171-3/+0
* Merge commit 'v2.6.32-rc7' into core/iommuIngo Molnar2009-11-171-4/+2
|\
| * x86/PCI: Adjust GFP mask handling for coherent allocationsJan Beulich2009-11-081-4/+2
* | x86: Set dma_ops to nommu_dma_ops by defaultFUJITA Tomonori2009-11-151-3/+1
* | swiotlb: Remove the swiotlb variable usageFUJITA Tomonori2009-11-111-4/+1
* | x86: Add iommu_init to x86_init_ops, fix buildIngo Molnar2009-11-101-0/+1
* | x86, 32-bit: Fix swiotlb boot crashFUJITA Tomonori2009-11-101-0/+2
* | x86: Handle HW IOMMU initialization failure gracefullyFUJITA Tomonori2009-11-101-8/+13
* | x86: intel-iommu: Convert detect_intel_iommu to use iommu_init hookFUJITA Tomonori2009-11-101-2/+0
* | x86: amd_iommu: Convert amd_iommu_detect() to use iommu_init hookFUJITA Tomonori2009-11-101-2/+0
* | x86: GART: Convert gart_iommu_hole_init() to use iommu_init hookFUJITA Tomonori2009-11-101-2/+0
* | x86: Calgary: Convert detect_calgary() to use iommu_init hookFUJITA Tomonori2009-11-101-2/+0
* | x86: Add iommu_init to x86_init_opsFUJITA Tomonori2009-11-101-0/+2
* | x86: Fix iommu=nodac parameter handlingTejun Heo2009-11-081-1/+1
* | x86: Use x86_platform for iommu_shutdownFUJITA Tomonori2009-11-081-7/+0
|/
* Merge git://git.infradead.org/~dwmw2/iommu-2.6.32Linus Torvalds2009-10-131-1/+1
|\
| * x86: Move pci_iommu_init to rootfs_initcall()David Woodhouse2009-10-121-1/+1
* | x86, pci: Correct spelling in a commentMarin Mitov2009-10-031-1/+1
|/
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-09-161-3/+1
|\
| * PCI iommu: iommu=pt is a valid early paramAlex Williamson2009-09-091-3/+1
* | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-111-2/+9
|\ \
| * \ Merge branch 'amd-iommu/2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2009-09-041-1/+8
| |\ \
| | * | x86/dma: Mark iommu_pass_through as __read_mostlyJoerg Roedel2009-09-031-1/+8
| | |/
| * / x86: replace is_buffer_dma_capable() with dma_capableFUJITA Tomonori2009-07-281-1/+1
| |/
* / kmemleak: Ignore the aperture memory hole on x86_64Catalin Marinas2009-09-011-0/+6
|/
* intel-iommu: Make iommu=pt work on i386 tooDavid Woodhouse2009-07-011-1/+1
* Merge git://git.infradead.org/~dwmw2/iommu-2.6.31Linus Torvalds2009-06-221-0/+6
|\
| * Fix !CONFIG_DMAR build failure introduced by Intel IOMMU Pass Through SupportFenghua Yu2009-05-011-2/+2
| * Intel IOMMU Pass Through SupportFenghua Yu2009-04-291-0/+6
* | amd-iommu: disable IOMMU hardware on shutdownJoerg Roedel2009-06-151-0/+2
|/
* dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24)Yang Hongyang2009-04-071-1/+1
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-2/+2
* dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40)Yang Hongyang2009-04-071-1/+1
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-04-011-2/+1
|\
| * x86: use dev_printk in quirk messageBjorn Helgaas2009-03-201-2/+1
* | dma-debug/x86: register pci bus for dma-debug leak detectionJoerg Roedel2009-03-171-0/+4
* | dma-debug: x86 architecture bindingsJoerg Roedel2009-03-171-0/+6
* | Merge branch 'linus' into core/iommuIngo Molnar2009-01-111-1/+1
|\|
| * PCI: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-071-1/+1
* | x86, ia64: convert to use generic dma_map_ops structFUJITA Tomonori2009-01-061-2/+2
|/
* Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-12-301-9/+4
|\
| * x86: unify pci iommu setup and allow swiotlb to compile for 32 bitJeremy Fitzhardinge2008-12-171-2/+4
| * x86: remove unused iommu_nr_pagesJeremy Fitzhardinge2008-12-161-7/+0
* | Merge branch 'x86/iommu' into x86/coreIngo Molnar2008-12-231-6/+1
|\ \
| * | x86: remove dead BIO_VMERGE_BOUNDARY definitionFUJITA Tomonori2008-12-031-6/+0
| * | x86: move GART specific stuff from iommu.h to gart.hJoerg Roedel2008-11-281-0/+1
| |/
* / x86: fix missing space in printk, #2Michael Tokarev2008-12-051-2/+2
|/
* x86/PCI: build failure at x86/kernel/pci-dma.c with !CONFIG_PCIFenghua Yu2008-10-241-0/+16