summaryrefslogtreecommitdiff
path: root/drivers/iommu/dmar.c
AgeCommit message (Expand)Author
2014-03-24iommu/vt-d: Change scope lists to struct device, bus, devfnDavid Woodhouse
2014-03-20iommu/vt-d: Allocate space for ACPI devicesDavid Woodhouse
2014-03-20iommu/vt-d: Parse ANDD recordsDavid 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: Factor out dmar_alloc_dev_scope() for later reuseJiang Liu
2014-01-09iommu/vt-d, trivial: clean sparse warningsJiang Liu
2014-01-09iommu/vt-d: fix wrong return value of dmar_table_init()Jiang Liu
2014-01-09iommu/vt-d: release invalidation queue when destroying IOMMU unitJiang Liu
2014-01-09iommu/vt-d: keep shared resources when failed to initialize iommu devicesJiang 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, trivial: clean up unused codeJiang Liu
2014-01-09iommu/vt-d, trivial: check suitable flag in function detect_intel_iommu()Jiang Liu
2014-01-09iommu/vt-d: fix PCI device reference leakage on error recovery pathJiang Liu
2013-12-30iommu/vt-d: Mark functions as static in dmar.cRashika Kheria
2013-11-15Merge tag 'iommu-updates-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-11-01iommu/vt-d: Use for_each_drhd_unit() instead of list_for_each_entry()Yijing Wang
2013-10-31ACPICA: Update DMAR table definitions.Lv Zheng
2013-06-20iommu/vt-d: DMAR reporting table needs at least one DRHDLi, Zhen-Hua
2013-04-24iommu/vt-d: Remove warning for HPET scope typeLinn Crosetto
2013-04-23iommu/vt-d: Disable translation if already enabledTakao Indoh
2013-03-26iommu/vt-d: dmar_fault should only clear PPF/PFO field.Li, Zhen-Hua
2013-03-06iommu, x86: Add DMA remap fault reasonLi, Zhen-Hua
2013-02-26Merge tag 'iommu-updates-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2013-02-07iommu/vt-d: Zero out allocated memory in dmar_enable_qiHannes Reinecke
2013-01-28x86, irq: Move irq_remapping_enabled declaration to iommu codeJoerg Roedel
2012-06-11iommu/dmar: Use pr_format() instead of PREFIX to tidy up pr_*() callsDonald Dutile
2012-06-08iommu/dmar: Reserve mmio space used by the IOMMU, if the BIOS forgets toDonald Dutile
2012-06-08iommu/dmar: Replace printks with appropriate pr_*()Donald Dutile
2012-05-14iommu: Fix off by one in dmar_get_fault_reason()Dan Carpenter
2012-05-07iommu: rename intr_remapping.[ch] to irq_remapping.[ch]Suresh Siddha
2012-05-07iommu: rename intr_remapping references to irq_remappingSuresh Siddha
2012-05-07iommu/vt-d: Make intr-remapping initialization genericJoerg Roedel
2011-10-26Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2011-09-21iommu: Cleanup ifdefs in detect_intel_iommu()Suresh Siddha
2011-09-21iommu: No need to set dmar_disabled in check_zero_address()Suresh Siddha
2011-09-21iommu: Move IOMMU specific code to intel-iommu.cSuresh Siddha
2011-09-21intr_remap: Call dmar_dev_scope_init() explicitlySuresh Siddha
2011-09-21x86, x2apic: Enable the bios request for x2apic optoutSuresh Siddha
2011-09-13x86, iommu: Mark DMAR IRQ as non-threadedThomas Gleixner
2011-09-13locking, x86, iommu: Annotate qi->q_lock as rawThomas Gleixner
2011-09-13locking, x86, iommu: Annotate iommu->register_lock as rawThomas Gleixner
2011-06-21x86/ia64: intel-iommu: move to drivers/iommu/Ohad Ben-Cohen