string: factorize skip_spaces and export it to be generally available
[safe/jmp/linux-2.6] / drivers / virtio /
2009-10-28 Michael S. Tsirkinvirtio: order used ring after used index read
2009-10-28 Michael S. Tsirkinvirtio-pci: fix per-vq MSI-X request logic
2009-10-22 Uwe Kleine-Königmove virtballoon_remove to .devexit.text
2009-10-22 Christian Borntraegervirtio: let header files include virtio_ids.h
2009-09-23 Fernando Luis Vazq... virtio: add virtio IDs file
2009-09-23 Rusty Russellvirtio: make add_buf return capacity remaining
2009-09-23 Rusty Russellvirtio_pci: minor MSI-X cleanups
2009-07-30 Michael S. Tsirkinvirtio: refactor find_vqs
2009-07-30 Michael S. Tsirkinvirtio: delete vq from list
2009-07-30 Michael S. Tsirkinvirtio: fix memory leak on device removal
2009-07-17 Mark McLoughlinvirtio-pci: correctly unregister root device on error
2009-06-12 Christian Borntraegervirtio: enhance id_matching for virtio drivers
2009-06-12 Christian Borntraegervirtio: fix id_matching for virtio drivers
2009-06-12 Mark McLoughlinvirtio: indirect ring entries (VIRTIO_RING_F_INDIRECT_DESC)
2009-06-12 Rusty Russellvirtio: expose features in sysfs
2009-06-12 Michael S. Tsirkinvirtio_pci: optional MSI-X support
2009-06-12 Michael S. Tsirkinvirtio_pci: split up vp_interrupt
2009-06-12 Michael S. Tsirkinvirtio: find_vqs/del_vqs virtio operations
2009-06-12 Rusty Russellvirtio: add names to virtqueue struct, mapping from...
2009-06-12 Rusty Russellvirtio: meet virtio spec by finalizing features before...
2009-04-19 Marcelo Tosattivirtio: fix suspend when using virtio_balloon
2009-03-30 Rusty Russellvirtio: more neatening of virtio_ring macros.
2009-03-30 Roel Kluinvirtio: fix BAD_RING, START_US and END_USE macros
2009-02-03 Mark McLoughlinvirtio-pci: do not oops on config change if driver...
2009-01-06 Mark McLoughlinvirtio: do not statically allocate root device
2008-12-29 Mark McLoughlinvirtio: add PCI device release() function
2008-12-29 Hollis Blanchardvirtio: avoid implicit use of Linux page size in balloo...
2008-12-29 Rusty Russellvirtio: hand virtio ring alignment as argument to vring...
2008-12-29 Rusty Russellvirtio: Don't use PAGE_SIZE for vring alignment in...
2008-12-29 Rusty Russellvirtio: Don't use PAGE_SIZE in virtio_pci.c
2008-12-29 Kay Sieversvirtio: struct device - replace bus_id with dev_name...
2008-12-29 Hollis Blanchardvirtio-pci queue allocation not page-aligned
2008-08-25 Anthony Liguorivirtio_balloon: fix towards_target when deflating balloon
2008-07-25 Rusty Russellvirtio: Add transport feature handling stub for virtio_...
2008-07-25 Rusty Russellvirtio: Rename set_features to finalize_features
2008-07-25 Rusty Russellvirtio: Formally reserve bits 28-31 to be 'transport...
2008-07-25 Mark McLoughlinvirtio: Use bus_type probe and remove methods
2008-07-25 Rusty Russellvirtio: don't always force a notification when ring...
2008-06-15 Mark McLoughlinvirtio: Complete feature negotation before updating...
2008-05-30 Rusty Russellvirtio: force callback on empty.
2008-05-30 Christian Borntraegervirtio_net: another race with virtio_net and enable_cb
2008-05-30 Rusty Russellvirtio: set device index in common code.
2008-05-30 Rusty Russellvirtio: virtio_pci should not set bus_id.
2008-05-30 Rusty Russellvirtio: bus_id for devices should contain 'virtio'
2008-05-02 Rusty Russellvirtio: explicit advertisement of driver features
2008-05-02 Rusty Russellvirtio: change config to guest endian.
2008-05-02 Harvey Harrisonvirtio: fix sparse return void-valued expression warnings
2008-05-02 Rusty Russellvirtio: ignore corrupted virtqueues rather than spinning.
2008-04-07 Rusty Russellvirtio: remove overzealous BUG_ON.
2008-03-30 Al Virovirtio_pci iomem annotations
2008-03-28 Anthony Liguorivirtio_pci: unregister virtio device at device remove
2008-03-17 Christian Borntraegervirtio: fix race in enable_cb
2008-03-17 Rusty Russellvirtio: handle > 2 billion page balloon targets
2008-03-17 Anthony Liguorivirtio: Use spin_lock_irqsave/restore for virtio-pci
2008-02-06 Ingo Molnarvirtio: fix trivial build bug
2008-02-06 Johann Felix Sodenvirtio: add missing #include <linux/delay.h>
2008-02-04 Rusty Russellvirtio: balloon driver
2008-02-04 Anthony Liguorivirtio: Use PCI revision field to indicate virtio PCI...
2008-02-04 Anthony Liguorivirtio: PCI device
2008-02-04 Rusty Russellvirtio: Allow virtio to be modular and used by modules
2008-02-04 Rusty Russellvirtio: Use the sg_phys convenience function.
2008-02-04 Rusty Russellvirtio: handle interrupts after callbacks turned off
2008-02-04 Rusty Russellvirtio: reset function
2008-02-04 Rusty Russellvirtio: clarify NO_NOTIFY flag usage
2008-02-04 Rusty Russellvirtio: explicit enable_cb/disable_cb rather than callb...
2008-02-04 Rusty Russellvirtio: simplify config mechanism.
2007-11-19 Rusty Russellvirtio: fix module/device unloading
2007-11-12 Rusty Russellvirtio: Force use of power-of-two for descriptor ring...
2007-11-12 Anthony Liguorivirtio: Fix used_idx wrap-around
2007-10-23 Rusty RussellVirtio helper routines for a descriptor ringbuffer...
2007-10-23 Rusty RussellModule autoprobing support for virtio drivers.
2007-10-23 Rusty RussellVirtio interface