| Commit message (Expand) | Author | Age |
* | Merge git://git.infradead.org/~dwmw2/iommu-2.6.32 | Linus Torvalds | 2009-10-13 |
|\ |
|
| * | x86: Move pci_iommu_init to rootfs_initcall() | David Woodhouse | 2009-10-12 |
* | | x86, pci: Correct spelling in a comment | Marin Mitov | 2009-10-03 |
|/ |
|
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2009-09-16 |
|\ |
|
| * | PCI iommu: iommu=pt is a valid early param | Alex Williamson | 2009-09-09 |
* | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-09-11 |
|\ \ |
|
| * \ | Merge branch 'amd-iommu/2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 2009-09-04 |
| |\ \ |
|
| | * | | x86/dma: Mark iommu_pass_through as __read_mostly | Joerg Roedel | 2009-09-03 |
| | |/ |
|
| * / | x86: replace is_buffer_dma_capable() with dma_capable | FUJITA Tomonori | 2009-07-28 |
| |/ |
|
* / | kmemleak: Ignore the aperture memory hole on x86_64 | Catalin Marinas | 2009-09-01 |
|/ |
|
* | intel-iommu: Make iommu=pt work on i386 too | David Woodhouse | 2009-07-01 |
* | Merge git://git.infradead.org/~dwmw2/iommu-2.6.31 | Linus Torvalds | 2009-06-23 |
|\ |
|
| * | Fix !CONFIG_DMAR build failure introduced by Intel IOMMU Pass Through Support | Fenghua Yu | 2009-05-01 |
| * | Intel IOMMU Pass Through Support | Fenghua Yu | 2009-04-29 |
* | | amd-iommu: disable IOMMU hardware on shutdown | Joerg Roedel | 2009-06-15 |
|/ |
|
* | dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24) | Yang Hongyang | 2009-04-07 |
* | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) | Yang Hongyang | 2009-04-07 |
* | dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40) | Yang Hongyang | 2009-04-07 |
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2009-04-01 |
|\ |
|
| * | x86: use dev_printk in quirk message | Bjorn Helgaas | 2009-03-20 |
* | | dma-debug/x86: register pci bus for dma-debug leak detection | Joerg Roedel | 2009-03-17 |
* | | dma-debug: x86 architecture bindings | Joerg Roedel | 2009-03-17 |
* | | Merge branch 'linus' into core/iommu | Ingo Molnar | 2009-01-10 |
|\| |
|
| * | PCI: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-07 |
* | | x86, ia64: convert to use generic dma_map_ops struct | FUJITA Tomonori | 2009-01-06 |
|/ |
|
* | Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2008-12-30 |
|\ |
|
| * | x86: unify pci iommu setup and allow swiotlb to compile for 32 bit | Jeremy Fitzhardinge | 2008-12-17 |
| * | x86: remove unused iommu_nr_pages | Jeremy Fitzhardinge | 2008-12-16 |
* | | Merge branch 'x86/iommu' into x86/core | Ingo Molnar | 2008-12-23 |
|\ \ |
|
| * | | x86: remove dead BIO_VMERGE_BOUNDARY definition | FUJITA Tomonori | 2008-12-03 |
| * | | x86: move GART specific stuff from iommu.h to gart.h | Joerg Roedel | 2008-11-28 |
| |/ |
|
* / | x86: fix missing space in printk, #2 | Michael Tokarev | 2008-12-05 |
|/ |
|
* | x86/PCI: build failure at x86/kernel/pci-dma.c with !CONFIG_PCI | Fenghua Yu | 2008-10-24 |
* | intel-iommu: IA64 support | Fenghua Yu | 2008-10-18 |
* | x86: rename iommu_num_pages function to iommu_nr_pages | Joerg Roedel | 2008-10-16 |
*-. | Merge branches 'core/iommu', 'x86/amd-iommu' and 'x86/iommu' into x86-v28-for... | Ingo Molnar | 2008-10-10 |
|\ \ |
|
| | * | x86: export pci-nommu's alloc_coherent | FUJITA Tomonori | 2008-09-25 |
| | * | iommu: remove fullflush and nofullflush in IOMMU generic option | FUJITA Tomonori | 2008-09-22 |
| | * | x86: move GART TLB flushing options to generic code | Joerg Roedel | 2008-09-19 |
| | * | x86: move dma_*_coherent functions to include file | Joerg Roedel | 2008-08-22 |
| | * | x86: cleanup dma_*_coherent functions | Joerg Roedel | 2008-08-22 |
| |/ |
|
* | | Merge branch 'linus' into x86/cleanups | Ingo Molnar | 2008-08-11 |
|\| |
|
| * | generic, x86: fix add iommu_num_pages helper function | FUJITA Tomonori | 2008-07-29 |
| * | Merge branch 'linus' into core/generic-dma-coherent | Ingo Molnar | 2008-07-28 |
| |\ |
|
| | * | dma-mapping: add the device argument to dma_mapping_error() | FUJITA Tomonori | 2008-07-26 |
| * | | Merge branch 'linus' into core/generic-dma-coherent | Ingo Molnar | 2008-07-18 |
| |\ \ |
|
| * | | | x86: use generic per-device dma coherent allocator | Dmitry Baryshkov | 2008-06-30 |
* | | | | x86: convert pci-dma.c from round_up to roundup | Joerg Roedel | 2008-07-26 |
| |_|/
|/| | |
|
* | | | driver core: fix a lot of printk usages of bus_id | Greg Kroah-Hartman | 2008-07-22 |
| | | | |
| \ \ | |
| \ \ | |
| \ \ | |
*---. | | | Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x8... | Ingo Molnar | 2008-07-21 |
|\ \ \| |
| |_|_|/
|/| | | |
|