aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost/test.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-02-01vhost: remove unused lock check flag in vhost_dev_cleanup()夷则(Caspar)1-1/+1
2016-09-05Merge 4.8-rc5 into char-misc-nextGreg Kroah-Hartman1-4/+4
2016-08-31miscdevice: Add helper macro for misc device boilerplatePrasannaKumar Muralidharan1-12/+1
2016-08-15vhost/test: fix after swiotlb changesMichael S. Tsirkin1-4/+4
2016-03-02vhost: rename vhost_init_used()Greg Kurz1-1/+1
2015-09-16vhost: move features to coreMichael S. Tsirkin1-0/+3
2014-06-09vhost: move memory pointer to VQsMichael S. Tsirkin1-1/+1
2014-06-09vhost: move acked_features to VQsMichael S. Tsirkin1-3/+6
2013-12-06vhost: remove the dead branchZhi Yong Wu1-7/+1
2013-07-11vhost: Remove custom vhost rcu usageAsias He1-4/+2
2013-07-07vhost/test: update test after vhost cleanupsMichael S. Tsirkin1-11/+20
2013-07-07vhost: Make vhost a separate moduleAsias He1-1/+1
2013-05-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+3
2013-05-01vhost: fix error handling in RESET_OWNER ioctlMichael S. Tsirkin1-1/+8
2013-03-20tools/virtio: fix build for 3.8Michael S. Tsirkin1-1/+3
2012-07-22vhost: Separate vhost-net features from vhost featuresStefan Hajnoczi1-2/+2
2012-04-12tools/virtio: fix up vhost/test module buildZhi Yong Wu1-1/+1
2011-07-19vhost: init used ring after backend was setJason Wang1-0/+5
2011-05-30vhost: support event indexMichael S. Tsirkin1-3/+3
2010-12-09vhost test moduleMichael S. Tsirkin1-0/+320