summaryrefslogtreecommitdiff
path: root/drivers/iommu/iommufd/pages.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-30iommufd: Add iopt_area_alloc()Jason Gunthorpe1-0/+2
2023-07-27iommufd: Set end correctly when doing batch carryJason Gunthorpe1-1/+1
2023-06-10mm/gup: remove unused vmas parameter from pin_user_pages_remote()Lorenzo Stoakes1-2/+2
2023-04-04iommufd: Do not corrupt the pfn list when doing batch carryJason Gunthorpe1-1/+1
2023-04-04iommufd: Fix unpinning of pages when an access is presentJason Gunthorpe1-1/+9
2023-04-04iommufd: Check for uptr overflowJason Gunthorpe1-0/+4
2023-01-25iommufd: Use GFP_KERNEL_ACCOUNT for iommu_map()Jason Gunthorpe1-2/+2
2023-01-25iommu: Add a gfp parameter to iommu_map()Jason Gunthorpe1-2/+4
2022-12-14Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1977
2022-12-09iommufd: Improve a few unclear bits of codeJason Gunthorpe1-2/+5
2022-12-09iommufd: Fix comment typosJason Gunthorpe1-2/+2
2022-12-01iommufd: Add additional invariant assertionsJason Gunthorpe1-2/+40
2022-12-01iommufd: Add some fault injection pointsJason Gunthorpe1-0/+26
2022-12-01iommufd: Add kernel support for testing iommufdJason Gunthorpe1-0/+8
2022-12-01iommufd: Algorithms for PFN storageJason Gunthorpe1-0/+843
2022-12-01iommufd: PFN handling for iopt_pagesJason Gunthorpe1-0/+1066