index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
vdpa.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
vdpa: support set mac address from vdpa tool
Cindy Lu
2024-09-10
1
-0
/
+9
*
vDPA: report virtio-block capacity to user space
Zhu Lingshan
2024-03-19
1
-0
/
+1
*
vDPA: introduce get_vq_size to vdpa_config_ops
Zhu Lingshan
2024-03-19
1
-0
/
+5
*
vhost-vdpa: clean iotlb map during reset for older userspace
Si-Wei Liu
2023-11-01
1
-2
/
+5
*
vdpa: introduce .compat_reset operation callback
Si-Wei Liu
2023-11-01
1
-0
/
+13
*
vdpa: introduce .reset_map operation callback
Si-Wei Liu
2023-11-01
1
-0
/
+10
*
vdpa: introduce dedicated descriptor group for virtqueue
Si-Wei Liu
2023-11-01
1
-0
/
+11
*
vdpa: add get_backend_features vdpa operation
Eugenio Pérez
2023-09-03
1
-0
/
+4
*
virtio-vdpa: add VIRTIO_F_NOTIFICATION_DATA feature support
Alvaro Karsz
2023-04-21
1
-0
/
+9
*
vdpa: address kdoc warnings
Simon Horman
2023-04-21
1
-3
/
+11
*
vdpa: add bind_mm/unbind_mm callbacks
Stefano Garzarella
2023-04-21
1
-0
/
+10
*
vdpa: Add eventfd for the vdpa callback
Xie Yongji
2023-04-21
1
-0
/
+6
*
vdpa: Add set/get_vq_affinity callbacks in vdpa_config_ops
Xie Yongji
2023-04-21
1
-0
/
+13
*
vdpa: introduce get_vq_dma_device()
Jason Wang
2023-02-20
1
-0
/
+6
*
vdpa: Add resume operation
Sebastien Boeuf
2023-02-20
1
-1
/
+5
*
vdpa: device feature provisioning
Jason Wang
2022-10-07
1
-0
/
+1
*
vdpa: Add suspend operation
Eugenio Pérez
2022-08-11
1
-0
/
+4
*
vdpa: make get_vq_group and set_group_asid optional
Jason Wang
2022-06-09
1
-2
/
+3
*
Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-06-03
1
-1
/
+3
|
\
|
*
vdpa: Use helper for safer setting of driver_override
Krzysztof Kozlowski
2022-04-22
1
-1
/
+3
*
|
vdpa/vp_vdpa : add vdpa tool support in vp_vdpa
Cindy Lu
2022-05-31
1
-1
/
+1
*
|
vdpa: introduce config operations for associating ASID to a virtqueue group
Gautam Dawar
2022-05-31
1
-0
/
+8
*
|
vdpa: multiple address spaces support
Gautam Dawar
2022-05-31
1
-9
/
+19
*
|
vdpa: introduce virtqueue groups
Gautam Dawar
2022-05-31
1
-4
/
+12
*
|
net/vdpa: Use readers/writers semaphore instead of cf_mutex
Eli Cohen
2022-05-31
1
-6
/
+6
*
|
vdpa: Add support for querying vendor statistics
Eli Cohen
2022-05-31
1
-0
/
+3
|
/
*
vdpa: change the type of nvqs to u32
Longpeng
2022-03-28
1
-3
/
+3
*
vdpa: support exposing the config size to userspace
Longpeng
2022-03-28
1
-1
/
+2
*
vdpa: factor out vdpa_set_features_unlocked for vdpa internal use
Si-Wei Liu
2022-03-04
1
-6
/
+12
*
vdpa: Avoid taking cf_mutex lock on get status
Eli Cohen
2022-01-14
1
-1
/
+0
*
vdpa: Support reporting max device capabilities
Eli Cohen
2022-01-14
1
-0
/
+2
*
vdpa: Allow to configure max data virtqueues
Eli Cohen
2022-01-14
1
-3
/
+16
*
vdpa: Sync calls set/get config/status with cf_mutex
Eli Cohen
2022-01-14
1
-0
/
+3
*
vdpa: Provide interface to read driver features
Eli Cohen
2022-01-14
1
-5
/
+9
*
vdpa: Mark vdpa_config_ops.get_vq_notification as optional
Eugenio Pérez
2022-01-14
1
-1
/
+1
*
vdpa: add driver_override support
Stefano Garzarella
2022-01-14
1
-0
/
+2
*
vdpa: Enable user to set mac and mtu of vdpa device
Parav Pandit
2021-11-01
1
-1
/
+16
*
vdpa: Use kernel coding style for structure comments
Parav Pandit
2021-11-01
1
-1
/
+8
*
vdpa: Introduce query of device config layout
Parav Pandit
2021-11-01
1
-0
/
+2
*
vdpa: Introduce and use vdpa device get, set config helpers
Parav Pandit
2021-11-01
1
-15
/
+4
*
vdpa: add new callback get_vq_num_min in vdpa_config_ops
Wu Zongyong
2021-11-01
1
-0
/
+4
*
vdpa: fix typo
Wu Zongyong
2021-11-01
1
-1
/
+1
*
vdpa: Support transferring virtual addressing during DMA mapping
Xie Yongji
2021-09-06
1
-3
/
+17
*
vdpa: Add an opaque pointer for vdpa_config_ops.dma_map()
Xie Yongji
2021-09-06
1
-1
/
+1
*
vdpa: Add reset callback in vdpa_config_ops
Xie Yongji
2021-09-06
1
-2
/
+6
*
vdpa: Fix some coding style issues
Xie Yongji
2021-09-06
1
-17
/
+17
*
vdpa: Add documentation for vdpa_alloc_device() macro
Xie Yongji
2021-08-11
1
-0
/
+11
*
vdpa: support packed virtqueue for set/get_vq_state()
Jason Wang
2021-07-08
1
-2
/
+23
*
vdpa: add get_config_size callback in vdpa_config_ops
Stefano Garzarella
2021-05-03
1
-0
/
+4
*
vdpa: Follow kdoc comment style
Parav Pandit
2021-05-03
1
-19
/
+19
[next]