index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
vdpa
/
vdpa.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-21
vdpa: validate device feature provisioning against supported class
Si-Wei Liu
1
-9
/
+50
2023-02-21
vdpa: validate provisioned device features against specified attribute
Si-Wei Liu
1
-0
/
+18
2023-02-21
vdpa: conditionally read STATUS in config space
Si-Wei Liu
1
-5
/
+15
2023-02-21
vdpa: fix improper error message when adding vdpa dev
Si-Wei Liu
1
-2
/
+4
2023-02-21
vdpa: Fix a couple of spelling mistakes in some messages
Colin Ian King
1
-1
/
+1
2023-02-21
vdpa: set dma mask for vDPA device
Jason Wang
1
-0
/
+5
2022-12-28
vdpa: conditionally fill max max queue pair for stats
Jason Wang
1
-5
/
+4
2022-12-28
vdpa: merge functionally duplicated dev_features attributes
Si-Wei Liu
1
-1
/
+1
2022-10-11
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-16
/
+57
2022-10-08
vDPA: conditionally read MTU and MAC in dev cfg space
Zhu Lingshan
1
-8
/
+29
2022-10-08
vDPA: fix spars cast warning in vdpa_dev_net_mq_config_fill
Zhu Lingshan
1
-1
/
+2
2022-10-08
vDPA: check virtio device features to detect MQ
Zhu Lingshan
1
-1
/
+1
2022-10-08
vDPA: check VIRTIO_NET_F_RSS for max_virtqueue_paris's presence
Zhu Lingshan
1
-3
/
+3
2022-10-08
vDPA: only report driver features if FEATURES_OK is set
Zhu Lingshan
1
-6
/
+14
2022-10-08
vDPA: allow userspace to query features of a vDPA device
Zhu Lingshan
1
-5
/
+11
2022-10-07
vdpa: device feature provisioning
Jason Wang
1
-0
/
+5
2022-08-29
genetlink: start to validate reserved header bytes
Jakub Kicinski
1
-0
/
+1
2022-08-11
vDPA: fix 'cast to restricted le16' warnings in vdpa.c
Zhu Lingshan
1
-3
/
+3
2022-08-11
vDPA: !FEATURES_OK should not block querying device config space
Zhu Lingshan
1
-8
/
+0
2022-06-03
Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-25
/
+4
2022-05-31
vdpa: multiple address spaces support
Gautam Dawar
1
-1
/
+3
2022-05-31
vdpa: introduce virtqueue groups
Gautam Dawar
1
-0
/
+3
2022-05-31
net/vdpa: Use readers/writers semaphore instead of cf_mutex
Eli Cohen
1
-13
/
+12
2022-05-31
net/vdpa: Use readers/writers semaphore instead of vdpa_dev_mutex
Eli Cohen
1
-32
/
+32
2022-05-31
vdpa: Add support for querying vendor statistics
Eli Cohen
1
-0
/
+162
2022-05-31
vdpa: Fix error logic in vdpa_nl_cmd_dev_get_doit
Eli Cohen
1
-4
/
+9
2022-04-22
vdpa: Use helper for safer setting of driver_override
Krzysztof Kozlowski
1
-25
/
+4
2022-03-28
vdpa: change the type of nvqs to u32
Longpeng
1
-3
/
+3
2022-03-04
vdpa: factor out vdpa_set_features_unlocked for vdpa internal use
Si-Wei Liu
1
-1
/
+1
2022-01-15
vdpa: Avoid taking cf_mutex lock on get status
Eli Cohen
1
-11
/
+0
2022-01-15
vdpa: Use BIT_ULL for bit operations
Eli Cohen
1
-6
/
+6
2022-01-15
vdpa: Support reporting max device capabilities
Eli Cohen
1
-0
/
+10
2022-01-15
vdpa: Add support for returning device configuration information
Eli Cohen
1
-0
/
+3
2022-01-15
vdpa: Allow to configure max data virtqueues
Eli Cohen
1
-2
/
+13
2022-01-15
vdpa: Read device configuration only if FEATURES_OK
Eli Cohen
1
-12
/
+33
2022-01-15
vdpa: Sync calls set/get config/status with cf_mutex
Eli Cohen
1
-0
/
+19
2022-01-15
vdpa: Provide interface to read driver features
Eli Cohen
1
-1
/
+1
2022-01-15
vdpa: add driver_override support
Stefano Garzarella
1
-0
/
+74
2021-12-08
vdpa: Consider device id larger than 31
Parav Pandit
1
-1
/
+2
2021-11-01
vdpa: Enable user to set mac and mtu of vdpa device
Parav Pandit
1
-2
/
+36
2021-11-01
vdpa: Introduce query of device config layout
Parav Pandit
1
-0
/
+176
2021-11-01
vdpa: Introduce and use vdpa device get, set config helpers
Parav Pandit
1
-0
/
+36
2021-11-01
vdpa: add new attribute VDPA_ATTR_DEV_MIN_VQ_SIZE
Wu Zongyong
1
-0
/
+5
2021-11-01
vdpa: min vq num of vdpa device cannot be greater than max vq num
Wu Zongyong
1
-0
/
+8
2021-09-12
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-1
/
+8
2021-09-06
vdpa: Support transferring virtual addressing during DMA mapping
Xie Yongji
1
-1
/
+8
2021-07-21
bus: Make remove callback return void
Uwe Kleine-König
1
-3
/
+1
2021-05-03
vdpa: Follow kdoc comment style
Parav Pandit
1
-5
/
+7
2021-02-25
vdpa: set the virtqueue num during register
Jason Wang
1
-8
/
+10
2021-02-23
vdpa: Enable user to query vdpa device info
Parav Pandit
1
-0
/
+131
[next]