summaryrefslogtreecommitdiffstats
path: root/drivers/vhost/test.c
AgeCommit message (Expand)AuthorLines
2023-02-20vhost-test: remove meaningless debug infoLiming Wu-3/+0
2022-05-31vhost: rename vhost_work_dev_flushMike Christie-1/+1
2022-05-31vhost-test: drop flush after vhost_dev_cleanupMike Christie-3/+0
2022-05-31vhost_test: remove vhost_test_flush_vq()Andrey Ryabinin-8/+3
2022-05-31vhost: get rid of vhost_poll_flush() wrapperAndrey Ryabinin-1/+1
2022-01-14vhost/test: fix memory leak of vhost virtqueuesXianting Tian-0/+1
2020-06-22tools/virtio: Add --resetEugenio Pérez-0/+57
2020-06-09vhost/test: fix up after API changeMichael S. Tsirkin-1/+1
2020-04-16virtio/test: fix up after IOTLB changesMichael S. Tsirkin-2/+2
2020-04-16vhost: Create accessors for virtqueues private_dataEugenio Pérez-5/+5
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds-11/+1
2019-10-23compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann-11/+1
2019-10-13vhost/test: stop device before resetMichael S. Tsirkin-0/+2
2019-09-04vhost/test: fix build for vhost testTiwei Bie-4/+9
2019-09-04vhost/test: fix build for vhost testTiwei Bie-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner-2/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-1/+1
2018-02-01vhost: remove unused lock check flag in vhost_dev_cleanup()夷则(Caspar)-1/+1
2016-09-05Merge 4.8-rc5 into char-misc-nextGreg Kroah-Hartman-4/+4
2016-08-31miscdevice: Add helper macro for misc device boilerplatePrasannaKumar Muralidharan-12/+1
2016-08-15vhost/test: fix after swiotlb changesMichael S. Tsirkin-4/+4
2016-03-02vhost: rename vhost_init_used()Greg Kurz-1/+1
2015-09-16vhost: move features to coreMichael S. Tsirkin-0/+3
2014-06-09vhost: move memory pointer to VQsMichael S. Tsirkin-1/+1
2014-06-09vhost: move acked_features to VQsMichael S. Tsirkin-3/+6
2013-12-06vhost: remove the dead branchZhi Yong Wu-7/+1
2013-07-11vhost: Remove custom vhost rcu usageAsias He-4/+2
2013-07-07vhost/test: update test after vhost cleanupsMichael S. Tsirkin-11/+20
2013-07-07vhost: Make vhost a separate moduleAsias He-1/+1
2013-05-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+3
2013-05-01vhost: fix error handling in RESET_OWNER ioctlMichael S. Tsirkin-1/+8
2013-03-20tools/virtio: fix build for 3.8Michael S. Tsirkin-1/+3
2012-07-22vhost: Separate vhost-net features from vhost featuresStefan Hajnoczi-2/+2
2012-04-12tools/virtio: fix up vhost/test module buildZhi Yong Wu-1/+1
2011-07-19vhost: init used ring after backend was setJason Wang-0/+5
2011-05-30vhost: support event indexMichael S. Tsirkin-3/+3
2010-12-09vhost test moduleMichael S. Tsirkin-0/+320