summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/iommufd/io_pagetable.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* iommufd: Fix iopt_access_list_id overwrite bugNicolin Chen2024-02-261-3/+6
* iommufd: Add iopt_area_alloc()Jason Gunthorpe2023-10-301-3/+15
* iommufd: Fix missing update of domains_itree after splitting iopt_areaKoichiro Den2023-10-301-0/+10
* iommufd: Add a flag to skip clearing of IOPTE dirtyJoao Martins2023-10-241-2/+7
* iommufd: Add IOMMU_HWPT_GET_DIRTY_BITMAPJoao Martins2023-10-241-0/+113
* iommufd: Add IOMMU_HWPT_SET_DIRTY_TRACKINGJoao Martins2023-10-241-0/+54
* iommufd: Allow passing in iopt_access_list_id to iopt_remove_access()Nicolin Chen2023-07-281-3/+3
* iommufd/selftest: Add a selftest for IOMMU_HWPT_ALLOCJason Gunthorpe2023-07-261-0/+3
* iommufd: Keep track of each device's reserved regions instead of groupsJason Gunthorpe2023-07-261-16/+11
* iommufd: Do not access the area pointer after unlockingJason Gunthorpe2023-06-261-3/+11
* iommufd: Change the order of MSI setupJason Gunthorpe2022-12-091-10/+14
* iommufd: Add additional invariant assertionsJason Gunthorpe2022-12-011-0/+22
* iommufd: Add kAPI toward external drivers for kernel accessJason Gunthorpe2022-12-011-2/+6
* iommufd: Data structure to provide IOVA to PFN mappingJason Gunthorpe2022-12-011-0/+1186