| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-04-15 | Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -4/+6 |
| 2026-04-05 | virtio_balloon: set unspecified page reporting order | Yuvraj Sakshith | 1 | -0/+2 |
| 2026-04-05 | mm: move pgscan, pgsteal, pgrefill to node stats | JP Kobryn (Meta) | 1 | -4/+4 |
| 2026-03-20 | dma-mapping: Clarify valid conditions for CPU cache line overlap | Leon Romanovsky | 1 | -5/+5 |
| 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 |
| 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 |
| 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-01 | Get rid of 'remove_new' relic from platform driver struct | Linus Torvalds | 1 | -1/+1 |
| 2024-11-27 | 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-18 | Merge tag 's390-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 1 | -6/+6 |
| 2024-11-15 | virtio_ring: remove API virtqueue_set_dma_premapped | Xuan Zhuo | 1 | -48/+0 |
| 2024-11-15 | virtio_ring: introduce add api for premapped | Xuan Zhuo | 1 | -0/+48 |
| 2024-11-15 | virtio_ring: perform premapped operations based on per-buffer | Xuan Zhuo | 1 | -48/+53 |
| 2024-11-15 | virtio_ring: packed: record extras for indirect buffers | Xuan Zhuo | 1 | -24/+36 |
| 2024-11-15 | virtio_ring: split: record extras for indirect buffers | Xuan Zhuo | 1 | -60/+52 |
| 2024-11-15 | virtio_ring: introduce vring_need_unmap_buffer | Xuan Zhuo | 1 | -15/+12 |
| 2024-11-13 | virtio-pci: Introduce APIs to execute device parts admin commands | Yishai Hadas | 2 | -1/+355 |
| 2024-11-13 | virtio: Manage device and driver capabilities via the admin commands | Yishai Hadas | 2 | -2/+116 |
| 2024-11-13 | virtio: Extend the admin command to include the result size | Yishai Hadas | 1 | -1/+3 |
| 2024-11-12 | virtio_vdpa: remove redundant check on desc | Colin Ian King | 1 | -2/+1 |
| 2024-11-12 | 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-15 | virtio: allow driver to disable the configure change notification | Jason Wang | 1 | -3/+36 |
| 2024-08-15 | 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-21 | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -15/+14 |
| 2024-07-20 | Merge tag 'riscv-for-linus-6.11-mw1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
| 2024-07-19 | Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+1 |
| 2024-07-17 | virtio_pci_modern: remove admin queue serialization lock | Jiri Pirko | 2 | -7/+0 |
| 2024-07-17 | virtio_pci_modern: use completion instead of busy loop to wait on admin cmd r... | Jiri Pirko | 3 | -16/+74 |
| 2024-07-17 | virtio_pci_modern: pass cmd as an identification token | Jiri Pirko | 1 | -3/+3 |
| 2024-07-17 | virtio_pci_modern: create admin queue of queried size | Jiri Pirko | 1 | -2/+1 |
| 2024-07-17 | virtio: create admin queues alongside other virtqueues | Jiri Pirko | 4 | -92/+46 |
| 2024-07-17 | virtio_pci: pass vq info as an argument to vp_setup_vq() | Jiri Pirko | 1 | -6/+10 |
| 2024-07-17 | virtio: push out code to vp_avq_index() | Jiri Pirko | 1 | -10/+21 |
| 2024-07-17 | virtio_pci_modern: treat vp_dev->admin_vq.info.vq pointer as static | Jiri Pirko | 2 | -11/+2 |
| 2024-07-17 | virtio_pci: introduce vector allocation fallback for slow path virtqueues | Jiri Pirko | 2 | -9/+51 |
| 2024-07-17 | virtio_pci: pass vector policy enum to vp_find_one_vq_msix() | Jiri Pirko | 1 | -8/+9 |
| 2024-07-17 | virtio_pci: pass vector policy enum to vp_find_vqs_msix() | Jiri Pirko | 1 | -3/+13 |
| 2024-07-17 | virtio_pci: simplify vp_request_msix_vectors() call a bit | Jiri Pirko | 1 | -2/+4 |
| 2024-07-17 | virtio_pci: push out single vq find code to vp_find_one_vq_msix() | Jiri Pirko | 1 | -27/+41 |
| 2024-07-17 | virtio: add missing MODULE_DESCRIPTION() macro | Jeff Johnson | 1 | -0/+1 |
| 2024-07-17 | virtio: rename virtio_find_vqs_info() to virtio_find_vqs() | Jiri Pirko | 2 | -3/+3 |
| 2024-07-17 | virtio: convert the rest virtio_find_vqs() users to virtio_find_vqs_info() | Jiri Pirko | 1 | -4/+5 |
| 2024-07-17 | virtio_balloon: convert to use virtio_find_vqs_info() | Jiri Pirko | 1 | -21/+13 |
| 2024-07-17 | virtio: rename find_vqs_info() op to find_vqs() | Jiri Pirko | 4 | -5/+5 |
| 2024-07-17 | virtio: convert find_vqs() op implementations to find_vqs_info() | Jiri Pirko | 2 | -15/+14 |
| 2024-07-17 | virtio_pci: convert vp_*find_vqs() ops to find_vqs_info() | Jiri Pirko | 4 | -30/+32 |
| 2024-07-12 | virtio: add missing MODULE_DESCRIPTION() macro | Jeff Johnson | 1 | -0/+1 |
| 2024-07-09 | virtio: add missing MODULE_DESCRIPTION() macros | Jeff Johnson | 2 | -0/+2 |
| 2024-07-09 | virtio_balloon: separate vm events into a function | zhenwei pi | 1 | -14/+29 |
| 2024-07-04 | virtio_ring: fix KMSAN error for premapped mode | Xuan Zhuo | 1 | -1/+3 |
| 2024-07-03 | mm/memory_hotplug: skip adjust_managed_page_count() for PageOffline() pages w... | David Hildenbrand | 1 | -9/+2 |
| 2024-07-03 | mm/memory_hotplug: initialize memmap of !ZONE_DEVICE with PageOffline() inste... | David Hildenbrand | 1 | -6/+12 |
| 2024-07-03 | driver core: have match() callback in struct bus_type take a const * | Greg Kroah-Hartman | 1 | -1/+1 |
| 2024-06-26 | virtio-mem: Enable virtio-mem for RISC-V | Björn Töpel | 1 | -1/+1 |
| 2024-05-23 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 5 | -44/+123 |
| 2024-05-22 | virtio-pci: Check if is_avq is NULL | Li Zhang | 1 | -1/+1 |
| 2024-05-22 | virtio: delete vq in vp_find_vqs_msix() when request_irq() fails | Jiri Pirko | 1 | -1/+3 |
| 2024-05-22 | virtio: mem: drop owner assignment | Krzysztof Kozlowski | 1 | -1/+0 |
| 2024-05-22 | virtio: input: drop owner assignment | Krzysztof Kozlowski | 1 | -1/+0 |
| 2024-05-22 | virtio: balloon: drop owner assignment | Krzysztof Kozlowski | 1 | -1/+0 |
| 2024-05-22 | virtio_balloon: Treat stats requests as wakeup events | David Stevens | 1 | -29/+46 |
| 2024-05-22 | virtio_balloon: Give the balloon its own wakeup source | David Stevens | 1 | -2/+11 |
| 2024-05-22 | virtio-mem: support suspend+resume | David Hildenbrand | 1 | -6/+62 |
| 2024-05-19 | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -0/+1 |
| 2024-05-13 | virtio_ring: enable premapped mode whatever use_dma_api | Xuan Zhuo | 1 | -6/+1 |
| 2024-05-01 | virtio-mmio: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2024-04-26 | virtio: add debugfs infrastructure to allow to debug virtio features | Jiri Pirko | 4 | -0/+133 |
| 2024-04-25 | fix missing vmalloc.h includes | Kent Overstreet | 1 | -0/+1 |
| 2024-04-08 | virtio: store owner from modules with register_virtio_driver() | Krzysztof Kozlowski | 1 | -2/+4 |
| 2024-03-19 | virtio: packed: fix unmap leak for indirect desc table | Xuan Zhuo | 1 | -3/+3 |
| 2024-03-19 | virtio: make virtio_bus const | Ricardo B. Marliere | 1 | -1/+1 |
| 2024-03-19 | virtio_vdpa: create vqs with the actual size | Zhu Lingshan | 1 | -1/+4 |
| 2024-03-19 | virtio: reenable config if freezing device failed | David Hildenbrand | 1 | -1/+3 |
| 2024-01-18 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2 | -11/+80 |
| 2024-01-18 | Merge tag 'vfio-v6.8-rc1' of https://github.com/awilliam/linux-vfio | Linus Torvalds | 8 | -8/+618 |
| 2024-01-10 | virtio_balloon: stay awake while adjusting balloon | David Stevens | 1 | -10/+47 |
| 2024-01-09 | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -5/+5 |
| 2024-01-08 | mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER | Kirill A. Shutemov | 2 | -5/+5 |
| 2023-12-27 | virtio: Add support for no-reset virtio PCI PM | David Stevens | 1 | -1/+33 |
| 2023-12-19 | virtio-pci: Introduce APIs to execute legacy IO admin commands | Yishai Hadas | 4 | -0/+258 |
| 2023-12-19 | virtio-pci: Initialize the supported admin commands | Yishai Hadas | 3 | -2/+71 |
| 2023-12-19 | virtio-pci: Introduce admin command sending function | Feng Liu | 2 | -2/+147 |
| 2023-12-19 | virtio-pci: Introduce admin virtqueue | Feng Liu | 5 | -8/+146 |
| 2023-12-04 | virtio_ring: fix syncs DMA memory with different direction | Xuan Zhuo | 1 | -4/+2 |
| 2023-11-16 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2 | -6/+7 |
| 2023-11-05 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 4 | -3/+43 |
| 2023-11-02 | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -10/+14 |
| 2023-11-01 | virtio_pci: Switch away from deprecated irq_set_affinity_hint | Jakub Sitnicki | 1 | -3/+3 |
| 2023-11-01 | virtio_pci: move structure to a header | Michael S. Tsirkin | 1 | -3/+4 |
| 2023-11-01 | vhost-vdpa: clean iotlb map during reset for older userspace | Si-Wei Liu | 1 | -1/+1 |
| 2023-11-01 | virtio_pci: add check for common cfg size | Xuan Zhuo | 2 | -1/+37 |
| 2023-11-01 | virtio_pci: add build offset check for the new common cfg items | Xuan Zhuo | 1 | -0/+4 |
| 2023-11-01 | virtio-balloon: correct the comment of virtballoon_migratepage() | Xueshi Hu | 1 | -1/+1 |
| 2023-10-18 | virtio_pci: fix the common cfg map size | Xuan Zhuo | 1 | -1/+1 |
| 2023-10-18 | virtio_balloon: Fix endless deflation and inflation on arm64 | Gavin Shan | 1 | -1/+5 |
| 2023-10-18 | virtio-mmio: fix memory leak of vm_dev | Maximilian Heyne | 1 | -5/+14 |
| 2023-10-04 | virtio_balloon: dynamically allocate the virtio-balloon shrinker | Qi Zheng | 1 | -10/+14 |
| 2023-09-03 | virtio_ring: fix avail_wrap_counter in virtqueue_add_packed | Yuan Yao | 1 | -1/+1 |
| 2023-09-03 | virtio_vdpa: build affinity masks conditionally | Jason Wang | 1 | -6/+11 |
| 2023-09-03 | virtio_ring: introduce dma sync api for virtqueue | Xuan Zhuo | 1 | -0/+76 |