summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2023-04-21vdpa_sim: replace the spinlock with a mutex to protect the stateStefano Garzarella-23/+23
2023-04-21vdpa_sim: use kthread workerStefano Garzarella-7/+15
2023-04-21vdpa_sim: make devices agnostic for work managementStefano Garzarella-11/+21
2023-04-21vringh: support VA with iotlbStefano Garzarella-32/+139
2023-04-21vringh: define the stride used for translationStefano Garzarella-2/+4
2023-04-21vringh: replace kmap_atomic() with kmap_local_page()Stefano Garzarella-4/+4
2023-04-21vhost-vdpa: use bind_mm/unbind_mm device callbacksStefano Garzarella-0/+34
2023-04-21vringh: fix typos in the vringh_init_* documentationStefano Garzarella-9/+9
2023-04-21vduse: Support specifying bounce buffer size via sysfsXie Yongji-1/+44
2023-04-21vduse: Delay iova domain creationXie Yongji-22/+53
2023-04-21vduse: Signal vq trigger eventfd directly if possibleXie Yongji-4/+26
2023-04-21vdpa: Add eventfd for the vdpa callbackXie Yongji-0/+3
2023-04-21vduse: Add sysfs interface for irq callback affinityXie Yongji-11/+113
2023-04-21vduse: Support get_vq_affinity callbackXie Yongji-0/+9
2023-04-21vduse: Support set_vq_affinity callbackXie Yongji-7/+54
2023-04-21vduse: Refactor allocation for vduse virtqueuesXie Yongji-32/+66
2023-04-21virtio-vdpa: Support interrupt affinity spreading mechanismXie Yongji-0/+68
2023-04-21vdpa: Add set/get_vq_affinity callbacks in vdpa_config_opsXie Yongji-0/+28
2023-04-21vdpa/mlx5: Extend driver support for new featuresEli Cohen-16/+40
2023-04-21vdpa/mlx5: Make VIRTIO_NET_F_MRG_RXBUF off by defaultEli Cohen-0/+2
2023-04-21virtio_ring: Allow non power of 2 sizes for packed virtqueueFeng Liu-5/+0
2023-04-21vhost-scsi: Reduce vhost_scsi_mutex useMike Christie-7/+9
2023-04-21vhost-scsi: Drop vhost_scsi_mutex use in port calloutsMike Christie-12/+2
2023-04-21vhost-scsi: Check for a cleared backend before queueing an eventMike Christie-0/+8
2023-04-21vhost-scsi: Drop device mutex use in vhost_scsi_do_plugMike Christie-3/+0
2023-04-21vhost-scsi: Delay releasing our refcount on the tpgMike Christie-24/+37
2023-04-21virtio_ring: Use const to annotate read-only pointer paramsFeng Liu-18/+18
2023-04-21virtio_ring: Avoid using inline for small functionsFeng Liu-7/+7
2023-04-21vhost: use struct_size and size_add to compute flex array sizesJacob Keller-4/+2
2023-04-21vdpa/mlx5: Avoid losing link state updatesEli Cohen-89/+114
2023-04-21usb: dwc3: gadget: Refactor EP0 forced stall/restart into a separate APIWesley Cheng-32/+21
2023-04-21usb: dwc3: gadget: Execute gadget stop after halting the controllerWesley Cheng-2/+13
2023-04-20net: enetc: include MAC Merge / FP registers in register dumpVladimir Oltean-0/+17
2023-04-20net: enetc: only commit preemptible TCs to hardware when MM TX is activeVladimir Oltean-18/+75
2023-04-20net: enetc: report mm tx-active based on tx-enabled and verify-statusVladimir Oltean-1/+3
2023-04-20net: enetc: fix MAC Merge layer remaining enabled until a link down eventVladimir Oltean-4/+7
2023-04-20wwan: core: add print for wwan port attach/disconnectSlark Xiao-0/+3
2023-04-20eth: mlx5: avoid iterator use outside of a loopJakub Kicinski-2/+3
2023-04-20Merge tag 'drm-fixes-2023-04-21' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-12/+61
2023-04-20net: phy: fix circular LEDS_CLASS dependenciesArnd Bergmann-2/+10
2023-04-20Revert "net/mlx5e: Don't use termination table when redundant"Vlad Buslov-28/+4
2023-04-20net/mlx5e: Nullify table pointer when failing to createAya Levin-1/+2
2023-04-20net/mlx5: Use recovery timeout on sync reset flowMoshe Shemesh-3/+3
2023-04-20Revert "net/mlx5: Remove "recovery" arg from mlx5_load_one() function"Moshe Shemesh-6/+7
2023-04-20net/mlx5e: Fix error flow in representor failing to add vport rx ruleRoi Dayan-0/+5
2023-04-20net/mlx5: Release tunnel device after tc update skbChris Mi-0/+1
2023-04-20net/mlx5: E-switch, Don't destroy indirect table in split ruleChris Mi-2/+0
2023-04-20net/mlx5: E-switch, Create per vport table based on devlink encap modeChris Mi-5/+15
2023-04-20net/mlx5e: Release the label when replacing existing ct entryVlad Buslov-0/+1
2023-04-20net/mlx5e: Don't clone flow post action attributes second timeVlad Buslov-10/+3