Age | Commit message (Expand) | Author |
2024-04-12 | iommu/amd: Change log message severity | Vasant Hegde |
2024-04-12 | iommu/vt-d: Fix WARN_ON in iommu probe path | Lu Baolu |
2024-04-12 | iommu/vt-d: Allocate local memory for page request queue | Jacob Pan |
2024-04-12 | iommu/vt-d: Fix wrong use of pasid config | Xuchun Shang |
2024-04-12 | iommu: mtk: fix module autoloading | Krzysztof Kozlowski |
2024-04-12 | iommu/amd: Do not enable SNP when V2 page table is enabled | Vasant Hegde |
2024-04-12 | iommu/amd: Fix possible irq lock inversion dependency issue | Vasant Hegde |
2024-04-04 | x86/CPU/AMD: Track SNP host status with cc_platform_*() | Borislav Petkov (AMD) |
2024-03-28 | iommu: Validate the PASID in iommu_attach_device_pasid() | Jason Gunthorpe |
2024-03-26 | iommu/arm-smmu-v3: Fix access for STE.SHCFG | Mostafa Saleh |
2024-03-26 | iommu/arm-smmu-v3: Add cpu_to_le64() around STRTAB_STE_0_V | Jason Gunthorpe |
2024-03-24 | Merge tag 'dma-mapping-6.9-2024-03-24' of git://git.infradead.org/users/hch/d... | Linus Torvalds |
2024-03-21 | Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds |
2024-03-13 | iommu/dma: Force swiotlb_max_mapping_size on an untrusted device | Nicolin Chen |
2024-03-13 | Merge tag 'iommu-updates-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2024-03-12 | Merge tag 'soc-dt-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc | Linus Torvalds |
2024-03-11 | Merge tag 'x86_sev_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2024-03-11 | Merge tag 'irq-msi-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2024-03-08 | Merge branches 'arm/mediatek', 'arm/renesas', 'arm/smmu', 'x86/vt-d', 'x86/am... | Joerg Roedel |
2024-03-08 | iommu: Fix compilation without CONFIG_IOMMU_INTEL | Bert Karwatzki |
2024-03-08 | iommu/amd: Fix sleeping in atomic context | Vasant Hegde |
2024-03-06 | iommu/dma: Document min_align_mask assumption | Robin Murphy |
2024-03-06 | iommu/vt-d: Remove scalabe mode in domain_context_clear_one() | Lu Baolu |
2024-03-06 | iommu/vt-d: Remove scalable mode context entry setup from attach_dev | Lu Baolu |
2024-03-06 | iommu/vt-d: Setup scalable mode context entry in probe path | Lu Baolu |
2024-03-06 | iommu/vt-d: Fix NULL domain on device release | Lu Baolu |
2024-03-06 | iommu: Add static iommu_ops->release_domain | Lu Baolu |
2024-03-06 | iommu/vt-d: Improve ITE fault handling if target device isn't present | Ethan Zhao |
2024-03-06 | iommu/vt-d: Don't issue ATS Invalidation request when device is disconnected | Ethan Zhao |
2024-03-04 | Merge tag 'qcom-arm32-for-6.9' of https://git.kernel.org/pub/scm/linux/kernel... | Arnd Bergmann |
2024-03-01 | Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2024-03-01 | Merge tag 'arm-smmu-updates' of git://git.kernel.org/pub/scm/linux/kernel/git... | Joerg Roedel |
2024-03-01 | iommu/sva: Fix SVA handle sharing in multi device case | Zhangfei Gao |
2024-03-01 | iommu/vt-d: Use device rbtree in iopf reporting path | Lu Baolu |
2024-03-01 | iommu/vt-d: Use rbtree to track iommu probed devices | Lu Baolu |
2024-03-01 | iommu/vt-d: Merge intel_svm_bind_mm() into its caller | Tina Zhang |
2024-03-01 | iommu/vt-d: Remove initialization for dynamically heap-allocated rcu_head | Tina Zhang |
2024-03-01 | iommu/vt-d: Remove treatment for revoking PASIDs with pending page faults | Tina Zhang |
2024-03-01 | iommu/vt-d: Use kcalloc() instead of kzalloc() | Erick Archer |
2024-03-01 | iommu/vt-d: Remove INTEL_IOMMU_BROKEN_GFX_WA | Lu Baolu |
2024-03-01 | iommu: re-use local fwnode variable in iommu_ops_from_fwnode() | Krzysztof Kozlowski |
2024-03-01 | iommu: constify fwnode in iommu_ops_from_fwnode() | Krzysztof Kozlowski |
2024-03-01 | iommu: constify of_phandle_args in xlate | Krzysztof Kozlowski |
2024-03-01 | iommu: constify pointer to bus_type | Krzysztof Kozlowski |
2024-02-29 | iommu/arm-smmu-v3: Convert to domain_alloc_paging() | Jason Gunthorpe |
2024-02-29 | iommu/arm-smmu-v3: Pass arm_smmu_domain and arm_smmu_device to finalize | Jason Gunthorpe |
2024-02-29 | iommu/arm-smmu-v3: Use the identity/blocked domain during release | Jason Gunthorpe |
2024-02-29 | iommu/arm-smmu-v3: Add a global static BLOCKED domain | Jason Gunthorpe |
2024-02-29 | iommu/arm-smmu-v3: Add a global static IDENTITY domain | Jason Gunthorpe |
2024-02-29 | iommu/arm-smmu-v3: Check that the RID domain is S1 in SVA | Jason Gunthorpe |