Commit Graph

44 Commits (4614a3a3b638dfd7a67d0237944f6a76331af61d)

Author SHA1 Message Date
Jes Sorensen 4614a3a3b6 Reorder guest saved regs to match hyperall order 18 years ago
Jes Sorensen 625efab1cd Move i386 part of core.c to x86/core.c. 18 years ago
Rusty Russell 56adbe9ddc Make shadow IDT a complete IDT with 256 entries. 18 years ago
Rusty Russell 48245cc070 Remove fixed limit on number of guests, and lguests array. 18 years ago
Rusty Russell 3c6b5bfa3c Introduce guest mem offset, static link example launcher 18 years ago
Rusty Russell 1f4e1de4f2 Rename switcher.S to x86/switcher_32.S 18 years ago
Rusty Russell 34b8867a03 Move lguest guest support to arch/x86. 18 years ago
Tony Breeds 05aa026a62 Clocksource is continuous regardless of the state of the host's TSC. 18 years ago
Rusty Russell ebac52524d lguest_devices belongs in lguest_bus.c: it's not i386-specific. 18 years ago
Rusty Russell 141341cdae Lguest currently depends on 32-bit x86, not just x86. 18 years ago
Jes Sorensen 891ff65ff5 Use copy_to_user() not put_user for struct timespec 18 years ago
Rusty Russell 25e82eba3a Remove binfmts.h include from lg.h 18 years ago
Rusty Russell d3d1c4bdf1 Normalize config options for guest support 18 years ago
H. Peter Anvin 30c826451d [x86] remove uses of magic macros for boot_params access 18 years ago
Jeremy Fitzhardinge 8965c1c095 paravirt: clean up lazy mode handling 18 years ago
Jeremy Fitzhardinge 93b1eab3d2 paravirt: refactor struct paravirt_ops into smaller pv_*_ops 18 years ago
Rusty Russell bbbd2bf00b fix modules oopsing in lguest guests 18 years ago
Rusty Russell c413fecc76 lguest: Fix guest crash when CONFIG_X86_USE_3DNOW=y 18 years ago
Rusty Russell 8057d763ed Fix lguest page-pinning logic ("lguest: bad stack page 0xc057a000") 18 years ago
Alexey Dobriyan deec595047 lguest should depend on CONFIG_FUTEX 18 years ago
Andi Kleen ab144f5ec6 i386: Make patching more robust, fix paravirt issue 18 years ago
Jes Sorensen b1a47190a6 lguest files should explicitly include asm/paravirt.h 18 years ago
Rusty Russell 0d027c01cd lguest: Fix Malicious Guest GDT Host Crash 18 years ago
Rusty Russell 37250097e1 Fix non-TSC guest clocksource lockup 18 years ago
Rusty Russell cc1ff43b70 Enable lguest drivers in Kconfig 18 years ago
Rusty Russell 05ff09706b Make lguest compile with CONFIG_BLOCK=n and CONFIG_NET=n 18 years ago
Rusty Russell 6c8dca5d53 Provide timespec to guests rather than jiffies clock. 18 years ago
Rusty Russell a8a11f0697 Fix lguest bzImage loading with CONFIG_RELOCATABLE=y 18 years ago
Rusty Russell f56a384e98 lguest: documentation VII: FIXMEs 18 years ago
Rusty Russell f8f0fdcd40 lguest: documentation VI: Switcher 18 years ago
Rusty Russell bff672e630 lguest: documentation V: Host 18 years ago
Rusty Russell dde797899a lguest: documentation IV: Launcher 18 years ago
Rusty Russell e2c9784325 lguest: documentation III: Drivers 18 years ago
Rusty Russell b2b47c214f lguest: documentation II: Guest 18 years ago
Rusty Russell f938d2c892 lguest: documentation I: Preparation 18 years ago
Thomas Gleixner 18de5bc4c1 clockevents: fix resume logic 18 years ago
Rusty Russell 9d1ca6f13c lguest: override sched_clock 18 years ago
Rusty Russell 876be9d89e lguest: trivial: We now have asm/processor-flags.h, so use it. 18 years ago
Rusty Russell e5faff45b3 lguest: fix sense if IF flag on interrupt injection 18 years ago
Al Viro 6d14bfe77b Fix lguest misannotation 18 years ago
Rusty Russell 709e89266b lguest: the Makefile and Kconfig 18 years ago
Rusty Russell d7e28ffe6c lguest: the host code 18 years ago
Rusty Russell 07ad157f6e lguest: the guest code 18 years ago