summaryrefslogtreecommitdiff
path: root/drivers/vhost/vhost.c
AgeCommit message (Expand)Author
2019-09-16vhost: make sure log_num < in_numyongduan
2019-07-10vhost: introduce vhost_exceeds_weight()Jason Wang
2019-04-27vhost: reject zero size iova rangeJason Wang
2019-02-23vhost: correctly check the return value of translate_desc() in log_used()Jason Wang
2019-01-31vhost: log dirty page correctlyJason Wang
2019-01-09vhost: make sure used idx is seen before log in vhost_add_used_n()Jason Wang
2018-11-04vhost: Fix Spectre V1 vulnerabilityJason Wang
2018-09-15vhost: correctly check the iova range when waking virtqueueJason Wang
2018-08-22vhost: reset metadata cache when initializing new IOTLBJason Wang
2018-06-26vhost: fix info leak due to uninitialized memoryMichael S. Tsirkin
2018-06-11vhost: synchronize IOTLB message with dev cleanupJason Wang
2018-04-19vhost: Fix vhost_copy_to_user()Eric Auger
2018-04-19vhost: fix vhost_vq_access_ok() log checkStefan Hajnoczi
2018-04-12vhost: validate log when IOTLB is enabledJason Wang
2018-04-12vhost: correctly remove wait queue during poll failureJason Wang
2018-02-25vhost: use mutex_lock_nested() in vhost_dev_lock_vqs()Jason Wang
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso
2017-07-29Revert "vhost: cache used event for better performance"Jason Wang
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2017-05-08mm: support __GFP_REPEAT in kvmalloc_node for >32kBMichal Hocko
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-03-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02vhost: introduce O(1) vq metadata cacheJason Wang
2017-02-27vhost: try avoiding avail index access when getting descriptorJason Wang
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-03vhost: fix initialization for vq->is_leHalil Pasic
2017-01-18vhost: better detection of available buffersJason Wang
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-16vhost: cache used event for better performanceJason Wang
2016-12-15vhost: add missing __user annotationsMichael S. Tsirkin
2016-12-15vhost: make interval tree static inlineMichael S. Tsirkin
2016-12-08vhost: remove unnecessary smp_mb from vhost_work_queuePeng Tao
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro
2016-08-02vhost: detect 32 bit integer wrap aroundMichael S. Tsirkin
2016-08-02vhost: new device IOTLB APIJason Wang
2016-08-02vhost: convert pre sorted vhost memory array to interval treeJason Wang
2016-08-02vhost: introduce vhost memory accessorsJason Wang
2016-08-01vhost: lockless enqueuingJason Wang
2016-08-01vhost: simplify work flushingJason Wang
2016-03-11vhost_net: basic polling supportJason Wang
2016-03-11vhost: introduce vhost_vq_avail_empty()Jason Wang
2016-03-11vhost: introduce vhost_has_work()Jason Wang
2016-03-02vhost: rename vhost_init_used()Greg Kurz
2016-03-02vhost: rename cross-endian helpersGreg Kurz
2016-03-02vhost: fix error path in vhost_init_used()Greg Kurz
2015-12-07vhost: replace % with & on data pathMichael S. Tsirkin
2015-12-07vhost: relax log address alignmentMichael S. Tsirkin
2015-07-27vhost: fix error handling for memory region allocIgor Mammedov