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
/
vdpa
Age
Commit message (
Expand
)
Author
Lines
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-2
/
+2
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-6
/
+3
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-31
/
+31
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-42
/
+43
2026-02-09
vduse: avoid adding implicit padding
Arnd Bergmann
-26
/
+14
2026-02-04
vdpa/mlx5: update MAC address handling in mlx5_vdpa_set_attr()
Cindy Lu
-6
/
+3
2026-02-04
vdpa/mlx5: reuse common function for MAC address updates
Cindy Lu
-60
/
+71
2026-02-04
vdpa/mlx5: update mlx_features with driver state check
Cindy Lu
-2
/
+11
2026-01-28
vduse: bump version number
Eugenio Pérez
-2
/
+15
2026-01-28
vduse: add vq group asid support
Eugenio Pérez
-133
/
+252
2026-01-28
vduse: merge tree search logic of IOTLB_GET_FD and IOTLB_GET_INFO ioctls
Eugenio Pérez
-46
/
+56
2026-01-28
vduse: take out allocations from vduse_dev_alloc_coherent
Eugenio Pérez
-26
/
+20
2026-01-28
vduse: remove unused vaddr parameter of vduse_domain_free_coherent
Eugenio Pérez
-5
/
+3
2026-01-28
vduse: refactor vdpa_dev_add for goto err handling
Eugenio Pérez
-8
/
+14
2026-01-28
vduse: return internal vq group struct as map token
Eugenio Pérez
-9
/
+91
2026-01-28
vduse: add vq group support
Eugenio Pérez
-5
/
+42
2026-01-28
vhost: move vdpa group bound check to vhost_vdpa
Eugenio Pérez
-9
/
+0
2025-12-05
Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-2
/
+0
2025-11-27
vduse: add WQ_PERCPU to alloc_workqueue users
Marco Crivellari
-1
/
+2
2025-11-27
vdpa/pds: use %pe for ERR_PTR() in event handler registration
Alok Tiwari
-1
/
+1
2025-11-27
virtio: vdpa: Fix reference count leak in octep_sriov_enable()
Miaoqian Lin
-0
/
+1
2025-11-27
vdpa/mlx5: Fix incorrect error code reporting in query_virtqueues
Alok Tiwari
-1
/
+1
2025-11-16
mm: make INVALID_PHYS_ADDR a generic macro
Anshuman Khandual
-2
/
+0
2025-11-11
mlx5: Fix default values in create CQ
Akiva Goldberger
-4
/
+2
2025-10-01
vduse: Use fixed 4KB bounce pages for non-4KB page size
Sheng Zhao
-42
/
+95
2025-10-01
vduse: switch to use virtio map API instead of DMA API
Jason Wang
-48
/
+42
2025-10-01
vdpa: introduce map ops
Jason Wang
-11
/
+19
2025-10-01
vdpa: support virtio_map
Jason Wang
-17
/
+20
2025-08-01
vdpa: Fix IDR memory leak in VDUSE module exit
Anders Roxell
-0
/
+1
2025-08-01
vdpa/mlx5: Fix release of uninitialized resources on error path
Dragos Tatulea
-4
/
+9
2025-08-01
vdpa/mlx5: Fix needs_teardown flag calculation
Dragos Tatulea
-1
/
+1
2025-05-27
vdpa/octeon_ep: Control PCI dev enabling manually
Philipp Stanner
-5
/
+12
2025-02-25
vduse: add virtio_fs to allowed dev id
Eugenio Pérez
-0
/
+1
2025-02-25
vdpa/mlx5: Fix oversized null mkey longer than 32bit
Si-Wei Liu
-2
/
+5
2025-02-25
vdpa/mlx5: Fix mlx5_vdpa_get_config() endianness on big-endian machines
Konstantin Shkolnyy
-0
/
+3
2025-01-27
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
-70
/
+165
2025-01-27
vdpa/octeon_ep: read vendor-specific PCI capability
Shijith Thotton
-2
/
+58
2025-01-27
vdpa/octeon_ep: handle device config change events
Satha Rao
-0
/
+8
2025-01-27
vdpa/octeon_ep: enable support for multiple interrupts per device
Shijith Thotton
-39
/
+62
2025-01-27
vdpa: solidrun: Replace deprecated PCI functions
Philipp Stanner
-29
/
+28
2025-01-22
Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
-2
/
+2
2025-01-08
treewide: Introduce kthread_run_worker[_on_cpu]()
Frederic Weisbecker
-1
/
+1
2025-01-08
vdpa/vp_vdpa: implement kick_vq_with_data callback
Yuxue Liu
-0
/
+9
2024-12-23
net/mlx5: fs, add counter object to flow destination
Moshe Shemesh
-2
/
+2
2024-11-12
vdpa/mlx5: Fix suboptimal range on iotlb iteration
Si-Wei Liu
-3
/
+1
2024-11-12
vdpa/mlx5: Fix PA offset with unaligned starting iotlb map
Si-Wei Liu
-3
/
+5
2024-11-07
vdpa/mlx5: Fix error path during device add
Dragos Tatulea
-16
/
+5
2024-11-06
vp_vdpa: fix id_table array not null terminated error
Xiaoguang Wang
-3
/
+7
2024-11-06
vDPA/ifcvf: Fix pci_read_config_byte() return code handling
Yuan Can
-1
/
+1
2024-11-06
vdpa: solidrun: Fix UB bug with devres
Philipp Stanner
-4
/
+10
[next]