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