aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/pci-dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-08x86/PCI: Adjust GFP mask handling for coherent allocationsJan Beulich1-4/+2
2009-10-13Merge git://git.infradead.org/~dwmw2/iommu-2.6.32Linus Torvalds1-1/+1
2009-10-12x86: Move pci_iommu_init to rootfs_initcall()David Woodhouse1-1/+1
2009-10-03x86, pci: Correct spelling in a commentMarin Mitov1-1/+1
2009-09-16Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-3/+1
2009-09-11Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+9
2009-09-09PCI iommu: iommu=pt is a valid early paramAlex Williamson1-3/+1
2009-09-04Merge branch 'amd-iommu/2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu into core/iommuIngo Molnar1-1/+8
2009-09-03x86/dma: Mark iommu_pass_through as __read_mostlyJoerg Roedel1-1/+8
2009-09-01kmemleak: Ignore the aperture memory hole on x86_64Catalin Marinas1-0/+6
2009-07-28x86: replace is_buffer_dma_capable() with dma_capableFUJITA Tomonori1-1/+1
2009-07-01intel-iommu: Make iommu=pt work on i386 tooDavid Woodhouse1-1/+1
2009-06-22Merge git://git.infradead.org/~dwmw2/iommu-2.6.31Linus Torvalds1-0/+6
2009-06-15amd-iommu: disable IOMMU hardware on shutdownJoerg Roedel1-0/+2
2009-05-01Fix !CONFIG_DMAR build failure introduced by Intel IOMMU Pass Through SupportFenghua Yu1-2/+2
2009-04-29Intel IOMMU Pass Through SupportFenghua Yu1-0/+6
2009-04-07dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24)Yang Hongyang1-1/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-2/+2
2009-04-07dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40)Yang Hongyang1-1/+1
2009-04-01Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-2/+1
2009-03-20x86: use dev_printk in quirk messageBjorn Helgaas1-2/+1
2009-03-17dma-debug/x86: register pci bus for dma-debug leak detectionJoerg Roedel1-0/+4
2009-03-17dma-debug: x86 architecture bindingsJoerg Roedel1-0/+6
2009-01-11Merge branch 'linus' into core/iommuIngo Molnar1-1/+1
2009-01-07PCI: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2009-01-06x86, ia64: convert to use generic dma_map_ops structFUJITA Tomonori1-2/+2
2008-12-30Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-9/+4
2008-12-23Merge branch 'x86/iommu' into x86/coreIngo Molnar1-6/+1
2008-12-17x86: unify pci iommu setup and allow swiotlb to compile for 32 bitJeremy Fitzhardinge1-2/+4
2008-12-16x86: remove unused iommu_nr_pagesJeremy Fitzhardinge1-7/+0
2008-12-05x86: fix missing space in printk, #2Michael Tokarev1-2/+2
2008-12-03x86: remove dead BIO_VMERGE_BOUNDARY definitionFUJITA Tomonori1-6/+0
2008-11-28x86: move GART specific stuff from iommu.h to gart.hJoerg Roedel1-0/+1
2008-10-24x86/PCI: build failure at x86/kernel/pci-dma.c with !CONFIG_PCIFenghua Yu1-0/+16
2008-10-18intel-iommu: IA64 supportFenghua Yu1-16/+0
2008-10-16x86: rename iommu_num_pages function to iommu_nr_pagesJoerg Roedel1-2/+2
2008-10-10Merge branches 'core/iommu', 'x86/amd-iommu' and 'x86/iommu' into x86-v28-for-linus-phase3-BIngo Molnar1-143/+34
2008-09-25x86: export pci-nommu's alloc_coherentFUJITA Tomonori1-0/+31
2008-09-22iommu: remove fullflush and nofullflush in IOMMU generic optionFUJITA Tomonori1-13/+0
2008-09-19x86: move GART TLB flushing options to generic codeJoerg Roedel1-0/+13
2008-08-22x86: move dma_*_coherent functions to include fileJoerg Roedel1-46/+3
2008-08-22x86: cleanup dma_*_coherent functionsJoerg Roedel1-109/+12
2008-08-11Merge branch 'linus' into x86/cleanupsIngo Molnar1-131/+26
2008-07-29generic, x86: fix add iommu_num_pages helper functionFUJITA Tomonori1-0/+8
2008-07-29Merge branch 'linus' into core/generic-dma-coherentIngo Molnar1-30/+20
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori1-11/+16
2008-07-26x86: convert pci-dma.c from round_up to roundupJoerg Roedel1-1/+1
2008-07-21driver core: fix a lot of printk usages of bus_idGreg Kroah-Hartman1-4/+2
2008-07-21Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x86/core', 'x86/cpu', 'x86/fixmap', 'x86/gart', 'x86/kprobes', 'x86/memtest', 'x86/modules', 'x86/nmi', 'x86/pat', 'x86/reboot', 'x86/setup', 'x86/step', 'x86/unify-pci', 'x86/uv', 'x86/xen' and 'xen-64bit' into x86/for-linusIngo Molnar1-15/+2
2008-07-18x86: reduce forbid_dac's visibilityJan Beulich1-2/+1