| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-11-09 | virtio: Don't access index after unregister. | Cornelia Huck | 1 | -1/+3 |
| 2012-09-28 | virtio_mmio: Don't attempt to create empty virtqueues | Brian Foley | 1 | -0/+10 |
| 2012-09-28 | virtio_mmio: fix off by one error allocating queue | Brian Foley | 1 | -2/+2 |
| 2012-09-28 | drivers/virtio/virtio_pci.c: fix error return code | Peter Senna Tschudin | 1 | -1/+3 |
| 2012-09-28 | virtio: don't crash when device is buggy | Michael S. Tsirkin | 1 | -1/+1 |
| 2012-09-28 | virtio: remove CONFIG_VIRTIO_RING | Rusty Russell | 2 | -8/+1 |
| 2012-09-28 | virtio: add help to CONFIG_VIRTIO option. | Rusty Russell | 1 | -2/+4 |
| 2012-09-28 | virtio: support reserved vqs | Michael S. Tsirkin | 2 | -1/+7 |
| 2012-09-28 | virtio: introduce an API to set affinity for a virtqueue | Jason Wang | 1 | -0/+46 |
| 2012-09-28 | virtio-ring: move queue_index to vring_virtqueue | Jason Wang | 3 | -17/+22 |
| 2012-09-28 | virtio_balloon: not EXPERIMENTAL any more. | Rusty Russell | 1 | -2/+2 |
| 2012-09-28 | virtio-balloon: dependency fix | Michael S. Tsirkin | 1 | -2/+1 |
| 2012-07-20 | [SCSI] virtio-scsi: Add vdrv->scan for post VIRTIO_CONFIG_S_DRIVER_OK LUN sca... | Nicholas Bellinger | 1 | -1/+4 |
| 2012-07-09 | virtio-balloon: fix add/get API use | Michael S. Tsirkin | 1 | -14/+10 |
| 2012-05-22 | virtio-mmio: Devices parameter parsing | Pawel Moll | 2 | -0/+174 |
| 2012-05-22 | virtio: Use ida to allocate virtio index | Asias He | 1 | -2/+9 |
| 2012-05-22 | virtio: balloon: separate out common code between remove and freeze functions | Amit Shah | 1 | -14/+12 |
| 2012-05-22 | virtio: balloon: drop restore_common() | Amit Shah | 1 | -6/+1 |
| 2012-05-17 | virtio: balloon: let host know of updated balloon size before module removal | Amit Shah | 1 | -0/+1 |
| 2012-04-15 | virtio_balloon: fix handling of PAGE_SIZE != 4k | Michael S. Tsirkin | 1 | -10/+41 |
| 2012-04-15 | virtio_balloon: Fix endian bug | David Gibson | 1 | -2/+5 |
| 2012-03-31 | virtio-pci: switch to PM ops macro to initialise PM functions | Amit Shah | 1 | -6/+1 |
| 2012-03-31 | virtio-pci: S3 support | Amit Shah | 1 | -21/+3 |
| 2012-03-31 | virtio-pci: drop restore_common() | Amit Shah | 1 | -16/+7 |
| 2012-03-31 | virtio: drop thaw PM operation | Amit Shah | 2 | -33/+1 |
| 2012-03-31 | virtio: balloon: Allow stats update after restore from S4 | Amit Shah | 1 | -8/+0 |
| 2012-03-28 | Remove all #inclusions of asm/system.h | David Howells | 1 | -1/+0 |
| 2012-03-01 | virtio: balloon: leak / fill balloon across S4 | Amit Shah | 1 | -11/+22 |
| 2012-01-28 | virtio: correct the memory barrier in virtqueue_kick_prepare() | Jason Wang | 1 | -3/+3 |
| 2012-01-28 | virtio: fix typos of memory barriers | Jason Wang | 1 | -1/+1 |
| 2012-01-12 | virtio: balloon: Add freeze, restore handlers to support S4 | Amit Shah | 1 | -0/+47 |
| 2012-01-12 | virtio: balloon: Move vq initialization into separate function | Amit Shah | 1 | -18/+30 |
| 2012-01-12 | virtio: pci: add PM notification handlers for restore, freeze, thaw, poweroff | Amit Shah | 1 | -2/+92 |
| 2012-01-12 | virtio: pci: switch to new PM API | Amit Shah | 1 | -4/+12 |
| 2012-01-12 | virtio: add debugging if driver doesn't kick. | Rusty Russell | 1 | -0/+31 |
| 2012-01-12 | virtio: expose added descriptors immediately. | Rusty Russell | 1 | -6/+14 |
| 2012-01-12 | virtio: avoid modulus operation. | Rusty Russell | 1 | -4/+6 |
| 2012-01-12 | virtio: support unlocked queue kick | Rusty Russell | 1 | -12/+48 |
| 2012-01-12 | virtio: rename virtqueue_add_buf_gfp to virtqueue_add_buf | Rusty Russell | 2 | -14/+15 |
| 2012-01-12 | virtio: document functions better. | Rusty Russell | 1 | -1/+91 |
| 2012-01-12 | virtio-balloon: Trivial cleanups | Sasha Levin | 1 | -3/+3 |
| 2012-01-12 | virtio: harsher barriers for rpmsg. | Rusty Russell | 3 | -17/+25 |
| 2011-12-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -2/+20 |
| 2011-11-24 | virtio-pci: make reset operation safer | Michael S. Tsirkin | 1 | -0/+18 |
| 2011-11-24 | virtio-mmio: Correct the name of the guest features selector | Sasha Levin | 1 | -1/+1 |
| 2011-11-24 | virtio: add HAS_IOMEM dependency to MMIO platform bus driver | Heiko Carstens | 1 | -1/+1 |
| 2011-11-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+6 |
| 2011-11-16 | enable virtio_net to return bus_info in ethtool -i consistent with emulated NICs | Rick Jones | 2 | -0/+14 |
| 2011-11-14 | virtio-pci: fix use after free | Michael S. Tsirkin | 1 | -5/+6 |
| 2011-11-06 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 3 | -0/+3 |
| 2011-11-02 | virtio: Add platform bus driver for memory mapped virtio device | Pawel Moll | 3 | -0/+491 |
| 2011-11-02 | virtio: Dont add "config" to list for !per_vq_vector | Krishna Kumar | 1 | -3/+7 |
| 2011-10-31 | virtio: Add module.h to drivers/virtio users. | Paul Gortmaker | 3 | -0/+3 |
| 2011-10-24 | Add ethtool -g support to virtio_net | Rick Jones | 1 | -0/+10 |
| 2011-07-23 | virtio: expose for non-virtualization users too | Ohad Ben-Cohen | 1 | -0/+3 |
| 2011-05-30 | virtio: add api for delayed callbacks | Michael S. Tsirkin | 1 | -0/+27 |
| 2011-05-30 | virtio_ring: support event idx feature | Michael S. Tsirkin | 1 | -2/+24 |
| 2011-05-30 | virtio balloon: kill tell-host-first logic | Dave Hansen | 1 | -13/+8 |
| 2011-04-21 | virtio_pci: Prevent double-free of pci regions after device hot-unplug | Amit Shah | 1 | -7/+8 |
| 2011-04-21 | virtio: Decrement avail idx on buffer detach | Amit Shah | 1 | -0/+1 |
| 2011-01-20 | virtio: remove virtio-pci root device | Milton Miller | 1 | -18/+2 |
| 2010-11-24 | virtio: fix format of sysfs driver/vendor files | Stephen Hemminger | 1 | -3/+3 |
| 2010-11-24 | virtio: return correct capacity to users | Michael S. Tsirkin | 1 | -3/+0 |
| 2010-07-26 | virtio: fix oops on OOM | Michael S. Tsirkin | 1 | -2/+3 |
| 2010-06-23 | virtio-pci: disable msi at startup | Michael S. Tsirkin | 1 | -0/+3 |
| 2010-06-23 | virtio: return ENOMEM on out of memory | Michael S. Tsirkin | 1 | -1/+1 |
| 2010-05-21 | Merge branch 'virtio' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/... | Linus Torvalds | 2 | -32/+29 |
| 2010-05-19 | virtio: add_buf_gfp | Michael S. Tsirkin | 1 | -9/+11 |
| 2010-05-19 | virtio_ring: remove a level of indirection | Michael S. Tsirkin | 1 | -20/+16 |
| 2010-05-19 | virtio_balloon: use virtqueue_xxx wrappers | Michael S. Tsirkin | 1 | -9/+8 |
| 2010-04-23 | Merge branch 'master' into for-next | Jiri Kosina | 3 | -1/+5 |
| 2010-04-22 | virtio: Fix GFP flags passed from the virtio balloon driver | Balbir Singh | 1 | -1/+2 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 3 | -0/+3 |
| 2010-03-16 | Fix typos in comments | Thomas Weber | 1 | -1/+1 |
| 2010-03-02 | virtio: set pci bus master enable bit | Michael S. Tsirkin | 1 | -0/+1 |
| 2010-02-28 | virtio: fix out of range array access | Michael S. Tsirkin | 1 | -1/+2 |
| 2010-02-24 | virtio: Initialize vq->data entries to NULL | Amit Shah | 1 | -1/+4 |
| 2010-02-24 | virtio: Add ability to detach unused buffers from vrings | Shirley Ma | 1 | -0/+25 |
| 2010-02-24 | virtio: use smp_XX barriers on SMP | Michael S. Tsirkin | 1 | -4/+22 |
| 2010-02-24 | virtio: remove bogus barriers from DEBUG version of virtio_ring.c | Rusty Russell | 1 | -2/+1 |
| 2010-02-24 | virtio: fix balloon without VIRTIO_BALLOON_F_STATS_VQ | Rusty Russell | 1 | -0/+1 |
| 2010-02-24 | virtio: Fix scheduling while atomic in virtio_balloon stats | Adam Litke | 1 | -4/+18 |
| 2010-02-24 | virtio: Add memory statistics reporting to the balloon driver (V4) | Adam Litke | 1 | -8/+86 |
| 2010-02-24 | Add __devexit_p around reference to virtio_pci_remove | Jamie Lokier | 1 | -1/+1 |
| 2010-01-16 | virtio: fix section mismatch warnings | Jeff Mahoney | 1 | -3/+3 |
| 2009-10-29 | virtio: order used ring after used index read | Michael S. Tsirkin | 1 | -0/+3 |
| 2009-10-29 | virtio-pci: fix per-vq MSI-X request logic | Michael S. Tsirkin | 1 | -12/+15 |
| 2009-10-22 | move virtballoon_remove to .devexit.text | Uwe Kleine-König | 1 | -1/+1 |
| 2009-10-22 | virtio: let header files include virtio_ids.h | Christian Borntraeger | 1 | -1/+0 |
| 2009-09-23 | virtio: add virtio IDs file | Fernando Luis Vazquez Cao | 1 | -0/+1 |
| 2009-09-23 | virtio: make add_buf return capacity remaining | Rusty Russell | 2 | -2/+6 |
| 2009-09-23 | virtio_pci: minor MSI-X cleanups | Rusty Russell | 1 | -55/+70 |
| 2009-07-30 | virtio: refactor find_vqs | Michael S. Tsirkin | 1 | -93/+119 |
| 2009-07-30 | virtio: delete vq from list | Michael S. Tsirkin | 1 | -1/+5 |
| 2009-07-30 | virtio: fix memory leak on device removal | Michael S. Tsirkin | 1 | -13/+15 |
| 2009-07-17 | virtio-pci: correctly unregister root device on error | Mark McLoughlin | 1 | -1/+1 |
| 2009-06-12 | virtio: enhance id_matching for virtio drivers | Christian Borntraeger | 1 | -1/+1 |
| 2009-06-12 | virtio: fix id_matching for virtio drivers | Christian Borntraeger | 1 | -1/+1 |
| 2009-06-12 | virtio: indirect ring entries (VIRTIO_RING_F_INDIRECT_DESC) | Mark McLoughlin | 1 | -2/+73 |
| 2009-06-12 | virtio: expose features in sysfs | Rusty Russell | 1 | -0/+16 |
| 2009-06-12 | virtio_pci: optional MSI-X support | Michael S. Tsirkin | 1 | -19/+209 |
| 2009-06-12 | virtio_pci: split up vp_interrupt | Michael S. Tsirkin | 1 | -19/+34 |
| 2009-06-12 | virtio: find_vqs/del_vqs virtio operations | Michael S. Tsirkin | 2 | -23/+41 |
| 2009-06-12 | virtio: add names to virtqueue struct, mapping from devices to queues. | Rusty Russell | 4 | -11/+27 |
| 2009-06-12 | virtio: meet virtio spec by finalizing features before using device | Rusty Russell | 1 | -3/+4 |
| 2009-04-19 | virtio: fix suspend when using virtio_balloon | Marcelo Tosatti | 1 | -1/+2 |
| 2009-03-30 | virtio: more neatening of virtio_ring macros. | Rusty Russell | 1 | -3/+9 |
| 2009-03-30 | virtio: fix BAD_RING, START_US and END_USE macros | Roel Kluin | 1 | -8/+8 |
| 2009-02-02 | virtio-pci: do not oops on config change if driver not loaded | Mark McLoughlin | 1 | -1/+1 |
| 2009-01-06 | virtio: do not statically allocate root device | Mark McLoughlin | 1 | -10/+7 |
| 2008-12-30 | virtio: add PCI device release() function | Mark McLoughlin | 1 | -6/+15 |
| 2008-12-30 | virtio: avoid implicit use of Linux page size in balloon interface | Hollis Blanchard | 1 | -2/+11 |
| 2008-12-30 | virtio: hand virtio ring alignment as argument to vring_new_virtqueue | Rusty Russell | 2 | -3/+4 |
| 2008-12-30 | virtio: Don't use PAGE_SIZE for vring alignment in virtio_pci. | Rusty Russell | 1 | -2/+2 |
| 2008-12-30 | virtio: Don't use PAGE_SIZE in virtio_pci.c | Rusty Russell | 1 | -1/+1 |
| 2008-12-30 | virtio: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2 | -3/+3 |
| 2008-12-30 | virtio-pci queue allocation not page-aligned | Hollis Blanchard | 1 | -5/+7 |
| 2008-08-26 | virtio_balloon: fix towards_target when deflating balloon | Anthony Liguori | 1 | -1/+1 |
| 2008-07-25 | virtio: Add transport feature handling stub for virtio_ring. | Rusty Russell | 2 | -0/+19 |
| 2008-07-25 | virtio: Rename set_features to finalize_features | Rusty Russell | 2 | -7/+8 |
| 2008-07-25 | virtio: Formally reserve bits 28-31 to be 'transport' features. | Rusty Russell | 1 | -0/+5 |
| 2008-07-25 | virtio: Use bus_type probe and remove methods | Mark McLoughlin | 1 | -9/+9 |
| 2008-07-25 | virtio: don't always force a notification when ring is full | Rusty Russell | 1 | -2/+5 |
| 2008-06-15 | virtio: Complete feature negotation before updating status | Mark McLoughlin | 1 | -1/+1 |
| 2008-05-30 | virtio: force callback on empty. | Rusty Russell | 1 | -7/+0 |
| 2008-05-30 | virtio_net: another race with virtio_net and enable_cb | Christian Borntraeger | 1 | -1/+0 |
| 2008-05-30 | virtio: set device index in common code. | Rusty Russell | 2 | -6/+6 |
| 2008-05-30 | virtio: virtio_pci should not set bus_id. | Rusty Russell | 1 | -1/+0 |
| 2008-05-30 | virtio: bus_id for devices should contain 'virtio' | Rusty Russell | 1 | -1/+1 |
| 2008-05-02 | virtio: explicit advertisement of driver features | Rusty Russell | 3 | -18/+56 |
| 2008-05-02 | virtio: change config to guest endian. | Rusty Russell | 1 | -3/+3 |
| 2008-05-02 | virtio: fix sparse return void-valued expression warnings | Harvey Harrison | 1 | -2/+2 |
| 2008-05-02 | virtio: ignore corrupted virtqueues rather than spinning. | Rusty Russell | 1 | -0/+5 |
| 2008-04-07 | virtio: remove overzealous BUG_ON. | Rusty Russell | 1 | -3/+0 |
| 2008-03-30 | virtio_pci iomem annotations | Al Viro | 1 | -3/+3 |
| 2008-03-28 | virtio_pci: unregister virtio device at device remove | Anthony Liguori | 1 | -0/+1 |
| 2008-03-17 | virtio: fix race in enable_cb | Christian Borntraeger | 1 | -1/+0 |
| 2008-03-17 | virtio: handle > 2 billion page balloon targets | Rusty Russell | 1 | -2/+2 |
| 2008-03-17 | virtio: Use spin_lock_irqsave/restore for virtio-pci | Anthony Liguori | 1 | -6/+9 |
| 2008-02-06 | virtio: add missing #include <linux/delay.h> | Johann Felix Soden | 1 | -0/+1 |
| 2008-02-04 | virtio: balloon driver | Rusty Russell | 3 | -0/+295 |
| 2008-02-04 | virtio: Use PCI revision field to indicate virtio PCI ABI version | Anthony Liguori | 1 | -0/+6 |
| 2008-02-04 | virtio: PCI device | Anthony Liguori | 3 | -0/+458 |
| 2008-02-04 | virtio: Allow virtio to be modular and used by modules | Rusty Russell | 3 | -2/+14 |
| 2008-02-04 | virtio: Use the sg_phys convenience function. | Rusty Russell | 1 | -4/+2 |
| 2008-02-04 | virtio: handle interrupts after callbacks turned off | Rusty Russell | 1 | -0/+7 |
| 2008-02-04 | virtio: reset function | Rusty Russell | 2 | -13/+10 |
| 2008-02-04 | virtio: clarify NO_NOTIFY flag usage | Rusty Russell | 1 | -0/+2 |
| 2008-02-04 | virtio: explicit enable_cb/disable_cb rather than callback return. | Rusty Russell | 1 | -5/+16 |
| 2008-02-04 | virtio: simplify config mechanism. | Rusty Russell | 1 | -45/+0 |
| 2007-11-19 | virtio: fix module/device unloading | Rusty Russell | 1 | -0/+13 |
| 2007-11-12 | virtio: Force use of power-of-two for descriptor ring sizes | Rusty Russell | 1 | -1/+7 |
| 2007-11-12 | virtio: Fix used_idx wrap-around | Anthony Liguori | 1 | -1/+1 |
| 2007-10-23 | Virtio helper routines for a descriptor ringbuffer implementation | Rusty Russell | 3 | -0/+319 |
| 2007-10-23 | Module autoprobing support for virtio drivers. | Rusty Russell | 1 | -0/+18 |
| 2007-10-23 | Virtio interface | Rusty Russell | 4 | -0/+188 |