aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lguest (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-19Remove bogus duplicate CONFIG_LGUEST_GUEST entry.Rusty Russell1-7/+0
2008-01-18Selecting LGUEST should turn on Guest support, as in 2.6.23.Rusty Russell1-2/+2
2007-11-19virtio: fix module/device unloadingRusty Russell1-0/+2
2007-11-14lguest_user.c: fix memory leakAdrian Bunk1-1/+1
2007-11-12virtio: Force use of power-of-two for descriptor ring sizesRusty Russell1-1/+2
2007-10-25lguest: documentation updateRusty Russell10-169/+274
2007-10-25lguest: remove unused "wake" element from struct lguestRusty Russell1-3/+0
2007-10-25lguest: use defines from x86 headers instead of magic numbersRusty Russell1-1/+1
2007-10-23generalize lgread_u32/lgwrite_u32.Rusty Russell7-46/+38
2007-10-23Lguest support for VirtioRusty Russell2-0/+376
2007-10-23Remove old lguest I/O infrrasructure.Rusty Russell6-715/+19
2007-10-23Remove old lguest bus and drivers.Rusty Russell4-234/+0
2007-10-23Boot with virtual == physical to get closer to native Linux.Rusty Russell6-32/+62
2007-10-23Allow guest to specify syscall vector to use.Rusty Russell4-11/+75
2007-10-23Rename "cr3" to "gpgdir" to avoid x86-specific naming.Rusty Russell2-12/+12
2007-10-23Pagetables to use normal kernel typesMatias Zabaljauregui3-141/+98
2007-10-23Move register setup into i386_core.cJes Sorensen3-36/+38
2007-10-23Change example launcher to use unsigned long not u32Jes Sorensen1-15/+16
2007-10-23Make hypercalls arch-independent.Jes Sorensen3-76/+94
2007-10-23Introduce "hcall" pointer to indicate pending hypercall.Rusty Russell4-38/+34
2007-10-23Reorder guest saved regs to match hyperall orderJes Sorensen1-2/+2
2007-10-23Move i386 part of core.c to x86/core.c.Jes Sorensen7-522/+525
2007-10-23Make shadow IDT a complete IDT with 256 entries.Rusty Russell2-32/+20
2007-10-23Remove fixed limit on number of guests, and lguests array.Rusty Russell5-37/+13
2007-10-23Introduce guest mem offset, static link example launcherRusty Russell6-38/+50
2007-10-23Rename switcher.S to x86/switcher_32.SRusty Russell2-3/+5
2007-10-23Move lguest guest support to arch/x86.Rusty Russell3-1201/+2
2007-10-23Clocksource is continuous regardless of the state of the host's TSC.Tony Breeds1-3/+2
2007-10-23lguest_devices belongs in lguest_bus.c: it's not i386-specific.Rusty Russell2-1/+2
2007-10-23Lguest currently depends on 32-bit x86, not just x86.Rusty Russell1-1/+1
2007-10-23Use copy_to_user() not put_user for struct timespecJes Sorensen1-1/+1
2007-10-23Remove binfmts.h include from lg.hRusty Russell1-1/+0
2007-10-23Normalize config options for guest supportRusty Russell1-2/+1
2007-10-17Merge branch 'xen-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xenLinus Torvalds3-78/+82
2007-10-16[x86] remove uses of magic macros for boot_params accessH. Peter Anvin1-1/+3
2007-10-16paravirt: clean up lazy mode handlingJeremy Fitzhardinge1-21/+11
2007-10-16paravirt: refactor struct paravirt_ops into smaller pv_*_opsJeremy Fitzhardinge3-59/+73
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