summaryrefslogtreecommitdiffstats
path: root/include/linux/dmar.h
Commit message (Expand)AuthorAgeFilesLines
* iommu/vt-d: Remove unused extern declaration dmar_parse_dev_scope()YueHaibing2023-08-091-2/+0
* x86,intel_iommu: Replace cmpxchg_double()Peter Zijlstra2023-06-051-59/+66
* iommu/vt-d: Support size of the register set in DRHDKan Liang2023-02-031-0/+1
* Revert "iommu/vt-d: Fix possible recursive locking in intel_iommu_init()"Lu Baolu2022-09-211-3/+1
* iommu/vt-d: Fix possible recursive locking in intel_iommu_init()Lu Baolu2022-09-111-1/+3
* iommu/vt-d: Make DMAR_UNITS_SUPPORTED default 1024Lu Baolu2022-07-151-5/+1
* x86: remove the IOMMU table infrastructureChristoph Hellwig2022-04-181-1/+5
* iommu/vt-d: Dump DMAR translation structure when DMA fault occursKyung Min Park2021-10-181-0/+8
* iommu/vt-d: Parse SATC reporting structureYian Chen2021-02-041-0/+2
* iommu/vt-d: Skip TE disabling on quirky gfx dedicated iommuLu Baolu2020-07-241-0/+1
* iommu/vt-d: Silence RCU-list debugging warningsQian Cai2020-03-101-2/+4
* iommu/vt-d: Fix RCU list debugging warningsAmol Grover2020-03-021-3/+5
* iommu/vt-d: Turn off translations at shutdownDeepa Dinamani2019-11-111-0/+2
* include/linux/dmar.h: replace single-char identifiers in macrosQian Cai2019-07-121-6/+8
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320Thomas Gleixner2019-06-051-13/+1
* iommu/vt-d: Force IOMMU on for platform opt in hintLu Baolu2018-12-051-0/+8
* x86: irq_remapping: Move irq remapping mode enumSuravee Suthikulpanit2018-07-061-5/+0
* iommu/vt-d: Don't register bus-notifier under dmar_global_lockJoerg Roedel2017-10-061-0/+1
* sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar2017-03-021-1/+1
* 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