| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.infradead.org/iommu-2.6 | Linus Torvalds | 2009-09-23 | 1 | -8/+29 |
|\ |
|
| * | intel-iommu: Fix kernel hang if interrupt remapping disabled in BIOS | Youquan Song | 2009-09-11 | 1 | -0/+10 |
| * | intel-iommu: Disallow interrupt remapping if not all ioapics covered | Youquan Song | 2009-09-11 | 1 | -3/+0 |
| * | pci/dmar: correct off-by-one error in dmar_fault() | Troy Heber | 2009-08-30 | 1 | -1/+1 |
| * | intel-iommu: Cope with broken HP DC7900 BIOS | David Woodhouse | 2009-08-04 | 1 | -4/+18 |
* | | Merge branch 'misc-2.6.32' into release | Len Brown | 2009-09-19 | 1 | -0/+1 |
|\ \ |
|
| * | | ACPI: linux/acpi.h should not include linux/dmi.h | Len Brown | 2009-09-19 | 1 | -0/+1 |
| |/ |
|
* | | Merge branch 'sfi-base' into release | Len Brown | 2009-09-19 | 1 | -2/+1 |
|\ \ |
|
| * | | ACPI: Move definition of PREFIX from acpi_bus.h to internal..h | Len Brown | 2009-08-28 | 1 | -2/+1 |
| |/ |
|
* | | x86, intel_txt: clean up the impact on generic code, unbreak non-x86 | Shane Wang | 2009-09-01 | 1 | -1/+1 |
* | | intel_txt: Force IOMMU on for Intel TXT launch | Joseph Cihula | 2009-07-21 | 1 | -0/+7 |
|/ |
|
* | VT-d: add device IOTLB invalidation support | Yu Zhao | 2009-05-18 | 1 | -8/+69 |
* | VT-d: parse ATSR in DMA Remapping Reporting Structure | Yu Zhao | 2009-05-18 | 1 | -6/+106 |
* | intel-iommu: dmar_set_interrupt return error value | Chris Wright | 2009-05-14 | 1 | -1/+1 |
* | intel-iommu: Tidy up iommu->gcmd handling | David Woodhouse | 2009-05-10 | 1 | -4/+2 |
* | intel-iommu: Clean up handling of "caching mode" vs. IOTLB flushing. | David Woodhouse | 2009-05-10 | 1 | -11/+3 |
* | intel-iommu: Clean up handling of "caching mode" vs. context flushing. | David Woodhouse | 2009-05-10 | 1 | -10/+3 |
* | Intel IOMMU Pass Through Support | Fenghua Yu | 2009-04-29 | 1 | -1/+10 |
* | intel-iommu: Avoid panic() for DRHD at address zero. | David Woodhouse | 2009-04-10 | 1 | -1/+10 |
* | intel-iommu: Handle PCI domains appropriately. | David Woodhouse | 2009-04-04 | 1 | -0/+1 |
* | Intel IOMMU Suspend/Resume Support - Queued Invalidation | Fenghua Yu | 2009-04-03 | 1 | -15/+55 |
* | x86, dmar: use atomic allocations for QI and Intr-remapping init | Suresh Siddha | 2009-03-17 | 1 | -3/+3 |
* | x86, dmar: start with sane state while enabling dma and interrupt-remapping | Suresh Siddha | 2009-03-17 | 1 | -4/+1 |
* | x86, dmar: routines for disabling queued invalidation and intr remapping | Suresh Siddha | 2009-03-17 | 1 | -0/+36 |
* | x86, x2apic: enable fault handling for intr-remapping | Suresh Siddha | 2009-03-17 | 1 | -18/+84 |
* | x86, dmar: move page fault handling code to dmar.c | Suresh Siddha | 2009-03-17 | 1 | -0/+191 |
* | Merge branch 'x86/urgent' into x86/pat | Ingo Molnar | 2009-03-01 | 1 | -17/+56 |
|\ |
|
| * | intel-iommu: fix endless "Unknown DMAR structure type" loop | Tony Battersby | 2009-02-14 | 1 | -0/+8 |
| * | VT-d: handle Invalidation Queue Error to avoid system hang | Yu Zhao | 2009-02-09 | 1 | -16/+45 |
| * | intel-iommu: fix build error with INTR_REMAP=y and DMAR=n | Joerg Roedel | 2009-02-09 | 1 | -1/+3 |
* | | pci, x86, acpi: fix early_ioremap() leak | Yinghai Lu | 2009-02-11 | 1 | -2/+5 |
|/ |
|
* | calculate agaw for each iommu | Weidong Han | 2009-01-03 | 1 | -0/+10 |
* | VT-d: fix segment number being ignored when searching DRHD | Yu Zhao | 2009-01-03 | 1 | -18/+18 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David Woodhouse | 2008-10-21 | 1 | -26/+31 |
|\ |
|
| * | Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2008-10-20 | 1 | -27/+34 |
| |\ |
|
| | * | dmar: fix dmar_parse_dev() devices_cnt error condition check | Suresh Siddha | 2008-10-16 | 1 | -1/+1 |
| | * | dmar: use list_for_each_entry_safe() in dmar_dev_scope_init() | Suresh Siddha | 2008-10-16 | 1 | -4/+4 |
| | * | dmar: initialize the return value in dmar_parse_dev() | Yinghai Lu | 2008-10-16 | 1 | -1/+1 |
| | * | dmar: fix using early fixmap mapping for DMAR table parsing | Yinghai Lu | 2008-10-16 | 1 | -21/+28 |
* | | | dmar: fix uninitialised 'ret' variable in dmar_parse_dev() | David Woodhouse | 2008-10-18 | 1 | -3/+2 |
* | | | intel-iommu: IA64 support | Fenghua Yu | 2008-10-18 | 1 | -8/+11 |
* | | | dmar: remove the quirk which disables dma-remapping when intr-remapping enabled | Youquan Song | 2008-10-17 | 1 | -15/+5 |
* | | | dmar: context cache and IOTLB invalidation using queued invalidation | Youquan Song | 2008-10-17 | 1 | -0/+56 |
* | | | dmar: use spin_lock_irqsave() in qi_submit_sync() | Suresh Siddha | 2008-10-17 | 1 | -6/+13 |
|/ / |
|
* / | VT-d: Changes to support KVM | Kay, Allen M | 2008-10-15 | 1 | -2/+2 |
|/ |
|
* | x64, x2apic/intr-remap: disable DMA-remapping if Interrupt-remapping is detec... | Suresh Siddha | 2008-07-12 | 1 | -0/+25 |
* | x64, x2apic/intr-remap: Interrupt remapping infrastructure | Suresh Siddha | 2008-07-12 | 1 | -0/+16 |
* | x64, x2apic/intr-remap: Queued invalidation infrastructure (part of VT-d) | Suresh Siddha | 2008-07-12 | 1 | -0/+150 |
* | x64, x2apic/intr-remap: parse ioapic scope under vt-d structures | Suresh Siddha | 2008-07-12 | 1 | -0/+3 |
* | x64, x2apic/intr-remap: Fix the need for RMRR in the DMA-remapping detection | Suresh Siddha | 2008-07-12 | 1 | -3/+1 |