| Commit message (Expand) | Author | Age | Files | Lines |
*-. | Merge branches 'dma-debug/next', 'amd-iommu/command-cleanups', 'amd-iommu/ats... | Joerg Roedel | 2011-05-10 | 1 | -0/+1 |
|\ \ |
|
| | * | PCI: Move ATS declarations in seperate header file | Joerg Roedel | 2011-04-11 | 1 | -0/+1 |
| |/ |
|
* | | Merge git://git.infradead.org/iommu-2.6 | Linus Torvalds | 2011-04-21 | 1 | -12/+43 |
|\ \ |
|
| * | | intel_iommu: disable all VT-d PMRs when TXT launched | Joseph Cihula | 2011-04-21 | 1 | -9/+29 |
| * | | intel-iommu: Fix get_domain_for_dev() error path | Alex Williamson | 2011-03-12 | 1 | -1/+1 |
| * | | intel-iommu: Unlink domain from iommu | Alex Williamson | 2011-03-12 | 1 | -1/+12 |
| * | | intel-iommu: Fix use after release during device attach | Jan Kiszka | 2011-01-17 | 1 | -1/+1 |
* | | | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
| |/
|/| |
|
* | | drivers: Final irq namespace conversion | Thomas Gleixner | 2011-03-29 | 1 | -1/+1 |
* | | PCI / Intel IOMMU: Use syscore_ops instead of sysdev class and sysdev | Rafael J. Wysocki | 2011-03-23 | 1 | -29/+9 |
|/ |
|
* | Merge git://git.infradead.org/iommu-2.6 | Linus Torvalds | 2010-09-27 | 1 | -0/+27 |
|\ |
|
| * | intel-iommu: Use symbolic values instead of magic numbers in Lenovo w/a | Adam Jackson | 2010-09-21 | 1 | -2/+12 |
| * | intel-iommu: Abort IOMMU setup for igfx if BIOS gave no shadow GTT space | David Woodhouse | 2010-09-21 | 1 | -0/+17 |
* | | drivers/pci/intel-iommu.c: fix build with older gcc's | Andrew Morton | 2010-09-22 | 1 | -47/+43 |
|/ |
|
* | Merge git://git.infradead.org/iommu-2.6 | Linus Torvalds | 2010-08-15 | 1 | -1/+1 |
|\ |
|
| * | intel-iommu: Fix 32-bit build warning with __cmpxchg() | David Woodhouse | 2010-08-10 | 1 | -1/+1 |
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy... | Linus Torvalds | 2010-08-09 | 1 | -0/+28 |
|\ \ |
|
| * | | ioat2: catch and recover from broken vtd configurations v6 | Dan Williams | 2010-08-04 | 1 | -0/+28 |
* | | | iommu-api: Extension to check for interrupt remapping | Tom Lyon | 2010-07-19 | 1 | -0/+2 |
| |/
|/| |
|
* | | intel-iommu: Force-disable IOMMU for iGFX on broken Cantiga revisions. | David Woodhouse | 2010-06-15 | 1 | -1/+7 |
* | | intel-iommu: Fix double lock in get_domain_for_dev() | Jiri Slaby | 2010-06-15 | 1 | -1/+2 |
* | | intel-iommu: Fix reference by physical address in intel_iommu_attach_device() | Sheng Yang | 2010-06-15 | 1 | -1/+2 |
|/ |
|
* | Merge git://git.infradead.org/iommu-2.6 | Linus Torvalds | 2010-05-21 | 1 | -70/+59 |
|\ |
|
| * | intel-iommu: intel_iommu_map_range failed at very end of address space | Tom Lyon | 2010-05-17 | 1 | -8/+3 |
| * | intel-iommu: errors with smaller iommu widths | Tom Lyon | 2010-05-17 | 1 | -19/+21 |
| * | intel-iommu: Print out iommu seq_id | Yinghai Lu | 2010-04-09 | 1 | -3/+6 |
| * | intel-iommu: Avoid global flushes with caching mode. | Nadav Amit | 2010-04-09 | 1 | -5/+14 |
| * | intel-iommu: Use correct domain ID when caching mode is enabled | Nadav Amit | 2010-04-09 | 1 | -9/+9 |
| * | intel-iommu mistakenly uses offset_pfn when caching mode is enabled | Nadav Amit | 2010-04-09 | 1 | -2/+1 |
| * | intel-iommu: use for_each_set_bit() | Akinobu Mita | 2010-04-09 | 1 | -26/+7 |
* | | VT-d: Change {un}map_range functions to implement {un}map interface | Joerg Roedel | 2010-03-07 | 1 | -10/+12 |
* | | iommu-api: Rename ->{un}map function pointers to ->{un}map_range | Joerg Roedel | 2010-03-07 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 2009-12-30 | 1 | -3/+3 |
|\ |
|
| * | PCI: change PCI nomenclature in drivers/pci/ (comment changes) | Stefan Assmann | 2009-12-16 | 1 | -3/+3 |
* | | Merge git://git.infradead.org/iommu-2.6 | Linus Torvalds | 2009-12-16 | 1 | -35/+43 |
|\ \
| |/
|/| |
|
| * | Revert "Intel IOMMU: Avoid memory allocation failures in dma map api calls" | KOSAKI Motohiro | 2009-12-08 | 1 | -22/+3 |
| * | intel-iommu: ignore page table validation in pass through mode | Chris Wright | 2009-12-08 | 1 | -5/+8 |
| * | intel-iommu: Fix oops with intel_iommu=igfx_off | David Woodhouse | 2009-12-08 | 1 | -0/+3 |
| * | intel-iommu: Check for an RMRR which ends before it starts. | David Woodhouse | 2009-12-08 | 1 | -0/+10 |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Woodhouse | 2009-12-08 | 1 | -3/+42 |
| |\ |
|
| * | | iommu: Allocate dma-remapping structures using numa locality info | Suresh Siddha | 2009-10-05 | 1 | -8/+19 |
* | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2009-12-11 | 1 | -5/+5 |
|\ \ \
| |_|/
|/| | |
|
| * | | PCI: use pci_is_pcie() in pci core | Kenji Kaneshige | 2009-11-24 | 1 | -5/+5 |
| |/ |
|
* | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-12-05 | 1 | -2/+4 |
|\ \ |
|
| * | | x86: Handle HW IOMMU initialization failure gracefully | FUJITA Tomonori | 2009-11-10 | 1 | -2/+4 |
| |/ |
|
* | | intel-iommu: Support PCIe hot-plug | Fenghua Yu | 2009-11-12 | 1 | -0/+29 |
* | | intel-iommu: Obey coherent_dma_mask for alloc_coherent on passthrough | Alex Williamson | 2009-11-12 | 1 | -1/+9 |
|/ |
|
* | intel-iommu: Yet another BIOS workaround: Isoch DMAR unit with no TLB space | David Woodhouse | 2009-09-30 | 1 | -5/+77 |
* | Merge git://git.infradead.org/iommu-2.6 | Linus Torvalds | 2009-09-23 | 1 | -162/+161 |
|\ |
|
| * | intel-iommu: Disable PMRs after we enable translation, not before | David Woodhouse | 2009-09-19 | 1 | -2/+3 |