summaryrefslogtreecommitdiff
path: root/drivers/virtio/virtio.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-18virtgpu: don't reset on shutdownMichael S. Tsirkin1-0/+6
2025-02-24virtio: break and reset virtio devices on device_shutdown()Michael S. Tsirkin1-0/+29
2025-01-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-25/+69
2025-01-27virtio_pci: Add support for PCIe Function Level ResetIsrael Rukshin1-25/+69
2024-12-23virtio: hookup irq_get_affinity callbackDaniel Wagner1-0/+19
2024-08-15virtio: allow driver to disable the configure change notificationJason Wang1-3/+36
2024-08-15virtio: rename virtio_config_enabled to virtio_config_core_enabledJason Wang1-11/+11
2024-07-29Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-26/+2
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2024-07-17virtio: create admin queues alongside other virtqueuesJiri Pirko1-26/+2
2024-07-09virtio: add missing MODULE_DESCRIPTION() macrosJeff Johnson1-0/+1
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman1-1/+1
2024-04-26virtio: add debugfs infrastructure to allow to debug virtio featuresJiri Pirko1-0/+8
2024-04-08virtio: store owner from modules with register_virtio_driver()Krzysztof Kozlowski1-2/+4
2024-03-19virtio: make virtio_bus constRicardo B. Marliere1-1/+1
2024-03-19virtio: reenable config if freezing device failedDavid Hildenbrand1-1/+3
2023-12-19virtio-pci: Introduce admin virtqueueFeng Liu1-4/+33
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman1-2/+2
2022-12-28virtio: Implementing attribute show with sysfs_emitDawei Li1-6/+6
2022-08-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+3
2022-08-11virtio: Check dev_set_name() return valueBo Liu1-1/+3
2022-08-01virtio: replace restricted mem access flag with callbackJuergen Gross1-2/+2
2022-06-24virtio: disable notification hardening by defaultJason Wang1-0/+2
2022-06-06virtio: replace arch_has_restricted_virtio_memory_access()Juergen Gross1-3/+2
2022-05-31virtio: Directly use ida_alloc()/free()keliu1-3/+3
2022-05-31virtio: harden vring IRQJason Wang1-3/+12
2022-05-31virtio: use virtio_reset_device() when possibleJason Wang1-2/+2
2022-05-31virtio: use virtio_device_ready() in virtio_device_restore()Stefano Garzarella1-2/+3
2022-05-31virtio: Replace unsigned with unsigned intSolomon Tan1-1/+1
2022-03-30Revert "virtio: use virtio_device_ready() in virtio_device_restore()"Michael S. Tsirkin1-3/+2
2022-03-28virtio: use virtio_device_ready() in virtio_device_restore()Stefano Garzarella1-2/+3
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-14virtio: wrap config->reset callsMichael S. Tsirkin1-0/+6
2021-10-13virtio: write back F_VERSION_1 before validateHalil Pasic1-0/+11
2021-09-14virtio: don't fail on !of_device_is_compatibleMichael S. Tsirkin1-1/+6
2021-09-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-3/+53
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-10virtio: Protect vqs list accessParav Pandit1-0/+1
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-2/+1
2021-03-14virtio: remove export for virtio_config_{enable, disable}Xianting Tian1-4/+2
2020-10-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+15
2020-10-21virtio: let arch advertise guest's memory access restrictionsPierre Morel1-0/+15
2020-08-18virtio: add dma-buf support for exported objectsDavid Stevens1-0/+6
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-03-06virtio: hint if callbacks surprisingly might sleepCornelia Huck1-0/+2
2018-02-01virtio: split device_register into device_initialize and device_addweiping zhang1-3/+15
2017-12-01virtio: release virtio index when fail to device_registerweiping zhang1-0/+2