Age | Commit message (Expand) | Author | Files | Lines |
2023-02-21 | vdpa: introduce get_vq_dma_device() | Jason Wang | 1 | -0/+6 |
2023-02-21 | vdpa: Add resume operation | Sebastien Boeuf | 1 | -1/+5 |
2022-10-07 | vdpa: device feature provisioning | Jason Wang | 1 | -0/+1 |
2022-08-11 | vdpa: Add suspend operation | Eugenio Pérez | 1 | -0/+4 |
2022-06-09 | vdpa: make get_vq_group and set_group_asid optional | Jason Wang | 1 | -2/+3 |
2022-06-03 | Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+3 |
2022-05-31 | vdpa/vp_vdpa : add vdpa tool support in vp_vdpa | Cindy Lu | 1 | -1/+1 |
2022-05-31 | vdpa: introduce config operations for associating ASID to a virtqueue group | Gautam Dawar | 1 | -0/+8 |
2022-05-31 | vdpa: multiple address spaces support | Gautam Dawar | 1 | -9/+19 |
2022-05-31 | vdpa: introduce virtqueue groups | Gautam Dawar | 1 | -4/+12 |
2022-05-31 | net/vdpa: Use readers/writers semaphore instead of cf_mutex | Eli Cohen | 1 | -6/+6 |
2022-05-31 | vdpa: Add support for querying vendor statistics | Eli Cohen | 1 | -0/+3 |
2022-04-22 | vdpa: Use helper for safer setting of driver_override | Krzysztof Kozlowski | 1 | -1/+3 |
2022-03-28 | vdpa: change the type of nvqs to u32 | Longpeng | 1 | -3/+3 |
2022-03-28 | vdpa: support exposing the config size to userspace | Longpeng | 1 | -1/+2 |
2022-03-04 | vdpa: factor out vdpa_set_features_unlocked for vdpa internal use | Si-Wei Liu | 1 | -6/+12 |
2022-01-15 | vdpa: Avoid taking cf_mutex lock on get status | Eli Cohen | 1 | -1/+0 |
2022-01-15 | vdpa: Support reporting max device capabilities | Eli Cohen | 1 | -0/+2 |
2022-01-15 | vdpa: Allow to configure max data virtqueues | Eli Cohen | 1 | -3/+16 |
2022-01-15 | vdpa: Sync calls set/get config/status with cf_mutex | Eli Cohen | 1 | -0/+3 |
2022-01-15 | vdpa: Provide interface to read driver features | Eli Cohen | 1 | -5/+9 |
2022-01-15 | vdpa: Mark vdpa_config_ops.get_vq_notification as optional | Eugenio Pérez | 1 | -1/+1 |
2022-01-15 | vdpa: add driver_override support | Stefano Garzarella | 1 | -0/+2 |
2021-11-01 | vdpa: Enable user to set mac and mtu of vdpa device | Parav Pandit | 1 | -1/+16 |
2021-11-01 | vdpa: Use kernel coding style for structure comments | Parav Pandit | 1 | -1/+8 |
2021-11-01 | vdpa: Introduce query of device config layout | Parav Pandit | 1 | -0/+2 |
2021-11-01 | vdpa: Introduce and use vdpa device get, set config helpers | Parav Pandit | 1 | -15/+4 |
2021-11-01 | vdpa: add new callback get_vq_num_min in vdpa_config_ops | Wu Zongyong | 1 | -0/+4 |
2021-11-01 | vdpa: fix typo | Wu Zongyong | 1 | -1/+1 |
2021-09-06 | vdpa: Support transferring virtual addressing during DMA mapping | Xie Yongji | 1 | -3/+17 |
2021-09-06 | vdpa: Add an opaque pointer for vdpa_config_ops.dma_map() | Xie Yongji | 1 | -1/+1 |
2021-09-06 | vdpa: Add reset callback in vdpa_config_ops | Xie Yongji | 1 | -2/+6 |
2021-09-06 | vdpa: Fix some coding style issues | Xie Yongji | 1 | -17/+17 |
2021-08-11 | vdpa: Add documentation for vdpa_alloc_device() macro | Xie Yongji | 1 | -0/+11 |
2021-07-08 | vdpa: support packed virtqueue for set/get_vq_state() | Jason Wang | 1 | -2/+23 |
2021-05-03 | vdpa: add get_config_size callback in vdpa_config_ops | Stefano Garzarella | 1 | -0/+4 |
2021-05-03 | vdpa: Follow kdoc comment style | Parav Pandit | 1 | -19/+19 |
2021-02-25 | vdpa: set the virtqueue num during register | Jason Wang | 1 | -5/+5 |
2021-02-23 | vdpa: Enable a user to add and delete a vdpa device | Parav Pandit | 1 | -0/+6 |
2021-02-23 | vdpa: Define vdpa mgmt device, ops and a netlink interface | Parav Pandit | 1 | -0/+31 |
2021-02-23 | vdpa: Extend routine to accept vdpa device name | Parav Pandit | 1 | -4/+3 |
2020-12-19 | vdpa: Add missing comment for virtqueue count | Parav Pandit | 1 | -0/+1 |
2020-10-23 | vdpa: introduce config op to get valid iova range | Jason Wang | 1 | -0/+15 |
2020-08-06 | vdpa: Modify get_vq_state() to return error code | Eli Cohen | 1 | -2/+2 |
2020-08-06 | net/vdpa: Use struct for set/get vq state | Eli Cohen | 1 | -4/+14 |
2020-08-06 | vdpa: remove hard coded virtq num | Max Gurtovoy | 1 | -2/+4 |
2020-08-05 | vDPA: dont change vq irq after DRIVER_OK | Zhu Lingshan | 1 | -0/+1 |
2020-08-05 | vDPA: add get_vq_irq() in vdpa_config_ops | Zhu Lingshan | 1 | -0/+7 |
2020-08-05 | vdpa: make sure set_features is invoked for legacy | Michael S. Tsirkin | 1 | -0/+34 |
2020-06-04 | vdpa: introduce get_vq_notification method | Jason Wang | 1 | -0/+16 |