summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/dmar.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
*-. Merge branches 'arm/io-pgtable', 'arm/qcom', 'arm/tegra', 'x86/vt-d', 'x86/am...Joerg Roedel2018-05-291-5/+3
|\ \
| | * iommu/vt-d: Ratelimit each dmar fault printingDmitry Safonov2018-05-031-5/+3
| |/
* | iommu/vt-d: Use WARN_ON_ONCE instead of BUG_ON in qi_flush_dev_iotlb()Joerg Roedel2018-05-031-1/+1
* | iommu/vt-d: fix shift-out-of-bounds in bug checkingChangbin Du2018-05-031-1/+1
|/
* iommu/vt-d: Add __init for dmar_register_bus_notifier()Dmitry Safonov2018-02-131-1/+1
* iommu/vt-d: Clear Page Request Overflow fault bitLu Baolu2017-11-031-1/+2
* iommu/vt-d: Don't register bus-notifier under dmar_global_lockJoerg Roedel2017-10-061-2/+5
* iommu/vt-d: Fix harmless section mismatch warningArnd Bergmann2017-09-191-1/+1
* iommu/vt-d: Allow to flush more than 4GB of device TLBsJoerg Roedel2017-08-151-1/+1
* ACPI: Switch to use generic guid_t in acpi_evaluate_dsm()Andy Shevchenko2017-06-071-6/+5
* iommu/dmar: Remove redundant ' != 0' when check return codeAndy Shevchenko2017-03-221-1/+1
* iommu/dmar: Remove redundant assignment of retAndy Shevchenko2017-03-221-2/+2
* iommu/dmar: Return directly from a loop in dmar_dev_scope_status()Andy Shevchenko2017-03-221-6/+8
* iommu/dmar: Rectify return code handling in detect_intel_iommu()Andy Shevchenko2017-03-221-8/+7
* iommu/vt-d: Fix crash on boot when DMAR is disabledAndy Shevchenko2017-02-221-2/+4
*---. Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/m...Joerg Roedel2017-02-101-9/+17
|\ \ \
| | | * iommu: Add sysfs bindings for struct iommu_deviceJoerg Roedel2017-02-101-8/+5
| | | * iommu: Introduce new 'struct iommu_device'Joerg Roedel2017-02-101-0/+9
| |_|/ |/| |
| | * ACPI / DMAR: Avoid passing NULL to acpi_put_table()Rafael J. Wysocki2017-01-051-2/+4
| |/ |/|
* | Merge branches 'acpica' and 'acpi-scan'Rafael J. Wysocki2016-12-221-5/+2
|\ \
| * | ACPI / osl: Remove acpi_get_table_with_size()/early_acpi_os_unmap_memory() usersLv Zheng2016-12-211-5/+2
| |/
* | iommu/vt-d: Fix IOMMU lookup for SR-IOV Virtual FunctionsAshok Raj2016-10-301-1/+3
|/
* 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/+0
| * 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-271-1/+2
|/
* iommu/vt-d: Improve fault handler error messagesAlex Williamson2016-04-051-9/+5
* 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-131-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-231-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/+5
|/
* 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/+1
|/
* Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-061-14/+14
|\
| * ACPICA: Tables: Update for DMAR table changes.Bob Moore2014-07-311-14/+14
OpenPOWER on IntegriCloud