| Commit message (Expand) | Author | Age |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 2009-12-30 |
|\ |
|
| * | PCI: change PCI nomenclature in drivers/pci/ (comment changes) | Stefan Assmann | 2009-12-16 |
* | | Merge git://git.infradead.org/iommu-2.6 | Linus Torvalds | 2009-12-16 |
|\ \
| |/
|/| |
|
| * | Revert "Intel IOMMU: Avoid memory allocation failures in dma map api calls" | KOSAKI Motohiro | 2009-12-08 |
| * | intel-iommu: ignore page table validation in pass through mode | Chris Wright | 2009-12-08 |
| * | intel-iommu: Fix oops with intel_iommu=igfx_off | David Woodhouse | 2009-12-08 |
| * | intel-iommu: Check for an RMRR which ends before it starts. | David Woodhouse | 2009-12-08 |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Woodhouse | 2009-12-08 |
| |\ |
|
| * | | iommu: Allocate dma-remapping structures using numa locality info | Suresh Siddha | 2009-10-05 |
* | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2009-12-11 |
|\ \ \
| |_|/
|/| | |
|
| * | | PCI: use pci_is_pcie() in pci core | Kenji Kaneshige | 2009-11-24 |
| |/ |
|
* | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-12-05 |
|\ \ |
|
| * | | x86: Handle HW IOMMU initialization failure gracefully | FUJITA Tomonori | 2009-11-10 |
| |/ |
|
* | | intel-iommu: Support PCIe hot-plug | Fenghua Yu | 2009-11-11 |
* | | intel-iommu: Obey coherent_dma_mask for alloc_coherent on passthrough | Alex Williamson | 2009-11-11 |
|/ |
|
* | intel-iommu: Yet another BIOS workaround: Isoch DMAR unit with no TLB space | David Woodhouse | 2009-09-30 |
* | Merge git://git.infradead.org/iommu-2.6 | Linus Torvalds | 2009-09-23 |
|\ |
|
| * | intel-iommu: Disable PMRs after we enable translation, not before | David Woodhouse | 2009-09-19 |
| * | intel-iommu: Fix integer wrap on 32 bit kernels | Benjamin LaHaise | 2009-09-19 |
| * | intel-iommu: Fix integer overflow in dma_pte_{clear_range,free_pagetable}() | David Woodhouse | 2009-09-19 |
| * | intel-iommu: Limit DOMAIN_MAX_PFN to fit in an 'unsigned long' | David Woodhouse | 2009-09-19 |
| * | intel-iommu: include linux/dmi.h to use dmi_ routines | Stephen Rothwell | 2009-08-31 |
| * | intel-iommu: Cope with yet another BIOS screwup causing crashes | David Woodhouse | 2009-08-26 |
| * | intel-iommu: iommu init error path bug fixes | Donald Dutile | 2009-08-24 |
| * | intel-iommu: Mark functions with __init | Matt Kraai | 2009-08-24 |
| * | intel-iommu: make domain_add_dev_info() call domain_context_mapping() | David Woodhouse | 2009-08-09 |
| * | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 | David Woodhouse | 2009-08-08 |
| |\ |
|
| * | | intel-iommu: Unify hardware and software passthrough support | David Woodhouse | 2009-08-04 |
| * | | intel-iommu: double kfree() | Dan Carpenter | 2009-07-20 |
| * | | intel-iommu: Kill pointless intel_unmap_single() function | David Woodhouse | 2009-07-15 |
| * | | intel-iommu: Defer the iotlb flush and iova free for intel_unmap_sg() too. | David Woodhouse | 2009-07-15 |
| * | | intel-iommu: Remove superfluous iova_alloc_lock from IOVA code | David Woodhouse | 2009-07-15 |
| * | | intel-iommu: Speed up map routines by using cached domain ASAP | David Woodhouse | 2009-07-07 |
* | | | Merge commit 'v2.6.31-rc8' into x86/txt | Ingo Molnar | 2009-09-02 |
|\ \ \
| | |/
| |/| |
|
| * | | intel-iommu: Fix enabling snooping feature by mistake | Sheng Yang | 2009-08-06 |
| * | | intel-iommu: Mask physical address to correct page size in intel_map_single() | Fenghua Yu | 2009-08-05 |
| * | | intel-iommu: Correct sglist size calculation. | Fenghua Yu | 2009-08-05 |
* | | | x86, intel_txt: clean up the impact on generic code, unbreak non-x86 | Shane Wang | 2009-09-01 |
* | | | intel_txt: Force IOMMU on for Intel TXT launch | Joseph Cihula | 2009-07-21 |
|/ / |
|
* / | intel-iommu: Fix intel_iommu_unmap_range() with size 0 | Sheng Yang | 2009-07-08 |
|/ |
|
* | intel-iommu: Don't use identity mapping for PCI devices behind bridges | David Woodhouse | 2009-07-04 |
* | intel-iommu: Use iommu_should_identity_map() at startup time too. | David Woodhouse | 2009-07-04 |
* | intel-iommu: No mapping for non-PCI devices | David Woodhouse | 2009-07-04 |
* | intel-iommu: Restore DMAR_BROKEN_GFX_WA option for broken graphics drivers | David Woodhouse | 2009-07-04 |
* | intel-iommu: Add iommu_should_identity_map() function | David Woodhouse | 2009-07-04 |
* | intel-iommu: Fix reattaching of devices to identity mapping domain | David Woodhouse | 2009-07-04 |
* | intel-iommu: Don't set identity mapping for bypassed graphics devices | David Woodhouse | 2009-07-04 |
* | intel-iommu: Fix dma vs. mm page confusion with aligned_nrpages() | David Woodhouse | 2009-07-04 |
* | intel-iommu: Don't keep freeing page zero in dma_pte_free_pagetable() | David Woodhouse | 2009-07-02 |
* | intel-iommu: Introduce first_pte_in_page() to simplify PTE-setting loops | David Woodhouse | 2009-07-02 |