Commit Graph

93 Commits (b38eeaae267e4cd385ababcc2df82f6c46fc8633)

Author SHA1 Message Date
Michael S. Tsirkin 1fe9b6fef1 virtio: fix oops on OOM 15 years ago
Michael S. Tsirkin b03214d559 virtio-pci: disable msi at startup 15 years ago
Michael S. Tsirkin 686d363786 virtio: return ENOMEM on out of memory 15 years ago
Michael S. Tsirkin bbd603efb4 virtio: add_buf_gfp 15 years ago
Michael S. Tsirkin 7c5e9ed0c8 virtio_ring: remove a level of indirection 15 years ago
Michael S. Tsirkin 946cfe0e05 virtio_balloon: use virtqueue_xxx wrappers 15 years ago
Balbir Singh 61fb06cc8e virtio: Fix GFP flags passed from the virtio balloon driver 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Thomas Weber 8839316121 Fix typos in comments 15 years ago
Michael S. Tsirkin bc505f3739 virtio: set pci bus master enable bit 15 years ago
Michael S. Tsirkin 3119815912 virtio: fix out of range array access 15 years ago
Amit Shah 3b8706240e virtio: Initialize vq->data entries to NULL 15 years ago
Shirley Ma c021eac414 virtio: Add ability to detach unused buffers from vrings 15 years ago
Michael S. Tsirkin d57ed95da4 virtio: use smp_XX barriers on SMP 15 years ago
Rusty Russell 97a545ab6c virtio: remove bogus barriers from DEBUG version of virtio_ring.c 15 years ago
Rusty Russell 169c246a30 virtio: fix balloon without VIRTIO_BALLOON_F_STATS_VQ 15 years ago
Adam Litke 1f34c71afe virtio: Fix scheduling while atomic in virtio_balloon stats 15 years ago
Adam Litke 9564e138b1 virtio: Add memory statistics reporting to the balloon driver (V4) 15 years ago
Jamie Lokier 1f08b833dd Add __devexit_p around reference to virtio_pci_remove 15 years ago
Shirley Ma f9bfbebf34 virtio: Add ability to detach unused buffers from vrings 15 years ago
Jeff Mahoney d817cd5255 virtio: fix section mismatch warnings 15 years ago
Michael S. Tsirkin 2d61ba9503 virtio: order used ring after used index read 15 years ago
Michael S. Tsirkin 0b22bd0ba0 virtio-pci: fix per-vq MSI-X request logic 15 years ago
Uwe Kleine-König 1e65175c2c move virtballoon_remove to .devexit.text 15 years ago
Christian Borntraeger e95646c3ec virtio: let header files include virtio_ids.h 15 years ago
Fernando Luis Vazquez Cao 3ca4f5ca73 virtio: add virtio IDs file 16 years ago
Rusty Russell 3c1b27d504 virtio: make add_buf return capacity remaining 16 years ago
Rusty Russell f68d24082e virtio_pci: minor MSI-X cleanups 16 years ago
Michael S. Tsirkin e969fed542 virtio: refactor find_vqs 16 years ago
Michael S. Tsirkin f6c8250703 virtio: delete vq from list 16 years ago
Michael S. Tsirkin ff52c3fc71 virtio: fix memory leak on device removal 16 years ago
Mark McLoughlin 4b892e6582 virtio-pci: correctly unregister root device on error 16 years ago
Christian Borntraeger e335385373 virtio: enhance id_matching for virtio drivers 16 years ago
Christian Borntraeger c89e80168b virtio: fix id_matching for virtio drivers 16 years ago
Mark McLoughlin 9fa29b9df3 virtio: indirect ring entries (VIRTIO_RING_F_INDIRECT_DESC) 16 years ago
Rusty Russell a92892825a virtio: expose features in sysfs 16 years ago
Michael S. Tsirkin 82af8ce84e virtio_pci: optional MSI-X support 16 years ago
Michael S. Tsirkin 77cf524654 virtio_pci: split up vp_interrupt 16 years ago
Michael S. Tsirkin d2a7ddda9f virtio: find_vqs/del_vqs virtio operations 16 years ago
Rusty Russell 9499f5e7ed virtio: add names to virtqueue struct, mapping from devices to queues. 16 years ago
Rusty Russell ef688e151c virtio: meet virtio spec by finalizing features before using device 16 years ago
Marcelo Tosatti 84a139a985 virtio: fix suspend when using virtio_balloon 16 years ago
Rusty Russell c5f841f178 virtio: more neatening of virtio_ring macros. 16 years ago
Roel Kluin 3a35ce7dce virtio: fix BAD_RING, START_US and END_USE macros 16 years ago
Mark McLoughlin 3fff0179e3 virtio-pci: do not oops on config change if driver not loaded 16 years ago
Mark McLoughlin 63d1255670 virtio: do not statically allocate root device 16 years ago
Mark McLoughlin 29f9f12ec7 virtio: add PCI device release() function 16 years ago
Hollis Blanchard 1b4aa2faec virtio: avoid implicit use of Linux page size in balloon interface 16 years ago
Rusty Russell 87c7d57c17 virtio: hand virtio ring alignment as argument to vring_new_virtqueue 16 years ago
Rusty Russell 498af14783 virtio: Don't use PAGE_SIZE for vring alignment in virtio_pci. 16 years ago