summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-18iommu/ipmmu-vmsa: Drop IOVA cookie managementRobin Murphy
2021-08-18iommu/exynos: Drop IOVA cookie managementRobin Murphy
2021-08-18iommu/vt-d: Drop IOVA cookie managementRobin Murphy
2021-08-18iommu/arm-smmu: Drop IOVA cookie managementRobin Murphy
2021-08-18iommu/amd: Drop IOVA cookie managementRobin Murphy
2021-08-18iommu: Pull IOVA cookie management into the coreRobin Murphy
2021-08-02iommu/arm-smmu-v3: Implement the map_pages() IOMMU driver callbackXiang Chen
2021-08-02iommu/arm-smmu-v3: Implement the unmap_pages() IOMMU driver callbackXiang Chen
2021-07-26iommu/vt-d: Move clflush'es from iotlb_sync_map() to map_pages()Lu Baolu
2021-07-26iommu/vt-d: Implement map/unmap_pages() iommu_ops callbackLu Baolu
2021-07-26iommu/vt-d: Report real pgsize bitmap to iommu coreLu Baolu
2021-07-26iommu: Streamline iommu_iova_to_phys()Robin Murphy
2021-07-26iommu: Remove mode argument from iommu_set_dma_strict()John Garry
2021-07-26iommu/amd: Add support for IOMMU default DMA mode build optionsZhen Lei
2021-07-26iommu/vt-d: Add support for IOMMU default DMA mode build optionsZhen Lei
2021-07-26iommu: Enhance IOMMU default DMA mode build optionsZhen Lei
2021-07-26iommu: Print strict or lazy mode at init timeJohn Garry
2021-07-26iommu: Deprecate Intel and AMD cmdline methods to enable strict modeJohn Garry
2021-07-26iommu/arm-smmu: Implement the map_pages() IOMMU driver callbackIsaac J. Manjarres
2021-07-26iommu/arm-smmu: Implement the unmap_pages() IOMMU driver callbackIsaac J. Manjarres
2021-07-26iommu/io-pgtable-arm-v7s: Implement arm_v7s_map_pages()Isaac J. Manjarres
2021-07-26iommu/io-pgtable-arm-v7s: Implement arm_v7s_unmap_pages()Isaac J. Manjarres
2021-07-26iommu/io-pgtable-arm: Implement arm_lpae_map_pages()Isaac J. Manjarres
2021-07-26iommu/io-pgtable-arm: Implement arm_lpae_unmap_pages()Isaac J. Manjarres
2021-07-26iommu/io-pgtable-arm: Prepare PTE methods for handling multiple entriesIsaac J. Manjarres
2021-07-26iommu: Add support for the map_pages() callbackIsaac J. Manjarres
2021-07-26iommu: Hook up '->unmap_pages' driver callbackWill Deacon
2021-07-26iommu: Split 'addr_merge' argument to iommu_pgsize() into separate partsWill Deacon
2021-07-26iommu: Use bitmap to calculate page size in iommu_pgsize()Will Deacon
2021-07-26iommu: Add a map_pages() op for IOMMU driversIsaac J. Manjarres
2021-07-26iommu/io-pgtable: Introduce map_pages() as a page table opIsaac J. Manjarres
2021-07-26iommu: Add an unmap_pages() op for IOMMU driversIsaac J. Manjarres
2021-07-26iommu/io-pgtable: Introduce unmap_pages() as a page table opIsaac J. Manjarres
2021-07-25Linux 5.14-rc3Linus Torvalds
2021-07-25smpboot: fix duplicate and misplaced inlining directiveLinus Torvalds
2021-07-25Merge tag 'powerpc-5.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-07-25Merge tag 'timers-urgent-2021-07-25' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-07-25Merge tag 'locking-urgent-2021-07-25' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-07-25Merge tag 'efi-urgent-2021-07-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-07-25Merge tag 'core-urgent-2021-07-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-07-25Merge tag 'dma-mapping-5.14-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2021-07-24Merge tag '5.14-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2021-07-24Merge tag 'riscv-for-linus-5.14-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-07-24ACPI: fix NULL pointer dereferenceLinus Torvalds
2021-07-24Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2021-07-24Merge tag 'io_uring-5.14-2021-07-24' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-07-24Merge tag 'block-5.14-2021-07-24' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-07-24Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-07-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-23riscv: __asm_copy_to-from_user: Fix: Typos in commentsAkira Tsukamoto