Fix handling of the HP/Acer 'DMAR at zero' BIOS error for machines with <4GiB RAM.
[safe/jmp/linux-2.6] / drivers / pci / dmar.c
2009-11-19 David WoodhouseFix handling of the HP/Acer 'DMAR at zero' BIOS error...
2009-11-09 David Woodhouseintel-iommu: Check for 'DMAR at zero' BIOS error earlier.
2009-09-24 Roland Dreierintel-iommu: Decode (and ignore) RHSA entries
2009-09-24 Roland Dreierintel-iommu: Make "Unknown DMAR structure" message...
2009-09-23 Linus TorvaldsMerge git://git.infradead.org/iommu-2.6
2009-09-19 Len BrownMerge branch 'misc-2.6.32' into release
2009-09-19 Len BrownACPI: linux/acpi.h should not include linux/dmi.h
2009-09-19 Len BrownMerge branch 'sfi-base' into release
2009-09-19 Len BrownMerge branch 'linus' into sfi-release
2009-09-11 Youquan Songintel-iommu: Fix kernel hang if interrupt remapping...
2009-09-11 Youquan Songintel-iommu: Disallow interrupt remapping if not all...
2009-09-02 Shane Wangx86, intel_txt: clean up the impact on generic code...
2009-08-30 Troy Heberpci/dmar: correct off-by-one error in dmar_fault()
2009-08-28 Len BrownACPI: Move definition of PREFIX from acpi_bus.h to...
2009-08-04 David Woodhouseintel-iommu: Cope with broken HP DC7900 BIOS
2009-07-21 Joseph Cihulaintel_txt: Force IOMMU on for Intel TXT launch
2009-05-18 Yu ZhaoVT-d: add device IOTLB invalidation support
2009-05-18 Yu ZhaoVT-d: parse ATSR in DMA Remapping Reporting Structure
2009-05-14 Chris Wrightintel-iommu: dmar_set_interrupt return error value
2009-05-10 David Woodhouseintel-iommu: Tidy up iommu->gcmd handling
2009-05-10 David Woodhouseintel-iommu: Clean up handling of "caching mode" vs...
2009-05-10 David Woodhouseintel-iommu: Clean up handling of "caching mode" vs...
2009-04-29 Fenghua YuIntel IOMMU Pass Through Support
2009-04-11 David Woodhouseintel-iommu: Avoid panic() for DRHD at address zero.
2009-04-04 David Woodhouseintel-iommu: Handle PCI domains appropriately.
2009-04-03 Fenghua YuIntel IOMMU Suspend/Resume Support - Queued Invalidation
2009-03-17 Suresh Siddhax86, dmar: use atomic allocations for QI and Intr-remap...
2009-03-17 Suresh Siddhax86, dmar: start with sane state while enabling dma...
2009-03-17 Suresh Siddhax86, dmar: routines for disabling queued invalidation...
2009-03-17 Suresh Siddhax86, x2apic: enable fault handling for intr-remapping
2009-03-17 Suresh Siddhax86, dmar: move page fault handling code to dmar.c
2009-03-04 Ingo MolnarMerge commit 'v2.6.29-rc7' into perfcounters/core
2009-03-01 Ingo MolnarMerge branch 'x86/urgent' into x86/pat
2009-02-14 Tony Battersbyintel-iommu: fix endless "Unknown DMAR structure type...
2009-02-11 Yinghai Lupci, x86, acpi: fix early_ioremap() leak
2009-02-09 Yu ZhaoVT-d: handle Invalidation Queue Error to avoid system...
2009-02-09 Joerg Roedelintel-iommu: fix build error with INTR_REMAP=y and...
2009-01-03 Weidong Hancalculate agaw for each iommu
2009-01-03 Yu ZhaoVT-d: fix segment number being ignored when searching...
2008-10-21 David WoodhouseMerge branch 'master' of /linux/kernel/git/torvalds...
2008-10-20 Linus TorvaldsMerge branch 'genirq-v28-for-linus' of git://git./linux...
2008-10-18 David Woodhousedmar: fix uninitialised 'ret' variable in dmar_parse_dev()
2008-10-18 Fenghua Yuintel-iommu: IA64 support
2008-10-17 Youquan Songdmar: remove the quirk which disables dma-remapping...
2008-10-17 Youquan Songdmar: context cache and IOTLB invalidation using queued...
2008-10-17 Suresh Siddhadmar: use spin_lock_irqsave() in qi_submit_sync()
2008-10-16 Suresh Siddhadmar: fix dmar_parse_dev() devices_cnt error condition...
2008-10-16 Suresh Siddhadmar: use list_for_each_entry_safe() in dmar_dev_scope_...
2008-10-16 Yinghai Ludmar: initialize the return value in dmar_parse_dev()
2008-10-16 Yinghai Ludmar: fix using early fixmap mapping for DMAR table...
2008-10-15 Kay, Allen MVT-d: Changes to support KVM
2008-07-22 Yong WangPCI/DMAR: don't assume presence of RMRRs
2008-07-12 Suresh Siddhax64, x2apic/intr-remap: disable DMA-remapping if Interr...
2008-07-12 Suresh Siddhax64, x2apic/intr-remap: Interrupt remapping infrastructure
2008-07-12 Suresh Siddhax64, x2apic/intr-remap: Queued invalidation infrastruct...
2008-07-12 Suresh Siddhax64, x2apic/intr-remap: parse ioapic scope under vt...
2008-07-12 Suresh Siddhax64, x2apic/intr-remap: Fix the need for RMRR in the...
2008-07-12 Suresh Siddhax64, x2apic/intr-remap: use CONFIG_DMAR for DMA-remappi...
2008-07-12 Suresh Siddhax64, x2apic/intr-remap: code re-structuring, to be...
2008-07-12 Suresh Siddhax64, x2apic/intr-remap: fix the need for sequential...
2008-07-12 Suresh Siddhax64, x2apic/intr-remap: Intel vt-d, IOMMU code reorgani...
2008-02-24 mark grosscopyright owner and author clean up for intel iommu...
2008-02-06 David MillerGenericizing iova.[ch]
2008-02-01 Fenghua YuPCI: More Sanity checks for DMAR
2007-10-22 Keshavamurthy, Anil SIntel IOMMU: DMAR detection and parsing logic