]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'vfio-v6.18-rc1-pt2' of https://github.com/awilliam/linux-vfio
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 8 Oct 2025 18:22:27 +0000 (11:22 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 8 Oct 2025 18:22:27 +0000 (11:22 -0700)
commited4d6e92463e8dfe6dfb971f8edc6b5d9ea18722
tree16a2d7960c7da625f6e2244814a92fd153d0afe1
parent99cedb6b8f4101e2780f10b9e76d2f346a1e4316
parent451bb96328981808463405d436bd58de16dd967d
Merge tag 'vfio-v6.18-rc1-pt2' of https://github.com/awilliam/linux-vfio

Pull more VFIO updates from Alex Williamson:

 - Optimizations for DMA map and unmap opertions through the type1 vfio
   IOMMU backend.

   This uses various means of batching and hints from the mm structures
   to improve efficiency and therefore performance, resulting in a
   significant speedup for huge page use cases (Li Zhe)

 - Expose supported device migration features through debugfs (Cédric Le
   Goater)

* tag 'vfio-v6.18-rc1-pt2' of https://github.com/awilliam/linux-vfio:
  vfio: Dump migration features under debugfs
  vfio/type1: optimize vfio_unpin_pages_remote()
  vfio/type1: introduce a new member has_rsvd for struct vfio_dma
  vfio/type1: batch vfio_find_vpfn() in function vfio_unpin_pages_remote()
  vfio/type1: optimize vfio_pin_pages_remote()
  mm: introduce num_pages_contiguous()