summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/dmar.c
Commit message (Expand)AuthorAgeFilesLines
* iommu/vt-d: fix bug in matching PCI devices with DRHD/RMRR descriptorsJiang Liu2014-04-141-1/+2
* iommu/vt-d: Fix error handling in ANDD processingDavid Woodhouse2014-04-011-5/+3
* iommu/vt-d: Only call dmar_acpi_dev_scope_init() if DRHD units presentDavid Woodhouse2014-03-281-2/+2
* iommu/vt-d: Check for NULL pointer in dmar_acpi_dev_scope_init()Joerg Roedel2014-03-251-1/+6
* iommu/vt-d: Store PCI segment number in struct intel_iommuDavid Woodhouse2014-03-241-0/+1
* iommu/vt-d: Add ACPI devices into dmaru->devices[] arrayDavid Woodhouse2014-03-241-0/+75
* iommu/vt-d: Change scope lists to struct device, bus, devfnDavid Woodhouse2014-03-241-19/+22
* iommu/vt-d: Allocate space for ACPI devicesDavid Woodhouse2014-03-201-12/+10
* iommu/vt-d: Parse ANDD recordsDavid Woodhouse2014-03-201-0/+27
* iommu/vt-d: Unify the way to process DMAR device scope arrayJiang Liu2014-03-041-120/+43
* iommu/vt-d: Update DRHD/RMRR/ATSR device scope caches when PCI hotplug happensJiang Liu2014-03-041-0/+207
* iommu/vt-d: Use RCU to protect global resources in interrupt contextJiang Liu2014-03-041-13/+20
* iommu/vt-d: Introduce a rwsem to protect global data structuresJiang Liu2014-03-041-3/+16
* iommu/vt-d: Introduce macro for_each_dev_scope() to walk device scope entriesJiang Liu2014-03-041-5/+9
* iommu/vt-d: Factor out dmar_alloc_dev_scope() for later reuseJiang Liu2014-03-041-12/+16
* iommu/vt-d, trivial: clean sparse warningsJiang Liu2014-01-091-3/+3
* iommu/vt-d: fix wrong return value of dmar_table_init()Jiang Liu2014-01-091-15/+14
* iommu/vt-d: release invalidation queue when destroying IOMMU unitJiang Liu2014-01-091-0/+6
* iommu/vt-d: keep shared resources when failed to initialize iommu devicesJiang Liu2014-01-091-17/+39
* iommu/vt-d, trivial: simplify code with existing macrosJiang Liu2014-01-091-4/+3
* iommu/vt-d: mark internal functions as staticJiang Liu2014-01-091-1/+4
* iommu/vt-d, trivial: clean up unused codeJiang Liu2014-01-091-2/+0
* iommu/vt-d, trivial: check suitable flag in function detect_intel_iommu()Jiang Liu2014-01-091-8/+0
* iommu/vt-d: fix PCI device reference leakage on error recovery pathJiang Liu2014-01-091-2/+12
* iommu/vt-d: Mark functions as static in dmar.cRashika Kheria2013-12-301-2/+2
* Merge tag 'iommu-updates-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-151-1/+1
|\
| * iommu/vt-d: Use for_each_drhd_unit() instead of list_for_each_entry()Yijing Wang2013-11-011-1/+1
* | ACPICA: Update DMAR table definitions.Lv Zheng2013-10-311-2/+2
|/
* iommu/vt-d: DMAR reporting table needs at least one DRHDLi, Zhen-Hua2013-06-201-0/+4
* iommu/vt-d: Remove warning for HPET scope typeLinn Crosetto2013-04-241-1/+2
* iommu/vt-d: Disable translation if already enabledTakao Indoh2013-04-231-1/+10
* iommu/vt-d: dmar_fault should only clear PPF/PFO field.Li, Zhen-Hua2013-03-261-5/+7
* iommu, x86: Add DMA remap fault reasonLi, Zhen-Hua2013-03-061-0/+1
* Merge tag 'iommu-updates-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-02-261-1/+1
|\
| * iommu/vt-d: Zero out allocated memory in dmar_enable_qiHannes Reinecke2013-02-071-1/+1
* | x86, irq: Move irq_remapping_enabled declaration to iommu codeJoerg Roedel2013-01-281-0/+2
|/
* iommu/dmar: Use pr_format() instead of PREFIX to tidy up pr_*() callsDonald Dutile2012-06-111-30/+24
* iommu/dmar: Reserve mmio space used by the IOMMU, if the BIOS forgets toDonald Dutile2012-06-081-27/+84
* iommu/dmar: Replace printks with appropriate pr_*()Donald Dutile2012-06-081-48/+35
* iommu: Fix off by one in dmar_get_fault_reason()Dan Carpenter2012-05-141-2/+2
* iommu: rename intr_remapping.[ch] to irq_remapping.[ch]Suresh Siddha2012-05-071-1/+1
* iommu: rename intr_remapping references to irq_remappingSuresh Siddha2012-05-071-4/+4
* iommu/vt-d: Make intr-remapping initialization genericJoerg Roedel2012-05-071-0/+1
* Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-10-261-24/+24
|\
| * locking, x86, iommu: Annotate qi->q_lock as rawThomas Gleixner2011-09-131-7/+7
| * locking, x86, iommu: Annotate iommu->register_lock as rawThomas Gleixner2011-09-131-17/+17
* | iommu: Cleanup ifdefs in detect_intel_iommu()Suresh Siddha2011-09-211-7/+6
* | iommu: No need to set dmar_disabled in check_zero_address()Suresh Siddha2011-09-211-3/+0
* | iommu: Move IOMMU specific code to intel-iommu.cSuresh Siddha2011-09-211-163/+8
* | intr_remap: Call dmar_dev_scope_init() explicitlySuresh Siddha2011-09-211-3/+12
OpenPOWER on IntegriCloud