summaryrefslogtreecommitdiffstats
path: root/Documentation/lguest
AgeCommit message (Expand)AuthorLines
2011-05-06Move kvm, uml, and lguest subdirectories under a common "virtual" directory, ...Rob Landley-2290/+0
2011-01-20lguest: document --rng in example LauncherPhilip Sanderson-0/+5
2011-01-20lguest: example launcher to use guard pages, drop PROT_EXEC, fix limit logicPhilip Sanderson-8/+15
2011-01-20lguest: --username and --chroot optionsPhilip Sanderson-0/+50
2010-11-15Docs/Kconfig: Update: osdl.org -> linuxfoundation.orgMichael Witten-2/+5
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe-12/+14
2010-09-10lguest: replace VIRTIO_F_BARRIER support with VIRTIO_F_FLUSH supportTejun Heo-20/+9
2010-08-27lguest: clean up warnings in demonstration launcher.Rusty Russell-12/+14
2010-04-23Documentation/: it's -> its where appropriateFrancis Galiegue-1/+1
2010-02-24lguest: remove unneeded zlib.h include in example launcherRusty Russell-1/+0
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa-1/+1
2009-10-22virtio: let header files include virtio_ids.hChristian Borntraeger-1/+0
2009-09-23lguest: don't force VIRTIO_F_NOTIFY_ON_EMPTYRusty Russell-4/+21
2009-09-23virtio: add virtio IDs fileFernando Luis Vazquez Cao-0/+1
2009-07-30lguest and virtio: cleanup struct definitions to Linux style.Rusty Russell-16/+5
2009-07-30lguest: update commentryRusty Russell-45/+139
2009-07-30lguest: fix comment styleRusty Russell-191/+349
2009-07-30lguest: fix descriptor corruption in example launcherRusty Russell-1/+5
2009-06-12lguest: add support for indirect ring entriesMark McLoughlin-12/+29
2009-06-12lguest: suppress notifications in example LauncherRusty Russell-0/+15
2009-06-12lguest: try to batch interrupts on network receiveRusty Russell-1/+16
2009-06-12lguest: avoid sending interrupts to Guest when no activity occurs.Rusty Russell-0/+9
2009-06-12lguest: implement deferred interrupts in example LauncherRusty Russell-19/+22
2009-06-12lguest: have example Launcher service all devices in separate threadsRusty Russell-574/+259
2009-06-12lguest: PAE supportMatias Zabaljauregui-1/+0
2009-06-12lguest: fix writev returning short on console outputRusty Russell-1/+6
2009-06-12lguest: clean up length-used value in example launcherRusty Russell-7/+4
2009-06-12lguest: clean up example launcher compile flags.Rusty Russell-2/+1
2009-06-12lguest: remove invalid interrupt forcing logic.Rusty Russell-7/+1
2009-06-12lguest: get more serious about wmb() in example Launcher codeRusty Russell-3/+4
2009-06-12lguest: cleanup passing of /dev/lguest fd around example launcher.Rusty Russell-55/+47
2009-06-12lguest: be paranoid about guest playing with device descriptors.Rusty Russell-10/+17
2009-04-19lguest: document 32-bit and PAE requirementsRusty Russell-5/+6
2009-04-19lguest: tell git to ignore Documentation/lguest/lguestMatt Kraai-0/+1
2009-03-30lguest: barrier me harderRusty Russell-0/+7
2009-01-30lguest: disable the FORTIFY for lguest.Tim 'mithro' Ansell-1/+1
2008-12-30lguest: move the initial guest page table creation code to the hostMatias Zabaljauregui-54/+6
2008-12-30virtio: use LGUEST_VRING_ALIGN instead of relying on pagesizeRusty Russell-3/+3
2008-10-31lguest: fix example launcher compile after moved asm-x86 dir.Rusty Russell-2/+2
2008-10-28doc/x86: fix doc subdirsUwe Hermann-1/+1
2008-08-26lguest: update commentryRusty Russell-0/+8
2008-08-12lguest: don't set MAC address for guest unless specifiedRusty Russell-22/+1
2008-07-29lguest: turn Waker into a thread, not a processRusty Russell-63/+57
2008-07-29lguest: Enlarge virtio ringsRusty Russell-2/+2
2008-07-29lguest: Use GSO/IFF_VNET_HDR extensions on tun/tapRusty Russell-14/+20
2008-07-29lguest: Remove 'network: no dma buffer!' warningRusty Russell-2/+0
2008-07-29lguest: Adaptive timeoutRusty Russell-1/+11
2008-07-29lguest: Tell Guest net not to notify us on every packet xmitRusty Russell-13/+93
2008-07-29lguest: net block unneeded receive queue update notificationsRusty Russell-1/+13
2008-07-29lguest: wrap last_avail accesses.Rusty Russell-5/+11