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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-19
vduse: enable Virtio-net device type
Maxime Coquelin
1
-0
/
+10
2024-03-19
vduse: Temporarily fail if control queue feature requested
Maxime Coquelin
1
-0
/
+5
2024-03-19
vduse: validate block features only with block devices
Maxime Coquelin
1
-4
/
+5
2024-03-19
vduse: implement vdpa_config_ops.get_vq_size for vduse
Zhu Lingshan
1
-0
/
+12
2024-03-19
vduse: implement DMA sync callbacks
Maxime Coquelin
3
-3
/
+54
2023-12-21
Merge branch 'vfs.file'
Christian Brauner
1
-1
/
+1
2023-12-12
file: remove __receive_fd()
Christian Brauner
1
-1
/
+1
2023-11-28
eventfd: simplify eventfd_signal()
Christian Brauner
1
-3
/
+3
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
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
1
-1
/
+1
2023-02-06
vduse: Remove include of rwlock.h
Sebastian Andrzej Siewior
1
-1
/
+0
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-08-11
vduse: Support using userspace pages as bounce buffer
Xie Yongji
2
-8
/
+96
2022-08-11
vduse: Use memcpy_{to,from}_page() in do_bounce()
Xie Yongji
1
-5
/
+4
2022-08-11
vduse: Remove unnecessary spin lock protection
Xie Yongji
1
-5
/
+2
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-03-24
Merge tag 'iommu-updates-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+11
2022-03-04
vduse: Fix returning wrong type in vduse_domain_alloc_iova()
Xie Yongji
1
-1
/
+1
2022-02-14
iommu/iova: Separate out rcache init
John Garry
1
-0
/
+11
2022-01-18
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-5
/
+14
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
2022-01-04
Merge branches 'arm/smmu', 'virtio', 'x86/amd', 'x86/vt-d' and 'core' into next
Joerg Roedel
1
-8
/
+0
2021-12-17
iommu/iova: Move fast alloc size roundup into alloc_iova_fast()
John Garry via iommu
1
-8
/
+0
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
[next]