summaryrefslogtreecommitdiff
path: root/drivers/virtio
AgeCommit message (Expand)AuthorFilesLines
2022-03-06virtio: drop default for virtio-memMichael S. Tsirkin1-1/+0
2022-03-04vdpa: factor out vdpa_set_features_unlocked for vdpa internal useSi-Wei Liu1-1/+1
2022-03-04virtio: document virtio_reset_deviceMichael S. Tsirkin1-0/+16
2022-03-04virtio: acknowledge all features before accessMichael S. Tsirkin1-17/+22
2022-03-04virtio: unexport virtio_finalize_featuresMichael S. Tsirkin1-2/+1
2022-01-15vdpa: Allow to configure max data virtqueuesEli Cohen1-1/+1
2022-01-15vdpa: Sync calls set/get config/status with cf_mutexEli Cohen1-2/+1
2022-01-15vdpa: Provide interface to read driver featuresEli Cohen1-1/+1
2022-01-15virtio_ring: mark ring unused on errorMichael S. Tsirkin1-1/+3
2022-01-15virtio/virtio_pci_legacy_dev: ensure the correct return valuePeng Hao1-1/+3
2022-01-15virtio/virtio_mem: handle a possible NULL as a memcpy parameterPeng Hao1-1/+1
2022-01-15virtio: fix a typo in function "vp_modern_remove" comments.Dapeng Mi1-1/+1
2022-01-15virtio-pci: fix the confusing error message王贇1-1/+1
2022-01-15virtio-mem: prepare fake page onlining code for granularity smaller than MAX_...David Hildenbrand1-13/+13
2022-01-15virtio-mem: prepare page onlining code for granularity smaller than MAX_ORDER...David Hildenbrand1-24/+62
2022-01-15virtio: wrap config->reset callsMichael S. Tsirkin4-3/+9
2021-12-08virtio_ring: Fix querying of maximum DMA mapping size for virtio deviceWill Deacon1-1/+1
2021-11-25Revert "virtio_ring: validate used buffer length"Michael S. Tsirkin1-60/+0
2021-11-10virtio-mem: support VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLEDavid Hildenbrand1-0/+1
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-85/+217
2021-11-09virtio-mem: disallow mapping virtio-mem memory via /dev/memDavid Hildenbrand2-1/+4
2021-11-09virtio-mem: kdump mode to sanitize /proc/vmcore accessDavid Hildenbrand1-12/+124
2021-11-09virtio-mem: factor out hotplug specifics from virtio_mem_remove() into virtio...David Hildenbrand1-3/+10
2021-11-09virtio-mem: factor out hotplug specifics from virtio_mem_probe() into virtio_...David Hildenbrand1-42/+45
2021-11-09virtio-mem: factor out hotplug specifics from virtio_mem_init() into virtio_m...David Hildenbrand1-37/+44
2021-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-11-06mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSEDavid Hildenbrand1-1/+1
2021-11-04Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2021-11-01vdpa: Introduce and use vdpa device get, set config helpersParav Pandit1-2/+1
2021-11-01virtio_ring: validate used buffer lengthJason Wang1-0/+60
2021-11-01virtio_ring: fix typos in vring_desc_extraJason Wang1-2/+2
2021-11-01virtio-pci: harden INTX interruptsJason Wang2-2/+22
2021-11-01virtio_pci: harden MSI-X interruptsJason Wang4-12/+32
2021-11-01virtio_ring: check desc == NULL when using indirect with packedXuan Zhuo1-3/+11
2021-11-01virtio_ring: make virtqueue_add_indirect_packed prettierXuan Zhuo1-6/+6
2021-11-01virtio_vdpa: setup correct vq size with callbacks get_vq_num_{max,min}Wu Zongyong1-5/+11
2021-11-01virtio-pci: introduce legacy device moduleWu Zongyong6-83/+268
2021-10-27virtio-ring: fix DMA metadata flagsVincent Whitchurch1-1/+1
2021-10-25dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman1-0/+1
2021-10-13virtio: write back F_VERSION_1 before validateHalil Pasic1-0/+11
2021-09-15virtio: don't fail on !of_device_is_compatibleMichael S. Tsirkin1-1/+6
2021-09-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-5/+55
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-5/+21
2021-09-08virtio-mem: use a single dynamic memory group for a single virtio-mem deviceDavid Hildenbrand1-3/+19
2021-09-08mm/memory_hotplug: remove nid parameter from remove_memory() and friendsDavid Hildenbrand1-2/+2
2021-09-06virtio-balloon: Use virtio_find_vqs() helperXianting Tian1-2/+2
2021-09-05virtio: Bind virtio device to device-tree nodeViresh Kumar1-3/+54
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+1
2021-08-27virtio-mem: fix sleeping in RCU read side section in virtio_mem_online_page_cb()David Hildenbrand1-1/+8
2021-08-11virtio_ring: pull in spinlock headerMichael S. Tsirkin1-0/+1