Age | Commit message (Expand) | Author | Files | Lines |
2024-04-15 | iommu/sun50i: use page allocation function provided by iommu-pages.h | Pasha Tatashin | 1 | -3/+4 |
2024-04-15 | iommu/rockchip: use page allocation function provided by iommu-pages.h | Pasha Tatashin | 1 | -6/+8 |
2024-04-15 | iommu/exynos: use page allocation function provided by iommu-pages.h | Pasha Tatashin | 1 | -6/+8 |
2024-04-15 | iommu/io-pgtable-dart: use page allocation function provided by iommu-pages.h | Pasha Tatashin | 1 | -23/+14 |
2024-04-15 | iommu/io-pgtable-arm: use page allocation function provided by iommu-pages.h | Pasha Tatashin | 1 | -9/+6 |
2024-04-15 | iommu/amd: use page allocation function provided by iommu-pages.h | Pasha Tatashin | 5 | -79/+62 |
2024-04-15 | iommu/dma: use iommu_put_pages_list() to releae freelist | Pasha Tatashin | 1 | -3/+4 |
2024-04-15 | iommu/vt-d: add wrapper functions for page allocations | Pasha Tatashin | 7 | -63/+201 |
2024-04-14 | iommufd: Add missing IOMMUFD_DRIVER kconfig for the selftest | Jason Gunthorpe | 1 | -0/+1 |
2024-04-12 | iommu/amd: Change log message severity | Vasant Hegde | 1 | -2/+2 |
2024-04-12 | iommu: Pass domain to remove_dev_pasid() op | Yi Liu | 3 | -19/+10 |
2024-04-12 | iommu: Undo pasid attachment only for the devices that have succeeded | Yi Liu | 1 | -6/+15 |
2024-04-12 | iommu/vt-d: Fix WARN_ON in iommu probe path | Lu Baolu | 1 | -4/+7 |
2024-04-12 | iommu/vt-d: Allocate local memory for page request queue | Jacob Pan | 1 | -1/+1 |
2024-04-12 | iommu/vt-d: Fix wrong use of pasid config | Xuchun Shang | 1 | -1/+1 |
2024-04-12 | iommu: mtk: fix module autoloading | Krzysztof Kozlowski | 2 | -0/+2 |
2024-04-12 | iommu/amd: Do not enable SNP when V2 page table is enabled | Vasant Hegde | 1 | -10/+11 |
2024-04-12 | iommu/amd: Fix possible irq lock inversion dependency issue | Vasant Hegde | 1 | -4/+7 |
2024-04-09 | iommu/arm-smmu-v3: Add a type for the CD entry | Jason Gunthorpe | 2 | -10/+17 |
2024-04-09 | iommu/arm-smmu-v3: Do not ATC invalidate the entire domain | Jason Gunthorpe | 1 | -1/+4 |
2024-04-09 | iommu/arm-smmu-v3: Do not allow a SVA domain to be set on the wrong PASID | Jason Gunthorpe | 1 | -0/+3 |
2024-04-09 | iommu/arm-smmu-v3: Retire disable_bypass parameter | Robin Murphy | 1 | -33/+13 |
2024-04-04 | x86/CPU/AMD: Track SNP host status with cc_platform_*() | Borislav Petkov (AMD) | 1 | -1/+3 |
2024-03-28 | iommu: Validate the PASID in iommu_attach_device_pasid() | Jason Gunthorpe | 1 | -1/+10 |
2024-03-26 | iommu/arm-smmu-v3: Fix access for STE.SHCFG | Mostafa Saleh | 2 | -12/+25 |
2024-03-26 | iommu/arm-smmu-v3: Add cpu_to_le64() around STRTAB_STE_0_V | Jason Gunthorpe | 1 | -1/+2 |
2024-03-24 | Merge tag 'dma-mapping-6.9-2024-03-24' of git://git.infradead.org/users/hch/d... | Linus Torvalds | 1 | -0/+9 |
2024-03-22 | Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -1/+1 |
2024-03-13 | iommu/dma: Force swiotlb_max_mapping_size on an untrusted device | Nicolin Chen | 1 | -0/+9 |
2024-03-13 | Merge tag 'iommu-updates-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 42 | -1590/+1781 |
2024-03-12 | Merge tag 'soc-dt-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc | Linus Torvalds | 1 | -1/+1 |
2024-03-12 | Merge tag 'x86_sev_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -25/+101 |
2024-03-12 | Merge tag 'irq-msi-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+3 |
2024-03-08 | Merge branches 'arm/mediatek', 'arm/renesas', 'arm/smmu', 'x86/vt-d', 'x86/am... | Joerg Roedel | 42 | -1590/+1781 |
2024-03-08 | iommu: Fix compilation without CONFIG_IOMMU_INTEL | Bert Karwatzki | 3 | -2/+5 |
2024-03-08 | iommu/amd: Fix sleeping in atomic context | Vasant Hegde | 1 | -1/+1 |
2024-03-06 | iommu/dma: Document min_align_mask assumption | Robin Murphy | 1 | -0/+5 |
2024-03-06 | iommu/vt-d: Remove scalabe mode in domain_context_clear_one() | Lu Baolu | 1 | -14/+1 |
2024-03-06 | iommu/vt-d: Remove scalable mode context entry setup from attach_dev | Lu Baolu | 1 | -112/+44 |
2024-03-06 | iommu/vt-d: Setup scalable mode context entry in probe path | Lu Baolu | 3 | -0/+151 |
2024-03-06 | iommu/vt-d: Fix NULL domain on device release | Lu Baolu | 3 | -25/+71 |
2024-03-06 | iommu: Add static iommu_ops->release_domain | Lu Baolu | 1 | -4/+15 |
2024-03-06 | iommu/vt-d: Improve ITE fault handling if target device isn't present | Ethan Zhao | 1 | -0/+22 |
2024-03-06 | iommu/vt-d: Don't issue ATS Invalidation request when device is disconnected | Ethan Zhao | 1 | -0/+3 |
2024-03-04 | Merge tag 'qcom-arm32-for-6.9' of https://git.kernel.org/pub/scm/linux/kernel... | Arnd Bergmann | 1 | -1/+1 |
2024-03-02 | Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -24/+54 |
2024-03-01 | Merge tag 'arm-smmu-updates' of git://git.kernel.org/pub/scm/linux/kernel/git... | Joerg Roedel | 5 | -270/+506 |
2024-03-01 | iommu/sva: Fix SVA handle sharing in multi device case | Zhangfei Gao | 1 | -2/+2 |
2024-03-01 | iommu/vt-d: Use device rbtree in iopf reporting path | Lu Baolu | 4 | -8/+15 |
2024-03-01 | iommu/vt-d: Use rbtree to track iommu probed devices | Lu Baolu | 3 | -3/+96 |