summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/vfio_iommu_type1.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny2019-05-141-1/+2
* vfio/type1: Handle different mdev isolation typeLu Baolu2019-04-121-13/+42
* vfio/type1: Add domain at(de)taching group helpersLu Baolu2019-04-121-7/+77
* vfio/type1: Limit DMA mappings per containerAlex Williamson2019-04-031-0/+14
* vfio/type1: Fix unmap overflow off-by-oneAlex Williamson2019-01-081-1/+1
* vfio/type1: Remove map_try_harder() code pathJoerg Roedel2018-11-151-31/+2
* vfio: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-061-0/+1
* vfio: Use get_user_pages_longterm correctlyJason Gunthorpe2018-06-301-9/+7
* vfio/type1: Fix task tracking for QEMU vCPU hotplugAlex Williamson2018-06-081-26/+47
* Revert "vfio/type1: Improve memory pinning process for raw PFN mapping"Alex Williamson2018-06-021-15/+10
* vfio/type1: Improve memory pinning process for raw PFN mappingJason Cai (Xiang Feng)2018-03-221-10/+15
* vfio/type1: Adopt fast IOTLB flush interface when unmap IOVAsSuravee Suthikulpanit2018-03-211-11/+115
* vfio: disable filesystem-dax page pinningDan Williams2018-03-021-3/+15
* vfio/type1: silence integer overflow warningDan Carpenter2017-10-201-0/+3
* vfio/type1: Give hardware MSI regions precedenceRobin Murphy2017-08-101-2/+10
* vfio/type1: Cope with hardware MSI reserved regionsRobin Murphy2017-08-101-2/+2
* vfio/type1: Reduce repetitive calls in vfio_pin_pages_remote()Alex Williamson2017-04-181-6/+11
* vfio/type1: Prune vfio_pin_page_external()Alex Williamson2017-04-181-27/+8
* vfio/type1: Remove locked page accounting workqueueAlex Williamson2017-04-131-59/+51
* iommu: Disambiguate MSI region typesRobin Murphy2017-03-221-4/+3
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* vfio/type1: Fix error return code in vfio_iommu_type1_attach_group()Wei Yongjun2017-02-101-2/+5
* Merge branch 'iommu/guest-msi' of git://git.kernel.org/pub/scm/linux/kernel/g...Joerg Roedel2017-01-301-2/+35
|\
| * vfio/type1: Check MSI remapping at irq domain levelEric Auger2017-01-231-3/+6
| * vfio/type1: Allow transparent MSI IOVA allocationEric Auger2017-01-231-0/+30
* | vfio/type1: Remove pid_namespace.h includeAlex Williamson2017-01-131-1/+0
* | vfio iommu type1: fix the testing of capability for remote taskJike Song2017-01-121-2/+1
|/
* vfio/type1: Restore mapping performance with mdev supportAlex Williamson2016-12-301-47/+51
* mm: add locked parameter to get_user_pages_remote()Lorenzo Stoakes2016-12-141-1/+1
* vfio iommu type1: Fix size argument to vfio_find_dma() in pin_pages/unpin_pagesKirti Wankhede2016-12-061-3/+3
* vfio iommu type1: Fix size argument to vfio_find_dma() during DMA UNMAP.Kirti Wankhede2016-12-061-1/+1
* vfio iommu type1: WARN_ON if notifier block is not unregisteredKirti Wankhede2016-12-051-0/+2
* vfio: vfio_register_notifier: classify iommu notifierJike Song2016-12-011-0/+8
* vfio iommu: Add blocking notifier to notify DMA_UNMAPKirti Wankhede2016-11-171-13/+61
* vfio iommu type1: Add support for mediated devicesKirti Wankhede2016-11-171-84/+537
* vfio iommu type1: Add task structure to vfio_dmaKirti Wankhede2016-11-171-51/+86
* vfio iommu type1: Add find_iommu_group() functionKirti Wankhede2016-11-171-24/+33
* vfio iommu type1: Update argument of vaddr_get_pfn()Kirti Wankhede2016-11-171-8/+24
* vfio iommu type1: Update arguments of vfio_lock_acctKirti Wankhede2016-11-171-14/+16
* vfio iommu: Added pin and unpin callback functions to vfio_iommu_driver_opsKirti Wankhede2016-11-171-10/+10
* vfio/type1: Fix build warningAlex Williamson2016-05-301-1/+1
* iommu: Allow selecting page sizes per domainRobin Murphy2016-05-091-1/+1
* vfio: fix ioctl error handlingMichael S. Tsirkin2016-02-281-2/+4
* vfio/iommu_type1: make use of info.flagsPierre Morel2016-01-041-1/+1
* vfio/type1: handle case where IOMMU does not support PAGE_SIZE sizeEric Auger2015-11-031-1/+14
* vfio/type1: Add conditional reschedulingAlex Williamson2015-02-061-1/+7
* vfio/type1: Chunk contiguous reserved/invalid page mappingsAlex Williamson2015-02-061-7/+11
* vfio/type1: DMA unmap chunkingAlex Williamson2015-02-061-3/+51