summaryrefslogtreecommitdiffstats
path: root/drivers/virtio/virtio.c
Commit message (Expand)AuthorAgeFilesLines
* virtio: add debugfs infrastructure to allow to debug virtio featuresJiri Pirko2024-04-261-0/+8
* virtio: store owner from modules with register_virtio_driver()Krzysztof Kozlowski2024-04-081-2/+4
* virtio: make virtio_bus constRicardo B. Marliere2024-03-191-1/+1
* virtio: reenable config if freezing device failedDavid Hildenbrand2024-03-191-1/+3
* virtio-pci: Introduce admin virtqueueFeng Liu2023-12-191-4/+33
* driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-2/+2
* virtio: Implementing attribute show with sysfs_emitDawei Li2022-12-281-6/+6
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-08-121-1/+3
|\
| * virtio: Check dev_set_name() return valueBo Liu2022-08-111-1/+3
* | virtio: replace restricted mem access flag with callbackJuergen Gross2022-08-011-2/+2
|/
* virtio: disable notification hardening by defaultJason Wang2022-06-241-0/+2
* virtio: replace arch_has_restricted_virtio_memory_access()Juergen Gross2022-06-061-3/+2
* virtio: Directly use ida_alloc()/free()keliu2022-05-311-3/+3
* virtio: harden vring IRQJason Wang2022-05-311-3/+12
* virtio: use virtio_reset_device() when possibleJason Wang2022-05-311-2/+2
* virtio: use virtio_device_ready() in virtio_device_restore()Stefano Garzarella2022-05-311-2/+3
* virtio: Replace unsigned with unsigned intSolomon Tan2022-05-311-1/+1
* Revert "virtio: use virtio_device_ready() in virtio_device_restore()"Michael S. Tsirkin2022-03-301-3/+2
* virtio: use virtio_device_ready() in virtio_device_restore()Stefano Garzarella2022-03-281-2/+3
* virtio: document virtio_reset_deviceMichael S. Tsirkin2022-03-041-0/+16
* virtio: acknowledge all features before accessMichael S. Tsirkin2022-03-041-17/+22
* virtio: unexport virtio_finalize_featuresMichael S. Tsirkin2022-03-041-2/+1
* virtio: wrap config->reset callsMichael S. Tsirkin2022-01-141-0/+6
* 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-111-3/+53
|\
| * virtio: Bind virtio device to device-tree nodeViresh Kumar2021-09-051-3/+54
* | 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: Protect vqs list accessParav Pandit2021-08-101-0/+1
|/
* virtio: remove export for virtio_config_{enable, disable}Xianting Tian2021-03-141-4/+2
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-10-231-0/+15
|\
| * virtio: let arch advertise guest's memory access restrictionsPierre Morel2020-10-211-0/+15
* | virtio: add dma-buf support for exported objectsDavid Stevens2020-08-181-0/+6
|/
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* virtio: hint if callbacks surprisingly might sleepCornelia Huck2019-03-061-0/+2
* virtio: split device_register into device_initialize and device_addweiping zhang2018-02-011-3/+15
* virtio: release virtio index when fail to device_registerweiping zhang2017-12-011-0/+2
* virtio: allow drivers to validate featuresMichael S. Tsirkin2017-04-071-0/+6
* virtio_net: refactor freeze/restore logic into virtnet reset logicJohn Fastabend2017-02-071-19/+23
* virtio: fix memory leak of virtio ida cache layersSuman Anna2015-12-071-0/+1
* virtio: drop virtio_device_is_legacy_onlyMichael S. Tsirkin2015-04-151-6/+0
* virtio: balloon might not be a legacy deviceMichael S. Tsirkin2015-04-151-1/+1
* virtio: don't set VIRTIO_CONFIG_S_DRIVER_OK twice.Rusty Russell2015-02-171-1/+4
* virtio: set VIRTIO_CONFIG_S_FEATURES_OK on restoreMichael S. Tsirkin2014-12-111-14/+23
* virtio: drop legacy_only driver flagMichael S. Tsirkin2014-12-091-4/+0
* virtio: allow finalize_features to failMichael S. Tsirkin2014-12-091-7/+14
* virtio: add API to detect legacy devicesMichael S. Tsirkin2014-12-091-0/+7
* virtio: make VIRTIO_F_VERSION_1 a transport bitMichael S. Tsirkin2014-12-091-1/+5
* virtio: add legacy feature table supportMichael S. Tsirkin2014-12-091-1/+24