summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/vfio_iommu_type1.c
Commit message (Expand)AuthorAgeFilesLines
* vfio/type1: untag user pointers in vaddr_get_pfnAndrey Konovalov2019-09-251-0/+2
* Merge tag 'vfio-v5.4-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2019-09-201-12/+506
|\
| * vfio/type1: remove duplicate retrieval of reserved regionsShameer Kolothum2019-08-191-9/+6
| * vfio/type1: Add IOVA range capability supportShameer Kolothum2019-08-191-0/+101
| * vfio/type1: check dma map request is within a valid iova rangeShameer Kolothum2019-08-191-0/+26
| * vfio/type1: Update iova list on detachShameer Kolothum2019-08-191-0/+94
| * vfio/type1: Check reserved region conflict and update iova listShameer Kolothum2019-08-191-0/+98
| * vfio/type1: Introduce iova list and add iommu aperture validity checkShameer Kolothum2019-08-191-3/+181
* | iommu: Introduce struct iommu_iotlb_gather for batching TLB flushesWill Deacon2019-07-241-9/+17
* | iommu: Remove empty iommu_tlb_range_add() callback from iommu_opsWill Deacon2019-07-241-1/+0
|/
* mm: add account_locked_vm utility functionDaniel Jordan2019-07-161-15/+2
* 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