Commit Graph

186 Commits (272b98c6455f00884f0350f775c5342358ebb73f)

Author SHA1 Message Date
Aaron Lu 9e266ece21 virtio_pci: pm: Use CONFIG_PM_SLEEP instead of CONFIG_PM 12 years ago
Michael S. Tsirkin cc229884d3 virtio: support unlocked queue poll 12 years ago
Jiang Liu 3dcc0571cd mm: correctly update zone->managed_pages 12 years ago
Luiz Capitulino 8c6bab4f38 virtio_balloon: leak_balloon(): only tell host if we got pages deflated 12 years ago
Andrew Vagin f11335db5e virtio-pci: fix leaks of msix_affinity_masks 12 years ago
Rusty Russell b3087e48ce virtio: remove virtqueue_add_buf(). 12 years ago
Rusty Russell 92549abc6a virtio_balloon: use simplified virtqueue accessors. 12 years ago
Rusty Russell 282edb3649 virtio_ring: virtqueue_add_outbuf / virtqueue_add_inbuf. 12 years ago
Rusty Russell 13816c768d virtio_ring: virtqueue_add_sgs, to add multiple sgs. 12 years ago
Rusty Russell a9a0fef779 virtio_ring: expose virtio barriers for use in vringh. 12 years ago
Rusty Russell b2a17029c2 virtio: use module_virtio_driver. 12 years ago
Stephen Hemminger 35cdc9eb65 virtio: make pci_device_id const 12 years ago
Stephen Hemminger 9350393239 virtio: make config_ops const 12 years ago
Ryota Ozaki 0d34cc2d6d virtio-mmio: fix wrong comment about register offset 12 years ago
Kees Cook d72c5a8c8c drivers/virtio: remove depends on CONFIG_EXPERIMENTAL 12 years ago
Greg Kroah-Hartman 8590dbc79a Drivers: virtio: remove __dev* attributes. 12 years ago
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