summaryrefslogtreecommitdiff
path: root/drivers/vfio
Commit message (Expand)AuthorAgeFilesLines
* vfio/type1: Fix VA->PA translation for PFNMAP VMAs in vaddr_get_pfn()Sean Christopherson2020-04-231-2/+2
* vfio: avoid possible overflow in vfio_iommu_type1_pin_pagesYan Zhao2020-04-201-1/+1
* vfio: checking of validity of user vaddr in vfio_dma_rwYan Zhao2020-04-201-2/+2
* vfio: Ignore -ENODEV when getting MSI cookieAndre Przywara2020-04-011-1/+1
* vfio-pci/nvlink2: Allow fallback to ibm,mmio-atsd[0]Sam Bobroff2020-04-011-2/+8
*-. Merge branches 'v5.7/vfio/alex-sriov-v3' and 'v5.7/vfio/yan-dma-rw-v4' into v...Alex Williamson2020-03-244-28/+646
|\ \
| | * vfio: avoid inefficient operations on VFIO group in vfio_pin/unpin_pagesYan Zhao2020-03-241-0/+91
| | * vfio: introduce vfio_dma_rw to read/write a range of IOVAsYan Zhao2020-03-242-0/+125
| | * vfio: allow external user to get vfio group from deviceYan Zhao2020-03-241-0/+38
| * | vfio/pci: Cleanup .probe() exit pathsAlex Williamson2020-03-241-29/+25
| * | vfio/pci: Remove dev_fmt definitionAlex Williamson2020-03-241-1/+0
| * | vfio/pci: Add sriov_configure supportAlex Williamson2020-03-242-11/+97
| * | vfio: Introduce VFIO_DEVICE_FEATURE ioctl and first userAlex Williamson2020-03-241-0/+59
| * | vfio/pci: Introduce VF tokenAlex Williamson2020-03-242-1/+205
| * | vfio/pci: Implement match opsAlex Williamson2020-03-241-0/+8
| * | vfio: Include optional device match in vfio_device_ops callbacksAlex Williamson2020-03-241-4/+16
| |/
* | vfio: platform: Switch to platform_get_irq_optional()Eric Auger2020-03-241-1/+1
|/
* Merge tag 'vfio-v5.6-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2020-02-034-7/+9
|\
| * vfio: platform: fix __iomem in vfio_platform_amdxgbe.cBen Dooks (Codethink)2020-01-091-2/+2
| * vfio/mdev: make create attribute staticBen Dooks (Codethink)2020-01-091-1/+1
| * vfio/spapr_tce: use mmgrabJulia Lawall2020-01-071-1/+1
| * vfio: vfio_pci_nvlink2: use mmgrabJulia Lawall2020-01-071-1/+1
| * vfio/spapr/nvlink2: Skip unpinning pages on error exitAlexey Kardashevskiy2020-01-061-2/+4
* | mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard2020-01-311-1/+1
* | vfio, mm: pin_user_pages (FOLL_PIN) and put_user_page() conversionJohn Hubbard2020-01-311-4/+3
* | vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() callJohn Hubbard2020-01-311-25/+5
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-065-7/+7
|/
* Merge tag 'vfio-v5.5-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2019-12-072-23/+5
|\
| * Merge branch 'v5.5/vfio/jiang-yi-irq-bypass-unregister-v1' into v5.5/vfio/nextAlex Williamson2019-12-041-1/+1
| |\
| | * vfio/pci: call irq_bypass_unregister_producer() before freeing irqJiang Yi2019-12-021-1/+1
| * | vfio/type1: remove hugepage checks in is_invalid_reserved_pfn()Ben Luo2019-10-181-22/+4
| |/
* | Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-033-21/+26
|\ \
| * | PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2019-10-143-21/+26
| |/
* | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-36/+3
|\ \
| * | compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-36/+3
| |/
* | vfio/type1: Initialize resv_msi_baseJoerg Roedel2019-10-151-1/+1
|/
* vfio/type1: untag user pointers in vaddr_get_pfnAndrey Konovalov2019-09-251-0/+2
* mm: introduce page_shift()Matthew Wilcox (Oracle)2019-09-241-4/+4
* Merge tag 'vfio-v5.4-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2019-09-203-20/+524
|\
| *---. Merge branches 'v5.4/vfio/alexey-tce-memory-free-v1', 'v5.4/vfio/connie-re-ar...Alex Williamson2019-08-233-20/+524
| |\ \ \
| | | | * 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
| | |_|/ | |/| |
| | | * vfio_pci: Restore original state on releasehexin2019-08-221-4/+13
| | |/ | |/|
| | * vfio/spapr_tce: Fix incorrect tce_iommu_group memory freeAlexey Kardashevskiy2019-08-191-4/+5
| |/
* | Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-09-201-6/+12
|\ \
| * | vfio/spapr_tce: Invalidate multiple TCEs at onceAlexey Kardashevskiy2019-08-301-6/+12
| |/