summaryrefslogtreecommitdiffstats
path: root/drivers/vhost/vhost.c
Commit message (Expand)AuthorAgeFilesLines
* vhost: make sure log_num < in_numyongduan2019-09-161-2/+2
* vhost: introduce vhost_exceeds_weight()Jason Wang2019-07-101-1/+19
* vhost: reject zero size iova rangeJason Wang2019-04-271-1/+5
* vhost: correctly check the return value of translate_desc() in log_used()Jason Wang2019-02-231-1/+1
* vhost: log dirty page correctlyJason Wang2019-01-311-14/+83
* vhost: make sure used idx is seen before log in vhost_add_used_n()Jason Wang2019-01-091-0/+2
* vhost: Fix Spectre V1 vulnerabilityJason Wang2018-11-041-0/+2
* vhost: correctly check the iova range when waking virtqueueJason Wang2018-09-151-1/+1
* vhost: reset metadata cache when initializing new IOTLBJason Wang2018-08-221-3/+6
* vhost: fix info leak due to uninitialized memoryMichael S. Tsirkin2018-06-261-0/+3
* vhost: synchronize IOTLB message with dev cleanupJason Wang2018-06-111-0/+3
* vhost: Fix vhost_copy_to_user()Eric Auger2018-04-191-1/+1
* vhost: fix vhost_vq_access_ok() log checkStefan Hajnoczi2018-04-191-3/+5
* vhost: validate log when IOTLB is enabledJason Wang2018-04-121-8/+6
* vhost: correctly remove wait queue during poll failureJason Wang2018-04-121-2/+1
* vhost: use mutex_lock_nested() in vhost_dev_lock_vqs()Jason Wang2018-02-251-1/+1
* lib/interval_tree: fast overlap detectionDavidlohr Bueso2017-09-081-1/+1
* Revert "vhost: cache used event for better performance"Jason Wang2017-07-291-22/+6
* sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-1/+1
* mm: support __GFP_REPEAT in kvmalloc_node for >32kBMichal Hocko2017-05-081-12/+3
* Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-031-0/+2
|\
| * sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...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-021-41/+132
|\ \ | |/ |/|
| * vhost: introduce O(1) vq metadata cacheJason Wang2017-03-021-26/+110
| * vhost: try avoiding avail index access when getting descriptorJason Wang2017-02-271-16/+23
* | 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
* | 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-161-2/+1
|\
| * [iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro2016-12-051-2/+1
* | vhost: cache used event for better performanceJason Wang2016-12-161-6/+22
* | vhost: add missing __user annotationsMichael S. Tsirkin2016-12-151-5/+5
* | vhost: make interval tree static inlineMichael S. Tsirkin2016-12-151-1/+1
* | vhost: remove unnecessary smp_mb from vhost_work_queuePeng Tao2016-12-081-1/+1
|/
* vhost: detect 32 bit integer wrap aroundMichael S. Tsirkin2016-08-021-2/+14
* vhost: new device IOTLB APIJason Wang2016-08-021-43/+593
* vhost: convert pre sorted vhost memory array to interval treeJason Wang2016-08-021-81/+101
* vhost: introduce vhost memory accessorsJason Wang2016-08-021-15/+35
* vhost: lockless enqueuingJason Wang2016-08-011-27/+25
* vhost: simplify work flushingJason Wang2016-08-011-32/+21
* vhost_net: basic polling supportJason Wang2016-03-111-0/+14
* vhost: introduce vhost_vq_avail_empty()Jason Wang2016-03-111-0/+14
* vhost: introduce vhost_has_work()Jason Wang2016-03-111-0/+7
* vhost: rename vhost_init_used()Greg Kurz2016-03-021-2/+2
* vhost: rename cross-endian helpersGreg Kurz2016-03-021-6/+24
* vhost: fix error path in vhost_init_used()Greg Kurz2016-03-021-4/+11
* vhost: replace % with & on data pathMichael S. Tsirkin2015-12-071-3/+3
* vhost: relax log address alignmentMichael S. Tsirkin2015-12-071-1/+1
* vhost: fix error handling for memory region allocIgor Mammedov2015-07-271-4/+1