| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-12-16 | 2 | -4/+2 |
|\ |
|
| * | [iov_iter] new primitives - copy_from_iter_full() and friends | Al Viro | 2016-12-05 | 2 | -4/+2 |
* | | vhost/scsi: Remove unused but set variable | Tobias Klauser | 2016-12-15 | 1 | -2/+0 |
* | | vringh: kill off ACCESS_ONCE() | Mark Rutland | 2016-12-15 | 1 | -2/+3 |
* | | vhost: cache used event for better performance | Jason Wang | 2016-12-15 | 2 | -6/+25 |
* | | vsock: lookup and setup guest_cid inside vhost_vsock_lock | Gao feng | 2016-12-15 | 1 | -8/+17 |
* | | vhost: add missing __user annotations | Michael S. Tsirkin | 2016-12-15 | 1 | -5/+5 |
* | | vhost: make interval tree static inline | Michael S. Tsirkin | 2016-12-15 | 1 | -1/+1 |
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-12-12 | 1 | -2/+2 |
|\ \ |
|
| * \ | Merge branch 'linus' into locking/core, to pick up fixes | Ingo Molnar | 2016-12-11 | 1 | -1/+1 |
| |\ \ |
|
| * | | | locking/core: Remove cpu_relax_lowlatency() users | Christian Borntraeger | 2016-11-16 | 1 | -2/+2 |
| | |/
| |/| |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-12-10 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | vhost-vsock: fix orphan connection reset | Peng Tao | 2016-12-09 | 1 | -1/+1 |
| |/ |
|
* | | vhost: remove unnecessary smp_mb from vhost_work_queue | Peng Tao | 2016-12-08 | 1 | -1/+1 |
* | | vhost-vsock: remove unused vq variable | Peng Tao | 2016-12-08 | 1 | -3/+0 |
|/ |
|
* | Merge 4.8-rc5 into char-misc-next | Greg Kroah-Hartman | 2016-09-05 | 2 | -7/+7 |
|\ |
|
| * | vhost/scsi: fix reuse of &vq->iov[out] in response | Benjamin Coddington | 2016-08-23 | 1 | -3/+3 |
| * | vhost/test: fix after swiotlb changes | Michael S. Tsirkin | 2016-08-15 | 1 | -4/+4 |
* | | miscdevice: Add helper macro for misc device boilerplate | PrasannaKumar Muralidharan | 2016-08-31 | 1 | -12/+1 |
|/ |
|
* | vhost/vsock: fix vhost virtio_vsock_pkt use-after-free | Stefan Hajnoczi | 2016-08-09 | 1 | -1/+5 |
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2016-08-06 | 7 | -192/+1612 |
|\ |
|
| * | VSOCK: Use kvfree() | Wei Yongjun | 2016-08-02 | 1 | -4/+1 |
| * | vhost: split out vringh Kconfig | Michael S. Tsirkin | 2016-08-02 | 2 | -6/+5 |
| * | vhost: detect 32 bit integer wrap around | Michael S. Tsirkin | 2016-08-02 | 1 | -2/+14 |
| * | vhost: new device IOTLB API | Jason Wang | 2016-08-02 | 3 | -50/+677 |
| * | vhost: convert pre sorted vhost memory array to interval tree | Jason Wang | 2016-08-02 | 3 | -89/+128 |
| * | vhost: introduce vhost memory accessors | Jason Wang | 2016-08-02 | 1 | -15/+35 |
| * | VSOCK: Add Makefile and Kconfig | Asias He | 2016-08-02 | 2 | -0/+18 |
| * | VSOCK: Introduce vhost_vsock.ko | Asias He | 2016-08-02 | 1 | -0/+722 |
| * | vhost: drop vringh dependency | Michael S. Tsirkin | 2016-08-02 | 1 | -2/+0 |
| * | vhost: lockless enqueuing | Jason Wang | 2016-08-01 | 2 | -30/+29 |
| * | vhost: simplify work flushing | Jason Wang | 2016-08-01 | 1 | -32/+21 |
* | | tun: switch to use skb array for tx | Jason Wang | 2016-07-01 | 1 | -1/+15 |
* | | vhost_net: stop polling socket during rx processing | Jason Wang | 2016-06-07 | 1 | -31/+33 |
|/ |
|
* | target: make close_session optional | Christoph Hellwig | 2016-05-10 | 1 | -6/+0 |
* | target: make ->shutdown_session optional | Christoph Hellwig | 2016-05-10 | 1 | -6/+0 |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2016-03-22 | 1 | -58/+41 |
|\ |
|
| * | vhost/scsi: Convert to target_alloc_session usage | Nicholas Bellinger | 2016-03-11 | 1 | -58/+41 |
* | | vhost_net: basic polling support | Jason Wang | 2016-03-11 | 3 | -5/+88 |
* | | vhost: introduce vhost_vq_avail_empty() | Jason Wang | 2016-03-11 | 2 | -0/+15 |
* | | vhost: introduce vhost_has_work() | Jason Wang | 2016-03-11 | 2 | -0/+8 |
* | | vhost: rename vhost_init_used() | Greg Kurz | 2016-03-02 | 5 | -6/+6 |
* | | vhost: rename cross-endian helpers | Greg Kurz | 2016-03-02 | 1 | -6/+24 |
* | | vhost: fix error path in vhost_init_used() | Greg Kurz | 2016-03-02 | 1 | -4/+11 |
|/ |
|
* | vhost: replace % with & on data path | Michael S. Tsirkin | 2015-12-07 | 1 | -3/+3 |
* | vhost: relax log address alignment | Michael S. Tsirkin | 2015-12-07 | 1 | -1/+1 |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2015-11-14 | 1 | -22/+19 |
|\ |
|
| * | target: use per-attribute show and store methods | Christoph Hellwig | 2015-10-14 | 1 | -22/+19 |
* | | vhost: fix performance on LE hosts | Michael S. Tsirkin | 2015-10-28 | 1 | -0/+7 |
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2015-09-18 | 4 | -6/+8 |
|\ \
| |/
|/| |
|