summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/vfio_iommu_type1.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge tag 'iommu-updates-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-10-151-2/+2
|\
| * vfio: Convert to use new iommu_capable() API functionJoerg Roedel2014-09-251-2/+2
* | vfio/iommu_type1: add new VFIO_TYPE1_NESTING_IOMMU IOMMU typeWill Deacon2014-09-291-5/+25
|/
* vfio/iommu_type1: Avoid overflowAlex Williamson2014-05-301-27/+18
* Merge tag 'vfio-v3.15-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2014-04-031-301/+355
|\
| * vfio/type1: Add extension to test DMA cache coherence of IOMMUAlex Williamson2014-02-261-0/+21
| * vfio/iommu_type1: Multi-IOMMU domain supportAlex Williamson2014-02-261-302/+335
* | mm: close PageTail raceDavid Rientjes2014-03-041-2/+2
|/
* VFIO: vfio_iommu_type1: fix bug caused by break in nested loopAntonios Motakis2013-10-111-19/+21
* vfio/type1: Fix leak on error pathAlex Williamson2013-07-011-5/+8
* vfio/type1: Fix missed frees and zero sized removesAlex Williamson2013-06-251-35/+42
* vfio: Provide module option to disable vfio_iommu_type1 hugepage supportAlex Williamson2013-06-211-0/+11
* vfio: hugepage support for vfio_iommu_type1Alex Williamson2013-06-211-185/+338
* vfio: Convert type1 iommu to use rbtreeAlex Williamson2013-06-211-94/+96
* vfio: Type1 IOMMU implementationAlex Williamson2012-07-311-0/+753