summaryrefslogtreecommitdiffstats
path: root/include/linux/dmar.h
Commit message (Expand)AuthorAgeFilesLines
* iommu: dmar: Provide helper to copy shared irte fieldsThomas Gleixner2015-06-121-0/+12
* iommu: dmar: Extend struct irte for VT-d Posted-InterruptsThomas Gleixner2015-06-121-15/+55
* iommu/vt-d: Refine the interfaces to create IRQ for DMAR unitJiang Liu2015-04-241-1/+2
* iommu/vt-d: Implement DMAR unit hotplug frameworkJiang Liu2014-11-181-0/+33
* iommu/vt-d: Dynamically allocate and free seq_id for DMAR unitsJiang Liu2014-11-181-0/+6
* iommu/vt-d: Introduce helper function dmar_walk_resources()Jiang Liu2014-11-181-10/+9
* iommu/vt-d: Store bus information in RMRR PCI device pathJoerg Roedel2014-10-021-1/+7
* iommu/vt-d: Simplify include/linux/dmar.hJiang Liu2014-07-231-32/+18
* iommu/vt-d: Change scope lists to struct device, bus, devfnDavid Woodhouse2014-03-241-6/+12
* iommu/vt-d: Unify the way to process DMAR device scope arrayJiang Liu2014-03-041-5/+0
* iommu/vt-d: Update DRHD/RMRR/ATSR device scope caches when PCI hotplug happensJiang Liu2014-03-041-2/+22
* iommu/vt-d: Use RCU to protect global resources in interrupt contextJiang Liu2014-03-041-6/+17
* iommu/vt-d: Introduce a rwsem to protect global data structuresJiang Liu2014-03-041-0/+2
* iommu/vt-d: Introduce macro for_each_dev_scope() to walk device scope entriesJiang Liu2014-03-041-0/+6
* iommu/vt-d: Move private structures and variables into intel-iommu.cJiang Liu2014-03-041-22/+1
* iommu/vt-d: Factor out dmar_alloc_dev_scope() for later reuseJiang Liu2014-03-041-0/+1
* iommu/vt-d, trivial: simplify code with existing macrosJiang Liu2014-01-091-0/+4
* iommu/vt-d: mark internal functions as staticJiang Liu2014-01-091-3/+1
* iommu/vt-d: fix PCI device reference leakage on error recovery pathJiang Liu2014-01-091-2/+3
* x86, iommu/vt-d: Clean up interfaces for interrupt remappingJoerg Roedel2012-05-071-59/+0
* iommu/vt-d: Convert free_irte into a remap_ops callbackJoerg Roedel2012-05-071-5/+0
* iommu/vt-d: Convert missing apic.c intr-remapping call to remap_opsJoerg Roedel2012-05-071-18/+0
* iommu/vt-d: Make intr-remapping initialization genericJoerg Roedel2012-05-071-3/+0
* include/linux/dmar.h: forward-declare struct acpi_dmar_headerAndrew Morton2011-10-311-0/+2
* iommu: Rename the DMAR and INTR_REMAP config optionsSuresh Siddha2011-09-211-6/+6
* iommu: Move IOMMU specific code to intel-iommu.cSuresh Siddha2011-09-211-0/+17
* x86, x2apic: Enable the bios request for x2apic optoutSuresh Siddha2011-09-211-2/+12
* dmar, x86: Use function stubs when CONFIG_INTR_REMAP is disabledRandy Dunlap2010-11-261-3/+14
* Merge branch 'x86-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-10-211-3/+3
|\
| * x86, iommu: Make all IOMMU's detection routines return a value.Konrad Rzeszutek Wilk2010-08-261-3/+3
* | x86: Speed up the irq_remapped check in hot pathesThomas Gleixner2010-10-121-2/+0
* | x86: Embedd irq_2_iommu into irq_cfgThomas Gleixner2010-10-121-0/+1
* | pci: intr_remap: Remove unused functionsThomas Gleixner2010-10-121-2/+0
* | dmar: Convert to new irq chip functionsThomas Gleixner2010-10-121-2/+3
|/
* Merge branch 'timers-for-linus-hpet' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-12-081-0/+10
|\
| * intr-remap: generic support for remapping HPET MSIsSuresh Siddha2009-08-271-0/+10
* | x86: intel-iommu: Convert detect_intel_iommu to use iommu_init hookFUJITA Tomonori2009-11-101-11/+4
|/
* Intel-IOMMU, intr-remap: source-id checkingWeidong Han2009-06-231-0/+11
* Merge git://git.infradead.org/~dwmw2/iommu-2.6.31Linus Torvalds2009-06-221-0/+9
|\
| * VT-d: parse ATSR in DMA Remapping Reporting StructureYu Zhao2009-05-181-0/+9
* | x86: x2apic, IR: Clean up X86_X2APIC and INTR_REMAP config checksSuresh Siddha2009-04-211-0/+2
* | x86, intr-remap: enable interrupt remapping earlyWeidong Han2009-04-191-0/+1
|/
* intel-iommu: Handle PCI domains appropriately.David Woodhouse2009-04-041-0/+1
* Intel IOMMU Suspend/Resume Support - Interrupt RemappingFenghua Yu2009-04-031-0/+2
* intel-iommu: Add for_each_iommu() and for_each_active_iommu() macrosDavid Woodhouse2009-04-031-0/+8
* x86, x2apic: cleanup ifdef CONFIG_INTR_REMAP in io_apic codeSuresh Siddha2009-03-171-7/+38
* x86, dmar: start with sane state while enabling dma and interrupt-remappingSuresh Siddha2009-03-171-0/+2
* x86, x2apic: enable fault handling for intr-remappingSuresh Siddha2009-03-171-3/+2
* intel-iommu: kill off duplicate def of dmar_disabledMark McLoughlin2009-01-031-1/+0
* dmar: fix using early fixmap mapping for DMAR table parsingYinghai Lu2008-10-161-1/+0