index
:
pub/scm/linux/kernel/git/mark/linux.git
master
Mark Rutland's fork of linux.git
Mark Rutland
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
vhost
/
vhost.c
Age
Commit message (
Expand
)
Author
Files
Lines
4 days
vhost: invalidate vring access on IOTLB transitions
Jia Jia
1
-1
/
+56
4 days
vhost: limit outstanding IOTLB misses per virtqueue
Linfeng Sun
1
-5
/
+33
2026-08-19
vhost: reject zero-size IOTLB INVALIDATE
xiongweimin
1
-0
/
+4
2026-08-03
vhost: reset the vring metadata cache on vring reconfiguration
Jun Yang
1
-0
/
+8
2026-08-03
vhost_iotlb: bound map allocation in add_range
Linfeng SunĀ
1
-0
/
+8
2026-06-10
vhost: remove unnecessary module_init/exit functions
Ethan Nelson-Moore
1
-12
/
+0
2026-06-04
vhost: fix vhost_get_avail_idx for a non empty ring
Michael S. Tsirkin
1
-4
/
+7
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-3
/
+3
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-11
/
+7
2025-12-26
vhost: use "checked" versions of get_user() and put_user()
Jon Kohler
1
-4
/
+4
2025-12-04
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-1
/
+3
2025-11-27
vhost: Fix kthread worker cgroup failure handling
Mike Christie
1
-1
/
+3
2025-11-26
vhost: rewind next_avail_head while discarding descriptors
Jason Wang
1
-14
/
+62
2025-08-05
vhost: initialize vq->nheads properly
Jason Wang
1
-0
/
+1
2025-08-01
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-44
/
+333
2025-08-01
vhost: basic in order support
Jason Wang
1
-21
/
+99
2025-08-01
vhost: fail early when __vhost_add_used() fails
Jason Wang
1
-0
/
+3
2025-08-01
vhost: Reintroduce kthread API and add mode selection
Cindy Lu
1
-18
/
+226
2025-08-01
vhost: Fix typos
Alok Tiwari
1
-5
/
+5
2025-07-08
vhost-net: allow configuring extended features
Paolo Abeni
1
-1
/
+1
2025-05-18
vhost: modify vhost_log_write() for broader users
Dongli Zhang
1
-8
/
+20
2025-03-01
vhost: return task creation error instead of NULL
Keith Busch
1
-1
/
+1
2024-07-09
vhost: move smp_rmb() into vhost_get_avail_idx()
Michael S. Tsirkin
1
-63
/
+42
2024-05-22
vhost_task: Handle SIGKILL by flushing work and exiting
Mike Christie
1
-4
/
+50
2024-05-22
vhost: Release worker mutex during flushes
Mike Christie
1
-14
/
+30
2024-05-22
vhost: Use virtqueue mutex for swapping worker
Mike Christie
1
-6
/
+12
2024-05-22
vhost: Remove vhost_vq_flush
Mike Christie
1
-12
/
+0
2024-04-08
vhost: correct misleading printing information
Xianting Tian
1
-1
/
+1
2024-04-08
vhost: Add smp_rmb() in vhost_enable_notify()
Gavin Shan
1
-1
/
+11
2024-04-08
vhost: Add smp_rmb() in vhost_vq_avail_empty()
Gavin Shan
1
-1
/
+11
2023-11-28
eventfd: simplify eventfd_signal()
Christian Brauner
1
-5
/
+5
2023-10-18
vhost: Allow null msg.size on VHOST_IOTLB_INVALIDATE
Eric Auger
1
-3
/
+1
2023-07-03
vhost: Allow worker switching while work is queueing
Mike Christie
1
-42
/
+111
2023-07-03
vhost: allow userspace to create workers
Mike Christie
1
-1
/
+141
2023-07-03
vhost: replace single worker pointer with xarray
Mike Christie
1
-16
/
+48
2023-07-03
vhost: add helper to parse userspace vring state/file
Mike Christie
1
-7
/
+22
2023-07-03
vhost: remove vhost_work_queue
Mike Christie
1
-6
/
+0
2023-07-03
vhost: convert poll work to be vq based
Mike Christie
1
-3
/
+5
2023-07-03
vhost: take worker or vq for flushing
Mike Christie
1
-2
/
+13
2023-07-03
vhost: take worker or vq instead of dev for queueing
Mike Christie
1
-16
/
+28
2023-07-03
vhost, vhost_net: add helper to check if vq has work
Mike Christie
1
-3
/
+3
2023-07-03
vhost: add vhost_worker pointer to vhost_virtqueue
Mike Christie
1
-7
/
+14
2023-07-03
vhost: dynamically allocate vhost_worker
Mike Christie
1
-23
/
+43
2023-07-03
vhost: create worker at end of vhost_dev_set_owner
Mike Christie
1
-6
/
+13
2023-06-09
vhost: support PACKED when setting-getting vring_base
Shannon Nelson
1
-5
/
+13
2023-06-08
vhost: Fix worker hangs due to missed wake up calls
Mike Christie
1
-0
/
+2
2023-06-08
vhost: Fix crash during early vhost_transport_send_pkt calls
Mike Christie
1
-33
/
+17
2023-06-07
vhost: use kzalloc() instead of kmalloc() followed by memset()
Prathu Baronia
1
-3
/
+2
[next]