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