Age | Commit message (Expand) | Author | Files | Lines |
2016-02-29 | iommu/vt-d: Use BUS_NOTIFY_REMOVED_DEVICE in hotplug path | Joerg Roedel | 1 | -2/+3 |
2016-02-16 | Merge tag 'for-linus-20160216' of git://git.infradead.org/intel-iommu | Linus Torvalds | 1 | -1/+1 |
2016-01-13 | iommu/vt-d: Fix 64-bit accesses to 32-bit DMAR_GSTS_REG | CQ Tang | 1 | -1/+1 |
2016-01-07 | iommu/vt-d: Fix up error handling in alloc_iommu | Joerg Roedel | 1 | -7/+7 |
2016-01-07 | iommu/vt-d: Check the return value of iommu_device_create() | Nicholas Krause | 1 | -0/+6 |
2015-10-15 | iommu/vt-d: Generalise DMAR MSI setup to allow for page request events | David Woodhouse | 1 | -11/+31 |
2015-08-03 | iommu/vt-d: Avoid format string leaks into iommu_device_create | Kees Cook | 1 | -1/+1 |
2015-06-23 | Merge tag 'iommu-updates-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -14/+14 |
2015-06-16 | iommu/vt-d: Cleanup log messages | Joerg Roedel | 1 | -14/+14 |
2015-04-24 | iommu/vt-d: Refine the interfaces to create IRQ for DMAR unit | Jiang Liu | 1 | -14/+5 |
2014-11-18 | iommu/vt-d: Search for ACPI _DSM method for DMAR hotplug | Jiang Liu | 1 | -3/+30 |
2014-11-18 | iommu/vt-d: Implement DMAR unit hotplug framework | Jiang Liu | 1 | -11/+257 |
2014-11-18 | iommu/vt-d: Dynamically allocate and free seq_id for DMAR units | Jiang Liu | 1 | -6/+34 |
2014-11-18 | iommu/vt-d: Introduce helper function dmar_walk_resources() | Jiang Liu | 1 | -98/+111 |
2014-10-02 | Merge branches 'arm/exynos', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' an... | Joerg Roedel | 1 | -4/+21 |
2014-10-02 | iommu/vt-d: Work around broken RMRR firmware entries | Joerg Roedel | 1 | -3/+19 |
2014-10-02 | iommu/vt-d: Store bus information in RMRR PCI device path | Joerg Roedel | 1 | -0/+1 |
2014-08-26 | iommu/vt-d: Check return value of acpi_bus_get_device() | Joerg Roedel | 1 | -2/+1 |
2014-08-19 | iommu: Replace rcu_assign_pointer() with RCU_INIT_POINTER() | Andreea-Cristina Bernat | 1 | -1/+1 |
2014-08-06 | Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -14/+14 |
2014-07-31 | ACPICA: Tables: Update for DMAR table changes. | Bob Moore | 1 | -14/+14 |
2014-07-23 | Merge branch 'core' into x86/vt-d | Joerg Roedel | 1 | -0/+9 |
2014-07-04 | iommu/vt-d: Make use of IOMMU sysfs support | Alex Williamson | 1 | -0/+9 |
2014-07-04 | iommu/vt-d: Clear the redundant assignment in dmar_enable_qi | Yijing Wang | 1 | -3/+0 |
2014-05-16 | iommu: dmar: Provide arch specific irq allocation | Thomas Gleixner | 1 | -3/+3 |
2014-05-16 | iommu: smar: Fix return value check of create_irq() | Thomas Gleixner | 1 | -1/+1 |
2014-04-14 | iommu/vt-d: fix bug in matching PCI devices with DRHD/RMRR descriptors | Jiang Liu | 1 | -1/+2 |
2014-04-01 | iommu/vt-d: Fix error handling in ANDD processing | David Woodhouse | 1 | -5/+3 |
2014-03-28 | iommu/vt-d: Only call dmar_acpi_dev_scope_init() if DRHD units present | David Woodhouse | 1 | -2/+2 |
2014-03-25 | iommu/vt-d: Check for NULL pointer in dmar_acpi_dev_scope_init() | Joerg Roedel | 1 | -1/+6 |
2014-03-24 | iommu/vt-d: Store PCI segment number in struct intel_iommu | David Woodhouse | 1 | -0/+1 |
2014-03-24 | iommu/vt-d: Add ACPI devices into dmaru->devices[] array | David Woodhouse | 1 | -0/+75 |
2014-03-24 | iommu/vt-d: Change scope lists to struct device, bus, devfn | David Woodhouse | 1 | -19/+22 |
2014-03-20 | iommu/vt-d: Allocate space for ACPI devices | David Woodhouse | 1 | -12/+10 |
2014-03-20 | iommu/vt-d: Parse ANDD records | David Woodhouse | 1 | -0/+27 |
2014-03-04 | iommu/vt-d: Unify the way to process DMAR device scope array | Jiang Liu | 1 | -120/+43 |
2014-03-04 | iommu/vt-d: Update DRHD/RMRR/ATSR device scope caches when PCI hotplug happens | Jiang Liu | 1 | -0/+207 |
2014-03-04 | iommu/vt-d: Use RCU to protect global resources in interrupt context | Jiang Liu | 1 | -13/+20 |
2014-03-04 | iommu/vt-d: Introduce a rwsem to protect global data structures | Jiang Liu | 1 | -3/+16 |
2014-03-04 | iommu/vt-d: Introduce macro for_each_dev_scope() to walk device scope entries | Jiang Liu | 1 | -5/+9 |
2014-03-04 | iommu/vt-d: Factor out dmar_alloc_dev_scope() for later reuse | Jiang Liu | 1 | -12/+16 |
2014-01-09 | iommu/vt-d, trivial: clean sparse warnings | Jiang Liu | 1 | -3/+3 |
2014-01-09 | iommu/vt-d: fix wrong return value of dmar_table_init() | Jiang Liu | 1 | -15/+14 |
2014-01-09 | iommu/vt-d: release invalidation queue when destroying IOMMU unit | Jiang Liu | 1 | -0/+6 |
2014-01-09 | iommu/vt-d: keep shared resources when failed to initialize iommu devices | Jiang Liu | 1 | -17/+39 |
2014-01-09 | iommu/vt-d, trivial: simplify code with existing macros | Jiang Liu | 1 | -4/+3 |
2014-01-09 | iommu/vt-d: mark internal functions as static | Jiang Liu | 1 | -1/+4 |
2014-01-09 | iommu/vt-d, trivial: clean up unused code | Jiang Liu | 1 | -2/+0 |
2014-01-09 | iommu/vt-d, trivial: check suitable flag in function detect_intel_iommu() | Jiang Liu | 1 | -8/+0 |
2014-01-09 | iommu/vt-d: fix PCI device reference leakage on error recovery path | Jiang Liu | 1 | -2/+12 |