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