aboutsummaryrefslogtreecommitdiff
path: root/include/linux/dmar.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-09iommu/vt-d: Remove unused extern declaration dmar_parse_dev_scope()Gravatar YueHaibing 1-2/+0
2023-06-05x86,intel_iommu: Replace cmpxchg_double()Gravatar Peter Zijlstra 1-59/+66
2023-02-03iommu/vt-d: Support size of the register set in DRHDGravatar Kan Liang 1-0/+1
2022-09-21Revert "iommu/vt-d: Fix possible recursive locking in intel_iommu_init()"Gravatar Lu Baolu 1-3/+1
2022-09-11iommu/vt-d: Fix possible recursive locking in intel_iommu_init()Gravatar Lu Baolu 1-1/+3
2022-07-15iommu/vt-d: Make DMAR_UNITS_SUPPORTED default 1024Gravatar Lu Baolu 1-5/+1
2022-04-18x86: remove the IOMMU table infrastructureGravatar Christoph Hellwig 1-1/+5
2021-10-18iommu/vt-d: Dump DMAR translation structure when DMA fault occursGravatar Kyung Min Park 1-0/+8
2021-02-04iommu/vt-d: Parse SATC reporting structureGravatar Yian Chen 1-0/+2
2020-07-24iommu/vt-d: Skip TE disabling on quirky gfx dedicated iommuGravatar Lu Baolu 1-0/+1
2020-03-10iommu/vt-d: Silence RCU-list debugging warningsGravatar Qian Cai 1-2/+4
2020-03-02iommu/vt-d: Fix RCU list debugging warningsGravatar Amol Grover 1-3/+5
2019-11-11iommu/vt-d: Turn off translations at shutdownGravatar Deepa Dinamani 1-0/+2
2019-07-12include/linux/dmar.h: replace single-char identifiers in macrosGravatar Qian Cai 1-6/+8
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320Gravatar Thomas Gleixner 1-13/+1
2018-12-05iommu/vt-d: Force IOMMU on for platform opt in hintGravatar Lu Baolu 1-0/+8
2018-07-06x86: irq_remapping: Move irq remapping mode enumGravatar Suravee Suthikulpanit 1-5/+0
2017-10-06iommu/vt-d: Don't register bus-notifier under dmar_global_lockGravatar Joerg Roedel 1-0/+1
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Gravatar Ingo Molnar 1-1/+1
2015-06-12iommu: dmar: Provide helper to copy shared irte fieldsGravatar Thomas Gleixner 1-0/+12
2015-06-12iommu: dmar: Extend struct irte for VT-d Posted-InterruptsGravatar Thomas Gleixner 1-15/+55
2015-04-24iommu/vt-d: Refine the interfaces to create IRQ for DMAR unitGravatar Jiang Liu 1-1/+2
2014-11-18iommu/vt-d: Implement DMAR unit hotplug frameworkGravatar Jiang Liu 1-0/+33
2014-11-18iommu/vt-d: Dynamically allocate and free seq_id for DMAR unitsGravatar Jiang Liu 1-0/+6
2014-11-18iommu/vt-d: Introduce helper function dmar_walk_resources()Gravatar Jiang Liu 1-10/+9
2014-10-02iommu/vt-d: Store bus information in RMRR PCI device pathGravatar Joerg Roedel 1-1/+7
2014-07-23iommu/vt-d: Simplify include/linux/dmar.hGravatar Jiang Liu 1-32/+18
2014-03-24iommu/vt-d: Change scope lists to struct device, bus, devfnGravatar David Woodhouse 1-6/+12
2014-03-04iommu/vt-d: Unify the way to process DMAR device scope arrayGravatar Jiang Liu 1-5/+0
2014-03-04iommu/vt-d: Update DRHD/RMRR/ATSR device scope caches when PCI hotplug happensGravatar Jiang Liu 1-2/+22
2014-03-04iommu/vt-d: Use RCU to protect global resources in interrupt contextGravatar Jiang Liu 1-6/+17
2014-03-04iommu/vt-d: Introduce a rwsem to protect global data structuresGravatar Jiang Liu 1-0/+2
2014-03-04iommu/vt-d: Introduce macro for_each_dev_scope() to walk device scope entriesGravatar Jiang Liu 1-0/+6
2014-03-04iommu/vt-d: Move private structures and variables into intel-iommu.cGravatar Jiang Liu 1-22/+1
2014-03-04iommu/vt-d: Factor out dmar_alloc_dev_scope() for later reuseGravatar Jiang Liu 1-0/+1
2014-01-09iommu/vt-d, trivial: simplify code with existing macrosGravatar Jiang Liu 1-0/+4
2014-01-09iommu/vt-d: mark internal functions as staticGravatar Jiang Liu 1-3/+1
2014-01-09iommu/vt-d: fix PCI device reference leakage on error recovery pathGravatar Jiang Liu 1-2/+3
2012-05-07x86, iommu/vt-d: Clean up interfaces for interrupt remappingGravatar Joerg Roedel 1-59/+0
2012-05-07iommu/vt-d: Convert free_irte into a remap_ops callbackGravatar Joerg Roedel 1-5/+0
2012-05-07iommu/vt-d: Convert missing apic.c intr-remapping call to remap_opsGravatar Joerg Roedel 1-18/+0
2012-05-07iommu/vt-d: Make intr-remapping initialization genericGravatar Joerg Roedel 1-3/+0
2011-10-31include/linux/dmar.h: forward-declare struct acpi_dmar_headerGravatar Andrew Morton 1-0/+2
2011-09-21iommu: Rename the DMAR and INTR_REMAP config optionsGravatar Suresh Siddha 1-6/+6
2011-09-21iommu: Move IOMMU specific code to intel-iommu.cGravatar Suresh Siddha 1-0/+17
2011-09-21x86, x2apic: Enable the bios request for x2apic optoutGravatar Suresh Siddha 1-2/+12
2010-11-26dmar, x86: Use function stubs when CONFIG_INTR_REMAP is disabledGravatar Randy Dunlap 1-3/+14
2010-10-21Merge branch 'x86-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-3/+3
2010-10-12x86: Speed up the irq_remapped check in hot pathesGravatar Thomas Gleixner 1-2/+0
2010-10-12x86: Embedd irq_2_iommu into irq_cfgGravatar Thomas Gleixner 1-0/+1