Age | Commit message (Expand) | Author |
2023-10-04 | vringh: don't use vringh_kiov_advance() in vringh_iov_xfer() | Stefano Garzarella |
2023-04-21 | vringh: support VA with iotlb | Stefano Garzarella |
2023-04-21 | vringh: define the stride used for translation | Stefano Garzarella |
2023-04-21 | vringh: replace kmap_atomic() with kmap_local_page() | Stefano Garzarella |
2023-04-21 | vringh: fix typos in the vringh_init_* documentation | Stefano Garzarella |
2023-02-03 | vringh: use bvec_set_page to initialize a bvec | Christoph Hellwig |
2022-12-28 | vringh: fix range used in iotlb_translate() | Stefano Garzarella |
2022-11-25 | use less confusing names for iov_iter direction initializers | Al Viro |
2022-11-25 | [vhost] fix 'direction' argument of iov_iter_{init,bvec}() | Al Viro |
2022-08-11 | vringh: iterate on iotlb_translate to handle large translations | Stefano Garzarella |
2022-06-08 | vringh: Fix loop descriptors check in the indirect cases | Xie Yongji |
2021-08-11 | vringh: Use wiov->used to check for read/write desc order | Neeraj Upadhyay |
2021-05-03 | vringh: implement vringh_kiov_advance() | Stefano Garzarella |
2021-05-03 | vringh: explain more about cleaning riov and wiov | Stefano Garzarella |
2021-05-03 | vringh: reset kiov 'consumed' field in __vringh_iov() | Stefano Garzarella |
2021-05-03 | vringh: add 'iotlb_lock' to synchronize iotlb accesses | Stefano Garzarella |
2020-12-15 | vhost: vringh: use krealloc_array() | Bartosz Golaszewski |
2020-11-25 | vringh: fix vringh_iov_push_*() documentation | Stefano Garzarella |
2020-10-21 | vringh: fix __vringh_iov() when riov and wiov are different | Stefano Garzarella |
2020-06-02 | virtio: force spec specified alignment on types | Michael S. Tsirkin |
2020-04-16 | virtio/test: fix up after IOTLB changes | Michael S. Tsirkin |
2020-04-01 | vringh: IOTLB support | Jason Wang |
2019-10-28 | vringh: fix copy direction of vringh_iov_push_kern() | Jason Wang |
2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner |
2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook |
2016-12-16 | vringh: kill off ACCESS_ONCE() | Mark Rutland |
2014-12-15 | vringh: update for virtio 1.0 APIs | Michael S. Tsirkin |
2014-12-15 | vringh: 64 bit features | Michael S. Tsirkin |
2013-05-08 | Add missing module license tag to vring helpers. | Dave Jones |
2013-03-20 | vringh: host-side implementation of virtio rings. | Rusty Russell |