Age | Commit message (Expand) | Author | Files | Lines |
2009-11-17 | x86: Kill bad_dma_address variable | FUJITA Tomonori | 1 | -3/+0 |
2009-11-17 | Merge commit 'v2.6.32-rc7' into core/iommu | Ingo Molnar | 1 | -4/+2 |
2009-11-15 | x86: Set dma_ops to nommu_dma_ops by default | FUJITA Tomonori | 1 | -3/+1 |
2009-11-11 | swiotlb: Remove the swiotlb variable usage | FUJITA Tomonori | 1 | -4/+1 |
2009-11-10 | x86: Add iommu_init to x86_init_ops, fix build | Ingo Molnar | 1 | -0/+1 |
2009-11-10 | x86, 32-bit: Fix swiotlb boot crash | FUJITA Tomonori | 1 | -0/+2 |
2009-11-10 | x86: Handle HW IOMMU initialization failure gracefully | FUJITA Tomonori | 1 | -8/+13 |
2009-11-10 | x86: intel-iommu: Convert detect_intel_iommu to use iommu_init hook | FUJITA Tomonori | 1 | -2/+0 |
2009-11-10 | x86: amd_iommu: Convert amd_iommu_detect() to use iommu_init hook | FUJITA Tomonori | 1 | -2/+0 |
2009-11-10 | x86: GART: Convert gart_iommu_hole_init() to use iommu_init hook | FUJITA Tomonori | 1 | -2/+0 |
2009-11-10 | x86: Calgary: Convert detect_calgary() to use iommu_init hook | FUJITA Tomonori | 1 | -2/+0 |
2009-11-10 | x86: Add iommu_init to x86_init_ops | FUJITA Tomonori | 1 | -0/+2 |
2009-11-08 | x86/PCI: Adjust GFP mask handling for coherent allocations | Jan Beulich | 1 | -4/+2 |
2009-11-08 | x86: Fix iommu=nodac parameter handling | Tejun Heo | 1 | -1/+1 |
2009-11-08 | x86: Use x86_platform for iommu_shutdown | FUJITA Tomonori | 1 | -7/+0 |
2009-10-13 | Merge git://git.infradead.org/~dwmw2/iommu-2.6.32 | Linus Torvalds | 1 | -1/+1 |
2009-10-12 | x86: Move pci_iommu_init to rootfs_initcall() | David Woodhouse | 1 | -1/+1 |
2009-10-03 | x86, pci: Correct spelling in a comment | Marin Mitov | 1 | -1/+1 |
2009-09-16 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 1 | -3/+1 |
2009-09-12 | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -2/+9 |
2009-09-10 | PCI iommu: iommu=pt is a valid early param | Alex Williamson | 1 | -3/+1 |
2009-09-04 | Merge branch 'amd-iommu/2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 1 | -1/+8 |
2009-09-03 | x86/dma: Mark iommu_pass_through as __read_mostly | Joerg Roedel | 1 | -1/+8 |
2009-09-01 | kmemleak: Ignore the aperture memory hole on x86_64 | Catalin Marinas | 1 | -0/+6 |
2009-07-28 | x86: replace is_buffer_dma_capable() with dma_capable | FUJITA Tomonori | 1 | -1/+1 |
2009-07-01 | intel-iommu: Make iommu=pt work on i386 too | David Woodhouse | 1 | -1/+1 |
2009-06-23 | Merge git://git.infradead.org/~dwmw2/iommu-2.6.31 | Linus Torvalds | 1 | -0/+6 |
2009-06-15 | amd-iommu: disable IOMMU hardware on shutdown | Joerg Roedel | 1 | -0/+2 |
2009-05-01 | Fix !CONFIG_DMAR build failure introduced by Intel IOMMU Pass Through Support | Fenghua Yu | 1 | -2/+2 |
2009-04-29 | Intel IOMMU Pass Through Support | Fenghua Yu | 1 | -0/+6 |
2009-04-07 | dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24) | Yang Hongyang | 1 | -1/+1 |
2009-04-07 | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) | Yang Hongyang | 1 | -2/+2 |
2009-04-07 | dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40) | Yang Hongyang | 1 | -1/+1 |
2009-04-01 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 1 | -2/+1 |
2009-03-20 | x86: use dev_printk in quirk message | Bjorn Helgaas | 1 | -2/+1 |
2009-03-17 | dma-debug/x86: register pci bus for dma-debug leak detection | Joerg Roedel | 1 | -0/+4 |
2009-03-17 | dma-debug: x86 architecture bindings | Joerg Roedel | 1 | -0/+6 |
2009-01-11 | Merge branch 'linus' into core/iommu | Ingo Molnar | 1 | -1/+1 |
2009-01-07 | PCI: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -1/+1 |
2009-01-06 | x86, ia64: convert to use generic dma_map_ops struct | FUJITA Tomonori | 1 | -2/+2 |
2008-12-31 | Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -9/+4 |
2008-12-23 | Merge branch 'x86/iommu' into x86/core | Ingo Molnar | 1 | -6/+1 |
2008-12-17 | x86: unify pci iommu setup and allow swiotlb to compile for 32 bit | Jeremy Fitzhardinge | 1 | -2/+4 |
2008-12-16 | x86: remove unused iommu_nr_pages | Jeremy Fitzhardinge | 1 | -7/+0 |
2008-12-05 | x86: fix missing space in printk, #2 | Michael Tokarev | 1 | -2/+2 |
2008-12-03 | x86: remove dead BIO_VMERGE_BOUNDARY definition | FUJITA Tomonori | 1 | -6/+0 |
2008-11-28 | x86: move GART specific stuff from iommu.h to gart.h | Joerg Roedel | 1 | -0/+1 |
2008-10-24 | x86/PCI: build failure at x86/kernel/pci-dma.c with !CONFIG_PCI | Fenghua Yu | 1 | -0/+16 |
2008-10-18 | intel-iommu: IA64 support | Fenghua Yu | 1 | -16/+0 |
2008-10-16 | x86: rename iommu_num_pages function to iommu_nr_pages | Joerg Roedel | 1 | -2/+2 |