aboutsummaryrefslogtreecommitdiff
path: root/drivers/vfio
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Merge tag 'vfio-v6.10-rc1' of https://github.com/awilliam/linux-vfioGravatar Linus Torvalds 11-65/+1098
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-2/+3
2024-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxGravatar Linus Torvalds 1-1/+0
2024-05-17vfio/pci: Restore zero affected bus reset devices warningGravatar Alex Williamson 1-0/+3
2024-05-13VFIO: Add the SPR_DSA and SPR_IAX devices to the denylistGravatar Arjan van de Ven 1-0/+2
2024-05-09vfio/pci: Collect hot-reset devices to local bufferGravatar Alex Williamson 1-29/+49
2024-05-05mm: pass VMA instead of MM to follow_pte()Gravatar David Hildenbrand 1-2/+2
2024-04-29vfio/qat: Add vfio_pci driver for Intel QAT SR-IOV VF devicesGravatar Xin Zeng 5-0/+721
2024-04-25fix missing vmalloc.h includesGravatar Kent Overstreet 1-0/+1
2024-04-23vfio/cdx: add interrupt supportGravatar Nipun Gupta 4-2/+298
2024-04-22vfio/pci: fix potential memory leak in vfio_intx_enable()Gravatar Ye Bin 1-1/+3
2024-04-22vfio/pci: Pass eventfd context object through irqfdGravatar Alex Williamson 1-20/+13
2024-04-22vfio/pci: Pass eventfd context to IRQ handlerGravatar Alex Williamson 1-13/+11
2024-04-18ARM: 9370/1: vfio: amba: drop owner assignmentGravatar Krzysztof Kozlowski 1-1/+0
2024-03-15Merge tag 'vfio-v6.9-rc1' of https://github.com/awilliam/linux-vfioGravatar Linus Torvalds 29-426/+1416
2024-03-11vfio/fsl-mc: Block calling interrupt handler without triggerGravatar Alex Williamson 1-3/+4
2024-03-11vfio/platform: Create persistent IRQ handlersGravatar Alex Williamson 1-32/+68
2024-03-11vfio/platform: Disable virqfds on cleanupGravatar Alex Williamson 1-1/+4
2024-03-11vfio/pci: Create persistent INTx handlerGravatar Alex Williamson 1-67/+78
2024-03-11vfio: Introduce interface to flush virqfd inject workqueueGravatar Alex Williamson 1-0/+21
2024-03-11vfio/pci: Lock external INTx masking opsGravatar Alex Williamson 1-6/+28
2024-03-11vfio/pci: Disable auto-enable of exclusive INTx IRQGravatar Alex Williamson 1-7/+10
2024-03-11vfio/pds: Refactor/simplify reset logicGravatar Brett Creeley 4-67/+19
2024-03-11vfio/pds: Make sure migration file isn't accessed after resetGravatar Brett Creeley 2-0/+14
2024-03-11vfio/platform: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-3/+2
2024-03-11vfio/mlx5: Enforce PRE_COPY supportGravatar Yishai Hadas 3-127/+71
2024-03-11Merge tag 'kvmarm-6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Gravatar Paolo Bonzini 1-1/+18
2024-03-05hisi_acc_vfio_pci: Remove the deferred_reset logicGravatar Shameer Kolothum 2-40/+14
2024-03-04Revert "vfio/type1: Unpin zero pages"Gravatar Alex Williamson 1-12/+0
2024-03-04vfio/nvgrace-gpu: Convey kvm to map device memory region as noncachedGravatar Ankit Agrawal 1-1/+10
2024-03-04Merge branch 'kvm-arm64/vfio-normal-nc' of https://git.kernel.org/pub/scm/lin...Gravatar Alex Williamson 1-1/+18
2024-03-04vfio: amba: Rename pl330_ids[] to vfio_amba_ids[]Gravatar Geert Uytterhoeven 1-3/+3
2024-03-01vfio/pds: Always clear the save/restore FDs on resetGravatar Brett Creeley 1-2/+2
2024-02-24vfio: Convey kvm that the vfio-pci device is wc safeGravatar Ankit Agrawal 1-1/+18
2024-02-22vfio/nvgrace-gpu: Add vfio pci variant module for grace hopperGravatar Ankit Agrawal 5-0/+896
2024-02-22vfio/pci: rename and export range_intersect_rangeGravatar Ankit Agrawal 2-46/+68
2024-02-22vfio/pci: rename and export do_io_rw()Gravatar Ankit Agrawal 1-7/+9
2024-02-22vfio: mdev: make mdev_bus_type constGravatar Ricardo B. Marliere 2-2/+2
2024-02-22vfio/mlx5: Let firmware knows upon leaving PRE_COPY back to RUNNINGGravatar Yishai Hadas 3-12/+45
2024-02-22vfio/mlx5: Block incremental query upon migf state errorGravatar Yishai Hadas 1-0/+5
2024-02-22vfio/mlx5: Handle the EREMOTEIO error upon the SAVE commandGravatar Yishai Hadas 1-1/+6
2024-02-22vfio/mlx5: Add support for tracker object change eventGravatar Yishai Hadas 2-0/+49
2024-02-22vfio/pci: WARN_ON driver_override kasprintf failureGravatar Kunwu Chan 1-0/+1
2024-02-08vfio: replace CONFIG_HAVE_KVM with IS_ENABLED(CONFIG_KVM)Gravatar Paolo Bonzini 2-3/+3
2024-01-18Merge tag 'vfio-v6.8-rc1' of https://github.com/awilliam/linux-vfioGravatar Linus Torvalds 15-155/+963
2024-01-10vfio/virtio: fix virtio-pci dependencyGravatar Arnd Bergmann 1-1/+1
2024-01-08Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 4-12/+12
2024-01-05hisi_acc_vfio_pci: Update migration data pointer correctly on saving/resumeGravatar Shameer Kolothum 1-2/+5
2023-12-20vfio/virtio: Declare virtiovf_pci_aer_reset_done() staticGravatar Yishai Hadas 1-1/+1
2023-12-19Merge branch 'v6.8/vfio/virtio' into v6.8/vfio/nextGravatar Alex Williamson 6-27/+628