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
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-4
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
9
-28
/
+28
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
9
-35
/
+33
2026-02-13
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2
-233
/
+770
2026-01-31
mm: rename CONFIG_MEMORY_BALLOON -> CONFIG_BALLOON
David Hildenbrand (Red Hat)
1
-1
/
+1
2026-01-31
mm: rename CONFIG_BALLOON_COMPACTION to CONFIG_BALLOON_MIGRATION
David Hildenbrand (Red Hat)
1
-3
/
+3
2026-01-31
mm: rename balloon_compaction.(c|h) to balloon.(c|h)
David Hildenbrand (Red Hat)
1
-1
/
+1
2026-01-31
drivers/virtio/virtio_balloon: stop using balloon_page_push/pop()
David Hildenbrand (Red Hat)
1
-10
/
+15
2026-01-31
mm/balloon_compaction: centralize adjust_managed_page_count() handling
David Hildenbrand (Red Hat)
1
-17
/
+2
2026-01-31
mm/balloon_compaction: centralize basic page migration handling
David Hildenbrand (Red Hat)
1
-12
/
+0
2026-01-08
virtio_input: use virtqueue_add_inbuf_cache_clean for events
Michael S. Tsirkin
1
-1
/
+1
2026-01-08
virtio_input: fix DMA alignment for evts
Michael S. Tsirkin
1
-0
/
+3
2026-01-02
virtio: add virtqueue_add_inbuf_cache_clean API
Michael S. Tsirkin
1
-23
/
+60
2025-12-31
virtio_ring: add in order support
Jason Wang
1
-18
/
+430
2025-12-31
virtio_ring: factor out split detaching logic
Jason Wang
1
-4
/
+14
2025-12-31
virtio_ring: factor out split indirect detaching logic
Jason Wang
1
-28
/
+34
2025-12-31
virtio_ring: factor out core logic for updating last_used_idx
Jason Wang
1
-18
/
+25
2025-12-31
virtio_ring: factor out core logic of buffer detaching
Jason Wang
1
-4
/
+13
2025-12-31
virtio_ring: determine descriptor flags at one time
Jason Wang
1
-15
/
+13
2025-12-31
virtio_ring: introduce virtqueue ops
Jason Wang
1
-44
/
+127
2025-12-31
virtio_ring: switch to use unsigned int for virtqueue_poll_packed()
Jason Wang
1
-1
/
+2
2025-12-31
virtio_ring: switch to use vring_virtqueue for detach_unused_buf variants
Jason Wang
1
-7
/
+5
2025-12-31
virtio_ring: switch to use vring_virtqueue for disable_cb variants
Jason Wang
1
-9
/
+5
2025-12-31
virtio_ring: use vring_virtqueue for enable_cb_delayed variants
Jason Wang
1
-9
/
+7
2025-12-31
virtio_ring: switch to use vring_virtqueue for enable_cb_prepare variants
Jason Wang
1
-9
/
+6
2025-12-31
virtio: switch to use vring_virtqueue for virtqueue_get variants
Jason Wang
1
-9
/
+7
2025-12-31
virtio_ring: switch to use vring_virtqueue for virtqueue_add variants
Jason Wang
1
-20
/
+19
2025-12-31
virtio_ring: switch to use vring_virtqueue for virtqueue_kick_prepare variants
Jason Wang
1
-8
/
+6
2025-12-31
virtio_ring: switch to use vring_virtqueue for virtqueue resize variants
Jason Wang
1
-8
/
+6
2025-12-31
virtio_ring: unify logic of virtqueue_poll() and more_used()
Jason Wang
1
-28
/
+20
2025-12-31
virtio_ring: switch to use vring_virtqueue in virtqueue_poll variants
Jason Wang
1
-8
/
+6
2025-12-31
virtio_ring: rename virtqueue_reinit_xxx to virtqueue_reset_xxx()
Jason Wang
1
-6
/
+6
2025-12-26
virtio_ring: code cleanup in detach_buf_split
zhangdongchuan@eswincomputing.com
1
-3
/
+2
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
[next]