summaryrefslogtreecommitdiff
path: root/drivers/vdpa/vdpa.c
AgeCommit message (Expand)Author
2021-12-08vdpa: Consider device id larger than 31Parav Pandit
2021-11-01vdpa: Enable user to set mac and mtu of vdpa deviceParav Pandit
2021-11-01vdpa: Introduce query of device config layoutParav Pandit
2021-11-01vdpa: Introduce and use vdpa device get, set config helpersParav Pandit
2021-11-01vdpa: add new attribute VDPA_ATTR_DEV_MIN_VQ_SIZEWu Zongyong
2021-11-01vdpa: min vq num of vdpa device cannot be greater than max vq numWu Zongyong
2021-09-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2021-09-06vdpa: Support transferring virtual addressing during DMA mappingXie Yongji
2021-07-21bus: Make remove callback return voidUwe Kleine-König
2021-05-03vdpa: Follow kdoc comment styleParav Pandit
2021-02-25vdpa: set the virtqueue num during registerJason Wang
2021-02-23vdpa: Enable user to query vdpa device infoParav Pandit
2021-02-23vdpa: Enable a user to add and delete a vdpa deviceParav Pandit
2021-02-23vdpa: Define vdpa mgmt device, ops and a netlink interfaceParav Pandit
2021-02-23vdpa: Extend routine to accept vdpa device nameParav Pandit
2020-12-18vdpa: Use simpler version of ida allocationParav Pandit
2020-08-05vdpa: remove hard coded virtq numMax Gurtovoy
2020-08-05vdpa: make sure set_features is invoked for legacyMichael S. Tsirkin
2020-06-22vdpa: fix typos in the comments for __vdpa_alloc_device()Jason Wang
2020-04-17vdpa: fix comment of vdpa_register_device()Jason Wang
2020-04-02vdpa: move to drivers/vdpaMichael S. Tsirkin