summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* iommu/arm-smmu: Prepare for multiple DMA domain typesRobin Murphy2021-08-182-1/+3
* iommu/amd: Prepare for multiple DMA domain typesRobin Murphy2021-08-181-7/+2
* iommu: Introduce explicit type for non-strict DMA domainsRobin Murphy2021-08-183-3/+18
* iommu/io-pgtable: Remove non-strict quirkRobin Murphy2021-08-185-31/+4
* iommu: Indicate queued flushes via gather dataRobin Murphy2021-08-183-1/+15
* iommu/dma: Remove redundant "!dev" checksRobin Murphy2021-08-181-4/+1
* iommu/virtio: Drop IOVA cookie managementRobin Murphy2021-08-181-8/+0
* iommu/sun50i: Drop IOVA cookie managementRobin Murphy2021-08-181-12/+1
* iommu/sprd: Drop IOVA cookie managementRobin Murphy2021-08-181-7/+0
* iommu/rockchip: Drop IOVA cookie managementRobin Murphy2021-08-181-11/+1
* iommu/mtk: Drop IOVA cookie managementRobin Murphy2021-08-182-8/+0
* iommu/ipmmu-vmsa: Drop IOVA cookie managementRobin Murphy2021-08-181-24/+4
* iommu/exynos: Drop IOVA cookie managementRobin Murphy2021-08-181-15/+4
* iommu/vt-d: Drop IOVA cookie managementRobin Murphy2021-08-181-8/+0
* iommu/arm-smmu: Drop IOVA cookie managementRobin Murphy2021-08-183-27/+4
* iommu/amd: Drop IOVA cookie managementRobin Murphy2021-08-181-12/+0
* iommu: Pull IOVA cookie management into the coreRobin Murphy2021-08-182-1/+9
* iommu/arm-smmu-v3: Implement the map_pages() IOMMU driver callbackXiang Chen2021-08-021-4/+5
* iommu/arm-smmu-v3: Implement the unmap_pages() IOMMU driver callbackXiang Chen2021-08-021-4/+5
* iommu/vt-d: Move clflush'es from iotlb_sync_map() to map_pages()Lu Baolu2021-07-261-41/+7
* iommu/vt-d: Implement map/unmap_pages() iommu_ops callbackLu Baolu2021-07-261-2/+35
* iommu/vt-d: Report real pgsize bitmap to iommu coreLu Baolu2021-07-261-19/+19
* iommu: Streamline iommu_iova_to_phys()Robin Murphy2021-07-264-10/+4
* iommu: Remove mode argument from iommu_set_dma_strict()John Garry2021-07-264-8/+7
* iommu/amd: Add support for IOMMU default DMA mode build optionsZhen Lei2021-07-264-15/+2
* iommu/vt-d: Add support for IOMMU default DMA mode build optionsZhen Lei2021-07-262-9/+7
* iommu: Enhance IOMMU default DMA mode build optionsZhen Lei2021-07-263-2/+43
* iommu: Print strict or lazy mode at init timeJohn Garry2021-07-261-0/+5
* iommu: Deprecate Intel and AMD cmdline methods to enable strict modeJohn Garry2021-07-263-8/+6
* iommu/arm-smmu: Implement the map_pages() IOMMU driver callbackIsaac J. Manjarres2021-07-261-4/+5
* iommu/arm-smmu: Implement the unmap_pages() IOMMU driver callbackIsaac J. Manjarres2021-07-261-4/+5
* iommu/io-pgtable-arm-v7s: Implement arm_v7s_map_pages()Isaac J. Manjarres2021-07-261-4/+22
* iommu/io-pgtable-arm-v7s: Implement arm_v7s_unmap_pages()Isaac J. Manjarres2021-07-261-3/+21
* iommu/io-pgtable-arm: Implement arm_lpae_map_pages()Isaac J. Manjarres2021-07-261-10/+31
* iommu/io-pgtable-arm: Implement arm_lpae_unmap_pages()Isaac J. Manjarres2021-07-261-46/+74
* iommu/io-pgtable-arm: Prepare PTE methods for handling multiple entriesIsaac J. Manjarres2021-07-261-34/+44
* iommu: Add support for the map_pages() callbackIsaac J. Manjarres2021-07-261-8/+35
* iommu: Hook up '->unmap_pages' driver callbackWill Deacon2021-07-261-9/+50
* iommu: Split 'addr_merge' argument to iommu_pgsize() into separate partsWill Deacon2021-07-261-4/+6
* iommu: Use bitmap to calculate page size in iommu_pgsize()Will Deacon2021-07-261-19/+12
* iommu: Add a map_pages() op for IOMMU driversIsaac J. Manjarres2021-07-261-0/+5
* iommu/io-pgtable: Introduce map_pages() as a page table opIsaac J. Manjarres2021-07-261-0/+4
* iommu: Add an unmap_pages() op for IOMMU driversIsaac J. Manjarres2021-07-261-0/+4
* iommu/io-pgtable: Introduce unmap_pages() as a page table opIsaac J. Manjarres2021-07-261-0/+4
* Linux 5.14-rc3v5.14-rc3Linus Torvalds2021-07-251-1/+1
* smpboot: fix duplicate and misplaced inlining directiveLinus Torvalds2021-07-251-1/+1
* Merge tag 'powerpc-5.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-07-255-8/+68
|\
| * KVM: PPC: Book3S HV Nested: Sanitise H_ENTER_NESTED TM stateNicholas Piggin2021-07-231-0/+20
| * KVM: PPC: Book3S: Fix H_RTAS rets buffer overflowNicholas Piggin2021-07-231-3/+22
| * KVM: PPC: Fix kvm_arch_vcpu_ioctl vcpu_load leakNicholas Piggin2021-07-171-2/+2