summaryrefslogtreecommitdiffstats
path: root/drivers/pci/dmar.c
AgeCommit message (Expand)AuthorLines
2010-05-21Merge git://git.infradead.org/iommu-2.6Linus Torvalds-45/+37
2010-05-19intel-iommu: Set a more specific taint flag for invalid BIOS DMAR tablesBen Hutchings-12/+16
2010-05-19intel-iommu: Combine the BIOS DMAR table warning messagesBen Hutchings-34/+14
2010-04-14intel-iommu: Fix boot inside 64bit virtualbox with io-apic disabledArnaud Patard-0/+2
2010-04-09intel-iommu: use physfn to search drhd for VFYinghai-1/+5
2010-04-09intel-iommu: Print out iommu seq_idYinghai Lu-1/+2
2010-04-09intel-iommu: Don't complain that ACPI_DMAR_SCOPE_TYPE_IOAPIC is not supportedYinghai Lu-2/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2009-12-31intel-iommu: Fix section mismatch dmar_ir_support() uses dmar_tbl.Luck, Tony-1/+1
2009-12-16Merge git://git.infradead.org/iommu-2.6Linus Torvalds-15/+95
2009-12-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds-2/+5
2009-12-08intel-iommu: Apply BIOS sanity checks for interrupt remapping too.David Woodhouse-7/+26
2009-12-08intel-iommu: Detect DMAR in hyperspace at probe time.Chris Wright-5/+29
2009-12-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse-12/+47
2009-12-05Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+5
2009-12-04PCI: add pci_request_acsChris Wright-1/+4
2009-11-24PCI: use pci_is_pcie() in pci coreKenji Kaneshige-1/+1
2009-11-19Fix handling of the HP/Acer 'DMAR at zero' BIOS error for machines with <4GiB...David Woodhouse-0/+3
2009-11-10x86: Handle HW IOMMU initialization failure gracefullyFUJITA Tomonori-2/+1
2009-11-10x86: intel-iommu: Convert detect_intel_iommu to use iommu_init hookFUJITA Tomonori-0/+4
2009-11-09intel-iommu: Check for 'DMAR at zero' BIOS error earlier.David Woodhouse-10/+39
2009-10-07dmar: Fix build failure without NUMA, warn on bogus RHSA tables and don't abortDavid Woodhouse-3/+14
2009-10-05dmar: Allocate queued invalidation structure using numa locality infoSuresh Siddha-2/+6
2009-10-05dmar: support for parsing Remapping Hardware Static Affinity structureSuresh Siddha-1/+23
2009-09-24intel-iommu: Decode (and ignore) RHSA entriesRoland Dreier-0/+10
2009-09-23intel-iommu: Make "Unknown DMAR structure" message more informativeRoland Dreier-1/+2
2009-09-23Merge git://git.infradead.org/iommu-2.6Linus Torvalds-8/+29
2009-09-19Merge branch 'misc-2.6.32' into releaseLen Brown-0/+1
2009-09-19ACPI: linux/acpi.h should not include linux/dmi.hLen Brown-0/+1
2009-09-19Merge branch 'sfi-base' into releaseLen Brown-2/+1
2009-09-11intel-iommu: Fix kernel hang if interrupt remapping disabled in BIOSYouquan Song-0/+10
2009-09-11intel-iommu: Disallow interrupt remapping if not all ioapics coveredYouquan Song-3/+0
2009-09-01x86, intel_txt: clean up the impact on generic code, unbreak non-x86Shane Wang-1/+1
2009-08-30pci/dmar: correct off-by-one error in dmar_fault()Troy Heber-1/+1
2009-08-28ACPI: Move definition of PREFIX from acpi_bus.h to internal..hLen Brown-2/+1
2009-08-04intel-iommu: Cope with broken HP DC7900 BIOSDavid Woodhouse-4/+18
2009-07-21intel_txt: Force IOMMU on for Intel TXT launchJoseph Cihula-0/+7
2009-05-18VT-d: add device IOTLB invalidation supportYu Zhao-8/+69
2009-05-18VT-d: parse ATSR in DMA Remapping Reporting StructureYu Zhao-6/+106
2009-05-14intel-iommu: dmar_set_interrupt return error valueChris Wright-1/+1
2009-05-10intel-iommu: Tidy up iommu->gcmd handlingDavid Woodhouse-4/+2
2009-05-10intel-iommu: Clean up handling of "caching mode" vs. IOTLB flushing.David Woodhouse-11/+3
2009-05-10intel-iommu: Clean up handling of "caching mode" vs. context flushing.David Woodhouse-10/+3
2009-04-29Intel IOMMU Pass Through SupportFenghua Yu-1/+10
2009-04-10intel-iommu: Avoid panic() for DRHD at address zero.David Woodhouse-1/+10
2009-04-04intel-iommu: Handle PCI domains appropriately.David Woodhouse-0/+1
2009-04-03Intel IOMMU Suspend/Resume Support - Queued InvalidationFenghua Yu-15/+55
2009-03-17x86, dmar: use atomic allocations for QI and Intr-remapping initSuresh Siddha-3/+3
2009-03-17x86, dmar: start with sane state while enabling dma and interrupt-remappingSuresh Siddha-4/+1
2009-03-17x86, dmar: routines for disabling queued invalidation and intr remappingSuresh Siddha-0/+36