Commit Graph

166 Commits (7b5c253c88ae5f6770e426b1d3f135be75483200)

Author SHA1 Message Date
Wanlong Gao 9a2bdcc85d virtio: add drv_to_virtio to make code clearly 12 years ago
Wanlong Gao 9bffdca8c6 virtio: use dev_to_virtio wrapper in virtio 12 years ago
Pawel Moll 40f9938c4c virtio-mmio: Fix irq parsing in command line parameter 12 years ago
Joe Perches 800ba5eabf virtio: Convert dev_printk(KERN_<LEVEL> to dev_<level>( 12 years ago
Rusty Russell 98e8c6bc66 virtio: make virtqueue_add_buf() returning 0 on success, not capacity. 12 years ago
Rusty Russell 06ca287dba virtio: move queue_index and num_free fields into core struct virtqueue. 12 years ago
Wei Yongjun 1ce6853aa0 virtio-pci: use module_pci_driver to simplify the code 12 years ago
Rafael Aquini e22504296d virtio_balloon: introduce migration primitives to balloon pages 12 years ago
Cornelia Huck 237242bddc virtio: Don't access index after unregister. 12 years ago
Will Deacon b92b1b89a3 virtio: force vring descriptors to be allocated from lowmem 12 years ago
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