Age | Commit message (Expand) | Author | Files | Lines |
2019-07-04 | Merge branches 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/omap', 'generic-dma-op... | Joerg Roedel | 38 | -639/+913 |
2019-07-04 | iommu/omap: No need to check return value of debugfs_create functions | Greg Kroah-Hartman | 1 | -29/+6 |
2019-07-04 | iommu/arm-smmu-v3: Invalidate ATC when detaching a device | Jean-Philippe Brucker | 1 | -1/+4 |
2019-07-02 | iommu/arm-smmu-v3: Fix compilation when CONFIG_CMA=n | Will Deacon | 1 | -0/+6 |
2019-07-01 | Merge branch 'arm/renesas' into arm/smmu | Joerg Roedel | 1 | -62/+125 |
2019-07-01 | iommu/vt-d: Cleanup unused variable | Jacob Pan | 1 | -2/+2 |
2019-07-01 | iommu/amd: Flush not present cache in iommu_map_page | Tom Murphy | 1 | -4/+16 |
2019-07-01 | iommu/amd: Only free resources once on init error | Kevin Mitchell | 1 | -14/+13 |
2019-07-01 | iommu/amd: Move gart fallback to amd_iommu_init | Kevin Mitchell | 1 | -9/+10 |
2019-07-01 | iommu/amd: Make iommu_disable safer | Kevin Mitchell | 1 | -0/+3 |
2019-07-01 | Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin... | Joerg Roedel | 5 | -44/+76 |
2019-06-25 | iommu/io-pgtable: Support non-coherent page tables | Bjorn Andersson | 2 | -5/+14 |
2019-06-25 | iommu/io-pgtable: Replace IO_PGTABLE_QUIRK_NO_DMA with specific flag | Will Deacon | 5 | -22/+16 |
2019-06-24 | Merge tag 'v5.2-rc6' into generic-dma-ops | Joerg Roedel | 39 | -395/+54 |
2019-06-22 | Merge tag 'iommu-fix-v5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -4/+3 |
2019-06-22 | Revert "iommu/vt-d: Fix lock inversion between iommu->lock and device_domain_... | Peter Xu | 1 | -4/+3 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 8 | -32/+8 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 | Thomas Gleixner | 5 | -60/+5 |
2019-06-18 | iommu/io-pgtable-arm: Add support to use system cache | Vivek Gautam | 1 | -1/+8 |
2019-06-18 | iommu/arm-smmu-v3: Increase maximum size of queues | Will Deacon | 1 | -16/+38 |
2019-06-18 | iommu/vt-d: Silence a variable set but not used | Qian Cai | 1 | -1/+2 |
2019-06-18 | iommu/vt-d: Remove an unused variable "length" | Qian Cai | 1 | -3/+0 |
2019-06-18 | iommu: Fix integer truncation | Arnd Bergmann | 1 | -2/+2 |
2019-06-14 | Merge tag 'iommu-fixes-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 4 | -8/+18 |
2019-06-12 | iommu/vt-d: Consolidate domain_init() to avoid duplication | Lu Baolu | 1 | -87/+36 |
2019-06-12 | iommu/vt-d: Cleanup after delegating DMA domain to generic iommu | Sai Praneeth Prakhya | 1 | -55/+0 |
2019-06-12 | iommu/vt-d: Fix suspicious RCU usage in probe_acpi_namespace_devices() | Lu Baolu | 1 | -0/+2 |
2019-06-12 | iommu/vt-d: Allow DMA domain attaching to rmrr locked device | Lu Baolu | 1 | -1/+2 |
2019-06-12 | iommu/vt-d: Don't enable iommu's which have been ignored | Lu Baolu | 1 | -2/+7 |
2019-06-12 | iommu/vt-d: Set domain type for a private domain | Lu Baolu | 1 | -0/+2 |
2019-06-12 | iommu/vt-d: Don't return error when device gets right domain | Lu Baolu | 1 | -6/+0 |
2019-06-12 | iommu/vt-d: Differentiate relaxable and non relaxable RMRRs | Eric Auger | 1 | -15/+39 |
2019-06-12 | iommu: Introduce IOMMU_RESV_DIRECT_RELAXABLE reserved memory regions | Eric Auger | 1 | -5/+7 |
2019-06-12 | iommu/vt-d: Handle PCI bridge RMRR device scopes in intel_iommu_get_resv_regions | Eric Auger | 1 | -1/+2 |
2019-06-12 | iommu/vt-d: Handle RMRR with PCI bridge device scopes | Eric Auger | 1 | -1/+2 |
2019-06-12 | iommu/vt-d: Introduce is_downstream_to_pci_bridge helper | Eric Auger | 1 | -8/+29 |
2019-06-12 | iommu/vt-d: Duplicate iommu_resv_region objects per device list | Eric Auger | 1 | -17/+17 |
2019-06-12 | iommu: Fix a leak in iommu_insert_resv_region | Eric Auger | 1 | -3/+5 |
2019-06-12 | iommu: Add recoverable fault reporting | Jean-Philippe Brucker | 1 | -2/+92 |
2019-06-12 | iommu: Introduce device fault report API | Jacob Pan | 1 | -3/+143 |
2019-06-12 | iommu/arm-smmu: Avoid constant zero in TLBI writes | Robin Murphy | 1 | -3/+12 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335 | Thomas Gleixner | 2 | -26/+2 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 | Thomas Gleixner | 9 | -117/+9 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320 | Thomas Gleixner | 2 | -26/+2 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288 | Thomas Gleixner | 2 | -18/+2 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 267 | Thomas Gleixner | 3 | -42/+3 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266 | Thomas Gleixner | 4 | -52/+4 |
2019-06-03 | Merge tag 'v5.2-rc3' into x86/vt-d | Joerg Roedel | 3 | -27/+3 |
2019-06-03 | iommu/ipmmu-vmsa: Add suspend/resume support | Geert Uytterhoeven | 1 | -1/+46 |
2019-06-03 | iommu/ipmmu-vmsa: Extract hardware context initialization | Geert Uytterhoeven | 1 | -43/+48 |