index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Lines
2023-04-21
vdpa_sim: replace the spinlock with a mutex to protect the state
Stefano Garzarella
-23
/
+23
2023-04-21
vdpa_sim: use kthread worker
Stefano Garzarella
-7
/
+15
2023-04-21
vdpa_sim: make devices agnostic for work management
Stefano Garzarella
-11
/
+21
2023-04-21
vringh: support VA with iotlb
Stefano Garzarella
-32
/
+139
2023-04-21
vringh: define the stride used for translation
Stefano Garzarella
-2
/
+4
2023-04-21
vringh: replace kmap_atomic() with kmap_local_page()
Stefano Garzarella
-4
/
+4
2023-04-21
vhost-vdpa: use bind_mm/unbind_mm device callbacks
Stefano Garzarella
-0
/
+34
2023-04-21
vringh: fix typos in the vringh_init_* documentation
Stefano Garzarella
-9
/
+9
2023-04-21
vduse: Support specifying bounce buffer size via sysfs
Xie Yongji
-1
/
+44
2023-04-21
vduse: Delay iova domain creation
Xie Yongji
-22
/
+53
2023-04-21
vduse: Signal vq trigger eventfd directly if possible
Xie Yongji
-4
/
+26
2023-04-21
vdpa: Add eventfd for the vdpa callback
Xie Yongji
-0
/
+3
2023-04-21
vduse: Add sysfs interface for irq callback affinity
Xie Yongji
-11
/
+113
2023-04-21
vduse: Support get_vq_affinity callback
Xie Yongji
-0
/
+9
2023-04-21
vduse: Support set_vq_affinity callback
Xie Yongji
-7
/
+54
2023-04-21
vduse: Refactor allocation for vduse virtqueues
Xie Yongji
-32
/
+66
2023-04-21
virtio-vdpa: Support interrupt affinity spreading mechanism
Xie Yongji
-0
/
+68
2023-04-21
vdpa: Add set/get_vq_affinity callbacks in vdpa_config_ops
Xie Yongji
-0
/
+28
2023-04-21
vdpa/mlx5: Extend driver support for new features
Eli Cohen
-16
/
+40
2023-04-21
vdpa/mlx5: Make VIRTIO_NET_F_MRG_RXBUF off by default
Eli Cohen
-0
/
+2
2023-04-21
virtio_ring: Allow non power of 2 sizes for packed virtqueue
Feng Liu
-5
/
+0
2023-04-21
vhost-scsi: Reduce vhost_scsi_mutex use
Mike Christie
-7
/
+9
2023-04-21
vhost-scsi: Drop vhost_scsi_mutex use in port callouts
Mike Christie
-12
/
+2
2023-04-21
vhost-scsi: Check for a cleared backend before queueing an event
Mike Christie
-0
/
+8
2023-04-21
vhost-scsi: Drop device mutex use in vhost_scsi_do_plug
Mike Christie
-3
/
+0
2023-04-21
vhost-scsi: Delay releasing our refcount on the tpg
Mike Christie
-24
/
+37
2023-04-21
virtio_ring: Use const to annotate read-only pointer params
Feng Liu
-18
/
+18
2023-04-21
virtio_ring: Avoid using inline for small functions
Feng Liu
-7
/
+7
2023-04-21
vhost: use struct_size and size_add to compute flex array sizes
Jacob Keller
-4
/
+2
2023-04-21
vdpa/mlx5: Avoid losing link state updates
Eli Cohen
-89
/
+114
2023-04-21
usb: dwc3: gadget: Refactor EP0 forced stall/restart into a separate API
Wesley Cheng
-32
/
+21
2023-04-21
usb: dwc3: gadget: Execute gadget stop after halting the controller
Wesley Cheng
-2
/
+13
2023-04-20
net: enetc: include MAC Merge / FP registers in register dump
Vladimir Oltean
-0
/
+17
2023-04-20
net: enetc: only commit preemptible TCs to hardware when MM TX is active
Vladimir Oltean
-18
/
+75
2023-04-20
net: enetc: report mm tx-active based on tx-enabled and verify-status
Vladimir Oltean
-1
/
+3
2023-04-20
net: enetc: fix MAC Merge layer remaining enabled until a link down event
Vladimir Oltean
-4
/
+7
2023-04-20
wwan: core: add print for wwan port attach/disconnect
Slark Xiao
-0
/
+3
2023-04-20
eth: mlx5: avoid iterator use outside of a loop
Jakub Kicinski
-2
/
+3
2023-04-20
Merge tag 'drm-fixes-2023-04-21' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
-12
/
+61
2023-04-20
net: phy: fix circular LEDS_CLASS dependencies
Arnd Bergmann
-2
/
+10
2023-04-20
Revert "net/mlx5e: Don't use termination table when redundant"
Vlad Buslov
-28
/
+4
2023-04-20
net/mlx5e: Nullify table pointer when failing to create
Aya Levin
-1
/
+2
2023-04-20
net/mlx5: Use recovery timeout on sync reset flow
Moshe Shemesh
-3
/
+3
2023-04-20
Revert "net/mlx5: Remove "recovery" arg from mlx5_load_one() function"
Moshe Shemesh
-6
/
+7
2023-04-20
net/mlx5e: Fix error flow in representor failing to add vport rx rule
Roi Dayan
-0
/
+5
2023-04-20
net/mlx5: Release tunnel device after tc update skb
Chris Mi
-0
/
+1
2023-04-20
net/mlx5: E-switch, Don't destroy indirect table in split rule
Chris Mi
-2
/
+0
2023-04-20
net/mlx5: E-switch, Create per vport table based on devlink encap mode
Chris Mi
-5
/
+15
2023-04-20
net/mlx5e: Release the label when replacing existing ct entry
Vlad Buslov
-0
/
+1
2023-04-20
net/mlx5e: Don't clone flow post action attributes second time
Vlad Buslov
-10
/
+3
[prev]
[next]