aboutsummaryrefslogtreecommitdiff
path: root/drivers/virtio
AgeCommit message (Expand)AuthorFilesLines
2022-08-11virtio_ring: extract the logic of freeing vringGravatar Xuan Zhuo 1-5/+13
2022-08-11virtio_ring: update the document of the virtqueue_detach_unused_buf for queue...Gravatar Xuan Zhuo 1-2/+2
2022-08-11virtio: record the maximum queue num supported by the device.Gravatar Xuan Zhuo 4-0/+8
2022-08-11drivers/virtio: Clarify CONFIG_VIRTIO_MEM for unsupported architecturesGravatar David Hildenbrand 1-3/+5
2022-08-11virtio_mmio: add support to set IRQ of a virtio device as wakeup sourceGravatar Minghao Xue 1-0/+3
2022-08-11virtio: VIRTIO_HARDEN_NOTIFICATION is brokenGravatar Michael S. Tsirkin 1-1/+2
2022-08-11virtio_ring: remove the arg vq of vring_alloc_desc_extra()Gravatar Xuan Zhuo 1-4/+3
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-5/+3
2022-08-04Merge tag 'for-linus-6.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 4-2/+25
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-45/+2
2022-08-02mm: Convert all PageMovable users to movable_operationsGravatar Matthew Wilcox (Oracle) 1-45/+2
2022-08-01virtio: replace restricted mem access flag with callbackGravatar Juergen Gross 4-2/+25
2022-07-29mm: use is_zone_movable_page() helperGravatar Kefeng Wang 1-4/+2
2022-07-03mm: shrinkers: provide shrinkers with namesGravatar Roman Gushchin 1-1/+1
2022-06-27virtio_ring: make vring_create_virtqueue_split prettierGravatar Deming Wang 1-1/+1
2022-06-27virtio_mmio: Restore guest page size on resumeGravatar Stephan Gerhold 1-0/+3
2022-06-27virtio_mmio: Add missing PM calls to freeze/restoreGravatar Stephan Gerhold 1-0/+23
2022-06-24virtio: disable notification hardening by defaultGravatar Jason Wang 3-0/+27
2022-06-24virtio: Remove unnecessary variable assignmentsGravatar Bo Liu 1-2/+0
2022-06-24virtio_ring : keep used_wrap_counter in vq->last_used_idxGravatar huangjie.albert 1-28/+47
2022-06-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 2-2/+3
2022-06-09virtio: Fix all occurences of the "the the" typoGravatar Bo Liu 2-2/+2
2022-06-08virtio-mmio: fix missing put_device() when vm_cmdline_parent registration failedGravatar chengkaitao 1-0/+1
2022-06-06virtio: replace arch_has_restricted_virtio_memory_access()Gravatar Juergen Gross 2-9/+2
2022-05-31virtio: Directly use ida_alloc()/free()Gravatar keliu 1-3/+3
2022-05-31virtio: harden vring IRQGravatar Jason Wang 4-7/+29
2022-05-31virtio: allow to unbreak virtqueueGravatar Jason Wang 1-0/+22
2022-05-31virtio-mmio: implement synchronize_cbs()Gravatar Jason Wang 1-0/+8
2022-05-31virtio-pci: implement synchronize_cbs()Gravatar Jason Wang 2-0/+3
2022-05-31virtio: use virtio_reset_device() when possibleGravatar Jason Wang 1-2/+2
2022-05-31virtio: use virtio_device_ready() in virtio_device_restore()Gravatar Stefano Garzarella 1-2/+3
2022-05-31virtio: Replace long long int with long longGravatar Solomon Tan 1-1/+1
2022-05-31virtio: Replace unsigned with unsigned intGravatar Solomon Tan 9-46/+46
2022-05-31virtio-pci: Remove wrong address verification in vp_del_vqs()Gravatar Murilo Opsfelder Araujo 1-2/+1
2022-05-31virtio: pci: Fix an error handling path in vp_modern_probe()Gravatar Christophe JAILLET 1-0/+1
2022-05-31virtio-vdpa: don't set callback if virtio doesn't need itGravatar Gautam Dawar 1-1/+1
2022-05-31virtio_ring: add unlikely annotation for free descs checkGravatar Xianting Tian 1-1/+1
2022-05-31virtio_ring: remove unnecessary to_vvq call in vring hot pathGravatar Xianting Tian 1-5/+3
2022-05-13drivers: virtio_mem: use pageblock size as the minimum virtio_mem size.Gravatar Zi Yan 1-3/+3
2022-04-05Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-3/+2
2022-03-31Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 8-97/+55
2022-03-30Revert "virtio: use virtio_device_ready() in virtio_device_restore()"Gravatar Michael S. Tsirkin 1-3/+2
2022-03-28virtio: pci: check bar values read from virtio config spaceGravatar Keir Fraser 2-4/+17
2022-03-28Revert "virtio_pci: harden MSI-X interrupts"Gravatar Jason Wang 4-32/+12
2022-03-28Revert "virtio-pci: harden INTX interrupts"Gravatar Jason Wang 2-22/+2
2022-03-28virtio: use virtio_device_ready() in virtio_device_restore()Gravatar Stefano Garzarella 1-2/+3
2022-03-28virtio_ring: remove flags check for unmap packed indirect descGravatar Xuan Zhuo 1-13/+5
2022-03-28virtio_ring: remove flags check for unmap split indirect descGravatar Xuan Zhuo 1-13/+5
2022-03-28virtio_ring: rename vring_unmap_state_packed() to vring_unmap_extra_packed()Gravatar Xuan Zhuo 1-9/+8
2022-03-28drivers/virtio: Enable virtio mem for ARM64Gravatar Gavin Shan 1-3/+4