aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lguest (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-09-25fix modules oopsing in lguest guestsRusty Russell1-3/+3
2007-09-12lguest: Fix guest crash when CONFIG_X86_USE_3DNOW=yRusty Russell1-3/+4
2007-08-30Fix lguest page-pinning logic ("lguest: bad stack page 0xc057a000")Rusty Russell1-2/+5
2007-08-23lguest should depend on CONFIG_FUTEXAlexey Dobriyan1-1/+1
2007-08-11i386: Make patching more robust, fix paravirt issueAndi Kleen1-4/+5
2007-08-11lguest files should explicitly include asm/paravirt.hJes Sorensen1-0/+1
2007-08-09lguest: Fix Malicious Guest GDT Host CrashRusty Russell5-67/+29
2007-08-09Fix non-TSC guest clocksource lockupRusty Russell1-2/+2
2007-08-06Enable lguest drivers in KconfigRusty Russell1-0/+2
2007-07-29Make lguest compile with CONFIG_BLOCK=n and CONFIG_NET=nRusty Russell1-1/+9
2007-07-28Provide timespec to guests rather than jiffies clock.Rusty Russell4-24/+57
2007-07-28Fix lguest bzImage loading with CONFIG_RELOCATABLE=yRusty Russell1-0/+5
2007-07-26lguest: documentation VII: FIXMEsRusty Russell6-0/+55
2007-07-26lguest: documentation VI: SwitcherRusty Russell2-46/+276
2007-07-26lguest: documentation V: HostRusty Russell6-85/+924
2007-07-26lguest: documentation IV: LauncherRusty Russell4-28/+427
2007-07-26lguest: documentation III: DriversRusty Russell1-3/+69
2007-07-26lguest: documentation II: GuestRusty Russell2-37/+470
2007-07-26lguest: documentation I: PreparationRusty Russell12-17/+153
2007-07-21clockevents: fix resume logicThomas Gleixner1-0/+2
2007-07-20lguest: override sched_clockRusty Russell1-1/+8
2007-07-20lguest: trivial: We now have asm/processor-flags.h, so use it.Rusty Russell1-3/+1
2007-07-20lguest: fix sense if IF flag on interrupt injectionRusty Russell1-5/+5
2007-07-20Fix lguest misannotationAl Viro1-1/+1
2007-07-19lguest: the Makefile and KconfigRusty Russell2-0/+27
2007-07-19lguest: the host codeRusty Russell11-25/+2618
2007-07-19lguest: the guest codeRusty Russell3-0/+745