summaryrefslogtreecommitdiff
path: root/drivers/virtio
AgeCommit message (Expand)Author
2022-08-11virtio_ring: packed: extract the logic of attach vringXuan Zhuo
2022-08-11virtio_ring: packed: extract the logic of vring initXuan Zhuo
2022-08-11virtio_ring: packed: extract the logic of alloc state and extraXuan Zhuo
2022-08-11virtio_ring: packed: extract the logic of alloc queueXuan Zhuo
2022-08-11virtio_ring: packed: introduce vring_free_packedXuan Zhuo
2022-08-11virtio_ring: split: introduce virtqueue_resize_split()Xuan Zhuo
2022-08-11virtio_ring: split: reserve vring_align, may_reduce_numXuan Zhuo
2022-08-11virtio_ring: split: introduce virtqueue_reinit_split()Xuan Zhuo
2022-08-11virtio_ring: split: extract the logic of attach vringXuan Zhuo
2022-08-11virtio_ring: split: extract the logic of vring initXuan Zhuo
2022-08-11virtio_ring: split: extract the logic of alloc state and extraXuan Zhuo
2022-08-11virtio_ring: split: extract the logic of alloc queueXuan Zhuo
2022-08-11virtio_ring: split: introduce vring_free_split()Xuan Zhuo
2022-08-11virtio_ring: split: __vring_new_virtqueue() accept struct vring_virtqueue_splitXuan Zhuo
2022-08-11virtio_ring: split: stop __vring_new_virtqueue as export symbolXuan Zhuo
2022-08-11virtio_ring: introduce virtqueue_init()Xuan Zhuo
2022-08-11virtio_ring: split vring_virtqueueXuan Zhuo
2022-08-11virtio_ring: extract the logic of freeing vringXuan Zhuo
2022-08-11virtio_ring: update the document of the virtqueue_detach_unused_buf for queue...Xuan Zhuo
2022-08-11virtio: record the maximum queue num supported by the device.Xuan Zhuo
2022-08-11drivers/virtio: Clarify CONFIG_VIRTIO_MEM for unsupported architecturesDavid Hildenbrand
2022-08-11virtio_mmio: add support to set IRQ of a virtio device as wakeup sourceMinghao Xue
2022-08-11virtio: VIRTIO_HARDEN_NOTIFICATION is brokenMichael S. Tsirkin
2022-08-11virtio_ring: remove the arg vq of vring_alloc_desc_extra()Xuan Zhuo
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-04Merge tag 'for-linus-6.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-08-02mm: Convert all PageMovable users to movable_operationsMatthew Wilcox (Oracle)
2022-08-01virtio: replace restricted mem access flag with callbackJuergen Gross
2022-07-29mm: use is_zone_movable_page() helperKefeng Wang
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin
2022-06-27virtio_ring: make vring_create_virtqueue_split prettierDeming Wang
2022-06-27virtio_mmio: Restore guest page size on resumeStephan Gerhold
2022-06-27virtio_mmio: Add missing PM calls to freeze/restoreStephan Gerhold
2022-06-24virtio: disable notification hardening by defaultJason Wang
2022-06-24virtio: Remove unnecessary variable assignmentsBo Liu
2022-06-24virtio_ring : keep used_wrap_counter in vq->last_used_idxhuangjie.albert
2022-06-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2022-06-09virtio: Fix all occurences of the "the the" typoBo Liu
2022-06-08virtio-mmio: fix missing put_device() when vm_cmdline_parent registration failedchengkaitao
2022-06-06virtio: replace arch_has_restricted_virtio_memory_access()Juergen Gross
2022-05-31virtio: Directly use ida_alloc()/free()keliu
2022-05-31virtio: harden vring IRQJason Wang
2022-05-31virtio: allow to unbreak virtqueueJason Wang
2022-05-31virtio-mmio: implement synchronize_cbs()Jason Wang
2022-05-31virtio-pci: implement synchronize_cbs()Jason Wang
2022-05-31virtio: use virtio_reset_device() when possibleJason Wang
2022-05-31virtio: use virtio_device_ready() in virtio_device_restore()Stefano Garzarella
2022-05-31virtio: Replace long long int with long longSolomon Tan
2022-05-31virtio: Replace unsigned with unsigned intSolomon Tan