index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
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
/
vdpa
Age
Commit message (
Expand
)
Author
Files
Lines
10 days
vdpa: Fix IDR memory leak in VDUSE module exit
Anders Roxell
1
-0
/
+1
10 days
vdpa/mlx5: Fix release of uninitialized resources on error path
Dragos Tatulea
2
-4
/
+9
10 days
vdpa/mlx5: Fix needs_teardown flag calculation
Dragos Tatulea
1
-1
/
+1
2025-02-25
vduse: add virtio_fs to allowed dev id
Eugenio Pérez
1
-0
/
+1
2025-02-25
vdpa/mlx5: Fix oversized null mkey longer than 32bit
Si-Wei Liu
1
-2
/
+5
2025-02-25
vdpa/mlx5: Fix mlx5_vdpa_get_config() endianness on big-endian machines
Konstantin Shkolnyy
1
-0
/
+3
2025-01-27
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
5
-70
/
+165
2025-01-27
vdpa/octeon_ep: read vendor-specific PCI capability
Shijith Thotton
3
-2
/
+58
2025-01-27
vdpa/octeon_ep: handle device config change events
Satha Rao
1
-0
/
+8
2025-01-27
vdpa/octeon_ep: enable support for multiple interrupts per device
Shijith Thotton
3
-39
/
+62
2025-01-27
vdpa: solidrun: Replace deprecated PCI functions
Philipp Stanner
1
-29
/
+28
2025-01-22
Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-2
/
+2
2025-01-08
treewide: Introduce kthread_run_worker[_on_cpu]()
Frederic Weisbecker
1
-1
/
+1
2025-01-08
vdpa/vp_vdpa: implement kick_vq_with_data callback
Yuxue Liu
1
-0
/
+9
2024-12-23
net/mlx5: fs, add counter object to flow destination
Moshe Shemesh
1
-2
/
+2
2024-11-12
vdpa/mlx5: Fix suboptimal range on iotlb iteration
Si-Wei Liu
1
-3
/
+1
2024-11-12
vdpa/mlx5: Fix PA offset with unaligned starting iotlb map
Si-Wei Liu
1
-3
/
+5
2024-11-07
vdpa/mlx5: Fix error path during device add
Dragos Tatulea
1
-16
/
+5
2024-11-06
vp_vdpa: fix id_table array not null terminated error
Xiaoguang Wang
1
-3
/
+7
2024-11-06
vDPA/ifcvf: Fix pci_read_config_byte() return code handling
Yuan Can
1
-1
/
+1
2024-11-06
vdpa: solidrun: Fix UB bug with devres
Philipp Stanner
1
-4
/
+10
2024-10-07
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-6
/
+6
2024-09-26
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
8
-218
/
+765
2024-09-25
vdpa/octeon_ep: Fix format specifier for pointers in debug messages
Srujana Challa
1
-6
/
+6
2024-09-25
vdpa/mlx5: Postpone MR deletion
Dragos Tatulea
3
-5
/
+64
2024-09-25
vdpa/mlx5: Introduce init/destroy for MR resources
Dragos Tatulea
4
-5
/
+26
2024-09-25
vdpa/mlx5: Rename mr_mtx -> lock
Dragos Tatulea
4
-16
/
+16
2024-09-25
vdpa/mlx5: Extract mr members in own resource struct
Dragos Tatulea
4
-41
/
+44
2024-09-25
vdpa/mlx5: Rename function
Dragos Tatulea
3
-6
/
+6
2024-09-25
vdpa/mlx5: Delete direct MKEYs in parallel
Dragos Tatulea
1
-0
/
+64
2024-09-25
vdpa/mlx5: Create direct MKEYs in parallel
Dragos Tatulea
1
-22
/
+98
2024-09-25
vdpa: Remove unused declarations
Yue Haibing
2
-4
/
+0
2024-09-25
vdpa/mlx5: Parallelize VQ suspend/resume for CVQ MQ command
Dragos Tatulea
1
-10
/
+12
2024-09-25
vdpa/mlx5: Small improvement for change_num_qps()
Dragos Tatulea
1
-10
/
+11
2024-09-25
vdpa/mlx5: Keep notifiers during suspend but ignore
Dragos Tatulea
1
-2
/
+4
2024-09-25
vdpa/mlx5: Parallelize device resume
Dragos Tatulea
1
-26
/
+14
2024-09-25
vdpa/mlx5: Parallelize device suspend
Dragos Tatulea
1
-27
/
+29
2024-09-25
vdpa/mlx5: Use async API for vq modify commands
Dragos Tatulea
1
-48
/
+106
2024-09-25
vdpa/mlx5: Use async API for vq query command
Dragos Tatulea
2
-25
/
+78
2024-09-25
vdpa/mlx5: Introduce async fw command wrapper
Dragos Tatulea
2
-0
/
+88
2024-09-25
vdpa/mlx5: Introduce error logging function
Dragos Tatulea
2
-12
/
+17
2024-09-21
Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-8
/
+12
2024-09-10
vdpa/mlx5: Add the support of set mac address
Cindy Lu
1
-0
/
+28
2024-09-10
vdpa_sim_net: Add the support of set mac address
Cindy Lu
1
-1
/
+20
2024-09-10
vdpa: support set mac address from vdpa tool
Cindy Lu
1
-0
/
+79
2024-09-10
vdpa/mlx5: Fix invalid mr resource destroy
Dragos Tatulea
1
-0
/
+3
2024-09-09
vduse: avoid using __GFP_NOFAIL
Jason Wang
2
-8
/
+12
2024-09-04
dma-mapping: clearly mark DMA ops as an architecture feature
Christoph Hellwig
1
-1
/
+6
2024-09-04
vdpa_sim: don't select DMA_OPS
Christoph Hellwig
1
-2
/
+1
2024-07-29
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-1
/
+1
[next]