aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/pci-dma.c
AgeCommit message (Expand)Author
2010-08-26x86, iommu: Utilize the IOMMU_INIT macros functionality.Konrad Rzeszutek Wilk
2010-08-26x86, swiotlb: Simplify SWIOTLB pci_swiotlb_detect routine.Konrad Rzeszutek Wilk
2010-08-02x86: Detect whether we should use Xen SWIOTLB.Konrad Rzeszutek Wilk
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina
2010-02-10x86: Only call dma32_reserve_bootmem 64bit !CONFIG_NUMAYinghai Lu
2010-02-05fix comment typo in pci-dma.cJustin P. Mattock
2009-12-15x86: Split swiotlb initialization into two stagesFUJITA Tomonori
2009-12-14x86: Move swiotlb initialization before dma32_free_bootmemFUJITA Tomonori
2009-11-17x86: Kill bad_dma_address variableFUJITA Tomonori
2009-11-17Merge commit 'v2.6.32-rc7' into core/iommuIngo Molnar
2009-11-15x86: Set dma_ops to nommu_dma_ops by defaultFUJITA Tomonori
2009-11-11swiotlb: Remove the swiotlb variable usageFUJITA Tomonori
2009-11-10x86: Add iommu_init to x86_init_ops, fix buildIngo Molnar
2009-11-10x86, 32-bit: Fix swiotlb boot crashFUJITA Tomonori
2009-11-10x86: Handle HW IOMMU initialization failure gracefullyFUJITA Tomonori
2009-11-10x86: intel-iommu: Convert detect_intel_iommu to use iommu_init hookFUJITA Tomonori
2009-11-10x86: amd_iommu: Convert amd_iommu_detect() to use iommu_init hookFUJITA Tomonori
2009-11-10x86: GART: Convert gart_iommu_hole_init() to use iommu_init hookFUJITA Tomonori
2009-11-10x86: Calgary: Convert detect_calgary() to use iommu_init hookFUJITA Tomonori
2009-11-10x86: Add iommu_init to x86_init_opsFUJITA Tomonori
2009-11-08x86/PCI: Adjust GFP mask handling for coherent allocationsJan Beulich
2009-11-08x86: Fix iommu=nodac parameter handlingTejun Heo
2009-11-08x86: Use x86_platform for iommu_shutdownFUJITA Tomonori
2009-10-13Merge git://git.infradead.org/~dwmw2/iommu-2.6.32Linus Torvalds
2009-10-12x86: Move pci_iommu_init to rootfs_initcall()David Woodhouse
2009-10-03x86, pci: Correct spelling in a commentMarin Mitov
2009-09-16Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds
2009-09-11Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-09-09PCI iommu: iommu=pt is a valid early paramAlex Williamson
2009-09-04Merge branch 'amd-iommu/2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2009-09-03x86/dma: Mark iommu_pass_through as __read_mostlyJoerg Roedel
2009-09-01kmemleak: Ignore the aperture memory hole on x86_64Catalin Marinas
2009-07-28x86: replace is_buffer_dma_capable() with dma_capableFUJITA Tomonori
2009-07-01intel-iommu: Make iommu=pt work on i386 tooDavid Woodhouse
2009-06-22Merge git://git.infradead.org/~dwmw2/iommu-2.6.31Linus Torvalds
2009-06-15amd-iommu: disable IOMMU hardware on shutdownJoerg Roedel
2009-05-01Fix !CONFIG_DMAR build failure introduced by Intel IOMMU Pass Through SupportFenghua Yu
2009-04-29Intel IOMMU Pass Through SupportFenghua Yu
2009-04-07dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24)Yang Hongyang
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang
2009-04-07dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40)Yang Hongyang
2009-04-01Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds
2009-03-20x86: use dev_printk in quirk messageBjorn Helgaas
2009-03-17dma-debug/x86: register pci bus for dma-debug leak detectionJoerg Roedel
2009-03-17dma-debug: x86 architecture bindingsJoerg Roedel
2009-01-11Merge branch 'linus' into core/iommuIngo Molnar
2009-01-07PCI: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2009-01-06x86, ia64: convert to use generic dma_map_ops structFUJITA Tomonori
2008-12-30Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds