summaryrefslogtreecommitdiff
path: root/include/linux/dmar.h
AgeCommit message (Expand)Author
2021-10-18iommu/vt-d: Dump DMAR translation structure when DMA fault occursKyung Min Park
2021-02-04iommu/vt-d: Parse SATC reporting structureYian Chen
2020-07-24iommu/vt-d: Skip TE disabling on quirky gfx dedicated iommuLu Baolu
2020-03-10iommu/vt-d: Silence RCU-list debugging warningsQian Cai
2020-03-02iommu/vt-d: Fix RCU list debugging warningsAmol Grover
2019-11-11iommu/vt-d: Turn off translations at shutdownDeepa Dinamani
2019-07-12include/linux/dmar.h: replace single-char identifiers in macrosQian Cai
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320Thomas Gleixner
2018-12-05iommu/vt-d: Force IOMMU on for platform opt in hintLu Baolu
2018-07-06x86: irq_remapping: Move irq remapping mode enumSuravee Suthikulpanit
2017-10-06iommu/vt-d: Don't register bus-notifier under dmar_global_lockJoerg Roedel
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar
2015-06-12iommu: dmar: Provide helper to copy shared irte fieldsThomas Gleixner
2015-06-12iommu: dmar: Extend struct irte for VT-d Posted-InterruptsThomas Gleixner
2015-04-24iommu/vt-d: Refine the interfaces to create IRQ for DMAR unitJiang Liu
2014-11-18iommu/vt-d: Implement DMAR unit hotplug frameworkJiang Liu
2014-11-18iommu/vt-d: Dynamically allocate and free seq_id for DMAR unitsJiang Liu
2014-11-18iommu/vt-d: Introduce helper function dmar_walk_resources()Jiang Liu
2014-10-02iommu/vt-d: Store bus information in RMRR PCI device pathJoerg Roedel
2014-07-23iommu/vt-d: Simplify include/linux/dmar.hJiang Liu
2014-03-24iommu/vt-d: Change scope lists to struct device, bus, devfnDavid Woodhouse
2014-03-04iommu/vt-d: Unify the way to process DMAR device scope arrayJiang Liu
2014-03-04iommu/vt-d: Update DRHD/RMRR/ATSR device scope caches when PCI hotplug happensJiang Liu
2014-03-04iommu/vt-d: Use RCU to protect global resources in interrupt contextJiang Liu
2014-03-04iommu/vt-d: Introduce a rwsem to protect global data structuresJiang Liu
2014-03-04iommu/vt-d: Introduce macro for_each_dev_scope() to walk device scope entriesJiang Liu
2014-03-04iommu/vt-d: Move private structures and variables into intel-iommu.cJiang Liu
2014-03-04iommu/vt-d: Factor out dmar_alloc_dev_scope() for later reuseJiang Liu
2014-01-09iommu/vt-d, trivial: simplify code with existing macrosJiang Liu
2014-01-09iommu/vt-d: mark internal functions as staticJiang Liu
2014-01-09iommu/vt-d: fix PCI device reference leakage on error recovery pathJiang Liu
2012-05-07x86, iommu/vt-d: Clean up interfaces for interrupt remappingJoerg Roedel
2012-05-07iommu/vt-d: Convert free_irte into a remap_ops callbackJoerg Roedel
2012-05-07iommu/vt-d: Convert missing apic.c intr-remapping call to remap_opsJoerg Roedel
2012-05-07iommu/vt-d: Make intr-remapping initialization genericJoerg Roedel
2011-10-31include/linux/dmar.h: forward-declare struct acpi_dmar_headerAndrew Morton
2011-09-21iommu: Rename the DMAR and INTR_REMAP config optionsSuresh Siddha
2011-09-21iommu: Move IOMMU specific code to intel-iommu.cSuresh Siddha
2011-09-21x86, x2apic: Enable the bios request for x2apic optoutSuresh Siddha
2010-11-26dmar, x86: Use function stubs when CONFIG_INTR_REMAP is disabledRandy Dunlap
2010-10-21Merge branch 'x86-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-10-12x86: Speed up the irq_remapped check in hot pathesThomas Gleixner
2010-10-12x86: Embedd irq_2_iommu into irq_cfgThomas Gleixner
2010-10-12pci: intr_remap: Remove unused functionsThomas Gleixner
2010-10-12dmar: Convert to new irq chip functionsThomas Gleixner
2010-08-26x86, iommu: Make all IOMMU's detection routines return a value.Konrad Rzeszutek Wilk
2009-12-08Merge branch 'timers-for-linus-hpet' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2009-11-10x86: intel-iommu: Convert detect_intel_iommu to use iommu_init hookFUJITA Tomonori
2009-08-27intr-remap: generic support for remapping HPET MSIsSuresh Siddha
2009-06-23Intel-IOMMU, intr-remap: source-id checkingWeidong Han