aboutsummaryrefslogtreecommitdiff
path: root/drivers/vfio
AgeCommit message (Expand)AuthorFilesLines
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
2023-12-19vfio/virtio: Introduce a vfio driver over virtio devicesGravatar Yishai Hadas 5-0/+598
2023-12-19vfio/pci: Expose vfio_pci_core_iowrite/read##size()Gravatar Yishai Hadas 1-24/+26
2023-12-19vfio/pci: Expose vfio_pci_core_setup_barmap()Gravatar Yishai Hadas 1-3/+4
2023-12-04Merge branches 'v6.8/vfio/debugfs', 'v6.8/vfio/pds' and 'v6.8/vfio/type1-acco...Gravatar Alex Williamson 3-126/+209
2023-12-04vfio/type1: account iommu allocationsGravatar Pasha Tatashin 1-3/+5
2023-12-04vfio/pds: Add multi-region supportGravatar Brett Creeley 2-68/+156
2023-12-04vfio/pds: Move seq/ack bitmaps into region structGravatar Brett Creeley 2-20/+25
2023-12-04vfio/pds: Pass region info to relevant functionsGravatar Brett Creeley 1-35/+36
2023-12-04vfio/pds: Move and rename region specific infoGravatar Brett Creeley 2-45/+50
2023-12-04vfio/pds: Only use a single SGL for both seq and ackGravatar Brett Creeley 2-46/+28
2023-12-04vfio/pds: Fix calculations in pds_vfio_dirty_syncGravatar Brett Creeley 1-3/+3
2023-12-04vfio/migration: Add debugfs to live migration driverGravatar Longfang Liu 5-0/+121
2023-11-28eventfd: simplify eventfd_signal()Gravatar Christian Brauner 4-12/+12
2023-11-27vfio/pds: Fix possible sleep while in atomic contextGravatar Brett Creeley 3-9/+11
2023-11-27vfio/pds: Fix mutex lock->magic != lock warningGravatar Brett Creeley 1-3/+13
2023-11-03Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+1
2023-11-01Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 7-425/+6
2023-10-27cdx: Create symbol namespaces for cdx subsystemGravatar Abhijit Gangurde 1-0/+1
2023-10-24iommufd/iova_bitmap: Move symbols to IOMMUFD namespaceGravatar Joao Martins 3-0/+3
2023-10-24vfio: Move iova_bitmap into iommufdGravatar Joao Martins 4-428/+3
2023-10-24vfio/iova_bitmap: Export more API symbolsGravatar Joao Martins 1-0/+3
2023-10-09vfio: Fix smatch errors in vfio_combine_iova_ranges()Gravatar Alex Williamson 1-0/+10
2023-10-03vfio/cdx: Add parentheses between bitwise AND expression and logical NOTGravatar Nathan Chancellor 1-1/+1
2023-09-28vfio/mlx5: Activate the chunk mode functionalityGravatar Yishai Hadas 1-0/+3
2023-09-28vfio/mlx5: Add support for READING in chunk modeGravatar Yishai Hadas 1-6/+37
2023-09-28vfio/mlx5: Add support for SAVING in chunk modeGravatar Yishai Hadas 3-17/+122
2023-09-28vfio/mlx5: Pre-allocate chunks for the STOP_COPY phaseGravatar Yishai Hadas 3-65/+116
2023-09-28vfio/mlx5: Rename some stuff to match chunk modeGravatar Yishai Hadas 2-9/+10
2023-09-28vfio/mlx5: Enable querying state size which is > 4GBGravatar Yishai Hadas 3-8/+18
2023-09-28vfio/mlx5: Refactor the SAVE callback to activate a work only upon an errorGravatar Yishai Hadas 1-7/+13
2023-09-28vfio/mlx5: Wake up the reader post of disabling the SAVING migration fileGravatar Yishai Hadas 1-0/+1
2023-09-28vfio-cdx: add bus mastering device feature supportGravatar Nipun Gupta 2-1/+58
2023-09-22vfio/mdev: Fix a null-ptr-deref bug for mdev_unregister_parent()Gravatar Jinjie Ruan 1-1/+2
2023-09-18vfio/pds: Use proper PF device access helperGravatar Shixiong Ou 1-1/+1
2023-09-18vfio/pds: Add missing PCI_IOV dependsGravatar Shixiong Ou 1-1/+1
2023-08-30Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-5/+10
2023-08-30Merge tag 'vfio-v6.6-rc1' of https://github.com/awilliam/linux-vfioGravatar Linus Torvalds 31-318/+3251
2023-08-22vfio/pds: Send type for SUSPEND_STATUS commandGravatar Brett Creeley 1-2/+3
2023-08-21vfio/pds: fix return value in pds_vfio_get_lm_file()Gravatar Yang Yingliang 1-1/+1
2023-08-17vfio: align capability structuresGravatar Stefan Hajnoczi 3-18/+10
2023-08-16vfio/type1: fix cap_migration information leakGravatar Stefan Hajnoczi 1-1/+1
2023-08-16vfio/fsl-mc: Use module_fsl_mc_driver macro to simplify the codeGravatar Li Zetao 1-13/+1
2023-08-16vfio/cdx: Remove redundant initialization owner in vfio_cdx_driverGravatar Li Zetao 1-1/+0
2023-08-16vfio/pds: Add Kconfig and documentationGravatar Brett Creeley 2-0/+21