aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/dmar.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-01Merge tag 'iommu-updates-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-7/+14
2016-07-27Add braces to avoid "ambiguous ‘else’" compiler warningsLinus Torvalds1-1/+2
2016-07-13iommu/vt-d: Remove unnecassary qi clflushesNadav Amit1-5/+0
2016-06-15iommu/vt-d: Don't reject NTB devices due to scope mismatchRoland Dreier1-2/+14
2016-04-05iommu/vt-d: Improve fault handler error messagesAlex Williamson1-9/+5
2016-04-05iommu/vt-d: Ratelimit fault handlerAlex Williamson1-11/+22
2016-02-29iommu/vt-d: Use BUS_NOTIFY_REMOVED_DEVICE in hotplug pathJoerg Roedel1-2/+3
2016-02-16Merge tag 'for-linus-20160216' of git://git.infradead.org/intel-iommuLinus Torvalds1-1/+1
2016-01-13iommu/vt-d: Fix 64-bit accesses to 32-bit DMAR_GSTS_REGCQ Tang1-1/+1
2016-01-07iommu/vt-d: Fix up error handling in alloc_iommuJoerg Roedel1-7/+7
2016-01-07iommu/vt-d: Check the return value of iommu_device_create()Nicholas Krause1-0/+6
2015-10-15iommu/vt-d: Generalise DMAR MSI setup to allow for page request eventsDavid Woodhouse1-11/+31
2015-08-03iommu/vt-d: Avoid format string leaks into iommu_device_createKees Cook1-1/+1
2015-06-23Merge tag 'iommu-updates-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-14/+14
2015-06-16iommu/vt-d: Cleanup log messagesJoerg Roedel1-14/+14
2015-04-24iommu/vt-d: Refine the interfaces to create IRQ for DMAR unitJiang Liu1-14/+5
2014-11-18iommu/vt-d: Search for ACPI _DSM method for DMAR hotplugJiang Liu1-3/+30
2014-11-18iommu/vt-d: Implement DMAR unit hotplug frameworkJiang Liu1-11/+257
2014-11-18iommu/vt-d: Dynamically allocate and free seq_id for DMAR unitsJiang Liu1-6/+34
2014-11-18iommu/vt-d: Introduce helper function dmar_walk_resources()Jiang Liu1-98/+111
2014-10-02Merge branches 'arm/exynos', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-4/+21
2014-10-02iommu/vt-d: Work around broken RMRR firmware entriesJoerg Roedel1-3/+19
2014-10-02iommu/vt-d: Store bus information in RMRR PCI device pathJoerg Roedel1-0/+1
2014-08-26iommu/vt-d: Check return value of acpi_bus_get_device()Joerg Roedel1-2/+1
2014-08-19iommu: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat1-1/+1
2014-08-06Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-14/+14
2014-07-31ACPICA: Tables: Update for DMAR table changes.Bob Moore1-14/+14
2014-07-23Merge branch 'core' into x86/vt-dJoerg Roedel1-0/+9
2014-07-04iommu/vt-d: Make use of IOMMU sysfs supportAlex Williamson1-0/+9
2014-07-04iommu/vt-d: Clear the redundant assignment in dmar_enable_qiYijing Wang1-3/+0
2014-05-16iommu: dmar: Provide arch specific irq allocationThomas Gleixner1-3/+3
2014-05-16iommu: smar: Fix return value check of create_irq()Thomas Gleixner1-1/+1
2014-04-14iommu/vt-d: fix bug in matching PCI devices with DRHD/RMRR descriptorsJiang Liu1-1/+2
2014-04-01iommu/vt-d: Fix error handling in ANDD processingDavid Woodhouse1-5/+3
2014-03-28iommu/vt-d: Only call dmar_acpi_dev_scope_init() if DRHD units presentDavid Woodhouse1-2/+2
2014-03-25iommu/vt-d: Check for NULL pointer in dmar_acpi_dev_scope_init()Joerg Roedel1-1/+6
2014-03-24iommu/vt-d: Store PCI segment number in struct intel_iommuDavid Woodhouse1-0/+1
2014-03-24iommu/vt-d: Add ACPI devices into dmaru->devices[] arrayDavid Woodhouse1-0/+75
2014-03-24iommu/vt-d: Change scope lists to struct device, bus, devfnDavid Woodhouse1-19/+22
2014-03-20iommu/vt-d: Allocate space for ACPI devicesDavid Woodhouse1-12/+10
2014-03-20iommu/vt-d: Parse ANDD recordsDavid Woodhouse1-0/+27
2014-03-04iommu/vt-d: Unify the way to process DMAR device scope arrayJiang Liu1-120/+43
2014-03-04iommu/vt-d: Update DRHD/RMRR/ATSR device scope caches when PCI hotplug happensJiang Liu1-0/+207
2014-03-04iommu/vt-d: Use RCU to protect global resources in interrupt contextJiang Liu1-13/+20
2014-03-04iommu/vt-d: Introduce a rwsem to protect global data structuresJiang Liu1-3/+16
2014-03-04iommu/vt-d: Introduce macro for_each_dev_scope() to walk device scope entriesJiang Liu1-5/+9
2014-03-04iommu/vt-d: Factor out dmar_alloc_dev_scope() for later reuseJiang Liu1-12/+16
2014-01-09iommu/vt-d, trivial: clean sparse warningsJiang Liu1-3/+3
2014-01-09iommu/vt-d: fix wrong return value of dmar_table_init()Jiang Liu1-15/+14
2014-01-09iommu/vt-d: release invalidation queue when destroying IOMMU unitJiang Liu1-0/+6