summaryrefslogtreecommitdiff
path: root/drivers/vdpa
AgeCommit message (Expand)Author
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
2023-03-13vdpa_sim: set last_used_idx as last_avail_idx in vdpasim_queue_readyEugenio PĂ©rez
2023-03-10vdpa/mlx5: should not activate virtq object when suspendedSi-Wei Liu
2023-03-10vp_vdpa: fix the crash in hot unplug with vp_vdpaCindy Lu
2023-02-25Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-20Merge tag 'locking-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-02-20vdpa/mlx5: support device features provisioningSi-Wei Liu
2023-02-20vdpa/mlx5: make MTU/STATUS presence conditional on feature bitsSi-Wei Liu
2023-02-20vdpa: validate device feature provisioning against supported classSi-Wei Liu
2023-02-20vdpa: validate provisioned device features against specified attributeSi-Wei Liu
2023-02-20vdpa: conditionally read STATUS in config spaceSi-Wei Liu
2023-02-20vdpa: fix improper error message when adding vdpa devSi-Wei Liu
2023-02-20vdpa/mlx5: Initialize CVQ iotlb spinlockEli Cohen
2023-02-20vdpa/mlx5: Don't clear mr struct on destroy MREli Cohen
2023-02-20vdpa/mlx5: Directly assign memory keyEli Cohen
2023-02-20vdpa: Fix a couple of spelling mistakes in some messagesColin Ian King
2023-02-20vdpa: mlx5: support per virtqueue dma deviceJason Wang
2023-02-20vdpa: set dma mask for vDPA deviceJason Wang
2023-02-20vdpa_sim: get rid of DMA opsJason Wang
2023-02-20vdpa_sim_net: vendor satisticsJason Wang
2023-02-20vdpa_sim: support vendor statisticsJason Wang
2023-02-20vdpasim: customize allocation sizeJason Wang
2023-02-20vdpa_sim: switch to use __vdpa_alloc_device()Jason Wang
2023-02-20vdpa_sim: use weak barriersJason Wang