index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
vfio
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-07
iommufd: Don't overflow during division for dirty tracking
Jason Gunthorpe
1
-3
/
+2
2025-12-07
vfio: return -ENOTTY for unsupported device feature
Alex Mastro
1
-1
/
+1
2025-08-28
vfio/mlx5: fix possible overflow in tracking max message size
Artem Sadovnikov
1
-2
/
+2
2025-08-28
vfio/type1: conditional rescheduling while pinning
Keith Busch
1
-0
/
+7
2025-08-15
vfio/pci: Separate SR-IOV VF dev_set
Alex Williamson
1
-1
/
+1
2025-06-27
vfio/type1: Fix error unwind in migration dirty bitmap allocation
Li RongQing
1
-1
/
+1
2025-06-27
hisi_acc_vfio_pci: add eq and aeq interruption restore
Longfang Liu
1
-0
/
+16
2025-06-27
hisi_acc_vfio_pci: fix XQE dma address error
Longfang Liu
2
-8
/
+47
2025-06-04
vfio/pci: Handle INTx IRQ_NOTCONNECTED
Alex Williamson
3
-11
/
+4
2025-02-21
vfio/pci: Enable iowrite64 and ioread64 for vfio pci
Ramesh Thomas
1
-0
/
+1
2025-02-21
vfio/platform: check the bounds of read/write syscalls
Alex Williamson
1
-0
/
+10
2025-02-21
iommufd/iova_bitmap: Fix shift-out-of-bounds in iova_bitmap_offset_to_index()
Qasim Ijaz
1
-1
/
+1
2025-02-01
vfio/platform: check the bounds of read/write syscalls
Alex Williamson
1
-0
/
+10
2024-12-14
vfio/mlx5: Align the page tracking max message size with the device capability
Yishai Hadas
1
-12
/
+35
2024-12-14
vfio/pci: Properly hide first-in-list PCIe extended capability
Avihai Horon
1
-2
/
+14
2024-10-17
vfio/pci: fix potential memory leak in vfio_intx_enable()
Ye Bin
1
-1
/
+3
2024-05-17
VFIO: Add the SPR_DSA and SPR_IAX devices to the denylist
Arjan van de Ven
1
-0
/
+2
2024-04-03
vfio/fsl-mc: Block calling interrupt handler without trigger
Alex Williamson
1
-3
/
+4
2024-04-03
vfio/platform: Create persistent IRQ handlers
Alex Williamson
1
-33
/
+68
2024-04-03
vfio/pci: Create persistent INTx handler
Alex Williamson
1
-67
/
+82
2024-04-03
vfio: Introduce interface to flush virqfd inject workqueue
Alex Williamson
1
-0
/
+21
2024-04-03
vfio/pci: Disable auto-enable of exclusive INTx IRQ
Alex Williamson
1
-7
/
+10
2024-04-03
vfio/platform: Disable virqfds on cleanup
Alex Williamson
1
-1
/
+4
2024-04-03
vfio/pci: Lock external INTx masking ops
Alex Williamson
1
-6
/
+28
2024-04-03
vfio/pci: Remove negative check on unsigned vector
Reinette Chatre
1
-7
/
+8
2024-04-03
vfio/pci: Consolidate irq cleanup on MSI/MSI-X disable
Reinette Chatre
1
-2
/
+1
2024-04-03
vfio: Use GFP_KERNEL_ACCOUNT for userspace persistent allocations
Jason Gunthorpe
7
-14
/
+17
2024-03-01
iommufd/iova_bitmap: Consider page offset for the pages to be pinned
Joao Martins
1
-6
/
+7
2024-03-01
iommufd/iova_bitmap: Switch iova_bitmap::bitmap to an u8 array
Joao Martins
1
-4
/
+4
2024-03-01
iommufd/iova_bitmap: Bounds check mapped::pages access
Joao Martins
1
-0
/
+4
2023-10-06
vfio/mdev: Fix a null-ptr-deref bug for mdev_unregister_parent()
Jinjie Ruan
1
-1
/
+2
2023-09-13
vfio/type1: fix cap_migration information leak
Stefan Hajnoczi
1
-1
/
+1
2023-07-19
vfio/mdev: Move the compat_class initialization to module init
Eric Farman
1
-9
/
+14
2023-06-05
vfio/type1: check pfn valid before converting to struct page
Yan Zhao
1
-0
/
+5
2023-03-10
vfio/type1: restore locked_vm
Steve Sistare
1
-0
/
+35
2023-03-10
vfio/type1: track locked_vm per dma
Steve Sistare
1
-6
/
+17
2023-03-10
vfio/type1: prevent underflow of locked_vm via exec()
Steve Sistare
1
-27
/
+14
2023-03-10
vfio/type1: exclude mdevs from VFIO_UPDATE_VADDR
Steve Sistare
1
-2
/
+42
2023-02-01
vfio/type1: Respect IOMMU reserved regions in vfio_test_domain_fgsp()
Niklas Schnelle
1
-11
/
+20
2022-12-31
vfio/iova_bitmap: refactor iova_bitmap_set() to better handle page boundaries
Joao Martins
1
-17
/
+13
2022-12-31
vfio/iova_bitmap: Fix PAGE_SIZE unaligned bitmaps
Joao Martins
1
-2
/
+6
2022-12-31
vfio: platform: Do not pass return buffer to ACPI _RST method
Rafael Mendonca
1
-2
/
+1
2022-11-10
vfio/pci: Check the device set open count on reset
Anthony DeRossi
1
-5
/
+5
2022-11-10
vfio: Export the device set open count
Anthony DeRossi
1
-0
/
+13
2022-11-10
vfio: Fix container device registration life cycle
Anthony DeRossi
1
-5
/
+8
2022-10-12
Merge tag 'vfio-v6.1-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
28
-1757
/
+4088
2022-10-07
vfio: More vfio_file_is_group() use cases
Alex Williamson
1
-3
/
+3
2022-10-07
vfio: Make the group FD disassociate from the iommu_group
Jason Gunthorpe
2
-24
/
+44
2022-10-07
vfio: Hold a reference to the iommu_group in kvm for SPAPR
Jason Gunthorpe
1
-2
/
+4
2022-10-07
vfio: Add vfio_file_is_group()
Jason Gunthorpe
2
-2
/
+16
[next]