summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/vfio_iommu_type1.c
AgeCommit message (Expand)Author
2020-08-26vfio/type1: Add proper error unwind for vfio_iommu_replay()Alex Williamson
2020-05-06vfio/type1: Fix VA->PA translation for PFNMAP VMAs in vaddr_get_pfn()Sean Christopherson
2020-05-06vfio: avoid possible overflow in vfio_iommu_type1_pin_pagesYan Zhao
2019-05-02vfio/type1: Limit DMA mappings per containerAlex Williamson
2019-01-16vfio/type1: Fix unmap overflow off-by-oneAlex Williamson
2018-08-06vfio: Mark expected switch fall-throughsGustavo A. R. Silva
2018-06-30vfio: Use get_user_pages_longterm correctlyJason Gunthorpe
2018-06-08vfio/type1: Fix task tracking for QEMU vCPU hotplugAlex Williamson
2018-06-02Revert "vfio/type1: Improve memory pinning process for raw PFN mapping"Alex Williamson
2018-03-22vfio/type1: Improve memory pinning process for raw PFN mappingJason Cai (Xiang Feng)
2018-03-21vfio/type1: Adopt fast IOTLB flush interface when unmap IOVAsSuravee Suthikulpanit
2018-03-02vfio: disable filesystem-dax page pinningDan Williams
2017-10-20vfio/type1: silence integer overflow warningDan Carpenter
2017-08-10vfio/type1: Give hardware MSI regions precedenceRobin Murphy
2017-08-10vfio/type1: Cope with hardware MSI reserved regionsRobin Murphy
2017-04-18vfio/type1: Reduce repetitive calls in vfio_pin_pages_remote()Alex Williamson
2017-04-18vfio/type1: Prune vfio_pin_page_external()Alex Williamson
2017-04-13vfio/type1: Remove locked page accounting workqueueAlex Williamson
2017-03-22iommu: Disambiguate MSI region typesRobin Murphy
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-10vfio/type1: Fix error return code in vfio_iommu_type1_attach_group()Wei Yongjun
2017-01-30Merge branch 'iommu/guest-msi' of git://git.kernel.org/pub/scm/linux/kernel/g...Joerg Roedel
2017-01-23vfio/type1: Check MSI remapping at irq domain levelEric Auger
2017-01-23vfio/type1: Allow transparent MSI IOVA allocationEric Auger
2017-01-13vfio/type1: Remove pid_namespace.h includeAlex Williamson
2017-01-12vfio iommu type1: fix the testing of capability for remote taskJike Song
2016-12-30vfio/type1: Restore mapping performance with mdev supportAlex Williamson
2016-12-14mm: add locked parameter to get_user_pages_remote()Lorenzo Stoakes
2016-12-06vfio iommu type1: Fix size argument to vfio_find_dma() in pin_pages/unpin_pagesKirti Wankhede
2016-12-06vfio iommu type1: Fix size argument to vfio_find_dma() during DMA UNMAP.Kirti Wankhede
2016-12-05vfio iommu type1: WARN_ON if notifier block is not unregisteredKirti Wankhede
2016-12-01vfio: vfio_register_notifier: classify iommu notifierJike Song
2016-11-17vfio iommu: Add blocking notifier to notify DMA_UNMAPKirti Wankhede
2016-11-17vfio iommu type1: Add support for mediated devicesKirti Wankhede
2016-11-17vfio iommu type1: Add task structure to vfio_dmaKirti Wankhede
2016-11-17vfio iommu type1: Add find_iommu_group() functionKirti Wankhede
2016-11-17vfio iommu type1: Update argument of vaddr_get_pfn()Kirti Wankhede
2016-11-17vfio iommu type1: Update arguments of vfio_lock_acctKirti Wankhede
2016-11-17vfio iommu: Added pin and unpin callback functions to vfio_iommu_driver_opsKirti Wankhede
2016-05-30vfio/type1: Fix build warningAlex Williamson
2016-05-09iommu: Allow selecting page sizes per domainRobin Murphy
2016-02-28vfio: fix ioctl error handlingMichael S. Tsirkin
2016-01-04vfio/iommu_type1: make use of info.flagsPierre Morel
2015-11-03vfio/type1: handle case where IOMMU does not support PAGE_SIZE sizeEric Auger
2015-02-06vfio/type1: Add conditional reschedulingAlex Williamson
2015-02-06vfio/type1: Chunk contiguous reserved/invalid page mappingsAlex Williamson
2015-02-06vfio/type1: DMA unmap chunkingAlex Williamson
2014-10-15Merge tag 'iommu-updates-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2014-09-29vfio/iommu_type1: add new VFIO_TYPE1_NESTING_IOMMU IOMMU typeWill Deacon