summaryrefslogtreecommitdiffstats
path: root/drivers/virtio
AgeCommit message (Expand)AuthorLines
2021-11-24Revert "virtio_ring: validate used buffer length"Michael S. Tsirkin-60/+0
2021-11-10virtio-mem: support VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLEDavid Hildenbrand-0/+1
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds-85/+217
2021-11-09virtio-mem: disallow mapping virtio-mem memory via /dev/memDavid Hildenbrand-1/+4
2021-11-09virtio-mem: kdump mode to sanitize /proc/vmcore accessDavid Hildenbrand-12/+124
2021-11-09virtio-mem: factor out hotplug specifics from virtio_mem_remove() into virtio...David Hildenbrand-3/+10
2021-11-09virtio-mem: factor out hotplug specifics from virtio_mem_probe() into virtio_...David Hildenbrand-42/+45
2021-11-09virtio-mem: factor out hotplug specifics from virtio_mem_init() into virtio_m...David Hildenbrand-37/+44
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+1
2021-11-06mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSEDavid Hildenbrand-1/+1
2021-11-04Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+1
2021-11-01vdpa: Introduce and use vdpa device get, set config helpersParav Pandit-2/+1
2021-11-01virtio_ring: validate used buffer lengthJason Wang-0/+60
2021-11-01virtio_ring: fix typos in vring_desc_extraJason Wang-2/+2
2021-11-01virtio-pci: harden INTX interruptsJason Wang-2/+22
2021-11-01virtio_pci: harden MSI-X interruptsJason Wang-12/+32
2021-11-01virtio_ring: check desc == NULL when using indirect with packedXuan Zhuo-3/+11
2021-11-01virtio_ring: make virtqueue_add_indirect_packed prettierXuan Zhuo-6/+6
2021-11-01virtio_vdpa: setup correct vq size with callbacks get_vq_num_{max,min}Wu Zongyong-5/+11
2021-11-01virtio-pci: introduce legacy device moduleWu Zongyong-83/+268
2021-10-27virtio-ring: fix DMA metadata flagsVincent Whitchurch-1/+1
2021-10-25dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman-0/+1
2021-10-13virtio: write back F_VERSION_1 before validateHalil Pasic-0/+11
2021-09-14virtio: don't fail on !of_device_is_compatibleMichael S. Tsirkin-1/+6
2021-09-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-5/+55
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds-5/+21
2021-09-08virtio-mem: use a single dynamic memory group for a single virtio-mem deviceDavid Hildenbrand-3/+19
2021-09-08mm/memory_hotplug: remove nid parameter from remove_memory() and friendsDavid Hildenbrand-2/+2
2021-09-06virtio-balloon: Use virtio_find_vqs() helperXianting Tian-2/+2
2021-09-05virtio: Bind virtio device to device-tree nodeViresh Kumar-3/+54
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+1
2021-08-27virtio-mem: fix sleeping in RCU read side section in virtio_mem_online_page_cb()David Hildenbrand-1/+8
2021-08-11virtio_ring: pull in spinlock headerMichael S. Tsirkin-0/+1
2021-08-11virtio_vdpa: reject invalid vq indicesVincent Whitchurch-0/+3
2021-08-10virtio_pci: Support surprise removal of virtio pci deviceParav Pandit-0/+7
2021-08-10virtio: Protect vqs list accessParav Pandit-0/+9
2021-08-10virtio: Keep vring_del_virtqueue() mirror of VQ createParav Pandit-1/+2
2021-08-10virtio: Improve vq->broken access to avoid any compiler optimizationParav Pandit-2/+4
2021-07-21bus: Make remove callback return voidUwe Kleine-König-2/+1
2021-07-09Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-223/+380
2021-07-08virtio-mem: prioritize unplug from ZONE_MOVABLE in Big Block ModeDavid Hildenbrand-1/+26
2021-07-08virtio-mem: simplify high-level unplug handling in Big Block ModeDavid Hildenbrand-72/+24
2021-07-08virtio-mem: prioritize unplug from ZONE_MOVABLE in Sub Block ModeDavid Hildenbrand-20/+52
2021-07-08virtio-mem: simplify high-level unplug handling in Sub Block ModeDavid Hildenbrand-46/+57
2021-07-08virtio-mem: simplify high-level plug handling in Sub Block ModeDavid Hildenbrand-28/+17
2021-07-08virtio-mem: use page_zonenum() in virtio_mem_fake_offline()David Hildenbrand-1/+1
2021-07-08virtio-mem: don't read big block size in Sub Block ModeDavid Hildenbrand-7/+8
2021-07-08virtio/vdpa: clear the virtqueue state during probeEli Cohen-0/+15
2021-07-08virtio-pci library: introduce vp_modern_get_driver_features()Jason Wang-0/+21
2021-07-08virtio-ring: store DMA metadata in desc_extra for split virtqueueJason Wang-25/+87