aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu/dmar.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-18iommu/vt-d: Search for ACPI _DSM method for DMAR hotplugGravatar Jiang Liu 1-3/+30
2014-11-18iommu/vt-d: Implement DMAR unit hotplug frameworkGravatar Jiang Liu 1-11/+257
2014-11-18iommu/vt-d: Dynamically allocate and free seq_id for DMAR unitsGravatar Jiang Liu 1-6/+34
2014-11-18iommu/vt-d: Introduce helper function dmar_walk_resources()Gravatar Jiang Liu 1-98/+111
2014-10-02Merge branches 'arm/exynos', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' an...Gravatar Joerg Roedel 1-4/+21
2014-10-02iommu/vt-d: Work around broken RMRR firmware entriesGravatar Joerg Roedel 1-3/+19
2014-10-02iommu/vt-d: Store bus information in RMRR PCI device pathGravatar Joerg Roedel 1-0/+1
2014-08-26iommu/vt-d: Check return value of acpi_bus_get_device()Gravatar Joerg Roedel 1-2/+1
2014-08-19iommu: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Gravatar Andreea-Cristina Bernat 1-1/+1
2014-08-06Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-14/+14
2014-07-31ACPICA: Tables: Update for DMAR table changes.Gravatar Bob Moore 1-14/+14
2014-07-23Merge branch 'core' into x86/vt-dGravatar Joerg Roedel 1-0/+9
2014-07-04iommu/vt-d: Make use of IOMMU sysfs supportGravatar Alex Williamson 1-0/+9
2014-07-04iommu/vt-d: Clear the redundant assignment in dmar_enable_qiGravatar Yijing Wang 1-3/+0
2014-05-16iommu: dmar: Provide arch specific irq allocationGravatar Thomas Gleixner 1-3/+3
2014-05-16iommu: smar: Fix return value check of create_irq()Gravatar Thomas Gleixner 1-1/+1
2014-04-14iommu/vt-d: fix bug in matching PCI devices with DRHD/RMRR descriptorsGravatar Jiang Liu 1-1/+2
2014-04-01iommu/vt-d: Fix error handling in ANDD processingGravatar David Woodhouse 1-5/+3
2014-03-28iommu/vt-d: Only call dmar_acpi_dev_scope_init() if DRHD units presentGravatar David Woodhouse 1-2/+2
2014-03-25iommu/vt-d: Check for NULL pointer in dmar_acpi_dev_scope_init()Gravatar Joerg Roedel 1-1/+6
2014-03-24iommu/vt-d: Store PCI segment number in struct intel_iommuGravatar David Woodhouse 1-0/+1
2014-03-24iommu/vt-d: Add ACPI devices into dmaru->devices[] arrayGravatar David Woodhouse 1-0/+75
2014-03-24iommu/vt-d: Change scope lists to struct device, bus, devfnGravatar David Woodhouse 1-19/+22
2014-03-20iommu/vt-d: Allocate space for ACPI devicesGravatar David Woodhouse 1-12/+10
2014-03-20iommu/vt-d: Parse ANDD recordsGravatar David Woodhouse 1-0/+27
2014-03-04iommu/vt-d: Unify the way to process DMAR device scope arrayGravatar Jiang Liu 1-120/+43
2014-03-04iommu/vt-d: Update DRHD/RMRR/ATSR device scope caches when PCI hotplug happensGravatar Jiang Liu 1-0/+207
2014-03-04iommu/vt-d: Use RCU to protect global resources in interrupt contextGravatar Jiang Liu 1-13/+20
2014-03-04iommu/vt-d: Introduce a rwsem to protect global data structuresGravatar Jiang Liu 1-3/+16
2014-03-04iommu/vt-d: Introduce macro for_each_dev_scope() to walk device scope entriesGravatar Jiang Liu 1-5/+9
2014-03-04iommu/vt-d: Factor out dmar_alloc_dev_scope() for later reuseGravatar Jiang Liu 1-12/+16
2014-01-09iommu/vt-d, trivial: clean sparse warningsGravatar Jiang Liu 1-3/+3
2014-01-09iommu/vt-d: fix wrong return value of dmar_table_init()Gravatar Jiang Liu 1-15/+14
2014-01-09iommu/vt-d: release invalidation queue when destroying IOMMU unitGravatar Jiang Liu 1-0/+6
2014-01-09iommu/vt-d: keep shared resources when failed to initialize iommu devicesGravatar Jiang Liu 1-17/+39
2014-01-09iommu/vt-d, trivial: simplify code with existing macrosGravatar Jiang Liu 1-4/+3
2014-01-09iommu/vt-d: mark internal functions as staticGravatar Jiang Liu 1-1/+4
2014-01-09iommu/vt-d, trivial: clean up unused codeGravatar Jiang Liu 1-2/+0
2014-01-09iommu/vt-d, trivial: check suitable flag in function detect_intel_iommu()Gravatar Jiang Liu 1-8/+0
2014-01-09iommu/vt-d: fix PCI device reference leakage on error recovery pathGravatar Jiang Liu 1-2/+12
2013-12-30iommu/vt-d: Mark functions as static in dmar.cGravatar Rashika Kheria 1-2/+2
2013-11-15Merge tag 'iommu-updates-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2013-11-01iommu/vt-d: Use for_each_drhd_unit() instead of list_for_each_entry()Gravatar Yijing Wang 1-1/+1
2013-10-31ACPICA: Update DMAR table definitions.Gravatar Lv Zheng 1-2/+2
2013-06-20iommu/vt-d: DMAR reporting table needs at least one DRHDGravatar Li, Zhen-Hua 1-0/+4
2013-04-24iommu/vt-d: Remove warning for HPET scope typeGravatar Linn Crosetto 1-1/+2
2013-04-23iommu/vt-d: Disable translation if already enabledGravatar Takao Indoh 1-1/+10
2013-03-26iommu/vt-d: dmar_fault should only clear PPF/PFO field.Gravatar Li, Zhen-Hua 1-5/+7
2013-03-06iommu, x86: Add DMA remap fault reasonGravatar Li, Zhen-Hua 1-0/+1
2013-02-26Merge tag 'iommu-updates-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1