aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lguest/lguest_device.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-30lguest and virtio: cleanup struct definitions to Linux style.Rusty Russell1-2/+1
2009-07-30lguest: update commentryRusty Russell1-5/+6
2009-07-30lguest: fix comment styleRusty Russell1-53/+97
2009-06-12virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin1-2/+34
2009-06-12virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell1-2/+3
2009-03-30lguest: use KVM hypercallsMatias Zabaljauregui1-2/+2
2009-03-09lguest: fix for CONFIG_SPARSE_IRQ=yRusty Russell1-0/+6
2009-01-06lguest: do not statically allocate root deviceMark McLoughlin1-6/+4
2008-12-30lguest: struct device - replace bus_id with dev_name()Mark McLoughlin1-1/+1
2008-12-30virtio: hand virtio ring alignment as argument to vring_new_virtqueueRusty Russell1-2/+2
2008-12-30virtio: use LGUEST_VRING_ALIGN instead of relying on pagesizeRusty Russell1-1/+1
2008-08-26lguest: update commentryRusty Russell1-0/+8
2008-07-25virtio: Add transport feature handling stub for virtio_ring.Rusty Russell1-0/+3
2008-07-25virtio: Rename set_features to finalize_featuresRusty Russell1-5/+6
2008-05-30virtio: set device index in common code.Rusty Russell1-14/+9
2008-05-30lguest: use ioremap_cache, not ioremapRusty Russell1-1/+1
2008-05-02lguest: make Launcher see device status updatesRusty Russell1-7/+13
2008-05-02virtio: explicit advertisement of driver featuresRusty Russell1-20/+28
2008-03-28lguest: comment documentation update.Rusty Russell1-5/+6
2008-02-08Fix container_of() usageAlexey Dobriyan1-1/+1
2008-02-04virtio: reset functionRusty Russell1-1/+13
2008-02-04virtio: explicit enable_cb/disable_cb rather than callback return.Rusty Russell1-1/+1
2008-02-04virtio: simplify config mechanism.Rusty Russell1-58/+74
2007-11-19virtio: fix module/device unloadingRusty Russell1-0/+2
2007-11-12virtio: Force use of power-of-two for descriptor ring sizesRusty Russell1-1/+2
2007-10-25lguest: documentation updateRusty Russell1-4/+7
2007-10-23Lguest support for VirtioRusty Russell1-0/+373