summaryrefslogtreecommitdiffstats
path: root/drivers/pci/dmar.c
Commit message (Expand)AuthorAgeFilesLines
* intel-iommu: Decode (and ignore) RHSA entriesRoland Dreier2009-09-241-0/+10
* intel-iommu: Make "Unknown DMAR structure" message more informativeRoland Dreier2009-09-241-1/+2
* Merge git://git.infradead.org/iommu-2.6Linus Torvalds2009-09-231-8/+29
|\
| * intel-iommu: Fix kernel hang if interrupt remapping disabled in BIOSYouquan Song2009-09-111-0/+10
| * intel-iommu: Disallow interrupt remapping if not all ioapics coveredYouquan Song2009-09-111-3/+0Star
| * pci/dmar: correct off-by-one error in dmar_fault()Troy Heber2009-08-301-1/+1
| * intel-iommu: Cope with broken HP DC7900 BIOSDavid Woodhouse2009-08-041-4/+18
* | Merge branch 'misc-2.6.32' into releaseLen Brown2009-09-191-0/+1
|\ \
| * | ACPI: linux/acpi.h should not include linux/dmi.hLen Brown2009-09-191-0/+1
| |/
* | Merge branch 'sfi-base' into releaseLen Brown2009-09-191-2/+1Star
|\ \
| * | ACPI: Move definition of PREFIX from acpi_bus.h to internal..hLen Brown2009-08-291-2/+1Star
| |/
* | x86, intel_txt: clean up the impact on generic code, unbreak non-x86Shane Wang2009-09-021-1/+1
* | intel_txt: Force IOMMU on for Intel TXT launchJoseph Cihula2009-07-211-0/+7
|/
* VT-d: add device IOTLB invalidation supportYu Zhao2009-05-181-8/+69
* VT-d: parse ATSR in DMA Remapping Reporting StructureYu Zhao2009-05-181-6/+106
* intel-iommu: dmar_set_interrupt return error valueChris Wright2009-05-141-1/+1
* intel-iommu: Tidy up iommu->gcmd handlingDavid Woodhouse2009-05-101-4/+2Star
* intel-iommu: Clean up handling of "caching mode" vs. IOTLB flushing.David Woodhouse2009-05-101-11/+3Star
* intel-iommu: Clean up handling of "caching mode" vs. context flushing.David Woodhouse2009-05-101-10/+3Star
* Intel IOMMU Pass Through SupportFenghua Yu2009-04-291-1/+10
* intel-iommu: Avoid panic() for DRHD at address zero.David Woodhouse2009-04-111-1/+10
* intel-iommu: Handle PCI domains appropriately.David Woodhouse2009-04-041-0/+1
* Intel IOMMU Suspend/Resume Support - Queued InvalidationFenghua Yu2009-04-031-15/+55
* x86, dmar: use atomic allocations for QI and Intr-remapping initSuresh Siddha2009-03-181-3/+3
* x86, dmar: start with sane state while enabling dma and interrupt-remappingSuresh Siddha2009-03-171-4/+1Star
* x86, dmar: routines for disabling queued invalidation and intr remappingSuresh Siddha2009-03-171-0/+36
* x86, x2apic: enable fault handling for intr-remappingSuresh Siddha2009-03-171-18/+84
* x86, dmar: move page fault handling code to dmar.cSuresh Siddha2009-03-171-0/+191
* Merge branch 'x86/urgent' into x86/patIngo Molnar2009-03-011-17/+56
|\
| * intel-iommu: fix endless "Unknown DMAR structure type" loopTony Battersby2009-02-141-0/+8
| * VT-d: handle Invalidation Queue Error to avoid system hangYu Zhao2009-02-091-16/+45
| * intel-iommu: fix build error with INTR_REMAP=y and DMAR=nJoerg Roedel2009-02-091-1/+3
* | pci, x86, acpi: fix early_ioremap() leakYinghai Lu2009-02-111-2/+5
|/
* calculate agaw for each iommuWeidong Han2009-01-031-0/+10
* VT-d: fix segment number being ignored when searching DRHDYu Zhao2009-01-031-18/+18
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David Woodhouse2008-10-211-26/+31
|\
| * Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-10-201-27/+34
| |\
| | * dmar: fix dmar_parse_dev() devices_cnt error condition checkSuresh Siddha2008-10-161-1/+1
| | * dmar: use list_for_each_entry_safe() in dmar_dev_scope_init()Suresh Siddha2008-10-161-4/+4
| | * dmar: initialize the return value in dmar_parse_dev()Yinghai Lu2008-10-161-1/+1
| | * dmar: fix using early fixmap mapping for DMAR table parsingYinghai Lu2008-10-161-21/+28
* | | dmar: fix uninitialised 'ret' variable in dmar_parse_dev()David Woodhouse2008-10-181-3/+2Star
* | | intel-iommu: IA64 supportFenghua Yu2008-10-181-8/+11
* | | dmar: remove the quirk which disables dma-remapping when intr-remapping enabledYouquan Song2008-10-171-15/+5Star
* | | dmar: context cache and IOTLB invalidation using queued invalidationYouquan Song2008-10-171-0/+56
* | | dmar: use spin_lock_irqsave() in qi_submit_sync()Suresh Siddha2008-10-171-6/+13
|/ /
* / VT-d: Changes to support KVMKay, Allen M2008-10-151-2/+2
|/
* x64, x2apic/intr-remap: disable DMA-remapping if Interrupt-remapping is detec...Suresh Siddha2008-07-121-0/+25
* x64, x2apic/intr-remap: Interrupt remapping infrastructureSuresh Siddha2008-07-121-0/+16
* x64, x2apic/intr-remap: Queued invalidation infrastructure (part of VT-d)Suresh Siddha2008-07-121-0/+150