summaryrefslogtreecommitdiff
path: root/drivers/iommu/iommu-sva.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-14iommu/sva: Fix signedness bug in iommu_sva_alloc_pasid()Dan Carpenter1-1/+2
2023-06-27mm: always expand the stack with the mmap write lock heldLinus Torvalds1-1/+1
2023-04-30Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-43/+19
2023-03-31iommu/sva: Use GFP_KERNEL for pasid allocationJacob Pan1-2/+2
2023-03-31iommu/sva: Stop using ioasid_set for SVAJason Gunthorpe1-27/+14
2023-03-31iommu/sva: Remove PASID to mm lookup functionJacob Pan1-20/+0
2023-03-31iommu/sva: Move PASID helpers to sva codeJacob Pan1-1/+9
2023-03-16x86/mm/iommu/sva: Make LAM and SVA mutually exclusiveKirill A. Shutemov1-0/+4
2023-03-16iommu/sva: Replace pasid_valid() helper with mm_valid_pasid()Kirill A. Shutemov1-2/+2
2022-11-03iommu: Rename iommu-sva-lib.{c,h}Lu Baolu1-0/+240