index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
vfio
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-29
vfio/type1: handle DMA map/unmap up to the addressable limit
Alex Mastro
1
-35
/
+42
2025-10-29
vfio/type1: move iova increment to unmap_unpin_*() caller
Alex Mastro
1
-10
/
+10
2025-10-29
vfio/type1: sanitize for overflow using check_*_overflow()
Alex Mastro
1
-23
/
+63
2025-10-06
vfio: Dump migration features under debugfs
Cédric Le Goater
1
-0
/
+19
2025-10-06
vfio/type1: optimize vfio_unpin_pages_remote()
Li Zhe
1
-4
/
+16
2025-10-06
vfio/type1: introduce a new member has_rsvd for struct vfio_dma
Li Zhe
1
-0
/
+2
2025-10-06
vfio/type1: batch vfio_find_vpfn() in function vfio_unpin_pages_remote()
Li Zhe
1
-7
/
+3
2025-10-06
vfio/type1: optimize vfio_pin_pages_remote()
Li Zhe
1
-12
/
+72
2025-10-04
Merge tag 'vfio-v6.18-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
15
-11
/
+78
2025-09-26
vfio/nvgrace-gpu: Add GB300 SKU to the devid table
Tushar Dave
1
-0
/
+2
2025-09-26
vfio/pci: Fix INTx handling on legacy non-PCI 2.3 devices
Timothy Pearson
1
-0
/
+7
2025-09-22
vfio/pci: drop nth_page() usage within SG entry
David Hildenbrand
2
-4
/
+2
2025-09-19
vfio/pds: replace bitmap_free with vfree
Zilin Guan
1
-1
/
+1
2025-09-19
vfio: return -ENOTTY for unsupported device feature
Alex Mastro
1
-1
/
+1
2025-09-19
hisi_acc_vfio_pci: Fix reference leak in hisi_acc_vfio_debug_init
Miaoqian Lin
1
-1
/
+5
2025-09-19
vfio/platform: Mark reset drivers for removal
Alex Williamson
4
-3
/
+9
2025-09-19
vfio/amba: Mark for removal
Alex Williamson
2
-1
/
+6
2025-08-27
vfio/cdx: update driver to build without CONFIG_GENERIC_MSI_IRQ
Nipun Gupta
2
-1
/
+19
2025-08-27
vfio/nvgrace-gpu: fix grammatical error
Morduan Zang
1
-1
/
+1
2025-08-27
vfio/pci: drop redundant conversion to bool
Xichao Zhao
1
-1
/
+1
2025-08-27
vfio/fsl-mc: Mark for removal
Alex Williamson
2
-1
/
+6
2025-08-25
vfio/pci: print vfio-device syspath to fdinfo
Alex Mastro
1
-0
/
+20
2025-08-07
Merge tag 'vfio-v6.17-rc1-v2' of https://github.com/awilliam/linux-vfio
Linus Torvalds
14
-20
/
+82
2025-08-06
vfio/type1: conditional rescheduling while pinning
Keith Busch
1
-0
/
+7
2025-08-06
vfio/qat: add support for intel QAT 6xxx virtual functions
Małgorzata Mielnik
1
-1
/
+3
2025-08-06
vfio/pci: Do vf_token checks for VFIO_DEVICE_BIND_IOMMUFD
Jason Gunthorpe
9
-11
/
+59
2025-08-01
Merge tag 'pci-v6.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+1
2025-08-01
Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-5
/
+2
2025-07-17
vfio/pci: Use pci_is_display()
Mario Limonciello
1
-2
/
+1
2025-07-15
vfio/mlx5: fix possible overflow in tracking max message size
Artem Sadovnikov
1
-2
/
+2
2025-07-12
vfio/pci: Separate SR-IOV VF dev_set
Alex Williamson
1
-1
/
+1
2025-07-12
vfio/pds: Fix missing detach_ioas op
Brett Creeley
1
-0
/
+1
2025-07-11
vfio: Prevent open_count decrement to negative
Jacob Pan
1
-1
/
+2
2025-07-11
vfio: Fix unbalanced vfio_df_close call in no-iommu mode
Jacob Pan
2
-4
/
+7
2025-07-10
mm: remove callers of pfn_t functionality
Alistair Popple
1
-3
/
+2
2025-07-10
mm: remove remaining uses of PFN_DEV
Alistair Popple
1
-4
/
+2
2025-06-20
irqbypass: Require producers to pass in Linux IRQ number during registration
Sean Christopherson
1
-2
/
+1
2025-06-20
irqbypass: Take ownership of producer/consumer token tracking
Sean Christopherson
1
-6
/
+3
2025-06-04
Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2025-05-22
vfio/type1: Fix error unwind in migration dirty bitmap allocation
Li RongQing
1
-1
/
+1
2025-05-20
vfio/mlx5: Enable the DMA link API
Leon Romanovsky
3
-203
/
+143
2025-05-20
vfio/mlx5: Rewrite create mkey flow to allow better code reuse
Leon Romanovsky
2
-70
/
+91
2025-05-20
vfio/mlx5: Explicitly use number of pages instead of allocated length
Leon Romanovsky
3
-41
/
+57
2025-05-19
hisi_acc_vfio_pci: update function return values.
Longfang Liu
1
-13
/
+16
2025-05-19
hisi_acc_vfio_pci: bugfix live migration function without VF device driver
Longfang Liu
1
-7
/
+15
2025-05-19
hisi_acc_vfio_pci: bugfix the problem of uninstalling driver
Longfang Liu
1
-0
/
+1
2025-05-19
hisi_acc_vfio_pci: bugfix cache write-back issue
Longfang Liu
1
-7
/
+7
2025-05-19
hisi_acc_vfio_pci: add eq and aeq interruption restore
Longfang Liu
1
-0
/
+16
2025-05-19
hisi_acc_vfio_pci: fix XQE dma address error
Longfang Liu
2
-8
/
+47
2025-05-19
vfio/type1: Remove Fine Grained Superpages detection
Jason Gunthorpe
1
-48
/
+1
[next]