summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-10-23Loading bzImage directly.Rusty Russell
2007-10-23Revert lguest magic and use hook in head.SRusty Russell
2007-10-23Update lguest documentation to reflect the new virtual block device name.Chris Malley
2007-10-23generalize lgread_u32/lgwrite_u32.Rusty Russell
2007-10-23Example launcher handle guests not being ready for inputRusty Russell
2007-10-23Update example launcher for virtioRusty 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-23Virtio helper routines for a descriptor ringbuffer implementationRusty Russell
2007-10-23Module autoprobing support for virtio drivers.Rusty Russell
2007-10-23Virtio console driverRusty Russell
2007-10-23Block driver using virtio.Rusty Russell
2007-10-23Net driver using virtioRusty Russell
2007-10-23Virtio interfaceRusty 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-23lguest.h declares a struct timespec, make it include linux/time.hJes Sorensen
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-23Accept elf files that are valid but have sections that can not be mmap'ed for...Ronald G. Minnich
2007-10-23Rename switcher.S to x86/switcher_32.SRusty Russell
2007-10-23Move lguest guest support to arch/x86.Rusty Russell
2007-10-23Move lguest hcalls to arch-specific headerJes Sorensen
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-23Make lguest_launcher.h types userspace-friendlyRusty Russell
2007-10-23lguest.txt updateRusty 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-23turn err into errx in lguest call sitesGlauber de Oliveira Costa
2007-10-23Remove binfmts.h include from lg.hRusty Russell
2007-10-23Make asm-x86/bootparam.h includable from userspace.Rusty Russell
2007-10-23Consolidate host virtualization support under Virtualization menuRusty Russell
2007-10-23Normalize config options for guest supportRusty Russell
2007-10-23procfs: fix kernel-doc param warningsRandy Dunlap
2007-10-23auditsc: fix kernel-doc param warningsRandy Dunlap
2007-10-23Expand hwif->host_flags so that it fits new flags.David Miller
2007-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2007-10-23Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/coolo...Linus Torvalds
2007-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi...Linus Torvalds