summaryrefslogtreecommitdiff
path: root/drivers/virtio
AgeCommit message (Expand)Author
2022-03-06virtio: drop default for virtio-memMichael S. Tsirkin
2022-03-04vdpa: factor out vdpa_set_features_unlocked for vdpa internal useSi-Wei Liu
2022-03-04virtio: document virtio_reset_deviceMichael S. Tsirkin
2022-03-04virtio: acknowledge all features before accessMichael S. Tsirkin
2022-03-04virtio: unexport virtio_finalize_featuresMichael S. Tsirkin
2022-01-14vdpa: Allow to configure max data virtqueuesEli Cohen
2022-01-14vdpa: Sync calls set/get config/status with cf_mutexEli Cohen
2022-01-14vdpa: Provide interface to read driver featuresEli Cohen
2022-01-14virtio_ring: mark ring unused on errorMichael S. Tsirkin
2022-01-14virtio/virtio_pci_legacy_dev: ensure the correct return valuePeng Hao
2022-01-14virtio/virtio_mem: handle a possible NULL as a memcpy parameterPeng Hao
2022-01-14virtio: fix a typo in function "vp_modern_remove" comments.Dapeng Mi
2022-01-14virtio-pci: fix the confusing error message王贇
2022-01-14virtio-mem: prepare fake page onlining code for granularity smaller than MAX_...David Hildenbrand
2022-01-14virtio-mem: prepare page onlining code for granularity smaller than MAX_ORDER...David Hildenbrand
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin
2021-12-08virtio_ring: Fix querying of maximum DMA mapping size for virtio deviceWill Deacon
2021-11-24Revert "virtio_ring: validate used buffer length"Michael S. Tsirkin
2021-11-10virtio-mem: support VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLEDavid Hildenbrand
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-09virtio-mem: disallow mapping virtio-mem memory via /dev/memDavid Hildenbrand
2021-11-09virtio-mem: kdump mode to sanitize /proc/vmcore accessDavid Hildenbrand
2021-11-09virtio-mem: factor out hotplug specifics from virtio_mem_remove() into virtio...David Hildenbrand
2021-11-09virtio-mem: factor out hotplug specifics from virtio_mem_probe() into virtio_...David Hildenbrand
2021-11-09virtio-mem: factor out hotplug specifics from virtio_mem_init() into virtio_m...David Hildenbrand
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSEDavid Hildenbrand
2021-11-04Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-11-01vdpa: Introduce and use vdpa device get, set config helpersParav Pandit
2021-11-01virtio_ring: validate used buffer lengthJason Wang
2021-11-01virtio_ring: fix typos in vring_desc_extraJason Wang
2021-11-01virtio-pci: harden INTX interruptsJason Wang
2021-11-01virtio_pci: harden MSI-X interruptsJason Wang
2021-11-01virtio_ring: check desc == NULL when using indirect with packedXuan Zhuo
2021-11-01virtio_ring: make virtqueue_add_indirect_packed prettierXuan Zhuo
2021-11-01virtio_vdpa: setup correct vq size with callbacks get_vq_num_{max,min}Wu Zongyong
2021-11-01virtio-pci: introduce legacy device moduleWu Zongyong
2021-10-27virtio-ring: fix DMA metadata flagsVincent Whitchurch
2021-10-25dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman
2021-10-13virtio: write back F_VERSION_1 before validateHalil Pasic
2021-09-14virtio: don't fail on !of_device_is_compatibleMichael S. Tsirkin
2021-09-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-08virtio-mem: use a single dynamic memory group for a single virtio-mem deviceDavid Hildenbrand
2021-09-08mm/memory_hotplug: remove nid parameter from remove_memory() and friendsDavid Hildenbrand
2021-09-06virtio-balloon: Use virtio_find_vqs() helperXianting Tian
2021-09-05virtio: Bind virtio device to device-tree nodeViresh Kumar
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-08-27virtio-mem: fix sleeping in RCU read side section in virtio_mem_online_page_cb()David Hildenbrand
2021-08-11virtio_ring: pull in spinlock headerMichael S. Tsirkin