index
:
pub/scm/linux/kernel/git/i3c/linux.git
master
I3C kernel tree
I3C group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
vdpa
/
vdpa_user
Age
Commit message (
Expand
)
Author
Files
Lines
5 days
vduse: return compat ioctl results directly
Linfeng Sun
1
-3
/
+3
6 days
vduse: validate virtqueue alignment
Jia Jia
1
-1
/
+3
6 days
vduse: do not take dev->rwsem in the virtqueue kick path
Nikhil
1
-5
/
+21
2026-08-19
vduse: Add suspend
Eugenio Pérez
1
-7
/
+88
2026-08-19
vduse: do not take rwsem at reset work flush
Eugenio Pérez
1
-31
/
+34
2026-08-19
vduse: add F_QUEUE_READY feature
Eugenio Pérez
1
-17
/
+56
2026-08-19
vduse: add VDUSE_SET_FEATURES ioctl
Eugenio Pérez
1
-0
/
+24
2026-08-19
vduse: add VDUSE_GET_FEATURES ioctl
Eugenio Pérez
1
-0
/
+7
2026-08-19
vduse: store control device pointer
Eugenio Pérez
1
-4
/
+5
2026-08-03
vhost_iotlb: bound map allocation in add_range
Linfeng Sun
1
-1
/
+10
2026-07-03
Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...
Uwe Kleine-König (The Capable Hub)
1
-1
/
+0
2026-06-10
vduse: fix compat handling for VDUSE_IOTLB_GET_FD/VDUSE_VQ_GET_INFO
Arnd Bergmann
1
-1
/
+122
2026-06-10
VDUSE: avoid leaking information to userspace
Jason Wang
2
-2
/
+2
2026-06-10
vduse: Fix race in vduse_dev_msg_sync and vduse_dev_read_iter
Zhang Tianci
1
-10
/
+27
2026-06-10
vduse: Requeue failed read to send_list head
Zhang Tianci
1
-1
/
+7
2026-06-10
vduse: hold vduse_lock across IDR lookup in open path
Qihang Tang
1
-14
/
+7
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2
-9
/
+9
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2
-11
/
+10
2026-02-09
vduse: avoid adding implicit padding
Arnd Bergmann
1
-26
/
+14
2026-01-28
vduse: bump version number
Eugenio Pérez
1
-2
/
+15
2026-01-28
vduse: add vq group asid support
Eugenio Pérez
1
-133
/
+252
2026-01-28
vduse: merge tree search logic of IOTLB_GET_FD and IOTLB_GET_INFO ioctls
Eugenio Pérez
1
-46
/
+56
2026-01-28
vduse: take out allocations from vduse_dev_alloc_coherent
Eugenio Pérez
3
-26
/
+20
2026-01-28
vduse: remove unused vaddr parameter of vduse_domain_free_coherent
Eugenio Pérez
3
-5
/
+3
2026-01-28
vduse: refactor vdpa_dev_add for goto err handling
Eugenio Pérez
1
-8
/
+14
2026-01-28
vduse: return internal vq group struct as map token
Eugenio Pérez
1
-9
/
+91
2026-01-28
vduse: add vq group support
Eugenio Pérez
1
-5
/
+42
2025-12-05
Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+0
2025-11-27
vduse: add WQ_PERCPU to alloc_workqueue users
Marco Crivellari
1
-1
/
+2
2025-11-16
mm: make INVALID_PHYS_ADDR a generic macro
Anshuman Khandual
1
-2
/
+0
2025-10-01
vduse: Use fixed 4KB bounce pages for non-4KB page size
Sheng Zhao
2
-41
/
+94
2025-10-01
vduse: switch to use virtio map API instead of DMA API
Jason Wang
3
-41
/
+41
2025-10-01
vdpa: introduce map ops
Jason Wang
1
-1
/
+2
2025-10-01
vdpa: support virtio_map
Jason Wang
1
-1
/
+1
2025-08-01
vdpa: Fix IDR memory leak in VDUSE module exit
Anders Roxell
1
-0
/
+1
2025-02-25
vduse: add virtio_fs to allowed dev id
Eugenio Pérez
1
-0
/
+1
2024-09-09
vduse: avoid using __GFP_NOFAIL
Jason Wang
2
-8
/
+12
2024-03-19
vduse: enable Virtio-net device type
Maxime Coquelin
1
-0
/
+10
2024-03-19
vduse: Temporarily fail if control queue feature requested
Maxime Coquelin
1
-0
/
+5
2024-03-19
vduse: validate block features only with block devices
Maxime Coquelin
1
-4
/
+5
2024-03-19
vduse: implement vdpa_config_ops.get_vq_size for vduse
Zhu Lingshan
1
-0
/
+12
2024-03-19
vduse: implement DMA sync callbacks
Maxime Coquelin
3
-3
/
+54
2023-12-21
Merge branch 'vfs.file'
Christian Brauner
1
-1
/
+1
2023-12-12
file: remove __receive_fd()
Christian Brauner
1
-1
/
+1
2023-11-28
eventfd: simplify eventfd_signal()
Christian Brauner
1
-3
/
+3
2023-11-01
vduse: make vduse_class constant
Greg Kroah-Hartman
1
-19
/
+21
2023-08-10
vduse: Use proper spinlock for IRQ injection
Maxime Coquelin
1
-4
/
+4
2023-07-03
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-1
/
+5
2023-07-03
vduse: fix NULL pointer dereference
Maxime Coquelin
1
-1
/
+5
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
[next]