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-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
| * 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
| |/ |/|