aboutsummaryrefslogtreecommitdiff
path: root/drivers/vfio/vfio_iommu_type1.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-23vfio/type1: Fix VA->PA translation for PFNMAP VMAs in vaddr_get_pfn()Gravatar Sean Christopherson 1-2/+2
2020-04-20vfio: avoid possible overflow in vfio_iommu_type1_pin_pagesGravatar Yan Zhao 1-1/+1
2020-04-20vfio: checking of validity of user vaddr in vfio_dma_rwGravatar Yan Zhao 1-2/+2
2020-04-01vfio: Ignore -ENODEV when getting MSI cookieGravatar Andre Przywara 1-1/+1
2020-03-24vfio: introduce vfio_dma_rw to read/write a range of IOVAsGravatar Yan Zhao 1-0/+76
2020-01-31mm, tree-wide: rename put_user_page*() to unpin_user_page*()Gravatar John Hubbard 1-1/+1
2020-01-31vfio, mm: pin_user_pages (FOLL_PIN) and put_user_page() conversionGravatar John Hubbard 1-4/+3
2020-01-31vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() callGravatar John Hubbard 1-25/+5
2019-12-07Merge tag 'vfio-v5.5-rc1' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 1-22/+4
2019-10-18vfio/type1: remove hugepage checks in is_invalid_reserved_pfn()Gravatar Ben Luo 1-22/+4
2019-10-15vfio/type1: Initialize resv_msi_baseGravatar Joerg Roedel 1-1/+1
2019-09-25vfio/type1: untag user pointers in vaddr_get_pfnGravatar Andrey Konovalov 1-0/+2
2019-09-20Merge tag 'vfio-v5.4-rc1' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 1-12/+506
2019-08-19vfio/type1: remove duplicate retrieval of reserved regionsGravatar Shameer Kolothum 1-9/+6
2019-08-19vfio/type1: Add IOVA range capability supportGravatar Shameer Kolothum 1-0/+101
2019-08-19vfio/type1: check dma map request is within a valid iova rangeGravatar Shameer Kolothum 1-0/+26
2019-08-19vfio/type1: Update iova list on detachGravatar Shameer Kolothum 1-0/+94
2019-08-19vfio/type1: Check reserved region conflict and update iova listGravatar Shameer Kolothum 1-0/+98
2019-08-19vfio/type1: Introduce iova list and add iommu aperture validity checkGravatar Shameer Kolothum 1-3/+181
2019-07-24iommu: Introduce struct iommu_iotlb_gather for batching TLB flushesGravatar Will Deacon 1-9/+17
2019-07-24iommu: Remove empty iommu_tlb_range_add() callback from iommu_opsGravatar Will Deacon 1-1/+0
2019-07-16mm: add account_locked_vm utility functionGravatar Daniel Jordan 1-15/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-05-14mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMGravatar Ira Weiny 1-1/+2
2019-04-12vfio/type1: Handle different mdev isolation typeGravatar Lu Baolu 1-13/+42
2019-04-12vfio/type1: Add domain at(de)taching group helpersGravatar Lu Baolu 1-7/+77
2019-04-03vfio/type1: Limit DMA mappings per containerGravatar Alex Williamson 1-0/+14
2019-01-08vfio/type1: Fix unmap overflow off-by-oneGravatar Alex Williamson 1-1/+1
2018-11-15vfio/type1: Remove map_try_harder() code pathGravatar Joerg Roedel 1-31/+2
2018-08-06vfio: Mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+1
2018-06-30vfio: Use get_user_pages_longterm correctlyGravatar Jason Gunthorpe 1-9/+7
2018-06-08vfio/type1: Fix task tracking for QEMU vCPU hotplugGravatar Alex Williamson 1-26/+47
2018-06-02Revert "vfio/type1: Improve memory pinning process for raw PFN mapping"Gravatar Alex Williamson 1-15/+10
2018-03-22vfio/type1: Improve memory pinning process for raw PFN mappingGravatar Jason Cai (Xiang Feng) 1-10/+15
2018-03-21vfio/type1: Adopt fast IOTLB flush interface when unmap IOVAsGravatar Suravee Suthikulpanit 1-11/+115
2018-03-02vfio: disable filesystem-dax page pinningGravatar Dan Williams 1-3/+15
2017-10-20vfio/type1: silence integer overflow warningGravatar Dan Carpenter 1-0/+3
2017-08-10vfio/type1: Give hardware MSI regions precedenceGravatar Robin Murphy 1-2/+10
2017-08-10vfio/type1: Cope with hardware MSI reserved regionsGravatar Robin Murphy 1-2/+2
2017-04-18vfio/type1: Reduce repetitive calls in vfio_pin_pages_remote()Gravatar Alex Williamson 1-6/+11
2017-04-18vfio/type1: Prune vfio_pin_page_external()Gravatar Alex Williamson 1-27/+8
2017-04-13vfio/type1: Remove locked page accounting workqueueGravatar Alex Williamson 1-59/+51
2017-03-22iommu: Disambiguate MSI region typesGravatar Robin Murphy 1-4/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-02-10vfio/type1: Fix error return code in vfio_iommu_type1_attach_group()Gravatar Wei Yongjun 1-2/+5
2017-01-30Merge branch 'iommu/guest-msi' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Joerg Roedel 1-2/+35
2017-01-23vfio/type1: Check MSI remapping at irq domain levelGravatar Eric Auger 1-3/+6
2017-01-23vfio/type1: Allow transparent MSI IOVA allocationGravatar Eric Auger 1-0/+30
2017-01-13vfio/type1: Remove pid_namespace.h includeGravatar Alex Williamson 1-1/+0