Age | Commit message (Expand) | Author | Files | Lines |
2018-07-06 | iommu/vt-d: Fix dev iotlb pfsid use | Jacob Pan | 1 | -3/+3 |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -1/+1 |
2018-05-29 | Merge branches 'arm/io-pgtable', 'arm/qcom', 'arm/tegra', 'x86/vt-d', 'x86/am... | Joerg Roedel | 1 | -5/+3 |
2018-05-03 | iommu/vt-d: Use WARN_ON_ONCE instead of BUG_ON in qi_flush_dev_iotlb() | Joerg Roedel | 1 | -1/+1 |
2018-05-03 | iommu/vt-d: fix shift-out-of-bounds in bug checking | Changbin Du | 1 | -1/+1 |
2018-05-03 | iommu/vt-d: Ratelimit each dmar fault printing | Dmitry Safonov | 1 | -5/+3 |
2018-02-13 | iommu/vt-d: Add __init for dmar_register_bus_notifier() | Dmitry Safonov | 1 | -1/+1 |
2017-11-03 | iommu/vt-d: Clear Page Request Overflow fault bit | Lu Baolu | 1 | -1/+2 |
2017-10-06 | iommu/vt-d: Don't register bus-notifier under dmar_global_lock | Joerg Roedel | 1 | -2/+5 |
2017-09-19 | iommu/vt-d: Fix harmless section mismatch warning | Arnd Bergmann | 1 | -1/+1 |
2017-08-15 | iommu/vt-d: Allow to flush more than 4GB of device TLBs | Joerg Roedel | 1 | -1/+1 |
2017-06-07 | ACPI: Switch to use generic guid_t in acpi_evaluate_dsm() | Andy Shevchenko | 1 | -6/+5 |
2017-03-22 | iommu/dmar: Remove redundant ' != 0' when check return code | Andy Shevchenko | 1 | -1/+1 |
2017-03-22 | iommu/dmar: Remove redundant assignment of ret | Andy Shevchenko | 1 | -2/+2 |
2017-03-22 | iommu/dmar: Return directly from a loop in dmar_dev_scope_status() | Andy Shevchenko | 1 | -6/+8 |
2017-03-22 | iommu/dmar: Rectify return code handling in detect_intel_iommu() | Andy Shevchenko | 1 | -8/+7 |
2017-02-22 | iommu/vt-d: Fix crash on boot when DMAR is disabled | Andy Shevchenko | 1 | -2/+4 |
2017-02-10 | Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/m... | Joerg Roedel | 1 | -9/+17 |
2017-02-10 | iommu: Add sysfs bindings for struct iommu_device | Joerg Roedel | 1 | -8/+5 |
2017-02-10 | iommu: Introduce new 'struct iommu_device' | Joerg Roedel | 1 | -0/+9 |
2017-01-05 | ACPI / DMAR: Avoid passing NULL to acpi_put_table() | Rafael J. Wysocki | 1 | -2/+4 |
2016-12-22 | Merge branches 'acpica' and 'acpi-scan' | Rafael J. Wysocki | 1 | -5/+2 |
2016-12-21 | ACPI / osl: Remove acpi_get_table_with_size()/early_acpi_os_unmap_memory() users | Lv Zheng | 1 | -5/+2 |
2016-10-30 | iommu/vt-d: Fix IOMMU lookup for SR-IOV Virtual Functions | Ashok Raj | 1 | -1/+3 |
2016-08-01 | Merge tag 'iommu-updates-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -7/+14 |
2016-07-27 | Add braces to avoid "ambiguous ‘else’" compiler warnings | Linus Torvalds | 1 | -1/+2 |
2016-07-13 | iommu/vt-d: Remove unnecassary qi clflushes | Nadav Amit | 1 | -5/+0 |
2016-06-15 | iommu/vt-d: Don't reject NTB devices due to scope mismatch | Roland Dreier | 1 | -2/+14 |
2016-04-05 | iommu/vt-d: Improve fault handler error messages | Alex Williamson | 1 | -9/+5 |
2016-04-05 | iommu/vt-d: Ratelimit fault handler | Alex Williamson | 1 | -11/+22 |
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 |