summaryrefslogtreecommitdiffstats
path: root/drivers/vdpa/vdpa.c
Commit message (Expand)AuthorAgeFilesLines
* vdpa: Avoid taking cf_mutex lock on get statusEli Cohen2022-01-141-11/+0
* vdpa: Use BIT_ULL for bit operationsEli Cohen2022-01-141-6/+6
* vdpa: Support reporting max device capabilitiesEli Cohen2022-01-141-0/+10
* vdpa: Add support for returning device configuration informationEli Cohen2022-01-141-0/+3
* vdpa: Allow to configure max data virtqueuesEli Cohen2022-01-141-2/+13
* vdpa: Read device configuration only if FEATURES_OKEli Cohen2022-01-141-12/+33
* vdpa: Sync calls set/get config/status with cf_mutexEli Cohen2022-01-141-0/+19
* vdpa: Provide interface to read driver featuresEli Cohen2022-01-141-1/+1
* vdpa: add driver_override supportStefano Garzarella2022-01-141-0/+74
* vdpa: Consider device id larger than 31Parav Pandit2021-12-081-1/+2
* vdpa: Enable user to set mac and mtu of vdpa deviceParav Pandit2021-11-011-2/+36
* vdpa: Introduce query of device config layoutParav Pandit2021-11-011-0/+176
* vdpa: Introduce and use vdpa device get, set config helpersParav Pandit2021-11-011-0/+36
* vdpa: add new attribute VDPA_ATTR_DEV_MIN_VQ_SIZEWu Zongyong2021-11-011-0/+5
* vdpa: min vq num of vdpa device cannot be greater than max vq numWu Zongyong2021-11-011-0/+8
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-09-111-1/+8
|\
| * vdpa: Support transferring virtual addressing during DMA mappingXie Yongji2021-09-061-1/+8
* | bus: Make remove callback return voidUwe Kleine-König2021-07-211-3/+1
|/
* vdpa: Follow kdoc comment styleParav Pandit2021-05-031-5/+7
* vdpa: set the virtqueue num during registerJason Wang2021-02-251-8/+10
* vdpa: Enable user to query vdpa device infoParav Pandit2021-02-231-0/+131
* vdpa: Enable a user to add and delete a vdpa deviceParav Pandit2021-02-231-10/+133
* vdpa: Define vdpa mgmt device, ops and a netlink interfaceParav Pandit2021-02-231-1/+212
* vdpa: Extend routine to accept vdpa device nameParav Pandit2021-02-231-4/+32
* vdpa: Use simpler version of ida allocationParav Pandit2020-12-181-1/+1
* vdpa: remove hard coded virtq numMax Gurtovoy2020-08-051-0/+3
* vdpa: make sure set_features is invoked for legacyMichael S. Tsirkin2020-08-051-0/+1
* vdpa: fix typos in the comments for __vdpa_alloc_device()Jason Wang2020-06-221-1/+1
* vdpa: fix comment of vdpa_register_device()Jason Wang2020-04-171-1/+1
* vdpa: move to drivers/vdpaMichael S. Tsirkin2020-04-021-0/+180