aboutsummaryrefslogtreecommitdiff
path: root/drivers/vfio/vfio_iommu_type1.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-06vfio/type1: Add conditional reschedulingGravatar Alex Williamson 1-1/+7
2015-02-06vfio/type1: Chunk contiguous reserved/invalid page mappingsGravatar Alex Williamson 1-7/+11
2015-02-06vfio/type1: DMA unmap chunkingGravatar Alex Williamson 1-3/+51
2014-10-15Merge tag 'iommu-updates-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+2
2014-09-29vfio/iommu_type1: add new VFIO_TYPE1_NESTING_IOMMU IOMMU typeGravatar Will Deacon 1-5/+25
2014-09-25vfio: Convert to use new iommu_capable() API functionGravatar Joerg Roedel 1-2/+2
2014-05-30vfio/iommu_type1: Avoid overflowGravatar Alex Williamson 1-27/+18
2014-04-03Merge tag 'vfio-v3.15-rc1' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 1-301/+355
2014-03-04mm: close PageTail raceGravatar David Rientjes 1-2/+2
2014-02-26vfio/type1: Add extension to test DMA cache coherence of IOMMUGravatar Alex Williamson 1-0/+21
2014-02-26vfio/iommu_type1: Multi-IOMMU domain supportGravatar Alex Williamson 1-302/+335
2013-10-11VFIO: vfio_iommu_type1: fix bug caused by break in nested loopGravatar Antonios Motakis 1-19/+21
2013-07-01vfio/type1: Fix leak on error pathGravatar Alex Williamson 1-5/+8
2013-06-25vfio/type1: Fix missed frees and zero sized removesGravatar Alex Williamson 1-35/+42
2013-06-21vfio: Provide module option to disable vfio_iommu_type1 hugepage supportGravatar Alex Williamson 1-0/+11
2013-06-21vfio: hugepage support for vfio_iommu_type1Gravatar Alex Williamson 1-185/+338
2013-06-21vfio: Convert type1 iommu to use rbtreeGravatar Alex Williamson 1-94/+96
2012-07-31vfio: Type1 IOMMU implementationGravatar Alex Williamson 1-0/+753