index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
vhost
/
vhost.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
vhost: Make parameter name match of vhost_get_vq_desc()
Xianting Tian
2023-07-03
1
-1
/
+1
*
vhost: Allow worker switching while work is queueing
Mike Christie
2023-07-03
1
-1
/
+3
*
vhost: allow userspace to create workers
Mike Christie
2023-07-03
1
-0
/
+3
*
vhost: replace single worker pointer with xarray
Mike Christie
2023-07-03
1
-1
/
+2
*
vhost: remove vhost_work_queue
Mike Christie
2023-07-03
1
-3
/
+2
*
vhost: convert poll work to be vq based
Mike Christie
2023-07-03
1
-1
/
+3
*
vhost: take worker or vq for flushing
Mike Christie
2023-07-03
1
-0
/
+1
*
vhost: take worker or vq instead of dev for queueing
Mike Christie
2023-07-03
1
-0
/
+1
*
vhost, vhost_net: add helper to check if vq has work
Mike Christie
2023-07-03
1
-1
/
+1
*
vhost: add vhost_worker pointer to vhost_virtqueue
Mike Christie
2023-07-03
1
-0
/
+1
*
vhost: dynamically allocate vhost_worker
Mike Christie
2023-07-03
1
-2
/
+2
*
vhost: support PACKED when setting-getting vring_base
Shannon Nelson
2023-06-09
1
-2
/
+6
*
vhost: Fix crash during early vhost_transport_send_pkt calls
Mike Christie
2023-06-08
1
-1
/
+1
*
vhost: use vhost_tasks for worker threads
Mike Christie
2023-03-23
1
-2
/
+2
*
vhost: move worker thread fields to new struct
Mike Christie
2023-03-23
1
-3
/
+8
*
vhost: remove unused paramete
Liming Wu
2023-02-20
1
-1
/
+1
*
vhost/net: Clear the pending messages when the backend is removed
Eric Auger
2023-01-27
1
-0
/
+1
*
vhost: rename vhost_work_dev_flush
Mike Christie
2022-05-31
1
-1
/
+1
*
vhost: get rid of vhost_poll_flush() wrapper
Andrey Ryabinin
2022-05-31
1
-1
/
+0
*
vhost: support ASID in IOTLB API
Gautam Dawar
2022-05-31
1
-2
/
+2
*
vhost: fix up vhost_work coding style
Mike Christie
2021-07-03
1
-3
/
+3
*
vhost: fix poll coding style
Mike Christie
2021-07-03
1
-6
/
+6
*
vhost: remove work arg from vhost_work_flush
Mike Christie
2021-07-03
1
-1
/
+1
*
vhost: Remove the repeated declaration
Shaokun Zhang
2021-07-03
1
-1
/
+0
*
vhost: add helper to check if a vq has been setup
Mike Christie
2020-11-15
1
-0
/
+1
*
vhost_vdpa: remove unnecessary spin_lock in vhost_vring_call
Zhu Lingshan
2020-10-21
1
-1
/
+0
*
vhost: reduce stack usage in log_used
Li Wang
2020-10-21
1
-0
/
+1
*
vhost: generialize backend features setting/getting
Jason Wang
2020-08-05
1
-0
/
+2
*
vhost: introduce vhost_vring_call
Zhu Lingshan
2020-08-05
1
-1
/
+8
*
vhost: allow device that does not depend on vhost worker
Jason Wang
2020-06-04
1
-0
/
+2
*
virtio: force spec specified alignment on types
Michael S. Tsirkin
2020-06-02
1
-3
/
+3
*
vhost: Create accessors for virtqueues private_data
Eugenio PĂ©rez
2020-04-16
1
-0
/
+27
*
vhost: factor out IOTLB
Jason Wang
2020-04-01
1
-28
/
+11
*
vhost: allow per device message handler
Jason Wang
2020-04-01
1
-1
/
+5
*
vhost, kcov: collect coverage from vhost_worker
Andrey Konovalov
2019-12-04
1
-0
/
+1
*
Revert "vhost: access vq metadata through kernel virtual address"
Michael S. Tsirkin
2019-09-04
1
-41
/
+0
*
vhost: disable metadata prefetch optimization
Michael S. Tsirkin
2019-07-26
1
-1
/
+1
*
vhost: fix clang build warning
Michael S. Tsirkin
2019-06-06
1
-2
/
+5
*
vhost: access vq metadata through kernel virtual address
Jason Wang
2019-06-05
1
-0
/
+38
*
vhost: rename vq_iotlb_prefetch() to vq_meta_prefetch()
Jason Wang
2019-06-05
1
-1
/
+1
*
vhost: introduce vhost_exceeds_weight()
Jason Wang
2019-05-27
1
-1
/
+4
*
vhost: fix OOB in get_rx_bufs()
Jason Wang
2019-01-28
1
-1
/
+3
*
vhost: log dirty page correctly
Jason Wang
2019-01-17
1
-1
/
+2
*
vhost: switch to use new message format
Jason Wang
2018-08-06
1
-1
/
+10
*
vhost: return bool from *_access_ok() functions
Stefan Hajnoczi
2018-04-11
1
-2
/
+2
*
vhost: fix vhost ioctl signature to build with clang
Sonny Rao
2018-03-20
1
-2
/
+2
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2018-02-08
1
-8
/
+1
|
\
|
*
vhost: don't hold onto file pointer for VHOST_SET_LOG_FD
Eric Biggers
2018-02-01
1
-1
/
+0
|
*
vhost: don't hold onto file pointer for VHOST_SET_VRING_ERR
Eric Biggers
2018-02-01
1
-1
/
+0
|
*
vhost: don't hold onto file pointer for VHOST_SET_VRING_CALL
Eric Biggers
2018-02-01
1
-1
/
+0
[next]