aboutsummaryrefslogtreecommitdiff
path: root/drivers/lguest
AgeCommit message (Expand)Author
2008-01-30lguest: make emulate_insn receive a vcpu struct.Glauber de Oliveira Costa
2008-01-30lguest: map_switcher_in_guest() per-vcpuGlauber de Oliveira Costa
2008-01-30lguest: per-vcpu interrupt processing.Glauber de Oliveira Costa
2008-01-30lguest: per-vcpu lguest timersGlauber de Oliveira Costa
2008-01-30lguest: make hypercalls use the vcpu structGlauber de Oliveira Costa
2008-01-30lguest: make write() operation smp awareGlauber de Oliveira Costa
2008-01-30lguest: per-cpu run guestGlauber de Oliveira Costa
2008-01-30lguest: initialize vcpuGlauber de Oliveira Costa
2008-01-30lguest: introduce vcpu structGlauber de Oliveira Costa
2008-01-30lguest: Reboot supportBalaji Rao
2008-01-30lguest: remove pv_info dependencyGlauber de Oliveira Costa
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