index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
virtio
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-27
virtio: clean up features qword/dword terms
Michael S. Tsirkin
3
-14
/
+14
2025-11-27
virtio_balloon: add WQ_PERCPU to alloc_workqueue users
Marco Crivellari
1
-1
/
+2
2025-11-27
virtio: fix kernel-doc for mapping/free_coherent functions
Kriish Sharma
1
-3
/
+4
2025-11-27
virtio_vdpa: fix misleading return in void function
Alok Tiwari
1
-1
/
+1
2025-10-04
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
3
-178
/
+305
2025-10-03
Merge tag 'dma-mapping-6.18-2025-09-30' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-2
/
+2
2025-10-01
virtio-vdpa: Drop redundant conversion to bool
Xichao Zhao
1
-1
/
+1
2025-10-01
vdpa: introduce map ops
Jason Wang
1
-1
/
+3
2025-10-01
vdpa: support virtio_map
Jason Wang
1
-6
/
+5
2025-10-01
virtio: introduce map ops in virtio core
Jason Wang
2
-42
/
+172
2025-10-01
virtio_ring: rename dma_handle to map_handle
Jason Wang
1
-6
/
+6
2025-10-01
virtio: introduce virtio_map container union
Jason Wang
2
-53
/
+57
2025-10-01
virtio: rename dma helpers
Jason Wang
1
-57
/
+57
2025-10-01
virtio_ring: switch to use dma_{map|unmap}_page()
Jason Wang
1
-32
/
+23
2025-10-01
virtio_ring: constify virtqueue pointer for DMA helpers
Jason Wang
1
-12
/
+13
2025-10-01
virtio_balloon: Remove redundant __GFP_NOWARN
Qianfeng Rong
1
-1
/
+1
2025-09-21
virtio_balloon: stop calling page_address() in free_pages()
Vishal Moola (Oracle)
1
-5
/
+3
2025-09-13
treewide: remove MIGRATEPAGE_SUCCESS
David Hildenbrand
1
-1
/
+1
2025-09-12
kmsan: convert kmsan_handle_dma to use physical addresses
Leon Romanovsky
1
-2
/
+2
2025-08-26
virtio_input: Improve freeze handling
Ying Gao
1
-0
/
+4
2025-08-26
virtio_pci: Fix misleading comment for queue vector
Liming Wu
2
-4
/
+4
2025-08-01
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-07-31
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-28
Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linux
Linus Torvalds
1
-4
/
+5
2025-07-13
mm/balloon_compaction: convert balloon_page_delete() to balloon_page_finalize()
David Hildenbrand
1
-3
/
+1
2025-07-13
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-01
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-27
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
[next]