aboutsummaryrefslogtreecommitdiff
path: root/drivers/vfio
AgeCommit message (Expand)AuthorFilesLines
2020-10-22Merge tag 'vfio-v5.10-rc1' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 16-16/+1200
2020-10-20vfio iommu type1: Fix memory leak in vfio_iommu_type1_pin_pagesGravatar Xiaoyang Xu 1-1/+2
2020-10-19vfio/pci: Clear token on bypass registration failureGravatar Alex Williamson 1-1/+3
2020-10-19vfio/fsl-mc: fix the return of the uninitialized variable retGravatar Diana Craciun 1-1/+1
2020-10-16mm: remove the now-unnecessary mmget_still_valid() hackGravatar Jann Horn 1-20/+18
2020-10-15vfio/fsl-mc: Fix the dead code in vfio_fsl_mc_set_irq_triggerGravatar Diana Craciun 1-3/+3
2020-10-13vfio/fsl-mc: Fixed vfio-fsl-mc driver compilation on 32 bitGravatar Diana Craciun 1-0/+1
2020-10-12Merge branches 'v5.10/vfio/fsl-mc-v6' and 'v5.10/vfio/zpci-info-v3' into v5.1...Gravatar Alex Williamson 12-0/+1151
2020-10-12vfio-pci/zdev: Add zPCI capabilities to VFIO_DEVICE_GET_INFOGravatar Matthew Rosato 5-0/+205
2020-10-12vfio/fsl-mc: Add support for device resetGravatar Diana Craciun 1-1/+17
2020-10-12vfio/fsl-mc: Add read/write support for fsl-mc devicesGravatar Diana Craciun 2-3/+116
2020-10-12vfio/fsl-mc: trigger an interrupt via eventfdGravatar Diana Craciun 3-2/+194
2020-10-12vfio/fsl-mc: Add irq infrastructure for fsl-mc devicesGravatar Diana Craciun 4-3/+91
2020-10-12vfio/fsl-mc: Added lock support in preparation for interrupt handlingGravatar Diana Craciun 2-9/+90
2020-10-12vfio/fsl-mc: Allow userspace to MMAP fsl-mc device MMIO regionsGravatar Diana Craciun 1-2/+66
2020-10-12vfio/fsl-mc: Implement VFIO_DEVICE_GET_REGION_INFO ioctl callGravatar Diana Craciun 2-1/+96
2020-10-12vfio/fsl-mc: Implement VFIO_DEVICE_GET_INFO ioctlGravatar Diana Craciun 1-1/+20
2020-10-12vfio/fsl-mc: Scan DPRC objects on vfio-fsl-mc driver bindGravatar Diana Craciun 2-0/+92
2020-10-07vfio/fsl-mc: Add VFIO framework skeleton for fsl-mc devicesGravatar Bharat Bhushan 6-0/+186
2020-09-22Merge branches 'v5.10/vfio/bardirty', 'v5.10/vfio/dma_avail', 'v5.10/vfio/mis...Gravatar Alex Williamson 4-14/+40
2020-09-22vfio/type1: fix dirty bitmap calculation in vfio_dma_rwGravatar Yan Zhao 1-1/+2
2020-09-22vfio: fix a missed vfio group put in vfio_pin_pagesGravatar Yan Zhao 1-2/+4
2020-09-22vfio/pci: Decouple PCI_COMMAND_MEMORY bit checks from is_virtfnGravatar Matthew Rosato 1-10/+14
2020-09-21vfio iommu: Add dma available capabilityGravatar Matthew Rosato 1-0/+17
2020-09-21vfio: add a singleton check for vfio_group_pin_pagesGravatar Yan Zhao 1-0/+3
2020-09-21vfio/pci: Don't regenerate vconfig for all BARs if !bardirtyGravatar Zenghui Yu 1-0/+3
2020-09-21vfio/pci: Remove redundant declaration of vfio_pci_driverGravatar Zenghui Yu 1-1/+0
2020-09-04iommu: Rename iommu_tlb_* functions to iommu_iotlb_*Gravatar Tom Murphy 1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 2-2/+2
2020-08-17vfio/type1: Add proper error unwind for vfio_iommu_replay()Gravatar Alex Williamson 1-5/+66
2020-08-17vfio-pci: Avoid recursive read-lock usageGravatar Alex Williamson 2-24/+98
2020-08-12Merge tag 'vfio-v5.9-rc1' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 4-193/+276
2020-08-12mm/gup: remove task_struct pointer for all gup codeGravatar Peter Xu 1-2/+2
2020-07-27vfio/type1: Refactor vfio_iommu_type1_ioctl()Gravatar Liu Yi L 1-181/+213
2020-07-27vfio/pci: Add QAT devices to denylistGravatar Giovanni Cabiddu 1-0/+15
2020-07-27vfio/pci: Add device denylistGravatar Giovanni Cabiddu 1-0/+33
2020-07-27vfio/pci: Hold igate across releasing eventfd contextsGravatar Alex Williamson 1-3/+1
2020-07-27vfio/spapr_tce: convert get_user_pages() --> pin_user_pages()Gravatar John Hubbard 1-2/+2
2020-07-27vfio/type1: Add conditional rescheduling after iommu map failedGravatar Xiang Zheng 1-1/+3
2020-07-27vfio/pci: Add Intel X550 to hidden INTx devicesGravatar Alex Williamson 1-0/+2
2020-07-27vfio: Cleanup allowed driver namingGravatar Alex Williamson 1-6/+7
2020-07-17vfio/pci: fix racy on error and request eventfd ctxGravatar Zeng Tao 1-0/+5
2020-06-25vfio/pci: Fix SR-IOV VF handling with MMIO blockingGravatar Alex Williamson 1-1/+16
2020-06-17vfio/pci: Clear error and request eventfd ctx after releasingGravatar Alex Williamson 1-2/+6
2020-06-10kernel: better document the use_mm/unuse_mm API contractGravatar Christoph Hellwig 1-2/+2
2020-06-10kernel: move use_mm/unuse_mm to kthread.cGravatar Christoph Hellwig 1-1/+1
2020-06-09mmap locking API: convert mmap_sem commentsGravatar Michel Lespinasse 1-7/+7
2020-06-09mmap locking API: convert mmap_sem call sites missed by coccinelleGravatar Michel Lespinasse 1-4/+4
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesGravatar Michel Lespinasse 1-4/+4
2020-06-05Merge tag 'vfio-v5.8-rc1' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 8-101/+979