Age | Commit message (Expand) | Author |
2023-04-27 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2023-04-21 | vduse: Support specifying bounce buffer size via sysfs | Xie Yongji |
2023-04-21 | vduse: Delay iova domain creation | Xie Yongji |
2023-04-21 | vduse: Signal vq trigger eventfd directly if possible | Xie Yongji |
2023-04-21 | vduse: Add sysfs interface for irq callback affinity | Xie Yongji |
2023-04-21 | vduse: Support get_vq_affinity callback | Xie Yongji |
2023-04-21 | vduse: Support set_vq_affinity callback | Xie Yongji |
2023-04-21 | vduse: Refactor allocation for vduse virtqueues | Xie Yongji |
2023-03-17 | driver core: class: remove module * from class_create() | Greg Kroah-Hartman |
2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-02-09 | mm: replace vma->vm_flags direct modifications with modifier calls | Suren Baghdasaryan |
2023-02-06 | vduse: Remove include of rwlock.h | Sebastian Andrzej Siewior |
2022-12-28 | vduse: Validate vq_num in vduse_validate_config() | Harshit Mogalapalli |
2022-11-24 | driver core: make struct class.devnode() take a const * | Greg Kroah-Hartman |
2022-09-27 | vduse: prevent uninitialized memory accesses | Maxime Coquelin |
2022-08-11 | vduse: Support querying information of IOVA regions | Xie Yongji |
2022-08-11 | vduse: Support registering userspace memory for IOVA regions | Xie Yongji |
2022-08-11 | vduse: Support using userspace pages as bounce buffer | Xie Yongji |
2022-08-11 | vduse: Use memcpy_{to,from}_page() in do_bounce() | Xie Yongji |
2022-08-11 | vduse: Remove unnecessary spin lock protection | Xie Yongji |
2022-06-24 | vduse: Tie vduse mgmtdev and its device | Parav Pandit |
2022-06-08 | vduse: Fix NULL pointer dereference on sysfs access | Xie Yongji |
2022-05-31 | vdpa: multiple address spaces support | Gautam Dawar |
2022-05-31 | vdpa: introduce virtqueue groups | Gautam Dawar |
2022-03-24 | Merge tag 'iommu-updates-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2022-03-04 | vduse: Fix returning wrong type in vduse_domain_alloc_iova() | Xie Yongji |
2022-02-14 | iommu/iova: Separate out rcache init | John Garry |
2022-01-18 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2022-01-14 | vdpa: Provide interface to read driver features | Eli Cohen |
2022-01-14 | vduse: moving kvfree into caller | Guanjun |
2022-01-04 | Merge branches 'arm/smmu', 'virtio', 'x86/amd', 'x86/vt-d' and 'core' into next | Joerg Roedel |
2021-12-17 | iommu/iova: Move fast alloc size roundup into alloc_iova_fast() | John Garry via iommu |
2021-12-08 | vduse: check that offset is within bounds in get_config() | Dan Carpenter |
2021-12-08 | vduse: fix memory corruption in vduse_dev_ioctl() | Dan Carpenter |
2021-11-01 | vdpa: Enable user to set mac and mtu of vdpa device | Parav Pandit |
2021-10-22 | vduse: Fix race condition between resetting and irq injecting | Xie Yongji |
2021-10-22 | vduse: Disallow injecting interrupt before DRIVER_OK is set | Xie Yongji |
2021-09-14 | vduse: Cleanup the old kernel states after reset failure | Xie Yongji |
2021-09-14 | vduse: missing error code in vduse_init() | Dan Carpenter |
2021-09-11 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2021-09-06 | Documentation: Add documentation for VDUSE | Xie Yongji |
2021-09-06 | vduse: Introduce VDUSE - vDPA Device in Userspace | Xie Yongji |
2021-09-06 | vduse: Implement an MMU-based software IOTLB | Xie Yongji |