| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |
| 2022-08-11 | virtio_ring: split: introduce vring_free_split() | Xuan Zhuo | 1 | -0/+11 |
| 2022-08-11 | virtio_ring: split: __vring_new_virtqueue() accept struct vring_virtqueue_split | Xuan Zhuo | 1 | -14/+15 |
| 2022-08-11 | virtio_ring: split: stop __vring_new_virtqueue as export symbol | Xuan Zhuo | 1 | -9/+16 |
| 2022-08-11 | virtio_ring: introduce virtqueue_init() | Xuan Zhuo | 1 | -16/+22 |
| 2022-08-11 | virtio_ring: split vring_virtqueue | Xuan Zhuo | 1 | -56/+60 |
| 2022-08-11 | virtio_ring: extract the logic of freeing vring | Xuan Zhuo | 1 | -5/+13 |
| 2022-08-11 | virtio_ring: update the document of the virtqueue_detach_unused_buf for queue... | Xuan Zhuo | 1 | -2/+2 |
| 2022-08-11 | virtio: record the maximum queue num supported by the device. | Xuan Zhuo | 4 | -0/+8 |
| 2022-08-11 | drivers/virtio: Clarify CONFIG_VIRTIO_MEM for unsupported architectures | David Hildenbrand | 1 | -3/+5 |
| 2022-08-11 | virtio_mmio: add support to set IRQ of a virtio device as wakeup source | Minghao Xue | 1 | -0/+3 |
| 2022-08-11 | virtio: VIRTIO_HARDEN_NOTIFICATION is broken | Michael S. Tsirkin | 1 | -1/+2 |
| 2022-08-11 | virtio_ring: remove the arg vq of vring_alloc_desc_extra() | Xuan Zhuo | 1 | -4/+3 |
| 2022-08-05 | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -5/+3 |
| 2022-08-04 | Merge tag 'for-linus-6.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 4 | -2/+25 |
| 2022-08-03 | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -45/+2 |
| 2022-08-02 | mm: Convert all PageMovable users to movable_operations | Matthew Wilcox (Oracle) | 1 | -45/+2 |
| 2022-08-01 | virtio: replace restricted mem access flag with callback | Juergen Gross | 4 | -2/+25 |
| 2022-07-29 | mm: use is_zone_movable_page() helper | Kefeng Wang | 1 | -4/+2 |
| 2022-07-03 | mm: shrinkers: provide shrinkers with names | Roman Gushchin | 1 | -1/+1 |
| 2022-06-27 | virtio_ring: make vring_create_virtqueue_split prettier | Deming Wang | 1 | -1/+1 |
| 2022-06-27 | virtio_mmio: Restore guest page size on resume | Stephan Gerhold | 1 | -0/+3 |
| 2022-06-27 | virtio_mmio: Add missing PM calls to freeze/restore | Stephan Gerhold | 1 | -0/+23 |
| 2022-06-24 | virtio: disable notification hardening by default | Jason Wang | 3 | -0/+27 |
| 2022-06-24 | virtio: Remove unnecessary variable assignments | Bo Liu | 1 | -2/+0 |
| 2022-06-24 | virtio_ring : keep used_wrap_counter in vq->last_used_idx | huangjie.albert | 1 | -28/+47 |
| 2022-06-11 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2 | -2/+3 |
| 2022-06-09 | virtio: Fix all occurences of the "the the" typo | Bo Liu | 2 | -2/+2 |
| 2022-06-08 | virtio-mmio: fix missing put_device() when vm_cmdline_parent registration failed | chengkaitao | 1 | -0/+1 |
| 2022-06-06 | virtio: replace arch_has_restricted_virtio_memory_access() | Juergen Gross | 2 | -9/+2 |
| 2022-05-31 | virtio: Directly use ida_alloc()/free() | keliu | 1 | -3/+3 |
| 2022-05-31 | virtio: harden vring IRQ | Jason Wang | 4 | -7/+29 |
| 2022-05-31 | virtio: allow to unbreak virtqueue | Jason Wang | 1 | -0/+22 |
| 2022-05-31 | virtio-mmio: implement synchronize_cbs() | Jason Wang | 1 | -0/+8 |
| 2022-05-31 | virtio-pci: implement synchronize_cbs() | Jason Wang | 2 | -0/+3 |
| 2022-05-31 | virtio: use virtio_reset_device() when possible | Jason Wang | 1 | -2/+2 |
| 2022-05-31 | virtio: use virtio_device_ready() in virtio_device_restore() | Stefano Garzarella | 1 | -2/+3 |
| 2022-05-31 | virtio: Replace long long int with long long | Solomon Tan | 1 | -1/+1 |
| 2022-05-31 | virtio: Replace unsigned with unsigned int | Solomon Tan | 9 | -46/+46 |
| 2022-05-31 | virtio-pci: Remove wrong address verification in vp_del_vqs() | Murilo Opsfelder Araujo | 1 | -2/+1 |
| 2022-05-31 | virtio: pci: Fix an error handling path in vp_modern_probe() | Christophe JAILLET | 1 | -0/+1 |
| 2022-05-31 | virtio-vdpa: don't set callback if virtio doesn't need it | Gautam Dawar | 1 | -1/+1 |
| 2022-05-31 | virtio_ring: add unlikely annotation for free descs check | Xianting Tian | 1 | -1/+1 |
| 2022-05-31 | virtio_ring: remove unnecessary to_vvq call in vring hot path | Xianting Tian | 1 | -5/+3 |
| 2022-05-13 | drivers: virtio_mem: use pageblock size as the minimum virtio_mem size. | Zi Yan | 1 | -3/+3 |
| 2022-04-05 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -3/+2 |
| 2022-03-31 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 8 | -97/+55 |
| 2022-03-30 | Revert "virtio: use virtio_device_ready() in virtio_device_restore()" | Michael S. Tsirkin | 1 | -3/+2 |
| 2022-03-28 | virtio: pci: check bar values read from virtio config space | Keir Fraser | 2 | -4/+17 |
| 2022-03-28 | Revert "virtio_pci: harden MSI-X interrupts" | Jason Wang | 4 | -32/+12 |
| 2022-03-28 | Revert "virtio-pci: harden INTX interrupts" | Jason Wang | 2 | -22/+2 |
| 2022-03-28 | virtio: use virtio_device_ready() in virtio_device_restore() | Stefano Garzarella | 1 | -2/+3 |
| 2022-03-28 | virtio_ring: remove flags check for unmap packed indirect desc | Xuan Zhuo | 1 | -13/+5 |
| 2022-03-28 | virtio_ring: remove flags check for unmap split indirect desc | Xuan Zhuo | 1 | -13/+5 |
| 2022-03-28 | virtio_ring: rename vring_unmap_state_packed() to vring_unmap_extra_packed() | Xuan Zhuo | 1 | -9/+8 |
| 2022-03-28 | drivers/virtio: Enable virtio mem for ARM64 | Gavin Shan | 1 | -3/+4 |
| 2022-03-22 | mm: enforce pageblock_order < MAX_ORDER | David Hildenbrand | 1 | -6/+3 |
| 2022-03-06 | virtio: drop default for virtio-mem | Michael S. Tsirkin | 1 | -1/+0 |
| 2022-03-04 | vdpa: factor out vdpa_set_features_unlocked for vdpa internal use | Si-Wei Liu | 1 | -1/+1 |
| 2022-03-04 | virtio: document virtio_reset_device | Michael S. Tsirkin | 1 | -0/+16 |
| 2022-03-04 | virtio: acknowledge all features before access | Michael S. Tsirkin | 1 | -17/+22 |
| 2022-03-04 | virtio: unexport virtio_finalize_features | Michael S. Tsirkin | 1 | -2/+1 |
| 2022-01-14 | vdpa: Allow to configure max data virtqueues | Eli Cohen | 1 | -1/+1 |
| 2022-01-14 | vdpa: Sync calls set/get config/status with cf_mutex | Eli Cohen | 1 | -2/+1 |
| 2022-01-14 | vdpa: Provide interface to read driver features | Eli Cohen | 1 | -1/+1 |
| 2022-01-14 | virtio_ring: mark ring unused on error | Michael S. Tsirkin | 1 | -1/+3 |
| 2022-01-14 | virtio/virtio_pci_legacy_dev: ensure the correct return value | Peng Hao | 1 | -1/+3 |
| 2022-01-14 | virtio/virtio_mem: handle a possible NULL as a memcpy parameter | Peng Hao | 1 | -1/+1 |
| 2022-01-14 | virtio: fix a typo in function "vp_modern_remove" comments. | Dapeng Mi | 1 | -1/+1 |
| 2022-01-14 | virtio-pci: fix the confusing error message | 王贇 | 1 | -1/+1 |
| 2022-01-14 | virtio-mem: prepare fake page onlining code for granularity smaller than MAX_... | David Hildenbrand | 1 | -13/+13 |
| 2022-01-14 | virtio-mem: prepare page onlining code for granularity smaller than MAX_ORDER... | David Hildenbrand | 1 | -24/+62 |
| 2022-01-14 | virtio: wrap config->reset calls | Michael S. Tsirkin | 4 | -3/+9 |
| 2021-12-08 | virtio_ring: Fix querying of maximum DMA mapping size for virtio device | Will Deacon | 1 | -1/+1 |
| 2021-11-24 | Revert "virtio_ring: validate used buffer length" | Michael S. Tsirkin | 1 | -60/+0 |
| 2021-11-10 | virtio-mem: support VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLE | David Hildenbrand | 1 | -0/+1 |
| 2021-11-09 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -85/+217 |
| 2021-11-09 | virtio-mem: disallow mapping virtio-mem memory via /dev/mem | David Hildenbrand | 2 | -1/+4 |
| 2021-11-09 | virtio-mem: kdump mode to sanitize /proc/vmcore access | David Hildenbrand | 1 | -12/+124 |
| 2021-11-09 | virtio-mem: factor out hotplug specifics from virtio_mem_remove() into virtio... | David Hildenbrand | 1 | -3/+10 |
| 2021-11-09 | virtio-mem: factor out hotplug specifics from virtio_mem_probe() into virtio_... | David Hildenbrand | 1 | -42/+45 |
| 2021-11-09 | virtio-mem: factor out hotplug specifics from virtio_mem_init() into virtio_m... | David Hildenbrand | 1 | -37/+44 |
| 2021-11-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
| 2021-11-06 | mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSE | David Hildenbrand | 1 | -1/+1 |
| 2021-11-04 | Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+1 |
| 2021-11-01 | vdpa: Introduce and use vdpa device get, set config helpers | Parav Pandit | 1 | -2/+1 |
| 2021-11-01 | virtio_ring: validate used buffer length | Jason Wang | 1 | -0/+60 |
| 2021-11-01 | virtio_ring: fix typos in vring_desc_extra | Jason Wang | 1 | -2/+2 |
| 2021-11-01 | virtio-pci: harden INTX interrupts | Jason Wang | 2 | -2/+22 |
| 2021-11-01 | virtio_pci: harden MSI-X interrupts | Jason Wang | 4 | -12/+32 |
| 2021-11-01 | virtio_ring: check desc == NULL when using indirect with packed | Xuan Zhuo | 1 | -3/+11 |
| 2021-11-01 | virtio_ring: make virtqueue_add_indirect_packed prettier | Xuan Zhuo | 1 | -6/+6 |
| 2021-11-01 | virtio_vdpa: setup correct vq size with callbacks get_vq_num_{max,min} | Wu Zongyong | 1 | -5/+11 |
| 2021-11-01 | virtio-pci: introduce legacy device module | Wu Zongyong | 6 | -83/+268 |
| 2021-10-27 | virtio-ring: fix DMA metadata flags | Vincent Whitchurch | 1 | -1/+1 |
| 2021-10-25 | dma-buf: move dma-buf symbols into the DMA_BUF module namespace | Greg Kroah-Hartman | 1 | -0/+1 |
| 2021-10-13 | virtio: write back F_VERSION_1 before validate | Halil Pasic | 1 | -0/+11 |
| 2021-09-14 | virtio: don't fail on !of_device_is_compatible | Michael S. Tsirkin | 1 | -1/+6 |
| 2021-09-11 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2 | -5/+55 |
| 2021-09-08 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -5/+21 |
| 2021-09-08 | virtio-mem: use a single dynamic memory group for a single virtio-mem device | David Hildenbrand | 1 | -3/+19 |
| 2021-09-08 | mm/memory_hotplug: remove nid parameter from remove_memory() and friends | David Hildenbrand | 1 | -2/+2 |
| 2021-09-06 | virtio-balloon: Use virtio_find_vqs() helper | Xianting Tian | 1 | -2/+2 |
| 2021-09-05 | virtio: Bind virtio device to device-tree node | Viresh Kumar | 1 | -3/+54 |
| 2021-09-01 | Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+1 |
| 2021-08-27 | virtio-mem: fix sleeping in RCU read side section in virtio_mem_online_page_cb() | David Hildenbrand | 1 | -1/+8 |
| 2021-08-11 | virtio_ring: pull in spinlock header | Michael S. Tsirkin | 1 | -0/+1 |
| 2021-08-11 | virtio_vdpa: reject invalid vq indices | Vincent Whitchurch | 1 | -0/+3 |
| 2021-08-10 | virtio_pci: Support surprise removal of virtio pci device | Parav Pandit | 1 | -0/+7 |
| 2021-08-10 | virtio: Protect vqs list access | Parav Pandit | 2 | -0/+9 |
| 2021-08-10 | virtio: Keep vring_del_virtqueue() mirror of VQ create | Parav Pandit | 1 | -1/+2 |
| 2021-08-10 | virtio: Improve vq->broken access to avoid any compiler optimization | Parav Pandit | 1 | -2/+4 |
| 2021-07-21 | bus: Make remove callback return void | Uwe Kleine-König | 1 | -2/+1 |
| 2021-07-09 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 4 | -223/+380 |
| 2021-07-08 | virtio-mem: prioritize unplug from ZONE_MOVABLE in Big Block Mode | David Hildenbrand | 1 | -1/+26 |
| 2021-07-08 | virtio-mem: simplify high-level unplug handling in Big Block Mode | David Hildenbrand | 1 | -72/+24 |
| 2021-07-08 | virtio-mem: prioritize unplug from ZONE_MOVABLE in Sub Block Mode | David Hildenbrand | 1 | -20/+52 |
| 2021-07-08 | virtio-mem: simplify high-level unplug handling in Sub Block Mode | David Hildenbrand | 1 | -46/+57 |
| 2021-07-08 | virtio-mem: simplify high-level plug handling in Sub Block Mode | David Hildenbrand | 1 | -28/+17 |
| 2021-07-08 | virtio-mem: use page_zonenum() in virtio_mem_fake_offline() | David Hildenbrand | 1 | -1/+1 |
| 2021-07-08 | virtio-mem: don't read big block size in Sub Block Mode | David Hildenbrand | 1 | -7/+8 |
| 2021-07-08 | virtio/vdpa: clear the virtqueue state during probe | Eli Cohen | 1 | -0/+15 |
| 2021-07-08 | virtio-pci library: introduce vp_modern_get_driver_features() | Jason Wang | 1 | -0/+21 |
| 2021-07-08 | virtio-ring: store DMA metadata in desc_extra for split virtqueue | Jason Wang | 1 | -25/+87 |
| 2021-07-08 | virtio: use err label in __vring_new_virtqueue() | Jason Wang | 1 | -4/+6 |
| 2021-07-08 | virtio_ring: introduce virtqueue_desc_add_split() | Jason Wang | 1 | -15/+24 |
| 2021-07-08 | virtio_ring: secure handling of mapping errors | Jason Wang | 1 | -1/+4 |
| 2021-07-08 | virtio-ring: factor out desc_extra allocation | Jason Wang | 1 | -10/+20 |
| 2021-07-08 | virtio_ring: rename vring_desc_extra_packed | Jason Wang | 1 | -5/+5 |
| 2021-07-08 | virtio-ring: maintain next in extra state for packed virtqueue | Jason Wang | 1 | -7/+8 |
| 2021-07-03 | virtio: fix up virtio_disable_cb | Michael S. Tsirkin | 1 | -1/+25 |
| 2021-07-03 | virtio_ring: Fix kernel-doc | Yang Li | 1 | -1/+1 |
| 2021-06-30 | virtio-mem: use page_offline_(start|end) when setting PageOffline() | David Hildenbrand | 1 | -0/+2 |
| 2021-06-29 | virtio_balloon: specify page reporting order if needed | Gavin Shan | 1 | -0/+17 |
| 2021-05-04 | virtio_pci_modern: correct sparse tags for notify | Michael S. Tsirkin | 1 | -5/+4 |
| 2021-05-04 | virtio_pci_modern: __force cast the notify mapping | Michael S. Tsirkin | 1 | -1/+1 |
| 2021-05-03 | virtio-pci library: report resource address | Jason Wang | 2 | -8/+18 |
| 2021-05-03 | virito_pci libray: hide vp_modern_map_capability() | Jason Wang | 1 | -6/+4 |
| 2021-05-03 | virtio_pci_modern: hide vp_modern_get_queue_notify_off() | Jason Wang | 1 | -3/+2 |
| 2021-05-03 | virtio-pci library: switch to use vp_modern_map_vq_notify() | Jason Wang | 1 | -25/+2 |
| 2021-05-03 | virtio_pci_modern: introduce helper to map vq notify area | Jason Wang | 1 | -0/+35 |
| 2021-05-03 | virtio-balloon: fix a typo in comment of virtballoon_migratepage() | Liu Xiang | 1 | -1/+1 |
| 2021-03-18 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2 | -6/+3 |