summaryrefslogtreecommitdiffstats
path: root/drivers/vfio
Commit message (Expand)AuthorAgeFilesLines
* vfio: Use config not menuconfig for VFIO_NOIOMMUJason Gunthorpe2021-09-221-1/+1
* vfio/pci: Handle concurrent vma faultsAlex Williamson2021-07-141-8/+21
* vfio/platform: fix module_put call in error flowMax Gurtovoy2021-06-101-1/+1
* vfio/pci: zap_vma_ptes() needs MMURandy Dunlap2021-06-101-0/+1
* vfio/pci: Fix error return code in vfio_ecap_init()Zhen Lei2021-06-101-1/+1
* vfio/mdev: Do not allow a mdev_type to have a NULL parent pointerJason Gunthorpe2021-05-141-1/+1
* vfio: Depend on MMUJason Gunthorpe2021-05-071-1/+1
* vfio/pci: Add missing range check in vfio_pci_mmapChristian A. Ehrhardt2021-04-211-1/+3
* vfio/nvlink: Add missing SPAPR_TCE_IOMMU dependsJason Gunthorpe2021-04-071-1/+1
* vfio: IOMMU_API should be selectedJason Gunthorpe2021-03-241-1/+1
* vfio/type1: Use follow_pte()Alex Williamson2021-03-041-2/+13
* vfio/iommu_type1: Fix some sanity checks in detach groupKeqian Zhu2021-03-041-23/+8
* vfio iommu: Add dma available capabilityMatthew Rosato2021-01-171-0/+22
* vfio/pci: Move dummy_resources_list init in vfio_pci_probe()Eric Auger2021-01-061-2/+1
* vfio/pci/nvlink2: Do not attempt NPU2 setup on POWER8NVL NPUAlexey Kardashevskiy2020-12-301-2/+5
* vfio-pci: Use io_remap_pfn_range() for PCI IO memoryJason Gunthorpe2020-12-301-2/+2
* vfio/pci: Bypass IGD init in case of -ENODEVFred Gao2020-11-181-1/+1
* vfio: platform: fix reference leak in vfio_platform_openZhang Qilong2020-11-181-2/+1
* vfio iommu type1: Fix memory leak in vfio_iommu_type1_pin_pagesXiaoyang Xu2020-10-291-1/+2
* vfio/pci: Clear token on bypass registration failureAlex Williamson2020-10-291-1/+3
* vfio/pci: Decouple PCI_COMMAND_MEMORY bit checks from is_virtfnMatthew Rosato2020-10-291-10/+14
* vfio/pci: fix racy on error and request eventfd ctxZeng Tao2020-10-011-0/+5
* vfio/pci: Clear error and request eventfd ctx after releasingAlex Williamson2020-10-011-2/+6
* vfio/pci: fix memory leaks of eventfd ctxQian Cai2020-10-011-0/+4
* vfio/pci: Fix SR-IOV VF handling with MMIO blockingAlex Williamson2020-09-091-1/+16
* vfio-pci: Invalidate mmaps and block MMIO access on disabled memoryAjay Kaher2020-09-095-43/+330
* vfio-pci: Fault mmaps to enable vma trackingAjay Kaher2020-09-092-2/+81
* vfio/type1: Support faulting PFNMAP vmasAjay Kaher2020-09-091-3/+33
* vfio/type1: Add proper error unwind for vfio_iommu_replay()Alex Williamson2020-08-261-5/+66
* vfio/mdev: Fix reference count leak in add_mdev_supported_typeQiushi Wu2020-06-241-1/+1
* vfio-pci: Mask cap zeroAlex Williamson2020-06-241-1/+6
* vfio/pci: fix memory leaks in alloc_perm_bits()Qian Cai2020-06-241-2/+5
* vfio/type1: Fix VA->PA translation for PFNMAP VMAs in vaddr_get_pfn()Sean Christopherson2020-05-061-2/+2
* vfio: avoid possible overflow in vfio_iommu_type1_pin_pagesYan Zhao2020-05-061-1/+1
* vfio: platform: Switch to platform_get_irq_optional()Eric Auger2020-04-171-1/+1
* vfio/spapr/nvlink2: Skip unpinning pages on error exitAlexey Kardashevskiy2020-02-241-2/+4
* vfio/pci: call irq_bypass_unregister_producer() before freeing irqJiang Yi2019-12-211-1/+1
* 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
| |/