index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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: 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
*
vdpa: set the virtqueue num during register
Jason Wang
2021-02-25
1
-5
/
+5
*
vdpa: Enable a user to add and delete a vdpa device
Parav Pandit
2021-02-23
1
-0
/
+6
*
vdpa: Define vdpa mgmt device, ops and a netlink interface
Parav Pandit
2021-02-23
1
-0
/
+31
*
vdpa: Extend routine to accept vdpa device name
Parav Pandit
2021-02-23
1
-4
/
+3
*
vdpa: Add missing comment for virtqueue count
Parav Pandit
2020-12-18
1
-0
/
+1
*
vdpa: introduce config op to get valid iova range
Jason Wang
2020-10-23
1
-0
/
+15
*
vdpa: Modify get_vq_state() to return error code
Eli Cohen
2020-08-05
1
-2
/
+2
*
net/vdpa: Use struct for set/get vq state
Eli Cohen
2020-08-05
1
-4
/
+14
*
vdpa: remove hard coded virtq num
Max Gurtovoy
2020-08-05
1
-2
/
+4
*
vDPA: dont change vq irq after DRIVER_OK
Zhu Lingshan
2020-08-05
1
-0
/
+1
*
vDPA: add get_vq_irq() in vdpa_config_ops
Zhu Lingshan
2020-08-05
1
-0
/
+7
*
vdpa: make sure set_features is invoked for legacy
Michael S. Tsirkin
2020-08-05
1
-0
/
+34
*
vdpa: introduce get_vq_notification method
Jason Wang
2020-06-04
1
-0
/
+16
*
vdpa: allow a 32 bit vq alignment
Michael S. Tsirkin
2020-04-17
1
-1
/
+1
*
vDPA: introduce vDPA bus
Jason Wang
2020-04-01
1
-0
/
+253