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
/
vdpa_user
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-9
/
+9
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-11
/
+10
2026-02-09
vduse: avoid adding implicit padding
Arnd Bergmann
-26
/
+14
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
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-16
mm: make INVALID_PHYS_ADDR a generic macro
Anshuman Khandual
-2
/
+0
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
-41
/
+41
2025-10-01
vdpa: introduce map ops
Jason Wang
-1
/
+2
2025-10-01
vdpa: support virtio_map
Jason Wang
-1
/
+1
2025-08-01
vdpa: Fix IDR memory leak in VDUSE module exit
Anders Roxell
-0
/
+1
2025-02-25
vduse: add virtio_fs to allowed dev id
Eugenio Pérez
-0
/
+1
2024-09-09
vduse: avoid using __GFP_NOFAIL
Jason Wang
-8
/
+12
2024-03-19
vduse: enable Virtio-net device type
Maxime Coquelin
-0
/
+10
2024-03-19
vduse: Temporarily fail if control queue feature requested
Maxime Coquelin
-0
/
+5
2024-03-19
vduse: validate block features only with block devices
Maxime Coquelin
-4
/
+5
2024-03-19
vduse: implement vdpa_config_ops.get_vq_size for vduse
Zhu Lingshan
-0
/
+12
2024-03-19
vduse: implement DMA sync callbacks
Maxime Coquelin
-3
/
+54
2023-12-21
Merge branch 'vfs.file'
Christian Brauner
-1
/
+1
2023-12-12
file: remove __receive_fd()
Christian Brauner
-1
/
+1
2023-11-28
eventfd: simplify eventfd_signal()
Christian Brauner
-3
/
+3
2023-11-01
vduse: make vduse_class constant
Greg Kroah-Hartman
-19
/
+21
2023-08-10
vduse: Use proper spinlock for IRQ injection
Maxime Coquelin
-4
/
+4
2023-07-03
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
-1
/
+5
2023-07-03
vduse: fix NULL pointer dereference
Maxime Coquelin
-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
2023-06-09
mm/gup: remove vmas parameter from pin_user_pages()
Lorenzo Stoakes
-1
/
+1
2023-06-08
vduse: avoid empty string for dev name
Sheng Zhao
-0
/
+3
2023-04-27
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
-63
/
+351
2023-04-21
vduse: Support specifying bounce buffer size via sysfs
Xie Yongji
-1
/
+44
2023-04-21
vduse: Delay iova domain creation
Xie Yongji
-22
/
+53
2023-04-21
vduse: Signal vq trigger eventfd directly if possible
Xie Yongji
-4
/
+26
2023-04-21
vduse: Add sysfs interface for irq callback affinity
Xie Yongji
-11
/
+113
2023-04-21
vduse: Support get_vq_affinity callback
Xie Yongji
-0
/
+9
2023-04-21
vduse: Support set_vq_affinity callback
Xie Yongji
-7
/
+54
2023-04-21
vduse: Refactor allocation for vduse virtqueues
Xie Yongji
-32
/
+66
2023-03-17
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
-1
/
+1
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-1
/
+1
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
-1
/
+1
2023-02-06
vduse: Remove include of rwlock.h
Sebastian Andrzej Siewior
-1
/
+0
2022-12-28
vduse: Validate vq_num in vduse_validate_config()
Harshit Mogalapalli
-0
/
+3
2022-11-24
driver core: make struct class.devnode() take a const *
Greg Kroah-Hartman
-1
/
+1
[next]