index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
vdpa_sim_blk: support shared backend
Stefano Garzarella
2023-04-21
1
-7
/
+50
*
vdpa_sim: move buffer allocation in the devices
Stefano Garzarella
2023-04-21
4
-21
/
+57
*
vdpa/snet: use likely/unlikely macros in hot functions
Alvaro Karsz
2023-04-21
1
-3
/
+3
*
vdpa/snet: implement kick_vq_with_data callback
Alvaro Karsz
2023-04-21
1
-0
/
+13
*
virtio-vdpa: add VIRTIO_F_NOTIFICATION_DATA feature support
Alvaro Karsz
2023-04-21
1
-2
/
+21
*
virtio: add VIRTIO_F_NOTIFICATION_DATA feature support
Viktor Prutyanov
2023-04-21
4
-5
/
+71
*
vdpa/snet: support the suspend vDPA callback
Alvaro Karsz
2023-04-21
3
-0
/
+22
*
vdpa/snet: support getting and setting VQ state
Alvaro Karsz
2023-04-21
5
-71
/
+387
*
virtio_ring: don't update event idx on get_buf
Albert Huang
2023-04-21
1
-6
/
+16
*
vdpa_sim: add support for user VA
Stefano Garzarella
2023-04-21
2
-8
/
+90
*
vdpa_sim: replace the spinlock with a mutex to protect the state
Stefano Garzarella
2023-04-21
4
-23
/
+23
*
vdpa_sim: use kthread worker
Stefano Garzarella
2023-04-21
2
-7
/
+15
*
vdpa_sim: make devices agnostic for work management
Stefano Garzarella
2023-04-21
4
-11
/
+21
*
vringh: support VA with iotlb
Stefano Garzarella
2023-04-21
1
-32
/
+139
*
vringh: define the stride used for translation
Stefano Garzarella
2023-04-21
1
-2
/
+4
*
vringh: replace kmap_atomic() with kmap_local_page()
Stefano Garzarella
2023-04-21
1
-4
/
+4
*
vhost-vdpa: use bind_mm/unbind_mm device callbacks
Stefano Garzarella
2023-04-21
1
-0
/
+34
*
vringh: fix typos in the vringh_init_* documentation
Stefano Garzarella
2023-04-21
1
-9
/
+9
*
vduse: Support specifying bounce buffer size via sysfs
Xie Yongji
2023-04-21
1
-1
/
+44
*
vduse: Delay iova domain creation
Xie Yongji
2023-04-21
1
-22
/
+53
*
vduse: Signal vq trigger eventfd directly if possible
Xie Yongji
2023-04-21
1
-4
/
+26
*
vdpa: Add eventfd for the vdpa callback
Xie Yongji
2023-04-21
2
-0
/
+3
*
vduse: Add sysfs interface for irq callback affinity
Xie Yongji
2023-04-21
1
-11
/
+113
*
vduse: Support get_vq_affinity callback
Xie Yongji
2023-04-21
1
-0
/
+9
*
vduse: Support set_vq_affinity callback
Xie Yongji
2023-04-21
1
-7
/
+54
*
vduse: Refactor allocation for vduse virtqueues
Xie Yongji
2023-04-21
1
-32
/
+66
*
virtio-vdpa: Support interrupt affinity spreading mechanism
Xie Yongji
2023-04-21
1
-0
/
+68
*
vdpa: Add set/get_vq_affinity callbacks in vdpa_config_ops
Xie Yongji
2023-04-21
1
-0
/
+28
*
vdpa/mlx5: Extend driver support for new features
Eli Cohen
2023-04-21
1
-16
/
+40
*
vdpa/mlx5: Make VIRTIO_NET_F_MRG_RXBUF off by default
Eli Cohen
2023-04-21
1
-0
/
+2
*
virtio_ring: Allow non power of 2 sizes for packed virtqueue
Feng Liu
2023-04-21
1
-5
/
+0
*
vhost-scsi: Reduce vhost_scsi_mutex use
Mike Christie
2023-04-21
1
-7
/
+9
*
vhost-scsi: Drop vhost_scsi_mutex use in port callouts
Mike Christie
2023-04-21
1
-12
/
+2
*
vhost-scsi: Check for a cleared backend before queueing an event
Mike Christie
2023-04-21
1
-0
/
+8
*
vhost-scsi: Drop device mutex use in vhost_scsi_do_plug
Mike Christie
2023-04-21
1
-3
/
+0
*
vhost-scsi: Delay releasing our refcount on the tpg
Mike Christie
2023-04-21
1
-24
/
+37
*
virtio_ring: Use const to annotate read-only pointer params
Feng Liu
2023-04-21
1
-18
/
+18
*
virtio_ring: Avoid using inline for small functions
Feng Liu
2023-04-21
1
-7
/
+7
*
vhost: use struct_size and size_add to compute flex array sizes
Jacob Keller
2023-04-21
1
-4
/
+2
*
vdpa/mlx5: Avoid losing link state updates
Eli Cohen
2023-04-21
1
-89
/
+114
*
Merge tag 'ubifs-for-linus-6.3-rc7' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-04-16
2
-8
/
+17
|
\
|
*
ubi: Fix failure attaching when vid_hdr offset equals to (sub)page size
Zhihao Cheng
2023-03-29
1
-6
/
+15
|
*
ubi: Fix deadlock caused by recursively holding work_sem
ZhaoLong Wang
2023-03-04
1
-2
/
+2
*
|
Merge tag 'i2c-for-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-04-15
2
-46
/
+49
|
\
\
|
*
|
i2c: ocores: generate stop condition after timeout in polling mode
Gregor Herburger
2023-04-13
1
-16
/
+19
|
*
|
i2c: mchp-pci1xxxx: Update Timing registers
Tharun Kumar P
2023-03-29
1
-30
/
+30
*
|
|
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
2023-04-15
1
-12
/
+8
|
\
\
\
|
*
|
|
scsi: ses: Handle enclosure with just a primary component gracefully
Jiri Kosina
2023-04-12
1
-12
/
+8
*
|
|
|
Merge tag 'block-6.3-2023-04-14' of git://git.kernel.dk/linux
Linus Torvalds
2023-04-15
1
-0
/
+2
|
\
\
\
\
|
*
|
|
|
nvme-pci: add NVME_QUIRK_BOGUS_NID for T-FORCE Z330 SSD
Duy Truong
2023-04-14
1
-0
/
+2
[next]