summaryrefslogtreecommitdiffstats
path: root/drivers/vdpa
Commit message (Expand)AuthorAgeFilesLines
* driver core: make struct class.devnode() take a const *Greg Kroah-Hartman2022-11-241-1/+1
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-10-106-23/+94
|\
| * vDPA: conditionally read MTU and MAC in dev cfg spaceZhu Lingshan2022-10-071-8/+29
| * vDPA: fix spars cast warning in vdpa_dev_net_mq_config_fillZhu Lingshan2022-10-071-1/+2
| * vDPA: check virtio device features to detect MQZhu Lingshan2022-10-071-1/+1
| * vDPA: check VIRTIO_NET_F_RSS for max_virtqueue_paris's presenceZhu Lingshan2022-10-071-3/+3
| * vDPA: only report driver features if FEATURES_OK is setZhu Lingshan2022-10-071-6/+14
| * vDPA: allow userspace to query features of a vDPA deviceZhu Lingshan2022-10-071-5/+11
| * vp_vdpa: support feature provisioningJason Wang2022-10-071-2/+20
| * vdpa_sim_net: support feature provisioningJason Wang2022-10-074-5/+17
| * vdpa: device feature provisioningJason Wang2022-10-071-0/+5
* | Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-10-041-0/+1
|\ \ | |/ |/|
| * genetlink: start to validate reserved header bytesJakub Kicinski2022-08-291-0/+1
* | vdpa/mlx5: Fix MQ to support non power of two num queuesEli Cohen2022-09-271-7/+10
* | vduse: prevent uninitialized memory accessesMaxime Coquelin2022-09-271-2/+7
* | vdpa/ifcvf: fix the calculation of queuepairAngus Chen2022-09-271-2/+2
|/
* vdpa/mlx5: Fix possible uninitialized return valueEli Cohen2022-08-111-1/+1
* vdpa_sim_blk: add support for discard and write-zeroesStefano Garzarella2022-08-111-1/+73
* vdpa_sim_blk: add support for VIRTIO_BLK_T_FLUSHStefano Garzarella2022-08-111-0/+5
* vdpa_sim_blk: make vdpasim_blk_check_range usable by other requestsStefano Garzarella2022-08-111-15/+23
* vdpa_sim_blk: check if sector is 0 for commands other than read or writeStefano Garzarella2022-08-111-0/+10
* vdpa_sim: Implement suspend vdpa opEugenio PĂ©rez2022-08-114-0/+21
* vDPA: fix 'cast to restricted le16' warnings in vdpa.cZhu Lingshan2022-08-111-3/+3
* vDPA: !FEATURES_OK should not block querying device config spaceZhu Lingshan2022-08-111-8/+0
* vDPA/ifcvf: support userspace to query features and MQ of a management deviceZhu Lingshan2022-08-111-66/+76
* vDPA/ifcvf: get_config_size should return a value no greater than dev impleme...Zhu Lingshan2022-08-112-2/+13
* vdpa/mlx5: Support different address spaces for control and dataEli Cohen2022-08-112-11/+88
* vdpa/mlx5: Implement susupend virtqueue callbackEli Cohen2022-08-111-3/+80
* vduse: Support querying information of IOVA regionsXie Yongji2022-08-111-0/+39
* vduse: Support registering userspace memory for IOVA regionsXie Yongji2022-08-111-0/+141
* vduse: Support using userspace pages as bounce bufferXie Yongji2022-08-112-8/+96
* vduse: Use memcpy_{to,from}_page() in do_bounce()Xie Yongji2022-08-111-5/+4
* vduse: Remove unnecessary spin lock protectionXie Yongji2022-08-111-5/+2
* vDPA/ifcvf: remove duplicated assignment to pointer cfgColin Ian King2022-08-111-1/+0
* vdpa: ifcvf: Fix spelling mistake in commentsZhang Jiaming2022-08-111-1/+1
* vdpa/mlx5: Use eth_broadcast_addr() to assign broadcast addressXu Qiang2022-08-111-1/+1
* vdpa_sim: use max_iotlb_entries as a limit in vhost_iotlb_initStefano Garzarella2022-08-111-2/+2
* vdpa_sim_blk: set number of address spaces and virtqueue groupsStefano Garzarella2022-08-111-0/+6
* vdpa_sim_blk: call vringh_complete_iotlb() also in the error pathStefano Garzarella2022-08-111-5/+9
* vdpa_sim_blk: limit the number of request handled per batchStefano Garzarella2022-08-111-0/+10
* vdpa_sim_blk: use dev_dbg() to print errorsStefano Garzarella2022-08-111-10/+10
* vduse: Tie vduse mgmtdev and its deviceParav Pandit2022-06-241-23/+37
* vdpa/mlx5: Initialize CVQ vringh only onceEli Cohen2022-06-241-11/+20
* vdpa/mlx5: Update Control VQ callback informationEli Cohen2022-06-241-0/+2
* vduse: Fix NULL pointer dereference on sysfs accessXie Yongji2022-06-081-4/+3
* vdpa/mlx5: clean up indenting in handle_ctrl_vlan()Dan Carpenter2022-06-081-3/+3
* vdpa/mlx5: fix error code for deleting vlanDan Carpenter2022-06-081-0/+1
* vdpa/mlx5: Fix syntax errors in commentsXiang wangx2022-06-081-1/+1
* Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-06-031-25/+4
|\
| * vdpa: Use helper for safer setting of driver_overrideKrzysztof Kozlowski2022-04-221-25/+4