aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/generic_pt/fmt
AgeCommit message (Expand)AuthorFilesLines
2026-06-12Merge branches 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings', 'rockchip', 'verisilicon', 'riscv', 'intel/vt-d', 'amd/amd-vi' and 'core' into nextJoerg Roedel3-2/+14
2026-05-19iommu_pt: add kunit config for 32-bit VA (amdv1_cfg_1)Ankit Soni1-0/+1
2026-05-19iommu/riscv: Enable PT_FEAT_DETAILED_GATHER and pass gather to iotlb_invalJason Gunthorpe1-1/+3
2026-05-15iommupt: Fixup build warning by using BIT_ULL() for RISCVPT_NC/IOFangyu Yu1-2/+2
2026-05-11iommupt: Encode IOMMU_MMIO/IOMMU_CACHE via RISC-V Svpbmt bitsFangyu Yu1-1/+10
2026-04-09Merge branches 'fixes', 'arm/smmu/updates', 'arm/smmu/bindings', 'riscv', 'intel/vt-d', 'amd/amd-vi' and 'core' into nextWill Deacon5-1/+356
2026-03-27iommupt/amdv1: mark amdv1pt_install_leaf_entry as __always_inlineSherry Yang1-1/+1
2026-03-17iommupt: Add the RISC-V page table formatJason Gunthorpe4-0/+355
2026-01-19iommupt: Do not set C-bit on MMIO backed PTEsWei Wang2-2/+4
2025-11-28iommupt/vtd: Support mgaw's less than a 4 level walk for first stageJason Gunthorpe1-10/+7
2025-11-28iommupt/vtd: Allow VT-d to have a larger table top than the vasz requiresJason Gunthorpe1-13/+6
2025-11-27iommupt: Avoid a compiler bug with sw_bitJason Gunthorpe2-8/+8
2025-11-05iommupt/x86: Support SW bits and permit PT_FEAT_DMA_INCOHERENTJason Gunthorpe2-1/+28
2025-11-05iommupt/x86: Set the dirty bit only for writable PTEsJason Gunthorpe1-2/+2
2025-11-05iommupt: Add the Intel VT-d second stage page table formatJason Gunthorpe4-0/+325
2025-11-05iommupt: Add a kunit test for the IOMMU implementationJason Gunthorpe1-0/+1
2025-11-05iommupt: Add the x86 64 bit page table formatJason Gunthorpe4-0/+289
2025-11-05iommupt: Add a mock pagetable format for iommufd selftest to useJason Gunthorpe3-2/+27
2025-11-05iommupt: Add a kunit test for Generic Page TableJason Gunthorpe3-0/+30
2025-11-05iommupt: Add the AMD IOMMU v1 page table formatJason Gunthorpe4-0/+434
2025-11-05iommupt: Add the basic structure of the iommu implementationJason Gunthorpe1-0/+39