1. a7da60f Remove bogus duplicate CONFIG_LGUEST_GUEST entry. by Rusty Russell · 16 years ago
  2. 84f7466 Selecting LGUEST should turn on Guest support, as in 2.6.23. by Rusty Russell · 16 years ago
  3. 74b2553 virtio: fix module/device unloading by Rusty Russell · 17 years ago
  4. 4305441 lguest_user.c: fix memory leak by Adrian Bunk · 17 years ago
  5. 42b36cc virtio: Force use of power-of-two for descriptor ring sizes by Rusty Russell · 17 years ago
  6. e1e7296 lguest: documentation update by Rusty Russell · 17 years ago
  7. 197bff6 lguest: remove unused "wake" element from struct lguest by Rusty Russell · 17 years ago
  8. 25c47bb lguest: use defines from x86 headers instead of magic numbers by Rusty Russell · 17 years ago
  9. 2d37f94 generalize lgread_u32/lgwrite_u32. by Rusty Russell · 17 years ago
  10. 19f1537 Lguest support for Virtio by Rusty Russell · 17 years ago
  11. 1504527 Remove old lguest I/O infrrasructure. by Rusty Russell · 17 years ago
  12. 0ca49ca Remove old lguest bus and drivers. by Rusty Russell · 17 years ago
  13. 47436aa Boot with virtual == physical to get closer to native Linux. by Rusty Russell · 17 years ago
  14. c18acd7 Allow guest to specify syscall vector to use. by Rusty Russell · 17 years ago
  15. ee3db0f Rename "cr3" to "gpgdir" to avoid x86-specific naming. by Rusty Russell · 17 years ago
  16. df29f43 Pagetables to use normal kernel types by Matias Zabaljauregui · 17 years ago
  17. d612cde Move register setup into i386_core.c by Jes Sorensen · 17 years ago
  18. 511801d Change example launcher to use unsigned long not u32 by Jes Sorensen · 17 years ago
  19. b410e7b Make hypercalls arch-independent. by Jes Sorensen · 17 years ago
  20. cc6d4fb Introduce "hcall" pointer to indicate pending hypercall. by Rusty Russell · 17 years ago
  21. 4614a3a Reorder guest saved regs to match hyperall order by Jes Sorensen · 17 years ago
  22. 625efab Move i386 part of core.c to x86/core.c. by Jes Sorensen · 17 years ago
  23. 56adbe9 Make shadow IDT a complete IDT with 256 entries. by Rusty Russell · 17 years ago
  24. 48245cc Remove fixed limit on number of guests, and lguests array. by Rusty Russell · 17 years ago
  25. 3c6b5bf Introduce guest mem offset, static link example launcher by Rusty Russell · 17 years ago
  26. 1f4e1de Rename switcher.S to x86/switcher_32.S by Rusty Russell · 17 years ago
  27. 34b8867 Move lguest guest support to arch/x86. by Rusty Russell · 17 years ago
  28. 05aa026 Clocksource is continuous regardless of the state of the host's TSC. by Tony Breeds · 17 years ago
  29. ebac525 lguest_devices belongs in lguest_bus.c: it's not i386-specific. by Rusty Russell · 17 years ago
  30. 141341c Lguest currently depends on 32-bit x86, not just x86. by Rusty Russell · 17 years ago
  31. 891ff65 Use copy_to_user() not put_user for struct timespec by Jes Sorensen · 17 years ago
  32. 25e82eb Remove binfmts.h include from lg.h by Rusty Russell · 17 years ago
  33. d3d1c4b Normalize config options for guest support by Rusty Russell · 17 years ago
  34. fb9fc39 Merge branch 'xen-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen by Linus Torvalds · 17 years ago
  35. 30c8264 [x86] remove uses of magic macros for boot_params access by H. Peter Anvin · 17 years ago
  36. 8965c1c paravirt: clean up lazy mode handling by Jeremy Fitzhardinge · 17 years ago
  37. 93b1eab paravirt: refactor struct paravirt_ops into smaller pv_*_ops by Jeremy Fitzhardinge · 17 years ago
  38. bbbd2bf fix modules oopsing in lguest guests by Rusty Russell · 17 years ago
  39. c413fec lguest: Fix guest crash when CONFIG_X86_USE_3DNOW=y by Rusty Russell · 17 years ago
  40. 8057d76 Fix lguest page-pinning logic ("lguest: bad stack page 0xc057a000") by Rusty Russell · 17 years ago
  41. deec595 lguest should depend on CONFIG_FUTEX by Alexey Dobriyan · 17 years ago
  42. ab144f5 i386: Make patching more robust, fix paravirt issue by Andi Kleen · 17 years ago
  43. b1a4719 lguest files should explicitly include asm/paravirt.h by Jes Sorensen · 17 years ago
  44. 0d027c0 lguest: Fix Malicious Guest GDT Host Crash by Rusty Russell · 17 years ago
  45. 3725009 Fix non-TSC guest clocksource lockup by Rusty Russell · 17 years ago
  46. cc1ff43 Enable lguest drivers in Kconfig by Rusty Russell · 17 years ago
  47. 05ff097 Make lguest compile with CONFIG_BLOCK=n and CONFIG_NET=n by Rusty Russell · 17 years ago
  48. 6c8dca5 Provide timespec to guests rather than jiffies clock. by Rusty Russell · 17 years ago
  49. a8a11f0 Fix lguest bzImage loading with CONFIG_RELOCATABLE=y by Rusty Russell · 17 years ago
  50. f56a384 lguest: documentation VII: FIXMEs by Rusty Russell · 17 years ago
  51. f8f0fdc lguest: documentation VI: Switcher by Rusty Russell · 17 years ago
  52. bff672e lguest: documentation V: Host by Rusty Russell · 17 years ago
  53. dde7978 lguest: documentation IV: Launcher by Rusty Russell · 17 years ago
  54. e2c9784 lguest: documentation III: Drivers by Rusty Russell · 17 years ago
  55. b2b47c2 lguest: documentation II: Guest by Rusty Russell · 17 years ago
  56. f938d2c lguest: documentation I: Preparation by Rusty Russell · 17 years ago
  57. 18de5bc clockevents: fix resume logic by Thomas Gleixner · 17 years ago
  58. 9d1ca6f lguest: override sched_clock by Rusty Russell · 17 years ago
  59. 876be9d lguest: trivial: We now have asm/processor-flags.h, so use it. by Rusty Russell · 17 years ago
  60. e5faff4 lguest: fix sense if IF flag on interrupt injection by Rusty Russell · 17 years ago
  61. 6d14bfe Fix lguest misannotation by Al Viro · 17 years ago
  62. 709e892 lguest: the Makefile and Kconfig by Rusty Russell · 17 years ago
  63. d7e28ff lguest: the host code by Rusty Russell · 17 years ago
  64. 07ad157 lguest: the guest code by Rusty Russell · 17 years ago