Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-15vdpa: Avoid taking cf_mutex lock on get statusEli Cohen
2022-01-15vdpa: Use BIT_ULL for bit operationsEli Cohen
2022-01-15vdpa: Support reporting max device capabilitiesEli Cohen
2022-01-15vdpa: Add support for returning device configuration informationEli Cohen
2022-01-15vdpa: Allow to configure max data virtqueuesEli Cohen
2022-01-15vdpa: Read device configuration only if FEATURES_OKEli Cohen
2022-01-15vdpa: Sync calls set/get config/status with cf_mutexEli Cohen
2022-01-15vdpa: Provide interface to read driver featuresEli Cohen
2022-01-15vdpa: add driver_override supportStefano Garzarella
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-12Merge 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-19vdpa: Use simpler version of ida allocationParav Pandit
2020-08-06vdpa: 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