aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: support __GFP_REPEAT in kvmalloc_node for >32kBMichal Hocko2017-05-083-24/+9
* VSOCK: Add virtio vsock vsockmon hooksGerard Garcia2017-04-241-0/+8
* vhost-vsock: add pkt cancel capabilityPeng Tao2017-03-211-0/+41
* Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-032-0/+4
|\
| * sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-022-0/+2
| * sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
| * sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-03-022-41/+140
|\ \ | |/ |/|
| * vhost: introduce O(1) vq metadata cacheJason Wang2017-03-012-26/+118
| * vhost: try avoiding avail index access when getting descriptorJason Wang2017-02-271-16/+23
* | tap: tap as an independent moduleSainath Grandhi2017-02-111-1/+1
* | tap: Renaming tap related APIs, data structures, macrosSainath Grandhi2017-02-111-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-071-6/+4
|\|
| * vhost: fix initialization for vq->is_leHalil Pasic2017-02-031-6/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-282-6/+11
|\|
| * vhost/vsock: handle vhost_vq_init_access() errorStefan Hajnoczi2017-01-241-4/+9
| * vhost/scsi: silence uninitialized variable warningDan Carpenter2017-01-191-1/+1
| * vhost: scsi: constify target_core_fabric_ops structuresBhumika Goyal2017-01-191-1/+1
* | vhost_net: tx batchingJason Wang2017-01-181-3/+20
* | vhost: better detection of available buffersJason Wang2017-01-181-2/+6
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-162-4/+2
|\
| * [iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro2016-12-052-4/+2
* | vhost/scsi: Remove unused but set variableTobias Klauser2016-12-151-2/+0
* | vringh: kill off ACCESS_ONCE()Mark Rutland2016-12-151-2/+3
* | vhost: cache used event for better performanceJason Wang2016-12-152-6/+25
* | vsock: lookup and setup guest_cid inside vhost_vsock_lockGao feng2016-12-151-8/+17
* | vhost: add missing __user annotationsMichael S. Tsirkin2016-12-141-5/+5
* | vhost: make interval tree static inlineMichael S. Tsirkin2016-12-141-1/+1
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-12-121-2/+2
|\ \
| * \ Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2016-12-111-1/+1
| |\ \
| * | | locking/core: Remove cpu_relax_lowlatency() usersChristian Borntraeger2016-11-161-2/+2
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-101-1/+1
|\ \ \ | | |/ | |/|
| * | vhost-vsock: fix orphan connection resetPeng Tao2016-12-081-1/+1
| |/
* | vhost: remove unnecessary smp_mb from vhost_work_queuePeng Tao2016-12-081-1/+1
* | vhost-vsock: remove unused vq variablePeng Tao2016-12-081-3/+0
|/
* Merge 4.8-rc5 into char-misc-nextGreg Kroah-Hartman2016-09-052-7/+7
|\
| * vhost/scsi: fix reuse of &vq->iov[out] in responseBenjamin Coddington2016-08-231-3/+3
| * vhost/test: fix after swiotlb changesMichael S. Tsirkin2016-08-141-4/+4
* | miscdevice: Add helper macro for misc device boilerplatePrasannaKumar Muralidharan2016-08-311-12/+1
|/
* vhost/vsock: fix vhost virtio_vsock_pkt use-after-freeStefan Hajnoczi2016-08-091-1/+5
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-08-067-192/+1612
|\
| * VSOCK: Use kvfree()Wei Yongjun2016-08-021-4/+1
| * vhost: split out vringh KconfigMichael S. Tsirkin2016-08-022-6/+5
| * vhost: detect 32 bit integer wrap aroundMichael S. Tsirkin2016-08-021-2/+14
| * vhost: new device IOTLB APIJason Wang2016-08-023-50/+677
| * vhost: convert pre sorted vhost memory array to interval treeJason Wang2016-08-013-89/+128
| * vhost: introduce vhost memory accessorsJason Wang2016-08-011-15/+35
| * VSOCK: Add Makefile and KconfigAsias He2016-08-012-0/+18
| * VSOCK: Introduce vhost_vsock.koAsias He2016-08-011-0/+722
| * vhost: drop vringh dependencyMichael S. Tsirkin2016-08-011-2/+0