summaryrefslogtreecommitdiffstats
path: root/drivers/vfio
AgeCommit message (Expand)AuthorLines
2020-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+3
2020-12-16Merge tag 'vfio-v5.11-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds-6/+67
2020-12-10vfio/type1: Add vfio_group_iommu_domain()Lu Baolu-0/+42
2020-12-10vfio: platform: Switch to use platform_get_mem_or_io()Andy Shevchenko-12/+1
2020-12-03vfio-mdev: Wire in a request handler for mdev parentEric Farman-0/+17
2020-12-02vfio/pci/nvlink2: Do not attempt NPU2 setup on POWER8NVL NPUAlexey Kardashevskiy-2/+5
2020-12-02vfio-pci: Use io_remap_pfn_range() for PCI IO memoryJason Gunthorpe-2/+2
2020-12-02vfio/pci: Move dummy_resources_list init in vfio_pci_probe()Eric Auger-2/+1
2020-11-15vfio/virqfd: Drain events from eventfd in virqfd_wakeup()David Woodhouse-0/+3
2020-11-03vfio/pci: Bypass IGD init in case of -ENODEVFred Gao-1/+1
2020-11-03vfio: platform: fix reference leak in vfio_platform_openZhang Qilong-2/+1
2020-11-03vfio/pci: Implement ioeventfd thread handler for contended memory lockAlex Williamson-8/+35
2020-11-03vfio/fsl-mc: Make vfio_fsl_mc_irqs_allocate staticDiana Craciun-1/+1
2020-11-03vfio/fsl-mc: prevent underflow in vfio_fsl_mc_mmap()Dan Carpenter-1/+1
2020-11-02vfio/fsl-mc: return -EFAULT if copy_to_user() failsDan Carpenter-2/+6
2020-11-02vfio/type1: Use the new helper to find vfio_groupZenghui Yu-12/+5
2020-10-22Merge tag 'vfio-v5.10-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds-16/+1200
2020-10-20vfio iommu type1: Fix memory leak in vfio_iommu_type1_pin_pagesXiaoyang Xu-1/+2
2020-10-19vfio/pci: Clear token on bypass registration failureAlex Williamson-1/+3
2020-10-19vfio/fsl-mc: fix the return of the uninitialized variable retDiana Craciun-1/+1
2020-10-16mm: remove the now-unnecessary mmget_still_valid() hackJann Horn-20/+18
2020-10-15vfio/fsl-mc: Fix the dead code in vfio_fsl_mc_set_irq_triggerDiana Craciun-3/+3
2020-10-13vfio/fsl-mc: Fixed vfio-fsl-mc driver compilation on 32 bitDiana Craciun-0/+1
2020-10-12Merge branches 'v5.10/vfio/fsl-mc-v6' and 'v5.10/vfio/zpci-info-v3' into v5.1...Alex Williamson-0/+1151
2020-10-12vfio-pci/zdev: Add zPCI capabilities to VFIO_DEVICE_GET_INFOMatthew Rosato-0/+205
2020-10-12vfio/fsl-mc: Add support for device resetDiana Craciun-1/+17
2020-10-12vfio/fsl-mc: Add read/write support for fsl-mc devicesDiana Craciun-3/+116
2020-10-12vfio/fsl-mc: trigger an interrupt via eventfdDiana Craciun-2/+194
2020-10-12vfio/fsl-mc: Add irq infrastructure for fsl-mc devicesDiana Craciun-3/+91
2020-10-12vfio/fsl-mc: Added lock support in preparation for interrupt handlingDiana Craciun-9/+90
2020-10-12vfio/fsl-mc: Allow userspace to MMAP fsl-mc device MMIO regionsDiana Craciun-2/+66
2020-10-12vfio/fsl-mc: Implement VFIO_DEVICE_GET_REGION_INFO ioctl callDiana Craciun-1/+96
2020-10-12vfio/fsl-mc: Implement VFIO_DEVICE_GET_INFO ioctlDiana Craciun-1/+20
2020-10-12vfio/fsl-mc: Scan DPRC objects on vfio-fsl-mc driver bindDiana Craciun-0/+92
2020-10-07vfio/fsl-mc: Add VFIO framework skeleton for fsl-mc devicesBharat Bhushan-0/+186
2020-09-22Merge branches 'v5.10/vfio/bardirty', 'v5.10/vfio/dma_avail', 'v5.10/vfio/mis...Alex Williamson-14/+40
2020-09-22vfio/type1: fix dirty bitmap calculation in vfio_dma_rwYan Zhao-1/+2
2020-09-22vfio: fix a missed vfio group put in vfio_pin_pagesYan Zhao-2/+4
2020-09-22vfio/pci: Decouple PCI_COMMAND_MEMORY bit checks from is_virtfnMatthew Rosato-10/+14
2020-09-21vfio iommu: Add dma available capabilityMatthew Rosato-0/+17
2020-09-21vfio: add a singleton check for vfio_group_pin_pagesYan Zhao-0/+3
2020-09-21vfio/pci: Don't regenerate vconfig for all BARs if !bardirtyZenghui Yu-0/+3
2020-09-21vfio/pci: Remove redundant declaration of vfio_pci_driverZenghui Yu-1/+0
2020-09-04iommu: Rename iommu_tlb_* functions to iommu_iotlb_*Tom Murphy-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-2/+2
2020-08-17vfio/type1: Add proper error unwind for vfio_iommu_replay()Alex Williamson-5/+66
2020-08-17vfio-pci: Avoid recursive read-lock usageAlex Williamson-24/+98
2020-08-12Merge tag 'vfio-v5.9-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds-193/+276
2020-08-12mm/gup: remove task_struct pointer for all gup codePeter Xu-2/+2
2020-07-27vfio/type1: Refactor vfio_iommu_type1_ioctl()Liu Yi L-181/+213