index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
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
Files
Lines
2023-11-01
vduse: make vduse_class constant
Greg Kroah-Hartman
1
-19
/
+21
2023-08-10
vduse: Use proper spinlock for IRQ injection
Maxime Coquelin
1
-4
/
+4
2023-07-03
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-1
/
+5
2023-07-03
vduse: fix NULL pointer dereference
Maxime Coquelin
1
-1
/
+5
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2023-06-09
mm/gup: remove vmas parameter from pin_user_pages()
Lorenzo Stoakes
1
-1
/
+1
2023-06-08
vduse: avoid empty string for dev name
Sheng Zhao
1
-0
/
+3
2023-04-27
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-63
/
+351
2023-04-21
vduse: Support specifying bounce buffer size via sysfs
Xie Yongji
1
-1
/
+44
2023-04-21
vduse: Delay iova domain creation
Xie Yongji
1
-22
/
+53
2023-04-21
vduse: Signal vq trigger eventfd directly if possible
Xie Yongji
1
-4
/
+26
2023-04-21
vduse: Add sysfs interface for irq callback affinity
Xie Yongji
1
-11
/
+113
2023-04-21
vduse: Support get_vq_affinity callback
Xie Yongji
1
-0
/
+9
2023-04-21
vduse: Support set_vq_affinity callback
Xie Yongji
1
-7
/
+54
2023-04-21
vduse: Refactor allocation for vduse virtqueues
Xie Yongji
1
-32
/
+66
2023-03-17
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
1
-1
/
+1
2022-12-28
vduse: Validate vq_num in vduse_validate_config()
Harshit Mogalapalli
1
-0
/
+3
2022-11-24
driver core: make struct class.devnode() take a const *
Greg Kroah-Hartman
1
-1
/
+1
2022-09-27
vduse: prevent uninitialized memory accesses
Maxime Coquelin
1
-2
/
+7
2022-08-11
vduse: Support querying information of IOVA regions
Xie Yongji
1
-0
/
+39
2022-08-11
vduse: Support registering userspace memory for IOVA regions
Xie Yongji
1
-0
/
+141
2022-06-24
vduse: Tie vduse mgmtdev and its device
Parav Pandit
1
-23
/
+37
2022-06-08
vduse: Fix NULL pointer dereference on sysfs access
Xie Yongji
1
-4
/
+3
2022-05-31
vdpa: multiple address spaces support
Gautam Dawar
1
-1
/
+2
2022-05-31
vdpa: introduce virtqueue groups
Gautam Dawar
1
-1
/
+1
2022-01-14
vdpa: Provide interface to read driver features
Eli Cohen
1
-4
/
+12
2022-01-14
vduse: moving kvfree into caller
Guanjun
1
-1
/
+2
2021-12-08
vduse: check that offset is within bounds in get_config()
Dan Carpenter
1
-1
/
+2
2021-12-08
vduse: fix memory corruption in vduse_dev_ioctl()
Dan Carpenter
1
-1
/
+2
2021-11-01
vdpa: Enable user to set mac and mtu of vdpa device
Parav Pandit
1
-1
/
+2
2021-10-22
vduse: Fix race condition between resetting and irq injecting
Xie Yongji
1
-12
/
+25
2021-10-22
vduse: Disallow injecting interrupt before DRIVER_OK is set
Xie Yongji
1
-0
/
+8
2021-09-14
vduse: Cleanup the old kernel states after reset failure
Xie Yongji
1
-4
/
+2
2021-09-14
vduse: missing error code in vduse_init()
Dan Carpenter
1
-1
/
+3
2021-09-11
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-0
/
+1641
2021-09-06
Documentation: Add documentation for VDUSE
Xie Yongji
1
-5
/
+0
2021-09-06
vduse: Introduce VDUSE - vDPA Device in Userspace
Xie Yongji
1
-0
/
+1646