index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
vfio
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-4
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-29
/
+29
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-66
/
+63
2026-02-12
Merge tag 'vfio-v7.0-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
-23
/
+158
2026-02-06
vfio/fsl-mc: add myself as maintainer
Ioana Ciornei
-6
/
+1
2026-01-29
hisi_acc_vfio_pci: fix the queue parameter anomaly issue
Longfang Liu
-1
/
+1
2026-01-29
hisi_acc_vfio_pci: resolve duplicate migration states
Longfang Liu
-0
/
+1
2026-01-29
hisi_acc_vfio_pci: update status after RAS error
Longfang Liu
-2
/
+1
2026-01-29
hisi_acc_vfio_pci: fix VF reset timeout issue
Weili Qian
-0
/
+26
2026-01-23
vfio: Prevent from pinned DMABUF importers to attach to VFIO DMABUF
Leon Romanovsky
-0
/
+12
2026-01-19
vfio/pci: Lock upstream bridge for vfio_pci_core_disable()
Anthony Pighin (Nokia)
-4
/
+13
2026-01-19
Merge tag 'common_phys_vec_via_vfio' into v6.20/vfio/next
Alex Williamson
-5
/
+5
2026-01-19
types: reuse common phys_vec type instead of DMABUF open‑coded variant
Leon Romanovsky
-5
/
+5
2026-01-19
vfio/nvgrace-gpu: register device memory for poison handling
Ankit Agrawal
-4
/
+109
2026-01-19
vfio/mdev: update outdated comment
Julia Lawall
-1
/
+1
2025-12-28
vfio/xe: Fix use-after-free in xe_vfio_pci_alloc_file()
Alper Ak
-1
/
+3
2025-12-28
vfio/pds: Fix memory leak in pds_vfio_dirty_enable()
Zilin Guan
-2
/
+5
2025-12-23
vfio/xe: Add default handler for .get_region_info_caps
Michal Wajdeczko
-0
/
+1
2025-12-23
vfio/pci: Disable qword access to the VGA region
Kevin Tian
-1
/
+1
2025-12-23
vfio/pci: Disable qword access to the PCI ROM bar
Kevin Tian
-9
/
+20
2025-12-04
Merge tag 'drm-next-2025-12-05' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
-0
/
+592
2025-12-04
Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-0
/
+34
2025-12-04
Merge tag 'vfio-v6.19-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
-419
/
+1067
2025-12-01
Merge tag 'vfs-6.19-rc1.fd_prepare.fs' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-23
/
+5
2025-12-01
vfio/xe: Add device specific vfio_pci driver variant for Intel graphics
Michał Winiarski
-0
/
+592
2025-11-28
vfio/nvgrace-gpu: wait for the GPU mem to be ready
Ankit Agrawal
-13
/
+92
2025-11-28
vfio/nvgrace-gpu: Inform devmem unmapped after reset
Ankit Agrawal
-1
/
+25
2025-11-28
vfio/nvgrace-gpu: split the code to wait for GPU ready
Ankit Agrawal
-13
/
+18
2025-11-28
vfio: use vfio_pci_core_setup_barmap to map bar in mmap
Ankit Agrawal
-12
/
+3
2025-11-28
vfio/nvgrace-gpu: Add support for huge pfnmap
Ankit Agrawal
-22
/
+59
2025-11-28
vfio: refactor vfio_pci_mmap_huge_fault function
Ankit Agrawal
-27
/
+27
2025-11-28
vfio/pci: Use RCU for error/request triggers to avoid circular locking
Alex Williamson
-39
/
+85
2025-11-28
vfio: convert vfio_group_ioctl_get_device_fd() to FD_ADD()
Christian Brauner
-23
/
+5
2025-11-25
vfio/pci: Add vfio_pci_dma_buf_iommufd_map()
Jason Gunthorpe
-0
/
+34
2025-11-20
Merge tag 'vfio-v6.19-dma-buf-v9+' into v6.19/vfio/next
Alex Williamson
-22
/
+455
2025-11-20
vfio/nvgrace: Support get_dmabuf_phys
Jason Gunthorpe
-0
/
+52
2025-11-20
vfio/pci: Add dma-buf export support for MMIO regions
Leon Romanovsky
-5
/
+383
2025-11-20
vfio/pci: Enable peer-to-peer DMA transactions by default
Leon Romanovsky
-0
/
+5
2025-11-20
vfio/pci: Share the core device pointer while invoking feature functions
Vivek Kasireddy
-17
/
+13
2025-11-20
vfio: Export vfio device get and put registration helpers
Vivek Kasireddy
-0
/
+2
2025-11-12
vfio: Remove the get_region_info op
Jason Gunthorpe
-28
/
+22
2025-11-12
vfio: Move the remaining drivers to get_region_info_caps
Jason Gunthorpe
-37
/
+16
2025-11-12
vfio/platform: Convert to get_region_info_caps
Jason Gunthorpe
-20
/
+11
2025-11-12
vfio/pci: Convert all PCI drivers to get_region_info_caps
Jason Gunthorpe
-149
/
+78
2025-11-12
vfio: Add get_region_info_caps op
Jason Gunthorpe
-4
/
+52
2025-11-12
vfio: Require drivers to implement get_region_info
Jason Gunthorpe
-4
/
+4
2025-11-12
vfio/cdx: Provide a get_region_info op
Jason Gunthorpe
-3
/
+4
2025-11-12
vfio/fsl: Provide a get_region_info op
Jason Gunthorpe
-24
/
+32
2025-11-12
vfio/platform: Provide a get_region_info op
Jason Gunthorpe
-22
/
+32
2025-11-12
vfio/pci: Fill in the missing get_region_info ops
Jason Gunthorpe
-2
/
+8
[next]