aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vfio/vfio_iommu_type1.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-16mm: add account_locked_vm utility functionDaniel Jordan1-15/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-14mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny1-1/+2
2019-04-12vfio/type1: Handle different mdev isolation typeLu Baolu1-13/+42
2019-04-12vfio/type1: Add domain at(de)taching group helpersLu Baolu1-7/+77
2019-04-03vfio/type1: Limit DMA mappings per containerAlex Williamson1-0/+14
2019-01-08vfio/type1: Fix unmap overflow off-by-oneAlex Williamson1-1/+1
2018-11-15vfio/type1: Remove map_try_harder() code pathJoerg Roedel1-31/+2
2018-08-06vfio: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2018-06-30vfio: Use get_user_pages_longterm correctlyJason Gunthorpe1-9/+7
2018-06-08vfio/type1: Fix task tracking for QEMU vCPU hotplugAlex Williamson1-26/+47
2018-06-02Revert "vfio/type1: Improve memory pinning process for raw PFN mapping"Alex Williamson1-15/+10
2018-03-22vfio/type1: Improve memory pinning process for raw PFN mappingJason Cai (Xiang Feng)1-10/+15
2018-03-21vfio/type1: Adopt fast IOTLB flush interface when unmap IOVAsSuravee Suthikulpanit1-11/+115
2018-03-02vfio: disable filesystem-dax page pinningDan Williams1-3/+15
2017-10-20vfio/type1: silence integer overflow warningDan Carpenter1-0/+3
2017-08-10vfio/type1: Give hardware MSI regions precedenceRobin Murphy1-2/+10
2017-08-10vfio/type1: Cope with hardware MSI reserved regionsRobin Murphy1-2/+2
2017-04-18vfio/type1: Reduce repetitive calls in vfio_pin_pages_remote()Alex Williamson1-6/+11
2017-04-18vfio/type1: Prune vfio_pin_page_external()Alex Williamson1-27/+8
2017-04-13vfio/type1: Remove locked page accounting workqueueAlex Williamson1-59/+51
2017-03-22iommu: Disambiguate MSI region typesRobin Murphy1-4/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>Ingo Molnar1-0/+1
2017-02-10vfio/type1: Fix error return code in vfio_iommu_type1_attach_group()Wei Yongjun1-2/+5
2017-01-30Merge branch 'iommu/guest-msi' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into arm/coreJoerg Roedel1-2/+35
2017-01-23vfio/type1: Check MSI remapping at irq domain levelEric Auger1-3/+6
2017-01-23vfio/type1: Allow transparent MSI IOVA allocationEric Auger1-0/+30
2017-01-13vfio/type1: Remove pid_namespace.h includeAlex Williamson1-1/+0
2017-01-12vfio iommu type1: fix the testing of capability for remote taskJike Song1-2/+1
2016-12-30vfio/type1: Restore mapping performance with mdev supportAlex Williamson1-47/+51
2016-12-14mm: add locked parameter to get_user_pages_remote()Lorenzo Stoakes1-1/+1
2016-12-06vfio iommu type1: Fix size argument to vfio_find_dma() in pin_pages/unpin_pagesKirti Wankhede1-3/+3
2016-12-06vfio iommu type1: Fix size argument to vfio_find_dma() during DMA UNMAP.Kirti Wankhede1-1/+1
2016-12-05vfio iommu type1: WARN_ON if notifier block is not unregisteredKirti Wankhede1-0/+2
2016-12-01vfio: vfio_register_notifier: classify iommu notifierJike Song1-0/+8
2016-11-17vfio iommu: Add blocking notifier to notify DMA_UNMAPKirti Wankhede1-13/+61
2016-11-17vfio iommu type1: Add support for mediated devicesKirti Wankhede1-84/+537
2016-11-17vfio iommu type1: Add task structure to vfio_dmaKirti Wankhede1-51/+86
2016-11-17vfio iommu type1: Add find_iommu_group() functionKirti Wankhede1-24/+33
2016-11-17vfio iommu type1: Update argument of vaddr_get_pfn()Kirti Wankhede1-8/+24
2016-11-17vfio iommu type1: Update arguments of vfio_lock_acctKirti Wankhede1-14/+16
2016-11-17vfio iommu: Added pin and unpin callback functions to vfio_iommu_driver_opsKirti Wankhede1-10/+10
2016-05-30vfio/type1: Fix build warningAlex Williamson1-1/+1
2016-05-09iommu: Allow selecting page sizes per domainRobin Murphy1-1/+1
2016-02-28vfio: fix ioctl error handlingMichael S. Tsirkin1-2/+4
2016-01-04vfio/iommu_type1: make use of info.flagsPierre Morel1-1/+1
2015-11-03vfio/type1: handle case where IOMMU does not support PAGE_SIZE sizeEric Auger1-1/+14
2015-02-06vfio/type1: Add conditional reschedulingAlex Williamson1-1/+7
2015-02-06vfio/type1: Chunk contiguous reserved/invalid page mappingsAlex Williamson1-7/+11