index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
vdpa
/
vdpa.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
vDPA: fix 'cast to restricted le16' warnings in vdpa.c
Zhu Lingshan
2022-08-11
1
-3
/
+3
*
vDPA: !FEATURES_OK should not block querying device config space
Zhu Lingshan
2022-08-11
1
-8
/
+0
*
Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-06-03
1
-25
/
+4
|
\
|
*
vdpa: Use helper for safer setting of driver_override
Krzysztof Kozlowski
2022-04-22
1
-25
/
+4
*
|
vdpa: multiple address spaces support
Gautam Dawar
2022-05-31
1
-1
/
+3
*
|
vdpa: introduce virtqueue groups
Gautam Dawar
2022-05-31
1
-0
/
+3
*
|
net/vdpa: Use readers/writers semaphore instead of cf_mutex
Eli Cohen
2022-05-31
1
-13
/
+12
*
|
net/vdpa: Use readers/writers semaphore instead of vdpa_dev_mutex
Eli Cohen
2022-05-31
1
-32
/
+32
*
|
vdpa: Add support for querying vendor statistics
Eli Cohen
2022-05-31
1
-0
/
+162
*
|
vdpa: Fix error logic in vdpa_nl_cmd_dev_get_doit
Eli Cohen
2022-05-31
1
-4
/
+9
|
/
*
vdpa: change the type of nvqs to u32
Longpeng
2022-03-28
1
-3
/
+3
*
vdpa: factor out vdpa_set_features_unlocked for vdpa internal use
Si-Wei Liu
2022-03-04
1
-1
/
+1
*
vdpa: Avoid taking cf_mutex lock on get status
Eli Cohen
2022-01-15
1
-11
/
+0
*
vdpa: Use BIT_ULL for bit operations
Eli Cohen
2022-01-15
1
-6
/
+6
*
vdpa: Support reporting max device capabilities
Eli Cohen
2022-01-15
1
-0
/
+10
*
vdpa: Add support for returning device configuration information
Eli Cohen
2022-01-15
1
-0
/
+3
*
vdpa: Allow to configure max data virtqueues
Eli Cohen
2022-01-15
1
-2
/
+13
*
vdpa: Read device configuration only if FEATURES_OK
Eli Cohen
2022-01-15
1
-12
/
+33
*
vdpa: Sync calls set/get config/status with cf_mutex
Eli Cohen
2022-01-15
1
-0
/
+19
*
vdpa: Provide interface to read driver features
Eli Cohen
2022-01-15
1
-1
/
+1
*
vdpa: add driver_override support
Stefano Garzarella
2022-01-15
1
-0
/
+74
*
vdpa: Consider device id larger than 31
Parav Pandit
2021-12-08
1
-1
/
+2
*
vdpa: Enable user to set mac and mtu of vdpa device
Parav Pandit
2021-11-01
1
-2
/
+36
*
vdpa: Introduce query of device config layout
Parav Pandit
2021-11-01
1
-0
/
+176
*
vdpa: Introduce and use vdpa device get, set config helpers
Parav Pandit
2021-11-01
1
-0
/
+36
*
vdpa: add new attribute VDPA_ATTR_DEV_MIN_VQ_SIZE
Wu Zongyong
2021-11-01
1
-0
/
+5
*
vdpa: min vq num of vdpa device cannot be greater than max vq num
Wu Zongyong
2021-11-01
1
-0
/
+8
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2021-09-11
1
-1
/
+8
|
\
|
*
vdpa: Support transferring virtual addressing during DMA mapping
Xie Yongji
2021-09-06
1
-1
/
+8
*
|
bus: Make remove callback return void
Uwe Kleine-König
2021-07-21
1
-3
/
+1
|
/
*
vdpa: Follow kdoc comment style
Parav Pandit
2021-05-03
1
-5
/
+7
*
vdpa: set the virtqueue num during register
Jason Wang
2021-02-25
1
-8
/
+10
*
vdpa: Enable user to query vdpa device info
Parav Pandit
2021-02-23
1
-0
/
+131
*
vdpa: Enable a user to add and delete a vdpa device
Parav Pandit
2021-02-23
1
-10
/
+133
*
vdpa: Define vdpa mgmt device, ops and a netlink interface
Parav Pandit
2021-02-23
1
-1
/
+212
*
vdpa: Extend routine to accept vdpa device name
Parav Pandit
2021-02-23
1
-4
/
+32
*
vdpa: Use simpler version of ida allocation
Parav Pandit
2020-12-18
1
-1
/
+1
*
vdpa: remove hard coded virtq num
Max Gurtovoy
2020-08-06
1
-0
/
+3
*
vdpa: make sure set_features is invoked for legacy
Michael S. Tsirkin
2020-08-05
1
-0
/
+1
*
vdpa: fix typos in the comments for __vdpa_alloc_device()
Jason Wang
2020-06-22
1
-1
/
+1
*
vdpa: fix comment of vdpa_register_device()
Jason Wang
2020-04-17
1
-1
/
+1
*
vdpa: move to drivers/vdpa
Michael S. Tsirkin
2020-04-02
1
-0
/
+180