summaryrefslogtreecommitdiff
path: root/drivers/vdpa
AgeCommit message (Expand)Author
2023-07-03Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2023-07-03vduse: fix NULL pointer dereferenceMaxime Coquelin
2023-07-03vDPA/ifcvf: implement new accessors for vq_stateZhu Lingshan
2023-07-03vDPA/ifcvf: detect and report max allowed vq sizeZhu Lingshan
2023-07-03vDPA/ifcvf: dynamic allocate vq data storesZhu Lingshan
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-27vdpa/mlx5: Support interrupt bypassingEli Cohen
2023-06-27pds_vdpa: pds_vdps.rst and KconfigShannon Nelson
2023-06-27pds_vdpa: subscribe to the pds_core eventsShannon Nelson
2023-06-27pds_vdpa: add support for vdpa and vdpamgmt interfacesShannon Nelson
2023-06-27pds_vdpa: add vdpa config client commandsShannon Nelson
2023-06-27pds_vdpa: virtio bar setup for vdpaShannon Nelson
2023-06-27pds_vdpa: get vdpa management infoShannon Nelson
2023-06-27pds_vdpa: Add new vDPA driver for AMD/Pensando DSCShannon Nelson
2023-06-27vdpa/snet: implement the resume vDPA callbackAlvaro Karsz
2023-06-27vdpa: solidrun: constify pointers to hwmon_channel_infoKrzysztof Kozlowski
2023-06-27vDPA/ifcvf: a vendor driver should not set _CONFIG_S_FAILEDZhu Lingshan
2023-06-27vDPA/ifcvf: synchronize irqs in the reset routineZhu Lingshan
2023-06-27vDPA/ifcvf: retire ifcvf_start_datapath and ifcvf_add_statusZhu Lingshan
2023-06-27vDPA/ifcvf: get_driver_features from virtio registersZhu Lingshan
2023-06-27vDPA/ifcvf: virt queue ops take immediate actionsZhu Lingshan
2023-06-09mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes
2023-06-08vdpa/mlx5: Fix hang when cvq commands are triggered during device unregisterDragos Tatulea
2023-06-08vduse: avoid empty string for dev nameSheng Zhao
2023-04-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-21vdpa_sim_blk: support shared backendStefano Garzarella
2023-04-21vdpa_sim: move buffer allocation in the devicesStefano Garzarella
2023-04-21vdpa/snet: use likely/unlikely macros in hot functionsAlvaro Karsz
2023-04-21vdpa/snet: implement kick_vq_with_data callbackAlvaro Karsz
2023-04-21vdpa/snet: support the suspend vDPA callbackAlvaro Karsz
2023-04-21vdpa/snet: support getting and setting VQ stateAlvaro Karsz
2023-04-21vdpa_sim: add support for user VAStefano Garzarella
2023-04-21vdpa_sim: replace the spinlock with a mutex to protect the stateStefano Garzarella
2023-04-21vdpa_sim: use kthread workerStefano Garzarella
2023-04-21vdpa_sim: make devices agnostic for work managementStefano Garzarella
2023-04-21vduse: Support specifying bounce buffer size via sysfsXie Yongji
2023-04-21vduse: Delay iova domain creationXie Yongji
2023-04-21vduse: Signal vq trigger eventfd directly if possibleXie Yongji
2023-04-21vduse: Add sysfs interface for irq callback affinityXie Yongji
2023-04-21vduse: Support get_vq_affinity callbackXie Yongji
2023-04-21vduse: Support set_vq_affinity callbackXie Yongji
2023-04-21vduse: Refactor allocation for vduse virtqueuesXie Yongji
2023-04-21vdpa/mlx5: Extend driver support for new featuresEli Cohen
2023-04-21vdpa/mlx5: Make VIRTIO_NET_F_MRG_RXBUF off by defaultEli Cohen
2023-04-21vdpa/mlx5: Avoid losing link state updatesEli Cohen
2023-04-04vdpa_sim_net: complete the initialization before register the deviceStefano Garzarella
2023-04-04vdpa/mlx5: Add and remove debugfs in setup/teardown driverEli Cohen
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman