summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/dmar.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iommu-updates-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-08-011-7/+14
|\
| * iommu/vt-d: Remove unnecassary qi clflushesNadav Amit2016-07-131-5/+0Star
| * iommu/vt-d: Don't reject NTB devices due to scope mismatchRoland Dreier2016-06-151-2/+14
* | Add braces to avoid "ambiguous ‘else’" compiler warningsLinus Torvalds2016-07-281-1/+2
|/
* iommu/vt-d: Improve fault handler error messagesAlex Williamson2016-04-051-9/+5Star
* iommu/vt-d: Ratelimit fault handlerAlex Williamson2016-04-051-11/+22
* iommu/vt-d: Use BUS_NOTIFY_REMOVED_DEVICE in hotplug pathJoerg Roedel2016-02-291-2/+3
* Merge tag 'for-linus-20160216' of git://git.infradead.org/intel-iommuLinus Torvalds2016-02-161-1/+1
|\
| * iommu/vt-d: Fix 64-bit accesses to 32-bit DMAR_GSTS_REGCQ Tang2016-01-141-1/+1
* | iommu/vt-d: Fix up error handling in alloc_iommuJoerg Roedel2016-01-071-7/+7
* | iommu/vt-d: Check the return value of iommu_device_create()Nicholas Krause2016-01-071-0/+6
|/
* iommu/vt-d: Generalise DMAR MSI setup to allow for page request eventsDavid Woodhouse2015-10-151-11/+31
* iommu/vt-d: Avoid format string leaks into iommu_device_createKees Cook2015-08-031-1/+1
* Merge tag 'iommu-updates-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-06-241-14/+14
|\
| * iommu/vt-d: Cleanup log messagesJoerg Roedel2015-06-161-14/+14
* | iommu/vt-d: Refine the interfaces to create IRQ for DMAR unitJiang Liu2015-04-241-14/+5Star
|/
* iommu/vt-d: Search for ACPI _DSM method for DMAR hotplugJiang Liu2014-11-181-3/+30
* iommu/vt-d: Implement DMAR unit hotplug frameworkJiang Liu2014-11-181-11/+257
* iommu/vt-d: Dynamically allocate and free seq_id for DMAR unitsJiang Liu2014-11-181-6/+34
* iommu/vt-d: Introduce helper function dmar_walk_resources()Jiang Liu2014-11-181-98/+111
*-. Merge branches 'arm/exynos', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' an...Joerg Roedel2014-10-021-4/+21
|\ \
| | * iommu/vt-d: Work around broken RMRR firmware entriesJoerg Roedel2014-10-021-3/+19
| | * iommu/vt-d: Store bus information in RMRR PCI device pathJoerg Roedel2014-10-021-0/+1
| | * iommu: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat2014-08-191-1/+1
| |/
* / iommu/vt-d: Check return value of acpi_bus_get_device()Joerg Roedel2014-08-261-2/+1Star
|/
* Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-071-14/+14
|\
| * ACPICA: Tables: Update for DMAR table changes.Bob Moore2014-07-311-14/+14
* | Merge branch 'core' into x86/vt-dJoerg Roedel2014-07-231-0/+9
|\ \
| * | iommu/vt-d: Make use of IOMMU sysfs supportAlex Williamson2014-07-041-0/+9
| |/
* / iommu/vt-d: Clear the redundant assignment in dmar_enable_qiYijing Wang2014-07-041-3/+0Star
|/
* iommu: dmar: Provide arch specific irq allocationThomas Gleixner2014-05-161-3/+3
* iommu: smar: Fix return value check of create_irq()Thomas Gleixner2014-05-161-1/+1
* iommu/vt-d: fix bug in matching PCI devices with DRHD/RMRR descriptorsJiang Liu2014-04-151-1/+2
* iommu/vt-d: Fix error handling in ANDD processingDavid Woodhouse2014-04-011-5/+3Star
* 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/+10Star
* 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/+43Star
* 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/+14Star
* iommu/vt-d: release invalidation queue when destroying IOMMU unitJiang Liu2014-01-091-0/+6