aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vfio/vfio_iommu_type1.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-06vfio/type1: DMA unmap chunkingAlex Williamson1-3/+51
2014-10-15Merge tag 'iommu-updates-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-2/+2
2014-09-29vfio/iommu_type1: add new VFIO_TYPE1_NESTING_IOMMU IOMMU typeWill Deacon1-5/+25
2014-09-25vfio: Convert to use new iommu_capable() API functionJoerg Roedel1-2/+2
2014-05-30vfio/iommu_type1: Avoid overflowAlex Williamson1-27/+18
2014-04-03Merge tag 'vfio-v3.15-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds1-301/+355
2014-03-04mm: close PageTail raceDavid Rientjes1-2/+2
2014-02-26vfio/type1: Add extension to test DMA cache coherence of IOMMUAlex Williamson1-0/+21
2014-02-26vfio/iommu_type1: Multi-IOMMU domain supportAlex Williamson1-302/+335
2013-10-11VFIO: vfio_iommu_type1: fix bug caused by break in nested loopAntonios Motakis1-19/+21
2013-07-01vfio/type1: Fix leak on error pathAlex Williamson1-5/+8
2013-06-25vfio/type1: Fix missed frees and zero sized removesAlex Williamson1-35/+42
2013-06-21vfio: Provide module option to disable vfio_iommu_type1 hugepage supportAlex Williamson1-0/+11
2013-06-21vfio: hugepage support for vfio_iommu_type1Alex Williamson1-185/+338
2013-06-21vfio: Convert type1 iommu to use rbtreeAlex Williamson1-94/+96
2012-07-31vfio: Type1 IOMMU implementationAlex Williamson1-0/+753