Age | Commit message (Expand) | Author | Files | Lines |
2024-06-12 | vfio/pci: Insert full vma on mmap'd MMIO fault | Alex Williamson | 1 | -2/+17 |
2024-05-31 | vfio/pci: Use unmap_mapping_range() | Alex Williamson | 1 | -209/+55 |
2024-05-31 | vfio: Create vfio_fs_type with inode per device | Alex Williamson | 3 | -0/+58 |
2024-05-20 | Merge tag 'vfio-v6.10-rc1' of https://github.com/awilliam/linux-vfio | Linus Torvalds | 11 | -65/+1098 |
2024-05-19 | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -2/+3 |
2024-05-17 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linux | Linus Torvalds | 1 | -1/+0 |
2024-05-17 | vfio/pci: Restore zero affected bus reset devices warning | Alex Williamson | 1 | -0/+3 |
2024-05-13 | VFIO: Add the SPR_DSA and SPR_IAX devices to the denylist | Arjan van de Ven | 1 | -0/+2 |
2024-05-09 | vfio/pci: Collect hot-reset devices to local buffer | Alex Williamson | 1 | -29/+49 |
2024-05-05 | mm: pass VMA instead of MM to follow_pte() | David Hildenbrand | 1 | -2/+2 |
2024-04-29 | vfio/qat: Add vfio_pci driver for Intel QAT SR-IOV VF devices | Xin Zeng | 5 | -0/+721 |
2024-04-25 | fix missing vmalloc.h includes | Kent Overstreet | 1 | -0/+1 |
2024-04-23 | vfio/cdx: add interrupt support | Nipun Gupta | 4 | -2/+298 |
2024-04-22 | vfio/pci: fix potential memory leak in vfio_intx_enable() | Ye Bin | 1 | -1/+3 |
2024-04-22 | vfio/pci: Pass eventfd context object through irqfd | Alex Williamson | 1 | -20/+13 |
2024-04-22 | vfio/pci: Pass eventfd context to IRQ handler | Alex Williamson | 1 | -13/+11 |
2024-04-18 | ARM: 9370/1: vfio: amba: drop owner assignment | Krzysztof Kozlowski | 1 | -1/+0 |
2024-03-15 | Merge tag 'vfio-v6.9-rc1' of https://github.com/awilliam/linux-vfio | Linus Torvalds | 29 | -426/+1416 |
2024-03-11 | vfio/fsl-mc: Block calling interrupt handler without trigger | Alex Williamson | 1 | -3/+4 |
2024-03-11 | vfio/platform: Create persistent IRQ handlers | Alex Williamson | 1 | -32/+68 |
2024-03-11 | vfio/platform: Disable virqfds on cleanup | Alex Williamson | 1 | -1/+4 |
2024-03-11 | vfio/pci: Create persistent INTx handler | Alex Williamson | 1 | -67/+78 |
2024-03-11 | vfio: Introduce interface to flush virqfd inject workqueue | Alex Williamson | 1 | -0/+21 |
2024-03-11 | vfio/pci: Lock external INTx masking ops | Alex Williamson | 1 | -6/+28 |
2024-03-11 | vfio/pci: Disable auto-enable of exclusive INTx IRQ | Alex Williamson | 1 | -7/+10 |
2024-03-11 | vfio/pds: Refactor/simplify reset logic | Brett Creeley | 4 | -67/+19 |
2024-03-11 | vfio/pds: Make sure migration file isn't accessed after reset | Brett Creeley | 2 | -0/+14 |
2024-03-11 | vfio/platform: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -3/+2 |
2024-03-11 | vfio/mlx5: Enforce PRE_COPY support | Yishai Hadas | 3 | -127/+71 |
2024-03-11 | Merge tag 'kvmarm-6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm... | Paolo Bonzini | 1 | -1/+18 |
2024-03-05 | hisi_acc_vfio_pci: Remove the deferred_reset logic | Shameer Kolothum | 2 | -40/+14 |
2024-03-04 | Revert "vfio/type1: Unpin zero pages" | Alex Williamson | 1 | -12/+0 |
2024-03-04 | vfio/nvgrace-gpu: Convey kvm to map device memory region as noncached | Ankit Agrawal | 1 | -1/+10 |
2024-03-04 | Merge branch 'kvm-arm64/vfio-normal-nc' of https://git.kernel.org/pub/scm/lin... | Alex Williamson | 1 | -1/+18 |
2024-03-04 | vfio: amba: Rename pl330_ids[] to vfio_amba_ids[] | Geert Uytterhoeven | 1 | -3/+3 |
2024-03-01 | vfio/pds: Always clear the save/restore FDs on reset | Brett Creeley | 1 | -2/+2 |
2024-02-24 | vfio: Convey kvm that the vfio-pci device is wc safe | Ankit Agrawal | 1 | -1/+18 |
2024-02-22 | vfio/nvgrace-gpu: Add vfio pci variant module for grace hopper | Ankit Agrawal | 5 | -0/+896 |
2024-02-22 | vfio/pci: rename and export range_intersect_range | Ankit Agrawal | 2 | -46/+68 |
2024-02-22 | vfio/pci: rename and export do_io_rw() | Ankit Agrawal | 1 | -7/+9 |
2024-02-22 | vfio: mdev: make mdev_bus_type const | Ricardo B. Marliere | 2 | -2/+2 |
2024-02-22 | vfio/mlx5: Let firmware knows upon leaving PRE_COPY back to RUNNING | Yishai Hadas | 3 | -12/+45 |
2024-02-22 | vfio/mlx5: Block incremental query upon migf state error | Yishai Hadas | 1 | -0/+5 |
2024-02-22 | vfio/mlx5: Handle the EREMOTEIO error upon the SAVE command | Yishai Hadas | 1 | -1/+6 |
2024-02-22 | vfio/mlx5: Add support for tracker object change event | Yishai Hadas | 2 | -0/+49 |
2024-02-22 | vfio/pci: WARN_ON driver_override kasprintf failure | Kunwu Chan | 1 | -0/+1 |
2024-02-08 | vfio: replace CONFIG_HAVE_KVM with IS_ENABLED(CONFIG_KVM) | Paolo Bonzini | 2 | -3/+3 |
2024-01-18 | Merge tag 'vfio-v6.8-rc1' of https://github.com/awilliam/linux-vfio | Linus Torvalds | 15 | -155/+963 |
2024-01-10 | vfio/virtio: fix virtio-pci dependency | Arnd Bergmann | 1 | -1/+1 |
2024-01-08 | Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 4 | -12/+12 |