index
:
kernel_xiaomi_raphael.git
q10.0
r11.0
kernel_xiaomi_raphael
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
vhost
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge 4.14.201 into kernel.lnx.4.14.r4-rel
Nathan Chancellor
2020-10-21
1
-47
/
+47
*
vhost/vsock: fix packet delivery order to monitoring devices
Stefano Garzarella
2020-05-27
1
-5
/
+5
*
vhost: vsock: kick send_pkt worker once device is started
Jia He
2020-05-10
1
-0
/
+5
*
vhost: Check docket sk_family instead of call getname
Eugenio Pérez
2020-03-11
1
-11
/
+2
*
vhost/vsock: accept only packets with the right dst_cid
Stefano Garzarella
2020-01-04
1
-1
/
+3
*
vhost/vsock: split packets to send using multiple buffers
Stefano Garzarella
2019-12-01
1
-18
/
+48
*
vhost: make sure log_num < in_num
yongduan
2019-09-16
1
-2
/
+2
*
vhost/test: fix build for vhost test
Tiwei Bie
2019-09-16
1
-4
/
+9
*
vhost_net: disable zerocopy by default
Jason Wang
2019-07-31
1
-1
/
+1
*
vhost: scsi: add weight support
Jason Wang
2019-07-10
1
-3
/
+3
*
vhost: vsock: add weight support
Jason Wang
2019-07-10
1
-6
/
+10
*
vhost_net: fix possible infinite loop
Jason Wang
2019-07-10
1
-10
/
+10
*
vhost: introduce vhost_exceeds_weight()
Jason Wang
2019-07-10
5
-17
/
+46
*
vhost_net: introduce vhost_exceeds_weight()
Jason Wang
2019-07-10
1
-5
/
+8
*
vhost_net: use packet weight for rx handler, too
Paolo Abeni
2019-07-10
1
-4
/
+8
*
vhost-net: set packet weight of tx polling to 2 * vq size
haibinzhang(张海斌)
2019-07-10
1
-1
/
+7
*
vhost: reject zero size iova range
Jason Wang
2019-04-27
1
-1
/
+5
*
vhost/vsock: fix vhost vsock cid hashing inconsistent
Zha Bin
2019-03-19
1
-1
/
+1
*
vhost: correctly check the return value of translate_desc() in log_used()
Jason Wang
2019-02-23
1
-1
/
+1
*
vhost: log dirty page correctly
Jason Wang
2019-01-31
3
-16
/
+87
*
vhost/vsock: fix uninitialized vhost_vsock->guest_cid
Stefan Hajnoczi
2019-01-13
1
-0
/
+2
*
vhost: make sure used idx is seen before log in vhost_add_used_n()
Jason Wang
2019-01-09
1
-0
/
+2
*
vhost/vsock: fix reset orphans race with close timeout
Stefan Hajnoczi
2018-12-21
1
-7
/
+15
*
vhost/vsock: fix use-after-free in network stack callers
Stefan Hajnoczi
2018-12-13
1
-24
/
+33
*
vhost/scsi: truncate T10 PI iov_iter to prot_bytes
Greg Edwards
2018-11-21
1
-1
/
+3
*
vhost: Fix Spectre V1 vulnerability
Jason Wang
2018-11-04
1
-0
/
+2
*
vhost: correctly check the iova range when waking virtqueue
Jason Wang
2018-09-15
1
-1
/
+1
*
vhost: reset metadata cache when initializing new IOTLB
Jason Wang
2018-08-22
1
-3
/
+6
*
vhost_net: validate sock before trying to put its fd
Jason Wang
2018-07-22
1
-1
/
+2
*
vhost: fix info leak due to uninitialized memory
Michael S. Tsirkin
2018-06-26
1
-0
/
+3
*
vhost: synchronize IOTLB message with dev cleanup
Jason Wang
2018-06-11
1
-0
/
+3
*
vhost: Fix vhost_copy_to_user()
Eric Auger
2018-04-19
1
-1
/
+1
*
vhost: fix vhost_vq_access_ok() log check
Stefan Hajnoczi
2018-04-19
1
-3
/
+5
*
vhost_net: add missing lock nesting notation
Jason Wang
2018-04-12
1
-2
/
+2
*
vhost: validate log when IOTLB is enabled
Jason Wang
2018-04-12
1
-8
/
+6
*
vhost: correctly remove wait queue during poll failure
Jason Wang
2018-04-12
1
-2
/
+1
*
vhost: use mutex_lock_nested() in vhost_dev_lock_vqs()
Jason Wang
2018-02-25
1
-1
/
+1
*
vhost_net: stop device during reset owner
Jason Wang
2018-02-13
1
-0
/
+1
*
vhost: fix skb leak in handle_rx()
Wei Xu
2017-12-17
1
-10
/
+10
*
fix a page leak in vhost_scsi_iov_to_sgl() error recovery
Al Viro
2017-11-30
1
-2
/
+3
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
3
-0
/
+3
*
lib/interval_tree: fast overlap detection
Davidlohr Bueso
2017-09-08
2
-2
/
+2
*
vhost_net: correctly check tx avail during rx busy polling
Jason Wang
2017-09-05
1
-1
/
+6
*
net: convert (struct ubuf_info)->refcnt to refcount_t
Eric Dumazet
2017-09-01
1
-1
/
+1
*
sock: enable MSG_ZEROCOPY
Willem de Bruijn
2017-08-03
1
-0
/
+1
*
Revert "vhost: cache used event for better performance"
Jason Wang
2017-07-29
2
-25
/
+6
*
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
2017-07-13
1
-8
/
+3
|
\
|
*
vhost/scsi: Don't reinvent the wheel but use existing llist API
Byungchul Park
2017-06-08
1
-8
/
+3
*
|
mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...
Michal Hocko
2017-07-12
3
-3
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2017-07-05
1
-6
/
+122
|
\
\
[next]