summaryrefslogtreecommitdiff
path: root/drivers/iommu/generic_pt
AgeCommit message (Expand)AuthorFilesLines
2026-03-04iommupt: Always add IOVA range to iotlb_gather in gather_range_pages()Yu Zhang1-2/+1
2026-02-27iommupt: Do not set C-bit on MMIO backed PTEsWei Wang2-2/+4
2026-01-28iommupt: Only cache flush memory changed by unmapJason Gunthorpe1-1/+10
2026-01-20iommupt: Make it clearer to the compiler that pts.level == 0 for single pageJason Gunthorpe1-1/+1
2026-01-10iommupt: Make pt_feature() always_inlineJason Gunthorpe1-2/+2
2026-01-10iommupt: Fix the kunit buildingJason Gunthorpe1-1/+1
2025-12-18iommupt: Return ERR_PTR from _table_alloc()Jason Gunthorpe1-0/+3
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 Gunthorpe2-13/+20
2025-11-28genpt: Make GENERIC_PT invisibleGeert Uytterhoeven1-1/+1
2025-11-27iommupt: Avoid a compiler bug with sw_bitJason Gunthorpe2-8/+8
2025-11-25iommupt: Fix unlikely flows in increase_top()Jason Gunthorpe1-6/+11
2025-11-17iommupt: Actually correct pt_test_sw_bit_{acquire_release}() parameter descri...Bagas Sanjaya1-2/+2
2025-11-07iommu/iommupt: Fix build error in genericpt unit-testsJoerg Roedel1-1/+1
2025-11-07iommupt: Documentation fixesJason Gunthorpe2-2/+2
2025-11-07iommupt: Describe @bitnr parameterBagas Sanjaya1-0/+2
2025-11-05iommupt: Add a kunit test for the SW bitsJason Gunthorpe1-0/+110
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 Gunthorpe6-0/+337
2025-11-05iommupt: Flush the CPU cache after any writes to the page tableJason Gunthorpe1-4/+61
2025-11-05iommupt: Use the incoherent start/stop functions for PT_FEAT_DMA_INCOHERENTJason Gunthorpe3-20/+75
2025-11-05iommupt: Add basic support for SW bits in the page tableJason Gunthorpe2-0/+91
2025-11-05iommupt: Add a kunit test for the IOMMU implementationJason Gunthorpe3-0/+490
2025-11-05iommupt: Add the x86 64 bit page table formatJason Gunthorpe6-0/+301
2025-11-05iommufd: Change the selftest to use iommupt instead of xarrayJason Gunthorpe1-0/+39
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 Gunthorpe7-0/+948
2025-11-05iommupt: Add read_and_clear_dirty opJason Gunthorpe1-0/+104
2025-11-05iommupt: Add map_pages opJason Gunthorpe2-2/+501
2025-11-05iommupt: Add unmap_pages opJason Gunthorpe1-0/+156
2025-11-05iommupt: Add iova_to_phys opJason Gunthorpe1-0/+105
2025-11-05iommupt: Add the AMD IOMMU v1 page table formatJason Gunthorpe5-0/+446
2025-11-05iommupt: Add the basic structure of the iommu implementationJason Gunthorpe3-0/+311
2025-11-05genpt: Generic Page Table base APIJason Gunthorpe6-0/+1698