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