index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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
8 days
virtio_input: Improve freeze handling
Ying Gao
1
-0
/
+4
8 days
virtio_pci: Fix misleading comment for queue vector
Liming Wu
2
-4
/
+4
2025-08-02
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
5
-93
/
+16
2025-08-01
virtio: virtio_dma_buf: fix missing parameter documentation
WangYuli
1
-0
/
+2
2025-08-01
virtio: Fix typo in register_virtio_device() doc comment
Alok Tiwari
1
-1
/
+1
2025-08-01
virtio-vdpa: Remove virtqueue list
Viresh Kumar
1
-41
/
+3
2025-08-01
virtio-mmio: Remove virtqueue list from mmio device
Viresh Kumar
1
-49
/
+3
2025-08-01
virtio: document ENOSPC
Michael S. Tsirkin
1
-0
/
+4
2025-08-01
virtio: fix comments, readability
Michael S. Tsirkin
1
-2
/
+3
2025-08-01
Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-4
/
+2
2025-07-30
Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
4
-63
/
+86
2025-07-29
Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linux
Linus Torvalds
1
-4
/
+5
2025-07-14
mm/balloon_compaction: convert balloon_page_delete() to balloon_page_finalize()
David Hildenbrand
1
-3
/
+1
2025-07-14
mm/page_isolation: remove migratetype parameter from more functions
Zi Yan
1
-1
/
+1
2025-07-08
virtio_pci_modern: allow configuring extended features
Paolo Abeni
2
-34
/
+45
2025-07-08
virtio: introduce extended features
Paolo Abeni
2
-29
/
+41
2025-07-03
virtio_ring: Fix error reporting in virtqueue_resize
Laurent Vivier
1
-2
/
+6
2025-07-01
lib/group_cpus: Let group_cpu_evenly() return the number of initialized masks
Daniel Wagner
1
-4
/
+5
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
[next]