summaryrefslogtreecommitdiff
path: root/drivers/iommu/iommufd/io_pagetable.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-26iommufd: Fix iopt_access_list_id overwrite bugNicolin Chen1-3/+6
2023-10-30iommufd: Add iopt_area_alloc()Jason Gunthorpe1-3/+15
2023-10-30iommufd: Fix missing update of domains_itree after splitting iopt_areaKoichiro Den1-0/+10
2023-10-24iommufd: Add a flag to skip clearing of IOPTE dirtyJoao Martins1-2/+7
2023-10-24iommufd: Add IOMMU_HWPT_GET_DIRTY_BITMAPJoao Martins1-0/+113
2023-10-24iommufd: Add IOMMU_HWPT_SET_DIRTY_TRACKINGJoao Martins1-0/+54
2023-07-28iommufd: Allow passing in iopt_access_list_id to iopt_remove_access()Nicolin Chen1-3/+3
2023-07-26iommufd/selftest: Add a selftest for IOMMU_HWPT_ALLOCJason Gunthorpe1-0/+3
2023-07-26iommufd: Keep track of each device's reserved regions instead of groupsJason Gunthorpe1-16/+11
2023-06-26iommufd: Do not access the area pointer after unlockingJason Gunthorpe1-3/+11
2022-12-09iommufd: Change the order of MSI setupJason Gunthorpe1-10/+14
2022-12-01iommufd: Add additional invariant assertionsJason Gunthorpe1-0/+22
2022-12-01iommufd: Add kAPI toward external drivers for kernel accessJason Gunthorpe1-2/+6
2022-12-01iommufd: Data structure to provide IOVA to PFN mappingJason Gunthorpe1-0/+1186