开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
vdpa
/
vdpa_user
/
vduse_dev.c
Age
Commit message (
Expand
)
Author
2023-11-01
vduse: make vduse_class constant
Greg Kroah-Hartman
2023-08-10
vduse: Use proper spinlock for IRQ injection
Maxime Coquelin
2023-07-03
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2023-07-03
vduse: fix NULL pointer dereference
Maxime Coquelin
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-06-09
mm/gup: remove vmas parameter from pin_user_pages()
Lorenzo Stoakes
2023-06-08
vduse: avoid empty string for dev name
Sheng Zhao
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
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-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-01-14
vdpa: Provide interface to read driver features
Eli Cohen
2022-01-14
vduse: moving kvfree into caller
Guanjun
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