Commit Graph

205 Commits (c639945323253e962be6a56063273db1dbefc116)

Author SHA1 Message Date
Rusty Russell 70670444c2 virtio: fail adding buffer on broken queues. 11 years ago
Rusty Russell 4951cc9083 virtio_balloon: don't crash if virtqueue is broken. 11 years ago
Rusty Russell 1f74ef0f2d virtio_balloon: don't softlockup on huge balloon changes. 11 years ago
Alexander Gordeev 5e37f67063 virtio: Use pci_enable_msix_exact() instead of pci_enable_msix() 11 years ago
Joel Stanley 6abb2dd928 tools/virtio: fix missing kmemleak_ignore symbol 11 years ago
Rashika Kheria 05c54de8c8 drivers: virtio: Mark function virtballoon_migratepage() as static in virtio_balloon.c 11 years ago
Luiz Capitulino 3459f11a8b virtio_balloon: update_balloon_size(): update correct field 11 years ago
Jingoo Han 7d2dddda5c virtio: pci: remove unnecessary pci_set_drvdata() 11 years ago
Marc Zyngier 4ae8537072 virtio: mmio: fix signature checking for BE guests 11 years ago
Heinz Graalfs 2342d6a651 virtio_ring: adapt to notify() returning bool 11 years ago
Heinz Graalfs b3b32c9413 virtio_ring: add new function virtqueue_is_broken() 11 years ago
Heinz Graalfs 5b1bf7cb67 virtio_ring: let virtqueue_{kick()/notify()} return a bool 11 years ago
Heinz Graalfs 46f9c2b925 virtio_ring: change host notification API 11 years ago
Greg Kroah-Hartman 3736dab6e5 virtio: convert bus code to use dev_groups 11 years ago
Rusty Russell 855e0c5288 virtio: use size-based config accessors. 11 years ago
Rusty Russell bb478d8b16 virtio_ring: plug kmemleak false positive. 11 years ago
Aaron Lu 8910700039 virtio: pm: use CONFIG_PM_SLEEP instead of CONFIG_PM 12 years ago
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