Age | Commit message (Expand) | Author | Files | Lines |
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 |
2023-09-03 | virtio_ring: introduce dma map api for virtqueue | Xuan Zhuo | 1 | -0/+69 |
2023-09-03 | virtio_ring: introduce virtqueue_reset() | Xuan Zhuo | 1 | -0/+33 |
2023-09-03 | virtio_ring: separate the logic of reset/enable from virtqueue_resize | Xuan Zhuo | 1 | -19/+39 |
2023-09-03 | virtio_ring: correct the expression of the description of virtqueue_resize() | Xuan Zhuo | 1 | -1/+1 |
2023-09-03 | virtio_ring: skip unmap for premapped | Xuan Zhuo | 1 | -14/+28 |
2023-09-03 | virtio_ring: introduce virtqueue_dma_dev() | Xuan Zhuo | 1 | -0/+17 |
2023-09-03 | virtio_ring: support add premapped buf | Xuan Zhuo | 1 | -2/+17 |
2023-09-03 | virtio_ring: introduce virtqueue_set_dma_premapped() | Xuan Zhuo | 1 | -0/+53 |
2023-09-03 | virtio_ring: put mapping error check in vring_map_one_sg | Xuan Zhuo | 1 | -15/+22 |
2023-09-03 | virtio_ring: check use_dma_api before unmap desc for indirect | Xuan Zhuo | 1 | -2/+4 |
2023-08-10 | virtio-mem: check if the config changed before fake offlining memory | David Hildenbrand | 1 | -3/+12 |
2023-08-10 | virtio-mem: keep retrying on offline_and_remove_memory() errors in Sub Block ... | David Hildenbrand | 1 | -19/+73 |
2023-08-10 | virtio-mem: convert most offline_and_remove_memory() errors to -EBUSY | David Hildenbrand | 1 | -4/+8 |
2023-08-10 | virtio-mem: remove unsafe unplug in Big Block Mode (BBM) | David Hildenbrand | 1 | -31/+20 |
2023-08-10 | virtio-vdpa: Fix cpumask memory leak in virtio_vdpa_find_vqs() | Gal Pressman | 1 | -0/+2 |
2023-08-10 | virtio-pci: Fix legacy device flag setting error in probe | Feng Liu | 2 | -2/+1 |
2023-08-10 | virtio-mmio: don't break lifecycle of vm_dev | Wolfram Sang | 1 | -3/+2 |
2023-06-27 | virtio: allow caller to override device DMA mask in vp_modern | Shannon Nelson | 1 | -1/+2 |
2023-06-27 | virtio: allow caller to override device id in vp_modern | Shannon Nelson | 1 | -11/+19 |
2023-06-27 | virtio_pci: Optimize virtio_pci_device structure size | Feng Liu | 1 | -3/+4 |
2023-06-27 | virtio-vdpa: Fix unchecked call to NULL set_vq_affinity | Dragos Tatulea | 1 | -1/+3 |
2023-04-27 | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -7/+7 |
2023-04-27 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 4 | -39/+210 |
2023-04-21 | virtio-vdpa: add VIRTIO_F_NOTIFICATION_DATA feature support | Alvaro Karsz | 1 | -2/+21 |
2023-04-21 | virtio: add VIRTIO_F_NOTIFICATION_DATA feature support | Viktor Prutyanov | 3 | -2/+52 |
2023-04-21 | virtio_ring: don't update event idx on get_buf | Albert Huang | 1 | -6/+16 |
2023-04-21 | vdpa: Add eventfd for the vdpa callback | Xie Yongji | 1 | -0/+1 |
2023-04-21 | virtio-vdpa: Support interrupt affinity spreading mechanism | Xie Yongji | 1 | -0/+68 |
2023-04-21 | vdpa: Add set/get_vq_affinity callbacks in vdpa_config_ops | Xie Yongji | 1 | -0/+28 |
2023-04-21 | virtio_ring: Allow non power of 2 sizes for packed virtqueue | Feng Liu | 1 | -5/+0 |
2023-04-21 | virtio_ring: Use const to annotate read-only pointer params | Feng Liu | 1 | -18/+18 |
2023-04-21 | virtio_ring: Avoid using inline for small functions | Feng Liu | 1 | -7/+7 |
2023-04-06 | virtio-mmio: Add explicit include for of.h | Rob Herring | 1 | -0/+1 |
2023-04-05 | mm, treewide: redefine MAX_ORDER sanely | Kirill A. Shutemov | 2 | -7/+7 |
2023-02-25 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2 | -43/+103 |
2023-02-20 | virtio-vdpa: support per vq dma device | Jason Wang | 1 | -3/+10 |
2023-02-20 | virtio_ring: per virtqueue dma device | Jason Wang | 1 | -40/+93 |
2023-01-27 | driver core: make struct bus_type.uevent() take a const * | Greg Kroah-Hartman | 1 | -2/+2 |
2022-12-28 | virtio: Implementing attribute show with sysfs_emit | Dawei Li | 1 | -6/+6 |
2022-12-28 | virtio_pci: modify ENOENT to EINVAL | Angus Chen | 1 | -1/+1 |
2022-12-28 | virtio_ring: use helper function is_power_of_2() | Shaoqin Huang | 1 | -1/+1 |
2022-12-28 | virtio_pci: use helper function is_power_of_2() | Shaoqin Huang | 1 | -1/+1 |
2022-10-13 | virtio_pci: use irq to detect interrupt support | Michael S. Tsirkin | 1 | -2/+2 |
2022-10-10 | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+9 |
2022-10-07 | virtio_pci: don't try to use intxif pin is zero | Angus Chen | 1 | -0/+3 |
2022-10-07 | virtio_ring: make vring_alloc_queue_packed prettier | Deming Wang | 1 | -3/+3 |
2022-10-07 | virtio_ring: split: Operators use unified style | Deming Wang | 1 | -1/+1 |
2022-10-03 | virtio: kmsan: check/unpoison scatterlist in vring_map_one_sg() | Alexander Potapenko | 1 | -1/+9 |
2022-08-16 | virtio: kerneldocs fixes and enhancements | Ricardo Cañuelo | 1 | -0/+8 |
2022-08-16 | virtio: Revert "virtio: find_vqs() add arg sizes" | Michael S. Tsirkin | 5 | -9/+4 |
2022-08-16 | virtio_vdpa: Revert "virtio_vdpa: support the arg sizes of find_vqs()" | Michael S. Tsirkin | 1 | -9/+6 |
2022-08-16 | virtio_pci: Revert "virtio_pci: support the arg sizes of find_vqs()" | Michael S. Tsirkin | 4 | -23/+12 |
2022-08-16 | virtio-mmio: Revert "virtio_mmio: support the arg sizes of find_vqs()" | Michael S. Tsirkin | 1 | -6/+2 |
2022-08-12 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 10 | -261/+791 |
2022-08-11 | virtio_vdpa: support the arg sizes of find_vqs() | Bo Liu | 1 | -6/+9 |
2022-08-11 | virtio: Check dev_set_name() return value | Bo Liu | 1 | -1/+3 |
2022-08-11 | virtio_mmio: support the arg sizes of find_vqs() | Xuan Zhuo | 1 | -2/+6 |
2022-08-11 | virtio_pci: support the arg sizes of find_vqs() | Xuan Zhuo | 4 | -12/+23 |
2022-08-11 | virtio: find_vqs() add arg sizes | Xuan Zhuo | 5 | -4/+9 |
2022-08-11 | virtio_pci: support VIRTIO_F_RING_RESET | Xuan Zhuo | 2 | -3/+97 |
2022-08-11 | virtio_pci: extract the logic of active vq for modern pci | Xuan Zhuo | 1 | -18/+28 |
2022-08-11 | virtio_pci: introduce helper to get/set queue reset | Xuan Zhuo | 1 | -0/+39 |
2022-08-11 | virtio_ring: struct virtqueue introduce reset | Xuan Zhuo | 1 | -0/+2 |
2022-08-11 | virtio: allow to unbreak/break virtqueue individually | Xuan Zhuo | 1 | -0/+24 |
2022-08-11 | virtio_ring: introduce virtqueue_resize() | Xuan Zhuo | 1 | -0/+69 |
2022-08-11 | virtio_ring: packed: introduce virtqueue_resize_packed() | Xuan Zhuo | 1 | -0/+30 |
2022-08-11 | virtio_ring: packed: introduce virtqueue_reinit_packed() | Xuan Zhuo | 1 | -0/+12 |
2022-08-11 | virtio_ring: packed: extract the logic of attach vring | Xuan Zhuo | 1 | -15/+10 |
2022-08-11 | virtio_ring: packed: extract the logic of vring init | Xuan Zhuo | 1 | -11/+17 |
2022-08-11 | virtio_ring: packed: extract the logic of alloc state and extra | Xuan Zhuo | 1 | -14/+34 |
2022-08-11 | virtio_ring: packed: extract the logic of alloc queue | Xuan Zhuo | 1 | -29/+51 |
2022-08-11 | virtio_ring: packed: introduce vring_free_packed | Xuan Zhuo | 1 | -0/+22 |
2022-08-11 | virtio_ring: split: introduce virtqueue_resize_split() | Xuan Zhuo | 1 | -0/+34 |
2022-08-11 | virtio_ring: split: reserve vring_align, may_reduce_num | Xuan Zhuo | 1 | -0/+10 |
2022-08-11 | virtio_ring: split: introduce virtqueue_reinit_split() | Xuan Zhuo | 1 | -0/+23 |
2022-08-11 | virtio_ring: split: extract the logic of attach vring | Xuan Zhuo | 1 | -13/+10 |
2022-08-11 | virtio_ring: split: extract the logic of vring init | Xuan Zhuo | 1 | -10/+21 |
2022-08-11 | virtio_ring: split: extract the logic of alloc state and extra | Xuan Zhuo | 1 | -16/+36 |
2022-08-11 | virtio_ring: split: extract the logic of alloc queue | Xuan Zhuo | 1 | -25/+40 |