summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/dmar.c
Commit message (Expand)AuthorAgeFilesLines
* iommu/vt-d: Ignore devices with out-of-spec domain numberDaniel Drake2020-03-141-0/+8
* iommu/vt-d: Fix the wrong printing in RHSA parsingZhenzhong Duan2020-03-141-1/+1
* iommu/vt-d: dmar: replace WARN_TAINT with pr_warn + add_taintHans de Goede2020-03-131-5/+6
* iommu/vt-d: Silence RCU-list debugging warningsQian Cai2020-03-101-1/+2
* iommu/vt-d: Remove unnecessary WARN_ON_ONCE()Lu Baolu2020-01-241-1/+0
* iommu/vt-d: Don't reject Host Bridge due to scope mismatchjimyan2020-01-171-1/+1
* iommu/vt-d: Flush PASID-based iotlb for iova over first levelLu Baolu2020-01-071-0/+41
* iommu/vt-d: Turn off translations at shutdownDeepa Dinamani2019-11-111-1/+4
* iommu/vt-d: Add Scalable Mode fault informationKyung Min Park2019-09-111-4/+73
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320Thomas Gleixner2019-06-051-13/+1
* iommu/vt-d: Use struct_size() helperGustavo A. R. Silva2019-04-261-1/+1
* mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-051-2/+3
* iommu/dmar: Fix buffer overflow during PCI bus notificationJulia Cartwright2019-02-261-1/+1
* Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-01-011-30/+61
|\
| * iommu/vt-d: Add 256-bit invalidation descriptor supportLu Baolu2018-12-111-30/+61
* | iommu/vt-d: Force IOMMU on for platform opt in hintLu Baolu2018-12-051-0/+25
|/
* iommu/vt-d: Fix dev iotlb pfsid useJacob Pan2018-07-061-3/+3
* 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