summaryrefslogtreecommitdiffstats
path: root/drivers/vfio
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-031-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-017-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-302-5/+10
|\
| * vfio: Support IO page table replacementNicolin Chen2023-07-281-5/+6
| * vfio: Do not allow !ops->dma_unmap in vfio_pin/unpin_pages()Nicolin Chen2023-07-281-0/+4
* | Merge tag 'vfio-v6.6-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2023-08-3031-318/+3251
|\ \
| * | vfio/pds: Send type for SUSPEND_STATUS commandBrett Creeley2023-08-221-2/+3
| * | vfio/pds: fix return value in pds_vfio_get_lm_file()Yang Yingliang2023-08-211-1/+1
| * | vfio: align capability structuresStefan Hajnoczi2023-08-173-18/+10
| * | vfio/type1: fix cap_migration information leakStefan Hajnoczi2023-08-161-1/+1
| * | vfio/fsl-mc: Use module_fsl_mc_driver macro to simplify the codeLi Zetao2023-08-161-13/+1
| * | vfio/cdx: Remove redundant initialization owner in vfio_cdx_driverLi Zetao2023-08-161-1/+0
| * | vfio/pds: Add Kconfig and documentationBrett Creeley2023-08-162-0/+21
| * | vfio/pds: Add support for firmware recoveryBrett Creeley2023-08-163-2/+131
| * | vfio/pds: Add support for dirty page trackingBrett Creeley2023-08-168-2/+754
| * | vfio/pds: Add VFIO live migration supportBrett Creeley2023-08-168-2/+956
| * | vfio/pds: register with the pds_core PFBrett Creeley2023-08-167-1/+103
| * | vfio/pds: Initial support for pds VFIO driverBrett Creeley2023-08-165-0/+172
| * | vfio: Commonize combine_ranges for use in other VFIO driversBrett Creeley2023-08-162-47/+48
| |/
| * vfio: Compile vfio_group infrastructure optionallyYi Liu2023-07-253-7/+99
| * vfio: Move the IOMMU_CAP_CACHE_COHERENCY check in __vfio_register_dev()Yi Liu2023-07-252-10/+11
| * vfio: Add VFIO_DEVICE_[AT|DE]TACH_IOMMUFD_PTYi Liu2023-07-253-1/+77
| * vfio: Add VFIO_DEVICE_BIND_IOMMUFDYi Liu2023-07-253-0/+125
| * vfio: Avoid repeated user pointer cast in vfio_device_fops_unl_ioctl()Yi Liu2023-07-251-1/+2
| * vfio: Test kvm pointer in _vfio_device_get_kvm_safe()Yi Liu2023-07-253-10/+8
| * vfio: Add cdev for vfio_deviceYi Liu2023-07-255-4/+147
| * vfio: Move device_del() before waiting for the last vfio_device registration ...Yi Liu2023-07-251-3/+3
| * vfio: Move vfio_device_group_unregister() to be the first operation in unregi...Yi Liu2023-07-251-2/+6
| * vfio-iommufd: Add detach_ioas support for emulated VFIO devicesYi Liu2023-07-251-0/+13
| * vfio-iommufd: Add detach_ioas support for physical VFIO devicesYi Liu2023-07-258-1/+29
| * vfio: Record devid in vfio_device_fileYi Liu2023-07-253-13/+15
| * vfio-iommufd: Split bind/attach into two stepsYi Liu2023-07-253-22/+39