summaryrefslogtreecommitdiffstats
path: root/drivers/vfio
Commit message (Expand)AuthorAgeFilesLines
* 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
| | | | |/
| | | * / vfio/pci: Remove redundant declaration of vfio_pci_driverZenghui Yu2020-09-211-1/+0
| | | |/
| | * / vfio iommu: Add dma available capabilityMatthew Rosato2020-09-211-0/+17
| | |/
| * / vfio/pci: Don't regenerate vconfig for all BARs if !bardirtyZenghui Yu2020-09-211-0/+3
| |/
* | mm: remove the now-unnecessary mmget_still_valid() hackJann Horn2020-10-161-20/+18
* | iommu: Rename iommu_tlb_* functions to iommu_iotlb_*Tom Murphy2020-09-041-1/+1
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-2/+2
* vfio/type1: Add proper error unwind for vfio_iommu_replay()Alex Williamson2020-08-171-5/+66
* vfio-pci: Avoid recursive read-lock usageAlex Williamson2020-08-172-24/+98
* Merge tag 'vfio-v5.9-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2020-08-124-193/+276
|\
| * vfio/type1: Refactor vfio_iommu_type1_ioctl()Liu Yi L2020-07-271-181/+213
| * vfio/pci: Add QAT devices to denylistGiovanni Cabiddu2020-07-271-0/+15
| * vfio/pci: Add device denylistGiovanni Cabiddu2020-07-271-0/+33
| * vfio/pci: Hold igate across releasing eventfd contextsAlex Williamson2020-07-271-3/+1
| * vfio/spapr_tce: convert get_user_pages() --> pin_user_pages()John Hubbard2020-07-271-2/+2
| * vfio/type1: Add conditional rescheduling after iommu map failedXiang Zheng2020-07-271-1/+3
| * vfio/pci: Add Intel X550 to hidden INTx devicesAlex Williamson2020-07-271-0/+2
| * vfio: Cleanup allowed driver namingAlex Williamson2020-07-271-6/+7
* | mm/gup: remove task_struct pointer for all gup codePeter Xu2020-08-121-2/+2
|/
* vfio/pci: fix racy on error and request eventfd ctxZeng Tao2020-07-171-0/+5
* vfio/pci: Fix SR-IOV VF handling with MMIO blockingAlex Williamson2020-06-251-1/+16
* vfio/pci: Clear error and request eventfd ctx after releasingAlex Williamson2020-06-171-2/+6
* kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig2020-06-101-2/+2
* kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig2020-06-101-1/+1
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-7/+7
* mmap locking API: convert mmap_sem call sites missed by coccinelleMichel Lespinasse2020-06-091-4/+4
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-4/+4
* Merge tag 'vfio-v5.8-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2020-06-058-101/+979
|\