summaryrefslogtreecommitdiffstats
path: root/drivers/vhost/test.c
Commit message (Expand)AuthorAgeFilesLines
* tools/virtio: Add --resetEugenio Pérez2020-06-221-0/+57
* vhost/test: fix up after API changeMichael S. Tsirkin2020-06-091-1/+1
* virtio/test: fix up after IOTLB changesMichael S. Tsirkin2020-04-161-2/+2
* vhost: Create accessors for virtqueues private_dataEugenio Pérez2020-04-161-5/+5
* Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-11/+1
|\
| * compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-11/+1
* | vhost/test: stop device before resetMichael S. Tsirkin2019-10-131-0/+2
|/
* vhost/test: fix build for vhost testTiwei Bie2019-09-041-4/+9
* vhost/test: fix build for vhost testTiwei Bie2019-09-041-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner2019-06-191-2/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* vhost: remove unused lock check flag in vhost_dev_cleanup()夷则(Caspar)2018-02-011-1/+1
* Merge 4.8-rc5 into char-misc-nextGreg Kroah-Hartman2016-09-051-4/+4
|\
| * vhost/test: fix after swiotlb changesMichael S. Tsirkin2016-08-151-4/+4
* | miscdevice: Add helper macro for misc device boilerplatePrasannaKumar Muralidharan2016-08-311-12/+1
|/
* vhost: rename vhost_init_used()Greg Kurz2016-03-021-1/+1
* vhost: move features to coreMichael S. Tsirkin2015-09-161-0/+3
* vhost: move memory pointer to VQsMichael S. Tsirkin2014-06-091-1/+1
* vhost: move acked_features to VQsMichael S. Tsirkin2014-06-091-3/+6
* vhost: remove the dead branchZhi Yong Wu2013-12-061-7/+1
* vhost: Remove custom vhost rcu usageAsias He2013-07-111-4/+2
* vhost/test: update test after vhost cleanupsMichael S. Tsirkin2013-07-071-11/+20
* vhost: Make vhost a separate moduleAsias He2013-07-071-1/+1
* Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-05-021-1/+3
|\
| * tools/virtio: fix build for 3.8Michael S. Tsirkin2013-03-201-1/+3
* | vhost: fix error handling in RESET_OWNER ioctlMichael S. Tsirkin2013-05-011-1/+8
|/
* vhost: Separate vhost-net features from vhost featuresStefan Hajnoczi2012-07-221-2/+2
* tools/virtio: fix up vhost/test module buildZhi Yong Wu2012-04-121-1/+1
* vhost: init used ring after backend was setJason Wang2011-07-191-0/+5
* vhost: support event indexMichael S. Tsirkin2011-05-301-3/+3
* vhost test moduleMichael S. Tsirkin2010-12-091-0/+320