Age | Commit message (Expand) | Author |
2022-08-18 | Merge tag 'irqchip-fixes-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/... | Thomas Gleixner |
2022-08-07 | Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linux | Linus Torvalds |
2022-08-06 | Revert "iommu/dma: Add config for PCI SAC address trick" | Linus Torvalds |
2022-08-06 | Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/... | Linus Torvalds |
2022-08-06 | Merge tag 'iommu-updates-v5.20-or-v6.0' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds |
2022-08-04 | Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2022-08-04 | iommu/hyper-v: Use helper instead of directly accessing affinity | Michael Kelley |
2022-08-01 | Merge tag 'irq-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2022-07-29 | Merge branches 'arm/exynos', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'virtio',... | Joerg Roedel |
2022-07-29 | iommu/amd: Fix compile warning in init code | Joerg Roedel |
2022-07-29 | iommu/amd: Add support for AVIC when SNP is enabled | Suravee Suthikulpanit |
2022-07-29 | iommu/amd: Simplify and Consolidate Virtual APIC (AVIC) Enablement | Suravee Suthikulpanit |
2022-07-26 | iommu/dma: support PCI P2PDMA pages in dma-iommu map_sg | Logan Gunthorpe |
2022-07-26 | iommu: Explicitly skip bus address marked segments in __iommu_map_sg() | Logan Gunthorpe |
2022-07-22 | drivers: iommu: fix clang -wformat warning | Justin Stitt |
2022-07-19 | iommu/arm-smmu: qcom_iommu: Add of_node_put() when breaking out of loop | Liang He |
2022-07-19 | iommu/arm-smmu-qcom: Add SM6375 SMMU compatible | Konrad Dybcio |
2022-07-19 | dma-iommu: add iommu_dma_opt_mapping_size() | John Garry |
2022-07-15 | lib/bitmap: change type of bitmap_weight to unsigned long | Yury Norov |
2022-07-15 | iommu/amd: Do not support IOMMUv2 APIs when SNP is enabled | Suravee Suthikulpanit |
2022-07-15 | iommu/amd: Do not support IOMMU_DOMAIN_IDENTITY after SNP is enabled | Suravee Suthikulpanit |
2022-07-15 | iommu/amd: Set translation valid bit only when IO page tables are in use | Suravee Suthikulpanit |
2022-07-15 | iommu/amd: Introduce function to check and enable SNP | Brijesh Singh |
2022-07-15 | iommu/amd: Globally detect SNP support | Suravee Suthikulpanit |
2022-07-15 | iommu/amd: Process all IVHDs before enabling IOMMU features | Suravee Suthikulpanit |
2022-07-15 | iommu/amd: Introduce global variable for storing common EFR and EFR2 | Suravee Suthikulpanit |
2022-07-15 | iommu/amd: Introduce Support for Extended Feature 2 Register | Suravee Suthikulpanit |
2022-07-15 | iommu/amd: Change macro for IOMMU control register bit shift to decimal value | Suravee Suthikulpanit |
2022-07-15 | iommu/exynos: Enable default VM instance on SysMMU v7 | Sam Protsenko |
2022-07-15 | iommu/exynos: Add SysMMU v7 register set | Sam Protsenko |
2022-07-15 | iommu/exynos: Abstract non-common registers on different variants | Sam Protsenko |
2022-07-15 | iommu/exynos: Set correct dma mask for SysMMU v5+ | Sam Protsenko |
2022-07-15 | iommu/exynos: Handle failed IOMMU device registration properly | Sam Protsenko |
2022-07-15 | iommu/exynos: Reuse SysMMU constants for page size and order | Sam Protsenko |
2022-07-15 | iommu/mediatek: Log with dev_err_probe when failing to parse dts | NĂcolas F. R. A. Prado |
2022-07-15 | iommu/vt-d: Remove global g_iommus array | Lu Baolu |
2022-07-15 | iommu/vt-d: Remove unnecessary check in intel_iommu_add() | Lu Baolu |
2022-07-15 | iommu/vt-d: Refactor iommu information of each domain | Lu Baolu |
2022-07-15 | iommu/vt-d: Use IDA interface to manage iommu sequence id | Lu Baolu |
2022-07-15 | iommu/vt-d: Remove unused domain_get_iommu() | Lu Baolu |
2022-07-15 | iommu/vt-d: Convert global spinlock into per domain lock | Lu Baolu |
2022-07-15 | iommu/vt-d: Use device_domain_lock accurately | Lu Baolu |
2022-07-15 | iommu/vt-d: Fold __dmar_remove_one_dev_info() into its caller | Lu Baolu |
2022-07-15 | iommu/vt-d: Check device list of domain in domain free path | Lu Baolu |
2022-07-15 | iommu/vt-d: Acquiring lock in pasid manipulation helpers | Lu Baolu |
2022-07-15 | iommu/vt-d: Acquiring lock in domain ID allocation helpers | Lu Baolu |
2022-07-15 | iommu/vt-d: Replace spin_lock_irqsave() with spin_lock() | Lu Baolu |
2022-07-15 | iommu/vt-d: Unnecessary spinlock for root table alloc and free | Lu Baolu |
2022-07-15 | iommu/vt-d: Use pci_get_domain_bus_and_slot() in pgtable_walk() | Lu Baolu |
2022-07-15 | iommu/vt-d: Remove clearing translation data in disable_dmar_iommu() | Lu Baolu |