summaryrefslogtreecommitdiffstats
path: root/drivers/vfio (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | vfio/mlx5: Block incremental query upon migf state errorYishai Hadas2024-02-221-0/+5
| * | vfio/mlx5: Handle the EREMOTEIO error upon the SAVE commandYishai Hadas2024-02-221-1/+6
| * | vfio/mlx5: Add support for tracker object change eventYishai Hadas2024-02-222-0/+49
| * | vfio/pci: WARN_ON driver_override kasprintf failureKunwu Chan2024-02-221-0/+1
* | | Merge tag 'kvmarm-6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini2024-03-111-1/+18
|\ \ \ | | |/ | |/|
| * | vfio: Convey kvm that the vfio-pci device is wc safeAnkit Agrawal2024-02-241-1/+18
| |/
* / vfio: replace CONFIG_HAVE_KVM with IS_ENABLED(CONFIG_KVM)Paolo Bonzini2024-02-082-3/+3
|/
* Merge tag 'vfio-v6.8-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2024-01-1915-155/+963
|\
| * vfio/virtio: fix virtio-pci dependencyArnd Bergmann2024-01-101-1/+1
| * hisi_acc_vfio_pci: Update migration data pointer correctly on saving/resumeShameer Kolothum2024-01-051-2/+5
| * vfio/virtio: Declare virtiovf_pci_aer_reset_done() staticYishai Hadas2023-12-201-1/+1
| * Merge branch 'v6.8/vfio/virtio' into v6.8/vfio/nextAlex Williamson2023-12-196-27/+628
| |\
| | * vfio/virtio: Introduce a vfio driver over virtio devicesYishai Hadas2023-12-195-0/+598
| | * vfio/pci: Expose vfio_pci_core_iowrite/read##size()Yishai Hadas2023-12-191-24/+26
| | * vfio/pci: Expose vfio_pci_core_setup_barmap()Yishai Hadas2023-12-191-3/+4
| | |
| | \
| *-. \ Merge branches 'v6.8/vfio/debugfs', 'v6.8/vfio/pds' and 'v6.8/vfio/type1-acco...Alex Williamson2023-12-043-126/+209
| |\ \ \
| | | * | vfio/type1: account iommu allocationsPasha Tatashin2023-12-041-3/+5
| | | |/
| | * | vfio/pds: Add multi-region supportBrett Creeley2023-12-042-68/+156
| | * | vfio/pds: Move seq/ack bitmaps into region structBrett Creeley2023-12-042-20/+25
| | * | vfio/pds: Pass region info to relevant functionsBrett Creeley2023-12-041-35/+36
| | * | vfio/pds: Move and rename region specific infoBrett Creeley2023-12-042-45/+50
| | * | vfio/pds: Only use a single SGL for both seq and ackBrett Creeley2023-12-042-46/+28
| | * | vfio/pds: Fix calculations in pds_vfio_dirty_syncBrett Creeley2023-12-041-3/+3
| | |/
| * / vfio/migration: Add debugfs to live migration driverLongfang Liu2023-12-045-0/+121
| |/
* | Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-01-084-12/+12
|\ \ | |/ |/|
| * eventfd: simplify eventfd_signal()Christian Brauner2023-11-284-12/+12
* | vfio/pds: Fix possible sleep while in atomic contextBrett Creeley2023-11-273-9/+11
* | vfio/pds: Fix mutex lock->magic != lock warningBrett Creeley2023-11-271-3/+13
|/
* Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-041-0/+1
|\
| * cdx: Create symbol namespaces for cdx subsystemAbhijit Gangurde2023-10-271-0/+1
* | Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-027-425/+6
|\ \
| * | iommufd/iova_bitmap: Move symbols to IOMMUFD namespaceJoao Martins2023-10-243-0/+3
| * | vfio: Move iova_bitmap into iommufdJoao Martins2023-10-244-428/+3
| * | vfio/iova_bitmap: Export more API symbolsJoao Martins2023-10-241-0/+3
* | | vfio: Fix smatch errors in vfio_combine_iova_ranges()Alex Williamson2023-10-091-0/+10
* | | vfio/cdx: Add parentheses between bitwise AND expression and logical NOTNathan Chancellor2023-10-031-1/+1
* | | vfio/mlx5: Activate the chunk mode functionalityYishai Hadas2023-09-281-0/+3
* | | vfio/mlx5: Add support for READING in chunk modeYishai Hadas2023-09-281-6/+37
* | | vfio/mlx5: Add support for SAVING in chunk modeYishai Hadas2023-09-283-17/+122
* | | vfio/mlx5: Pre-allocate chunks for the STOP_COPY phaseYishai Hadas2023-09-283-65/+116
* | | vfio/mlx5: Rename some stuff to match chunk modeYishai Hadas2023-09-282-9/+10
* | | vfio/mlx5: Enable querying state size which is > 4GBYishai Hadas2023-09-283-8/+18
* | | vfio/mlx5: Refactor the SAVE callback to activate a work only upon an errorYishai Hadas2023-09-281-7/+13
* | | vfio/mlx5: Wake up the reader post of disabling the SAVING migration fileYishai Hadas2023-09-281-0/+1
* | | vfio-cdx: add bus mastering device feature supportNipun Gupta2023-09-282-1/+58
| |/ |/|
* | vfio/mdev: Fix a null-ptr-deref bug for mdev_unregister_parent()Jinjie Ruan2023-09-221-1/+2
* | vfio/pds: Use proper PF device access helperShixiong Ou2023-09-181-1/+1
* | vfio/pds: Add missing PCI_IOV dependsShixiong Ou2023-09-181-1/+1
|/
* Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-08-312-5/+10
|\
| * vfio: Support IO page table replacementNicolin Chen2023-07-281-5/+6