index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
virtio
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-27
virtio_rtc: Add RTC class driver
Peter Hilber
5
-10
/
+847
2025-05-27
virtio_rtc: Add Arm Generic Timer cross-timestamping
Peter Hilber
3
-0
/
+37
2025-05-27
virtio_rtc: Add PTP clocks
Peter Hilber
5
-4
/
+535
2025-05-27
virtio_rtc: Add module and driver core
Peter Hilber
4
-0
/
+825
2025-05-27
virtio-pci: Fix result size returned for the admin command completion
Israel Rukshin
1
-1
/
+12
2025-04-18
virtgpu: don't reset on shutdown
Michael S. Tsirkin
1
-0
/
+6
2025-04-14
virtio_ring: Fix data race by tagging event_triggered as racy for KCSAN
Zhongqiu Han
1
-1
/
+1
2025-04-14
virtio_pci: Use self group type for cap commands
Daniel Jurgens
1
-2
/
+2
2025-04-02
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-0
/
+29
2025-02-24
virtio: break and reset virtio devices on device_shutdown()
Michael S. Tsirkin
1
-0
/
+29
2025-02-18
virtio: mem: Switch to use hrtimer_setup()
Nam Cao
1
-2
/
+2
2025-01-28
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
4
-31
/
+209
2025-01-27
virtio_pci: Add support for PCIe Function Level Reset
Israel Rukshin
2
-25
/
+110
2025-01-27
virtio-mem: support CONFIG_PROC_VMCORE_DEVICE_RAM
David Hildenbrand
1
-0
/
+88
2025-01-27
virtio-mem: remember usable region size
David Hildenbrand
1
-3
/
+7
2025-01-27
virtio-mem: mark device ready before registering callbacks in kdump mode
David Hildenbrand
1
-2
/
+3
2025-01-08
virtio_balloon: Use outer variable 'page'
zhang jiao
1
-1
/
+1
2024-12-23
virtio: hookup irq_get_affinity callback
Daniel Wagner
1
-0
/
+19
2024-12-10
virtio_ring: add a func argument 'recycle_done' to virtqueue_reset()
Koichiro Den
1
-1
/
+5
2024-12-10
virtio_ring: add a func argument 'recycle_done' to virtqueue_resize()
Koichiro Den
1
-1
/
+5
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
1
-1
/
+1
2024-12-02
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
1
-1
/
+1
2024-11-28
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2
-108
/
+120
2024-11-27
Merge tag 'vfio-v6.13-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
2
-3
/
+473
2024-11-21
Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-175
/
+181
2024-11-19
Merge tag 's390-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
1
-6
/
+6
2024-11-16
virtio_ring: remove API virtqueue_set_dma_premapped
Xuan Zhuo
1
-48
/
+0
2024-11-16
virtio_ring: introduce add api for premapped
Xuan Zhuo
1
-0
/
+48
2024-11-16
virtio_ring: perform premapped operations based on per-buffer
Xuan Zhuo
1
-48
/
+53
2024-11-16
virtio_ring: packed: record extras for indirect buffers
Xuan Zhuo
1
-24
/
+36
2024-11-16
virtio_ring: split: record extras for indirect buffers
Xuan Zhuo
1
-60
/
+52
2024-11-16
virtio_ring: introduce vring_need_unmap_buffer
Xuan Zhuo
1
-15
/
+12
2024-11-14
virtio-pci: Introduce APIs to execute device parts admin commands
Yishai Hadas
2
-1
/
+355
2024-11-14
virtio: Manage device and driver capabilities via the admin commands
Yishai Hadas
2
-2
/
+116
2024-11-14
virtio: Extend the admin command to include the result size
Yishai Hadas
1
-1
/
+3
2024-11-13
virtio_vdpa: remove redundant check on desc
Colin Ian King
1
-2
/
+1
2024-11-13
virtio: Make vring_new_virtqueue support packed vring
Wenyu Huang
1
-106
/
+121
2024-11-07
virtio-mem: s390 support
David Hildenbrand
1
-6
/
+6
2024-11-06
virtio_pci: Fix admin vq cleanup by using correct info pointer
Feng Liu
3
-17
/
+20
2024-10-07
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-1
/
+1
2024-09-26
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-0
/
+18
2024-09-25
virtio_ring: tag event_triggered as racy for KCSAN
Michael S. Tsirkin
1
-1
/
+1
2024-09-10
virtio_balloon: introduce memory scan/reclaim info
zhenwei pi
1
-0
/
+9
2024-09-10
virtio_balloon: introduce memory allocation stall counter
zhenwei pi
1
-0
/
+8
2024-09-10
virtio_balloon: introduce oom-kill invocations
zhenwei pi
1
-0
/
+1
2024-08-16
virtio: allow driver to disable the configure change notification
Jason Wang
1
-3
/
+36
2024-08-16
virtio: rename virtio_config_enabled to virtio_config_core_enabled
Jason Wang
1
-11
/
+11
2024-07-29
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
4
-157
/
+236
2024-07-25
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2024-07-22
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-15
/
+14
[next]