summaryrefslogtreecommitdiffstats
path: root/drivers/vdpa (follow)
Commit message (Expand)AuthorAgeFilesLines
* pds_vdpa: subscribe to the pds_core eventsShannon Nelson2023-06-272-1/+59
* pds_vdpa: add support for vdpa and vdpamgmt interfacesShannon Nelson2023-06-276-2/+892
* pds_vdpa: add vdpa config client commandsShannon Nelson2023-06-274-1/+236
* pds_vdpa: virtio bar setup for vdpaShannon Nelson2023-06-272-0/+28
* pds_vdpa: get vdpa management infoShannon Nelson2023-06-276-1/+150
* pds_vdpa: Add new vDPA driver for AMD/Pensando DSCShannon Nelson2023-06-276-0/+144
* vdpa/snet: implement the resume vDPA callbackAlvaro Karsz2023-06-273-0/+22
* vdpa: solidrun: constify pointers to hwmon_channel_infoKrzysztof Kozlowski2023-06-271-1/+1
* vDPA/ifcvf: a vendor driver should not set _CONFIG_S_FAILEDZhu Lingshan2023-06-271-3/+1
* vDPA/ifcvf: synchronize irqs in the reset routineZhu Lingshan2023-06-273-52/+40
* vDPA/ifcvf: retire ifcvf_start_datapath and ifcvf_add_statusZhu Lingshan2023-06-273-43/+0
* vDPA/ifcvf: get_driver_features from virtio registersZhu Lingshan2023-06-273-23/+29
* vDPA/ifcvf: virt queue ops take immediate actionsZhu Lingshan2023-06-273-39/+45
* vdpa/mlx5: Fix hang when cvq commands are triggered during device unregisterDragos Tatulea2023-06-081-1/+1
* vduse: avoid empty string for dev nameSheng Zhao2023-06-081-0/+3
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2023-04-2811-309/+1178
|\
| * vdpa_sim_blk: support shared backendStefano Garzarella2023-04-211-7/+50
| * vdpa_sim: move buffer allocation in the devicesStefano Garzarella2023-04-214-21/+57
| * vdpa/snet: use likely/unlikely macros in hot functionsAlvaro Karsz2023-04-211-3/+3
| * vdpa/snet: implement kick_vq_with_data callbackAlvaro Karsz2023-04-211-0/+13
| * vdpa/snet: support the suspend vDPA callbackAlvaro Karsz2023-04-213-0/+22
| * vdpa/snet: support getting and setting VQ stateAlvaro Karsz2023-04-215-71/+387
| * vdpa_sim: add support for user VAStefano Garzarella2023-04-212-8/+90
| * vdpa_sim: replace the spinlock with a mutex to protect the stateStefano Garzarella2023-04-214-23/+23
| * vdpa_sim: use kthread workerStefano Garzarella2023-04-212-7/+15
| * vdpa_sim: make devices agnostic for work managementStefano Garzarella2023-04-214-11/+21
| * vduse: Support specifying bounce buffer size via sysfsXie Yongji2023-04-211-1/+44
| * vduse: Delay iova domain creationXie Yongji2023-04-211-22/+53
| * vduse: Signal vq trigger eventfd directly if possibleXie Yongji2023-04-211-4/+26
| * vduse: Add sysfs interface for irq callback affinityXie Yongji2023-04-211-11/+113
| * vduse: Support get_vq_affinity callbackXie Yongji2023-04-211-0/+9
| * vduse: Support set_vq_affinity callbackXie Yongji2023-04-211-7/+54
| * vduse: Refactor allocation for vduse virtqueuesXie Yongji2023-04-211-32/+66
| * vdpa/mlx5: Extend driver support for new featuresEli Cohen2023-04-211-16/+40
| * vdpa/mlx5: Make VIRTIO_NET_F_MRG_RXBUF off by defaultEli Cohen2023-04-211-0/+2
| * vdpa/mlx5: Avoid losing link state updatesEli Cohen2023-04-211-89/+114
* | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-1/+1
|\ \ | |/ |/|
| * Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-034-2/+18
| |\
| * | driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
* | | vdpa_sim_net: complete the initialization before register the deviceStefano Garzarella2023-04-041-4/+9
* | | vdpa/mlx5: Add and remove debugfs in setup/teardown driverEli Cohen2023-04-041-2/+6
| |/ |/|
* | vdpa_sim: set last_used_idx as last_avail_idx in vdpasim_queue_readyEugenio PĂ©rez2023-03-131-0/+11
* | vdpa/mlx5: should not activate virtq object when suspendedSi-Wei Liu2023-03-102-1/+6
* | vp_vdpa: fix the crash in hot unplug with vp_vdpaCindy Lu2023-03-101-1/+1
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2023-02-2520-382/+2433
|\
| * vdpa/mlx5: support device features provisioningSi-Wei Liu2023-02-211-8/+45
| * vdpa/mlx5: make MTU/STATUS presence conditional on feature bitsSi-Wei Liu2023-02-211-8/+14
| * vdpa: validate device feature provisioning against supported classSi-Wei Liu2023-02-211-9/+50
| * vdpa: validate provisioned device features against specified attributeSi-Wei Liu2023-02-211-0/+18
| * vdpa: conditionally read STATUS in config spaceSi-Wei Liu2023-02-211-5/+15