summaryrefslogtreecommitdiffstats
path: root/drivers/vfio
Commit message (Expand)AuthorAgeFilesLines
* vfio: Use config not menuconfig for VFIO_NOIOMMUJason Gunthorpe2021-09-181-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/pci: Re-order vfio_pci_probe()Jason Gunthorpe2021-05-141-8/+9
* vfio/pci: Move VGA and VF initialization to functionsJason Gunthorpe2021-05-141-42/+74
* vfio/fsl-mc: Re-order vfio_fsl_mc_probe()Jason Gunthorpe2021-05-141-27/+47
* 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-251-1/+1
* vfio/type1: Use follow_pte()Alex Williamson2021-03-041-2/+13
* vfio-pci/zdev: fix possible segmentation fault issueMax Gurtovoy2021-03-041-0/+4
* vfio/iommu_type1: Fix some sanity checks in detach groupKeqian Zhu2021-03-041-23/+8
* vfio/iommu_type1: Populate full dirty when detach non-pinned groupKeqian Zhu2021-03-041-1/+16
* vfio/pci/nvlink2: Do not attempt NPU2 setup on POWER8NVL NPUAlexey Kardashevskiy2020-12-301-2/+5
* vfio/pci: Move dummy_resources_list init in vfio_pci_probe()Eric Auger2020-12-301-2/+1
* 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-031-1/+1
* vfio: platform: fix reference leak in vfio_platform_openZhang Qilong2020-11-031-2/+1
* vfio/pci: Implement ioeventfd thread handler for contended memory lockAlex Williamson2020-11-031-8/+35
* vfio/fsl-mc: Make vfio_fsl_mc_irqs_allocate staticDiana Craciun2020-11-031-1/+1
* vfio/fsl-mc: prevent underflow in vfio_fsl_mc_mmap()Dan Carpenter2020-11-031-1/+1
* vfio/fsl-mc: return -EFAULT if copy_to_user() failsDan Carpenter2020-11-021-2/+6
* vfio/type1: Use the new helper to find vfio_groupZenghui Yu2020-11-021-12/+5
* Merge tag 'vfio-v5.10-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2020-10-2216-16/+1200
|\
| * vfio iommu type1: Fix memory leak in vfio_iommu_type1_pin_pagesXiaoyang Xu2020-10-201-1/+2
| * vfio/pci: Clear token on bypass registration failureAlex Williamson2020-10-191-1/+3
| * vfio/fsl-mc: fix the return of the uninitialized variable retDiana Craciun2020-10-191-1/+1
| * vfio/fsl-mc: Fix the dead code in vfio_fsl_mc_set_irq_triggerDiana Craciun2020-10-151-3/+3
| * vfio/fsl-mc: Fixed vfio-fsl-mc driver compilation on 32 bitDiana Craciun2020-10-131-0/+1
| *-. Merge branches 'v5.10/vfio/fsl-mc-v6' and 'v5.10/vfio/zpci-info-v3' into v5.1...Alex Williamson2020-10-1212-0/+1151
| |\ \
| | | * vfio-pci/zdev: Add zPCI capabilities to VFIO_DEVICE_GET_INFOMatthew Rosato2020-10-125-0/+205
| | * | vfio/fsl-mc: Add support for device resetDiana Craciun2020-10-121-1/+17
| | * | vfio/fsl-mc: Add read/write support for fsl-mc devicesDiana Craciun2020-10-122-3/+116
| | * | vfio/fsl-mc: trigger an interrupt via eventfdDiana Craciun2020-10-123-2/+194
| | * | vfio/fsl-mc: Add irq infrastructure for fsl-mc devicesDiana Craciun2020-10-124-3/+91
| | * | vfio/fsl-mc: Added lock support in preparation for interrupt handlingDiana Craciun2020-10-122-9/+90
| | * | vfio/fsl-mc: Allow userspace to MMAP fsl-mc device MMIO regionsDiana Craciun2020-10-121-2/+66
| | * | vfio/fsl-mc: Implement VFIO_DEVICE_GET_REGION_INFO ioctl callDiana Craciun2020-10-122-1/+96
| | * | vfio/fsl-mc: Implement VFIO_DEVICE_GET_INFO ioctlDiana Craciun2020-10-121-1/+20
| | * | vfio/fsl-mc: Scan DPRC objects on vfio-fsl-mc driver bindDiana Craciun2020-10-122-0/+92
| | * | vfio/fsl-mc: Add VFIO framework skeleton for fsl-mc devicesBharat Bhushan2020-10-076-0/+186
| | |/
| | |
| | \
| | \
| | \
| | \
| | \
| *-----. \ Merge branches 'v5.10/vfio/bardirty', 'v5.10/vfio/dma_avail', 'v5.10/vfio/mis...Alex Williamson2020-09-224-14/+40
| |\ \ \ \ \
| | | | | * | vfio/type1: fix dirty bitmap calculation in vfio_dma_rwYan Zhao2020-09-221-1/+2
| | | | | * | vfio: fix a missed vfio group put in vfio_pin_pagesYan Zhao2020-09-221-2/+4
| | | | | * | vfio: add a singleton check for vfio_group_pin_pagesYan Zhao2020-09-211-0/+3
| | | | | |/
| | | | * / vfio/pci: Decouple PCI_COMMAND_MEMORY bit checks from is_virtfnMatthew Rosato2020-09-221-10/+14
| | | | |/