summaryrefslogtreecommitdiff
path: root/drivers/virtio/virtio.c
AgeCommit message (Expand)Author
2024-04-26virtio: add debugfs infrastructure to allow to debug virtio featuresJiri Pirko
2024-04-08virtio: store owner from modules with register_virtio_driver()Krzysztof Kozlowski
2024-03-19virtio: make virtio_bus constRicardo B. Marliere
2024-03-19virtio: reenable config if freezing device failedDavid Hildenbrand
2023-12-19virtio-pci: Introduce admin virtqueueFeng Liu
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman
2022-12-28virtio: Implementing attribute show with sysfs_emitDawei Li
2022-08-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2022-08-11virtio: Check dev_set_name() return valueBo Liu
2022-08-01virtio: replace restricted mem access flag with callbackJuergen Gross
2022-06-24virtio: disable notification hardening by defaultJason Wang
2022-06-06virtio: replace arch_has_restricted_virtio_memory_access()Juergen Gross
2022-05-31virtio: Directly use ida_alloc()/free()keliu
2022-05-31virtio: harden vring IRQJason Wang
2022-05-31virtio: use virtio_reset_device() when possibleJason Wang
2022-05-31virtio: use virtio_device_ready() in virtio_device_restore()Stefano Garzarella
2022-05-31virtio: Replace unsigned with unsigned intSolomon Tan
2022-03-30Revert "virtio: use virtio_device_ready() in virtio_device_restore()"Michael S. Tsirkin
2022-03-28virtio: use virtio_device_ready() in virtio_device_restore()Stefano Garzarella
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-14virtio: wrap config->reset callsMichael S. Tsirkin
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-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-10virtio: Protect vqs list accessParav Pandit
2021-07-21bus: Make remove callback return voidUwe Kleine-König
2021-03-14virtio: remove export for virtio_config_{enable, disable}Xianting Tian
2020-10-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-10-21virtio: let arch advertise guest's memory access restrictionsPierre Morel
2020-08-18virtio: add dma-buf support for exported objectsDavid Stevens
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-03-06virtio: hint if callbacks surprisingly might sleepCornelia Huck
2018-02-01virtio: split device_register into device_initialize and device_addweiping zhang
2017-12-01virtio: release virtio index when fail to device_registerweiping zhang
2017-04-07virtio: allow drivers to validate featuresMichael S. Tsirkin
2017-02-07virtio_net: refactor freeze/restore logic into virtnet reset logicJohn Fastabend
2015-12-07virtio: fix memory leak of virtio ida cache layersSuman Anna
2015-04-15virtio: drop virtio_device_is_legacy_onlyMichael S. Tsirkin
2015-04-15virtio: balloon might not be a legacy deviceMichael S. Tsirkin
2015-02-17virtio: don't set VIRTIO_CONFIG_S_DRIVER_OK twice.Rusty Russell
2014-12-11virtio: set VIRTIO_CONFIG_S_FEATURES_OK on restoreMichael S. Tsirkin
2014-12-09virtio: drop legacy_only driver flagMichael S. Tsirkin
2014-12-09virtio: allow finalize_features to failMichael S. Tsirkin
2014-12-09virtio: add API to detect legacy devicesMichael S. Tsirkin
2014-12-09virtio: make VIRTIO_F_VERSION_1 a transport bitMichael S. Tsirkin
2014-12-09virtio: add legacy feature table supportMichael S. Tsirkin