index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
vhost
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-10
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-1
/
+1
2019-03-10
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-6
/
+0
2019-03-06
vhost: silence an unused-variable warning
Arnd Bergmann
1
-1
/
+1
2019-02-20
vhost: correctly check the return value of translate_desc() in log_used()
Jason Wang
1
-1
/
+1
2019-02-05
scsi: target/core: Remove the write_pending_status() callback function
Bart Van Assche
1
-6
/
+0
2019-01-29
vhost: fix OOB in get_rx_bufs()
Jason Wang
5
-7
/
+11
2019-01-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
3
-16
/
+87
2019-01-20
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2
-10
/
+18
2019-01-18
vhost: log dirty page correctly
Jason Wang
3
-16
/
+87
2019-01-15
vhost/scsi: Use copy_to_iter() to send control queue response
Bijan Mottahedeh
1
-8
/
+12
2019-01-15
vhost: return EINVAL if iovecs size does not match the message size
Pavel Tikhomirov
1
-2
/
+6
2019-01-12
vhost/vsock: fix vhost vsock cid hashing inconsistent
Zha Bin
1
-1
/
+1
2019-01-04
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-8
/
+8
2019-01-03
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2
-10
/
+10
2018-12-29
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-7
/
+1
2018-12-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-3
/
+51
2018-12-27
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2018-12-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-5
/
+26
2018-12-20
vhost: correct the related warning message
wangyan
1
-2
/
+2
2018-12-20
vhost/vsock: switch to a mutex for vhost_vsock_hash
Stefan Hajnoczi
1
-8
/
+8
2018-12-13
Revert "net: vhost: lock the vqs one by one"
Jason Wang
1
-4
/
+17
2018-12-13
vhost_net: switch to use mutex_trylock() in vhost_net_busy_poll()
Jason Wang
1
-1
/
+7
2018-12-13
vhost: make sure used idx is seen before log in vhost_add_used_n()
Jason Wang
1
-0
/
+2
2018-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-34
/
+48
2018-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-3
/
+0
2018-12-06
vhost/vsock: fix use-after-free in network stack callers
Stefan Hajnoczi
1
-24
/
+33
2018-12-06
vhost/vsock: fix reset orphans race with close timeout
Stefan Hajnoczi
1
-7
/
+15
2018-12-04
vhost: fix IOTLB locking
Jean-Philippe Brucker
1
-3
/
+0
2018-11-29
scsi: target: replace fabric_ops.name with fabric_alias
David Disseldorp
1
-1
/
+0
2018-11-29
scsi: target: drop unnecessary get_fabric_name() accessor from fabric_ops
David Disseldorp
1
-6
/
+1
2018-11-27
drivers/vhost: Replace synchronize_rcu_bh() with synchronize_rcu()
Paul E. McKenney
1
-1
/
+1
2018-11-17
vhost_net: mitigate page reference counting during page frag refill
Jason Wang
1
-3
/
+51
2018-11-02
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-97
/
+329
2018-10-31
vhost: Fix Spectre V1 vulnerability
Jason Wang
1
-0
/
+2
2018-10-25
vhost/scsi: Use common handling code in request queue handler
Bijan Mottahedeh
1
-197
/
+164
2018-10-25
vhost/scsi: Extract common handling code from control queue handler
Bijan Mottahedeh
1
-99
/
+172
2018-10-25
vhost/scsi: Respond to control queue operations
Bijan Mottahedeh
1
-0
/
+190
2018-10-25
vhost/scsi: truncate T10 PI iov_iter to prot_bytes
Greg Edwards
1
-1
/
+3
2018-10-08
net: vhost: remove bad code line
Tonghao Zhang
1
-1
/
+0
2018-09-27
net: vhost: add rx busy polling in tx path
Tonghao Zhang
1
-21
/
+14
2018-09-27
net: vhost: factor out busy polling logic to vhost_net_busy_poll()
Tonghao Zhang
1
-40
/
+70
2018-09-27
net: vhost: replace magic number of lock annotation
Tonghao Zhang
1
-3
/
+3
2018-09-27
net: vhost: lock the vqs one by one
Tonghao Zhang
1
-17
/
+7
2018-09-21
vhost_net: add a missing error return
Dan Carpenter
1
-0
/
+1
2018-09-13
vhost_net: batch submitting XDP buffers to underlayer sockets
Jason Wang
1
-13
/
+161
2018-09-13
tun: switch to new type of msg_control
Jason Wang
1
-2
/
+5
2018-08-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-1
/
+1
2018-08-26
vhost: correctly check the iova range when waking virtqueue
Jason Wang
1
-1
/
+1
2018-08-24
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2
-2
/
+2
2018-08-22
vhost/scsi: increase VHOST_SCSI_PREALLOC_PROT_SGLS to 2048
Greg Edwards
1
-1
/
+1
[next]