summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/generic_pt/fmt
AgeCommit message (Expand)AuthorLines
2026-01-19iommupt: Do not set C-bit on MMIO backed PTEsWei Wang-2/+4
2025-11-28iommupt/vtd: Support mgaw's less than a 4 level walk for first stageJason Gunthorpe-10/+7
2025-11-28iommupt/vtd: Allow VT-d to have a larger table top than the vasz requiresJason Gunthorpe-13/+6
2025-11-27iommupt: Avoid a compiler bug with sw_bitJason Gunthorpe-8/+8
2025-11-05iommupt/x86: Support SW bits and permit PT_FEAT_DMA_INCOHERENTJason Gunthorpe-1/+28
2025-11-05iommupt/x86: Set the dirty bit only for writable PTEsJason Gunthorpe-2/+2
2025-11-05iommupt: Add the Intel VT-d second stage page table formatJason Gunthorpe-0/+325
2025-11-05iommupt: Add a kunit test for the IOMMU implementationJason Gunthorpe-0/+1
2025-11-05iommupt: Add the x86 64 bit page table formatJason Gunthorpe-0/+289
2025-11-05iommupt: Add a mock pagetable format for iommufd selftest to useJason Gunthorpe-2/+27
2025-11-05iommupt: Add a kunit test for Generic Page TableJason Gunthorpe-0/+30
2025-11-05iommupt: Add the AMD IOMMU v1 page table formatJason Gunthorpe-0/+434
2025-11-05iommupt: Add the basic structure of the iommu implementationJason Gunthorpe-0/+39