USB: option: re-add NOVATELWIRELESS_PRODUCT_HSPA_HIGHSPEED to option_id array
[linux-flexiantxendom0.git] / drivers / virtio /
2011-11-24 Michael S. Tsirkinvirtio-pci: make reset operation safer
2011-11-24 Sasha Levinvirtio-mmio: Correct the name of the guest features...
2011-11-24 Heiko Carstensvirtio: add HAS_IOMEM dependency to MMIO platform bus...
2011-11-14 Michael S. Tsirkinvirtio-pci: fix use after free
2011-11-07 Linus TorvaldsMerge branch 'modsplit-Oct31_2011' of git://git./linux...
2011-11-02 Pawel Mollvirtio: Add platform bus driver for memory mapped virti...
2011-11-02 Krishna Kumarvirtio: Dont add "config" to list for !per_vq_vector
2011-10-31 Paul Gortmakervirtio: Add module.h to drivers/virtio users.
2011-10-24 Rick JonesAdd ethtool -g support to virtio_net
2011-07-23 Ohad Ben-Cohenvirtio: expose for non-virtualization users too
2011-05-30 Michael S. Tsirkinvirtio: add api for delayed callbacks
2011-05-30 Michael S. Tsirkinvirtio_ring: support event idx feature
2011-05-30 Dave Hansenvirtio balloon: kill tell-host-first logic
2011-04-21 Amit Shahvirtio_pci: Prevent double-free of pci regions after...
2011-04-21 Amit Shahvirtio: Decrement avail idx on buffer detach
2011-01-20 Milton Millervirtio: remove virtio-pci root device
2010-11-24 Stephen Hemmingervirtio: fix format of sysfs driver/vendor files
2010-11-24 Michael S. Tsirkinvirtio: return correct capacity to users
2010-07-26 Michael S. Tsirkinvirtio: fix oops on OOM
2010-06-23 Michael S. Tsirkinvirtio-pci: disable msi at startup
2010-06-23 Michael S. Tsirkinvirtio: return ENOMEM on out of memory
2010-05-22 Linus TorvaldsMerge branch 'virtio' of git://git./linux/kernel/git...
2010-05-19 Michael S. Tsirkinvirtio: add_buf_gfp
2010-05-19 Michael S. Tsirkinvirtio_ring: remove a level of indirection
2010-05-19 Michael S. Tsirkinvirtio_balloon: use virtqueue_xxx wrappers
2010-04-23 Jiri KosinaMerge branch 'master' into for-next
2010-04-22 Balbir Singhvirtio: Fix GFP flags passed from the virtio balloon...
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-16 Thomas WeberFix typos in comments
2010-03-02 Michael S. Tsirkinvirtio: set pci bus master enable bit
2010-02-28 Michael S. Tsirkinvirtio: fix out of range array access
2010-02-24 Amit Shahvirtio: Initialize vq->data entries to NULL
2010-02-24 Shirley Mavirtio: Add ability to detach unused buffers from vrings
2010-02-24 Michael S. Tsirkinvirtio: use smp_XX barriers on SMP
2010-02-24 Rusty Russellvirtio: remove bogus barriers from DEBUG version of...
2010-02-24 Rusty Russellvirtio: fix balloon without VIRTIO_BALLOON_F_STATS_VQ
2010-02-24 Adam Litkevirtio: Fix scheduling while atomic in virtio_balloon...
2010-02-24 Adam Litkevirtio: Add memory statistics reporting to the balloon...
2010-02-24 Jamie LokierAdd __devexit_p around reference to virtio_pci_remove
2010-02-02 Shirley Mavirtio: Add ability to detach unused buffers from vrings
2010-01-16 Jeff Mahoneyvirtio: fix section mismatch warnings
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
next