Commit Graph

155 Commits (1b4f59e356cc94929305bd107b7f38eec62715ad)

Author SHA1 Message Date
Brian Foley d78b519f6b virtio_mmio: Don't attempt to create empty virtqueues 13 years ago
Brian Foley 3850d29fc4 virtio_mmio: fix off by one error allocating queue 13 years ago
Peter Senna Tschudin 74a74b376c drivers/virtio/virtio_pci.c: fix error return code 13 years ago
Michael S. Tsirkin 5543a6ac31 virtio: don't crash when device is buggy 13 years ago
Rusty Russell eccbb05a64 virtio: remove CONFIG_VIRTIO_RING 13 years ago
Rusty Russell 387daf1716 virtio: add help to CONFIG_VIRTIO option. 13 years ago
Michael S. Tsirkin 6457f126c8 virtio: support reserved vqs 13 years ago
Jason Wang 75a0a52be3 virtio: introduce an API to set affinity for a virtqueue 13 years ago
Jason Wang 17bb6d4088 virtio-ring: move queue_index to vring_virtqueue 13 years ago
Rusty Russell 7a23eb28fa virtio_balloon: not EXPERIMENTAL any more. 13 years ago
Michael S. Tsirkin 04679f34c1 virtio-balloon: dependency fix 13 years ago
Nicholas Bellinger 59057fbc37 [SCSI] virtio-scsi: Add vdrv->scan for post VIRTIO_CONFIG_S_DRIVER_OK LUN scanning 13 years ago
Michael S. Tsirkin 9c378abc5c virtio-balloon: fix add/get API use 13 years ago
Pawel Moll 81a054ce0b virtio-mmio: Devices parameter parsing 13 years ago
Asias He 90e03207f4 virtio: Use ida to allocate virtio index 13 years ago
Amit Shah c877bab507 virtio: balloon: separate out common code between remove and freeze functions 13 years ago
Amit Shah c45b4166d9 virtio: balloon: drop restore_common() 13 years ago
Amit Shah b8ae0eb320 virtio: balloon: let host know of updated balloon size before module removal 13 years ago
Michael S. Tsirkin 3ccc9372ed virtio_balloon: fix handling of PAGE_SIZE != 4k 13 years ago
David Gibson 1a87228f5f virtio_balloon: Fix endian bug 13 years ago
Amit Shah f878d0be22 virtio-pci: switch to PM ops macro to initialise PM functions 13 years ago
Amit Shah 04c2322bee virtio-pci: S3 support 13 years ago
Amit Shah 0517fdd156 virtio-pci: drop restore_common() 13 years ago
Amit Shah f38f8387cb virtio: drop thaw PM operation 13 years ago
Amit Shah e47d854e57 virtio: balloon: Allow stats update after restore from S4 13 years ago
David Howells 9ffc93f203 Remove all #inclusions of asm/system.h 13 years ago
Amit Shah 4eb05d562e virtio: balloon: leak / fill balloon across S4 13 years ago
Jason Wang a72caae218 virtio: correct the memory barrier in virtqueue_kick_prepare() 13 years ago
Jason Wang 4dbc5d9f4f virtio: fix typos of memory barriers 13 years ago
Amit Shah e562966dba virtio: balloon: Add freeze, restore handlers to support S4 13 years ago
Amit Shah be91c33dd1 virtio: balloon: Move vq initialization into separate function 13 years ago
Amit Shah f0fe6f1150 virtio: pci: add PM notification handlers for restore, freeze, thaw, poweroff 13 years ago
Amit Shah d077536386 virtio: pci: switch to new PM API 13 years ago
Rusty Russell e93300b1af virtio: add debugging if driver doesn't kick. 13 years ago
Rusty Russell ee7cd8981e virtio: expose added descriptors immediately. 13 years ago
Rusty Russell 3b720b8c86 virtio: avoid modulus operation. 13 years ago
Rusty Russell 41f0377f73 virtio: support unlocked queue kick 13 years ago
Rusty Russell f96fde41f7 virtio: rename virtqueue_add_buf_gfp to virtqueue_add_buf 13 years ago
Rusty Russell 5dfc17628d virtio: document functions better. 13 years ago
Sasha Levin 1e214a5c1a virtio-balloon: Trivial cleanups 13 years ago
Rusty Russell 7b21e34fd1 virtio: harsher barriers for rpmsg. 13 years ago
Michael S. Tsirkin e6af578c53 virtio-pci: make reset operation safer 13 years ago
Sasha Levin fe1a7fe2c4 virtio-mmio: Correct the name of the guest features selector 13 years ago
Heiko Carstens bd20817f73 virtio: add HAS_IOMEM dependency to MMIO platform bus driver 13 years ago
Rick Jones 66846048f5 enable virtio_net to return bus_info in ethtool -i consistent with emulated NICs 13 years ago
Michael S. Tsirkin 72103bd128 virtio-pci: fix use after free 13 years ago
Pawel Moll edfd52e636 virtio: Add platform bus driver for memory mapped virtio device 13 years ago
Krishna Kumar 005b20a8e0 virtio: Dont add "config" to list for !per_vq_vector 13 years ago
Paul Gortmaker b5a2c4f199 virtio: Add module.h to drivers/virtio users. 13 years ago
Rick Jones 8f9f4668b3 Add ethtool -g support to virtio_net 13 years ago