aboutsummaryrefslogtreecommitdiff
path: root/drivers/lguest
AgeCommit message (Expand)Author
2008-01-25cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()Gautham R Shenoy
2008-01-19Remove bogus duplicate CONFIG_LGUEST_GUEST entry.Rusty Russell
2008-01-18Selecting LGUEST should turn on Guest support, as in 2.6.23.Rusty Russell
2007-11-19virtio: fix module/device unloadingRusty Russell
2007-11-14lguest_user.c: fix memory leakAdrian Bunk
2007-11-12virtio: Force use of power-of-two for descriptor ring sizesRusty Russell
2007-10-25lguest: documentation updateRusty Russell
2007-10-25lguest: remove unused "wake" element from struct lguestRusty Russell
2007-10-25lguest: use defines from x86 headers instead of magic numbersRusty Russell
2007-10-23generalize lgread_u32/lgwrite_u32.Rusty Russell
2007-10-23Lguest support for VirtioRusty Russell
2007-10-23Remove old lguest I/O infrrasructure.Rusty Russell
2007-10-23Remove old lguest bus and drivers.Rusty Russell
2007-10-23Boot with virtual == physical to get closer to native Linux.Rusty Russell
2007-10-23Allow guest to specify syscall vector to use.Rusty Russell
2007-10-23Rename "cr3" to "gpgdir" to avoid x86-specific naming.Rusty Russell
2007-10-23Pagetables to use normal kernel typesMatias Zabaljauregui
2007-10-23Move register setup into i386_core.cJes Sorensen
2007-10-23Change example launcher to use unsigned long not u32Jes Sorensen
2007-10-23Make hypercalls arch-independent.Jes Sorensen
2007-10-23Introduce "hcall" pointer to indicate pending hypercall.Rusty Russell
2007-10-23Reorder guest saved regs to match hyperall orderJes Sorensen
2007-10-23Move i386 part of core.c to x86/core.c.Jes Sorensen
2007-10-23Make shadow IDT a complete IDT with 256 entries.Rusty Russell
2007-10-23Remove fixed limit on number of guests, and lguests array.Rusty Russell
2007-10-23Introduce guest mem offset, static link example launcherRusty Russell
2007-10-23Rename switcher.S to x86/switcher_32.SRusty Russell
2007-10-23Move lguest guest support to arch/x86.Rusty Russell
2007-10-23Clocksource is continuous regardless of the state of the host's TSC.Tony Breeds
2007-10-23lguest_devices belongs in lguest_bus.c: it's not i386-specific.Rusty Russell
2007-10-23Lguest currently depends on 32-bit x86, not just x86.Rusty Russell
2007-10-23Use copy_to_user() not put_user for struct timespecJes Sorensen
2007-10-23Remove binfmts.h include from lg.hRusty Russell
2007-10-23Normalize config options for guest supportRusty Russell
2007-10-17Merge branch 'xen-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2007-10-16[x86] remove uses of magic macros for boot_params accessH. Peter Anvin
2007-10-16paravirt: clean up lazy mode handlingJeremy Fitzhardinge
2007-10-16paravirt: refactor struct paravirt_ops into smaller pv_*_opsJeremy Fitzhardinge
2007-09-25fix modules oopsing in lguest guestsRusty Russell
2007-09-12lguest: Fix guest crash when CONFIG_X86_USE_3DNOW=yRusty Russell
2007-08-30Fix lguest page-pinning logic ("lguest: bad stack page 0xc057a000")Rusty Russell
2007-08-23lguest should depend on CONFIG_FUTEXAlexey Dobriyan
2007-08-11i386: Make patching more robust, fix paravirt issueAndi Kleen
2007-08-11lguest files should explicitly include asm/paravirt.hJes Sorensen
2007-08-09lguest: Fix Malicious Guest GDT Host CrashRusty Russell
2007-08-09Fix non-TSC guest clocksource lockupRusty Russell
2007-08-06Enable lguest drivers in KconfigRusty Russell
2007-07-29Make lguest compile with CONFIG_BLOCK=n and CONFIG_NET=nRusty Russell
2007-07-28Provide timespec to guests rather than jiffies clock.Rusty Russell
2007-07-28Fix lguest bzImage loading with CONFIG_RELOCATABLE=yRusty Russell