aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/dmar.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-30/+61
2018-12-11iommu/vt-d: Add 256-bit invalidation descriptor supportLu Baolu1-30/+61
2018-12-05iommu/vt-d: Force IOMMU on for platform opt in hintLu Baolu1-0/+25
2018-07-06iommu/vt-d: Fix dev iotlb pfsid useJacob Pan1-3/+3
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-05-29Merge branches 'arm/io-pgtable', 'arm/qcom', 'arm/tegra', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-5/+3
2018-05-03iommu/vt-d: Use WARN_ON_ONCE instead of BUG_ON in qi_flush_dev_iotlb()Joerg Roedel1-1/+1
2018-05-03iommu/vt-d: fix shift-out-of-bounds in bug checkingChangbin Du1-1/+1
2018-05-03iommu/vt-d: Ratelimit each dmar fault printingDmitry Safonov1-5/+3
2018-02-13iommu/vt-d: Add __init for dmar_register_bus_notifier()Dmitry Safonov1-1/+1
2017-11-03iommu/vt-d: Clear Page Request Overflow fault bitLu Baolu1-1/+2
2017-10-06iommu/vt-d: Don't register bus-notifier under dmar_global_lockJoerg Roedel1-2/+5
2017-09-19iommu/vt-d: Fix harmless section mismatch warningArnd Bergmann1-1/+1
2017-08-15iommu/vt-d: Allow to flush more than 4GB of device TLBsJoerg Roedel1-1/+1
2017-06-07ACPI: Switch to use generic guid_t in acpi_evaluate_dsm()Andy Shevchenko1-6/+5
2017-03-22iommu/dmar: Remove redundant ' != 0' when check return codeAndy Shevchenko1-1/+1
2017-03-22iommu/dmar: Remove redundant assignment of retAndy Shevchenko1-2/+2
2017-03-22iommu/dmar: Return directly from a loop in dmar_dev_scope_status()Andy Shevchenko1-6/+8
2017-03-22iommu/dmar: Rectify return code handling in detect_intel_iommu()Andy Shevchenko1-8/+7
2017-02-22iommu/vt-d: Fix crash on boot when DMAR is disabledAndy Shevchenko1-2/+4
2017-02-10Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/mediatek', 'arm/core', 'x86/vt-d' and 'core' into nextJoerg Roedel1-9/+17
2017-02-10iommu: Add sysfs bindings for struct iommu_deviceJoerg Roedel1-8/+5
2017-02-10iommu: Introduce new 'struct iommu_device'Joerg Roedel1-0/+9
2017-01-05ACPI / DMAR: Avoid passing NULL to acpi_put_table()Rafael J. Wysocki1-2/+4
2016-12-22Merge branches 'acpica' and 'acpi-scan'Rafael J. Wysocki1-5/+2
2016-12-21ACPI / osl: Remove acpi_get_table_with_size()/early_acpi_os_unmap_memory() usersLv Zheng1-5/+2
2016-10-30iommu/vt-d: Fix IOMMU lookup for SR-IOV Virtual FunctionsAshok Raj1-1/+3
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