summaryrefslogtreecommitdiffstats
path: root/drivers/vdpa
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2023-09-042-3/+8
|\
| * vdpa_sim: offer VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OKEugenio Pérez2023-09-031-0/+8
| * vdpa/mlx5: Remove unused function declarationsYue Haibing2023-09-031-3/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-189-116/+225
|\|
| * pds_vdpa: fix up debugfs feature bit printingShannon Nelson2023-08-101-7/+6
| * pds_vdpa: alloc irq vectors on DRIVER_OKAllen Hubbe2023-08-101-29/+81
| * pds_vdpa: clean and reset vqs entriesShannon Nelson2023-08-101-7/+17
| * pds_vdpa: always allow offering VIRTIO_NET_F_MACShannon Nelson2023-08-103-13/+23
| * pds_vdpa: reset to vdpa specified macAllen Hubbe2023-08-102-8/+9
| * vdpa/mlx5: Fix crash on shutdown for when no ndev existsDragos Tatulea2023-08-101-12/+0
| * vdpa/mlx5: Delete control vq iotlb in destroy_mr only when necessaryEugenio Pérez2023-08-103-3/+4
| * vdpa/mlx5: Fix mr->initialized semanticsDragos Tatulea2023-08-102-27/+71
| * vdpa/mlx5: Correct default number of queues when MQ is onDragos Tatulea2023-08-101-1/+9
| * vduse: Use proper spinlock for IRQ injectionMaxime Coquelin2023-08-101-4/+4
| * vdpa: Enable strict validation for netlinks opsDragos Tatulea2023-08-101-6/+0
| * vdpa: Add max vqp attr to vdpa_nl_policy for nlattr length checkLin Ma2023-08-101-0/+1
| * vdpa: Add queue index attr to vdpa_nl_policy for nlattr length checkLin Ma2023-08-101-0/+1
| * vdpa: Add features attr to vdpa_nl_policy for nlattr length checkLin Ma2023-08-101-0/+1
| * pds_vdpa: protect Makefile from unconfigured debugfsShannon Nelson2023-08-101-2/+1
* | net/mlx5: Allocate completion EQs dynamicallyMaher Sanalla2023-08-071-1/+1
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2023-07-0321-201/+1880
|\
| * vduse: fix NULL pointer dereferenceMaxime Coquelin2023-07-031-1/+5
| * vDPA/ifcvf: implement new accessors for vq_stateZhu Lingshan2023-07-033-33/+17
| * vDPA/ifcvf: detect and report max allowed vq sizeZhu Lingshan2023-07-033-2/+35
| * vDPA/ifcvf: dynamic allocate vq data storesZhu Lingshan2023-07-033-1/+6
| * vdpa/mlx5: Support interrupt bypassingEli Cohen2023-06-272-9/+171
| * pds_vdpa: pds_vdps.rst and KconfigShannon Nelson2023-06-271-0/+10
| * 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
* | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-1/+1
|\ \ | |/ |/|
| * mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes2023-06-091-1/+1
* | 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-2711-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