summaryrefslogtreecommitdiffstats
path: root/Documentation/lguest
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe2010-10-192-12/+14
|\
| * lguest: clean up warnings in demonstration launcher.Rusty Russell2010-08-272-12/+14
* | lguest: replace VIRTIO_F_BARRIER support with VIRTIO_F_FLUSH supportTejun Heo2010-09-101-20/+9
|/
* Documentation/: it's -> its where appropriateFrancis Galiegue2010-04-231-1/+1
* lguest: remove unneeded zlib.h include in example launcherRusty Russell2010-02-241-1/+0
* tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* virtio: let header files include virtio_ids.hChristian Borntraeger2009-10-221-1/+0
* lguest: don't force VIRTIO_F_NOTIFY_ON_EMPTYRusty Russell2009-09-231-4/+21
* virtio: add virtio IDs fileFernando Luis Vazquez Cao2009-09-231-0/+1
* lguest and virtio: cleanup struct definitions to Linux style.Rusty Russell2009-07-301-16/+5
* lguest: update commentryRusty Russell2009-07-301-45/+139
* lguest: fix comment styleRusty Russell2009-07-301-191/+349
* lguest: fix descriptor corruption in example launcherRusty Russell2009-07-301-1/+5
* lguest: add support for indirect ring entriesMark McLoughlin2009-06-121-12/+29
* lguest: suppress notifications in example LauncherRusty Russell2009-06-121-0/+15
* lguest: try to batch interrupts on network receiveRusty Russell2009-06-121-1/+16
* lguest: avoid sending interrupts to Guest when no activity occurs.Rusty Russell2009-06-121-0/+9
* lguest: implement deferred interrupts in example LauncherRusty Russell2009-06-121-19/+22
* lguest: have example Launcher service all devices in separate threadsRusty Russell2009-06-121-574/+259
* lguest: PAE supportMatias Zabaljauregui2009-06-121-1/+0
* lguest: fix writev returning short on console outputRusty Russell2009-06-121-1/+6
* lguest: clean up length-used value in example launcherRusty Russell2009-06-121-7/+4
* lguest: clean up example launcher compile flags.Rusty Russell2009-06-121-2/+1
* lguest: remove invalid interrupt forcing logic.Rusty Russell2009-06-121-7/+1
* lguest: get more serious about wmb() in example Launcher codeRusty Russell2009-06-121-3/+4
* lguest: cleanup passing of /dev/lguest fd around example launcher.Rusty Russell2009-06-121-55/+47
* lguest: be paranoid about guest playing with device descriptors.Rusty Russell2009-06-121-10/+17
* lguest: document 32-bit and PAE requirementsRusty Russell2009-04-191-5/+6
* lguest: tell git to ignore Documentation/lguest/lguestMatt Kraai2009-04-191-0/+1
* lguest: barrier me harderRusty Russell2009-03-301-0/+7
* lguest: disable the FORTIFY for lguest.Tim 'mithro' Ansell2009-01-301-1/+1
* lguest: move the initial guest page table creation code to the hostMatias Zabaljauregui2008-12-301-54/+6
* virtio: use LGUEST_VRING_ALIGN instead of relying on pagesizeRusty Russell2008-12-301-3/+3
* lguest: fix example launcher compile after moved asm-x86 dir.Rusty Russell2008-10-312-2/+2
* doc/x86: fix doc subdirsUwe Hermann2008-10-281-1/+1
* lguest: update commentryRusty Russell2008-08-261-0/+8
* lguest: don't set MAC address for guest unless specifiedRusty Russell2008-08-121-22/+1
* lguest: turn Waker into a thread, not a processRusty Russell2008-07-291-63/+57
* lguest: Enlarge virtio ringsRusty Russell2008-07-291-2/+2
* lguest: Use GSO/IFF_VNET_HDR extensions on tun/tapRusty Russell2008-07-291-14/+20
* lguest: Remove 'network: no dma buffer!' warningRusty Russell2008-07-291-2/+0
* lguest: Adaptive timeoutRusty Russell2008-07-291-1/+11
* lguest: Tell Guest net not to notify us on every packet xmitRusty Russell2008-07-291-13/+93
* lguest: net block unneeded receive queue update notificationsRusty Russell2008-07-291-1/+13
* lguest: wrap last_avail accesses.Rusty Russell2008-07-291-5/+11
* lguest: virtio-rng supportRusty Russell2008-07-291-0/+90
* lguest: Support assigning a MAC addressMark McLoughlin2008-07-291-33/+89
* lguest: Don't leak /dev/zero fdMark McLoughlin2008-07-291-0/+1
* lguest: fix verbose printing of device features.Rusty Russell2008-07-291-2/+2
* lguest: notify on emptyRusty Russell2008-05-301-2/+10
OpenPOWER on IntegriCloud