1. e1884d6 x86/fpu: Pass 'struct fpu' to fpu__restore() by Ingo Molnar · 9 years ago
  2. 3c6dffa x86/fpu: Rename user_has_fpu() to fpregs_active() by Ingo Molnar · 9 years ago
  3. 952f07e x86/fpu: Move various internal function prototypes to fpu/internal.h by Ingo Molnar · 9 years ago
  4. df6b35f x86/fpu: Rename i387.h to fpu/api.h by Ingo Molnar · 9 years ago
  5. 3a0aee4 x86/fpu: Rename math_state_restore() to fpu__restore() by Ingo Molnar · 9 years ago
  6. 53861af Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 9 years ago
  7. 7313d52 lguest: add iomem region, where guest page faults get sent to userspace. by Rusty Russell · 9 years ago
  8. c565650b lguest: send trap 13 through to userspace. by Rusty Russell · 9 years ago
  9. 18c1373 lguest: add operations to get/set a register from the Launcher. by Rusty Russell · 9 years ago
  10. 375074c x86: Clean up cr4 manipulation by Andy Lutomirski · 10 years ago
  11. cdd77e8 x86, asmlinkage, lguest: Pass in globals into assembler statement by Andi Kleen · 11 years ago
  12. 1adfa76 x86, flags: Rename X86_EFLAGS_BIT1 to X86_EFLAGS_FIXED by H. Peter Anvin · 11 years ago
  13. 93a2cdf lguest: assume Switcher text is a single page. by Rusty Russell · 11 years ago
  14. 406a590b lguest: prepare to make SWITCHER_ADDR a variable. by Rusty Russell · 11 years ago
  15. 9c6ff8bb lguest, x86: handle guest TS bit for lazy/non-lazy fpu host models by Suresh Siddha · 12 years ago
  16. 1cf8343 x86: Fix rflags in FAKE_STACK_FRAME by Seiichi Ikarashi · 13 years ago
  17. 996ba96 lguest: Fix in/out emulation by Rusty Russell · 13 years ago
  18. 9f54288 lguest: update comments by Rusty Russell · 13 years ago
  19. 6d7a5d1 lguest: don't rewrite vmcall instructions by Rusty Russell · 13 years ago
  20. ced05dd lguest: compile fixes by Rusty Russell · 13 years ago
  21. c9f2954 lguest: Use this_cpu_ops by Christoph Lameter · 14 years ago
  22. 5094aea lguest: workaround cmpxchg8b_emu by ignoring cli in the guest. by Rusty Russell · 14 years ago
  23. 390dfd9 percpu: make misc percpu symbols unique by Tejun Heo · 15 years ago
  24. a91d74a lguest: update commentry by Rusty Russell · 15 years ago
  25. 2e04ef7 lguest: fix comment style by Rusty Russell · 15 years ago
  26. 5643462 lguest: fix on Intel when KVM loaded (unhandled trap 13) by Rusty Russell · 15 years ago
  27. a489f0b lguest: fix guest crash on non-linear addresses in gdt pvops by Rusty Russell · 15 years ago
  28. 88df781 lguest: fix crash on vmlinux images by Matias Zabaljauregui · 15 years ago
  29. 4cd8b5e lguest: use KVM hypercalls by Matias Zabaljauregui · 15 years ago
  30. cf485e5 lguest: use cpu capability accessors by Andrew Morton · 16 years ago
  31. 15c8b6c on_each_cpu(): kill unused 'retry' parameter by Jens Axboe · 16 years ago
  32. 54481cf8 x86: fix NULL pointer deref in __switch_to by Suresh Siddha · 16 years ago
  33. a6bd8e1 lguest: comment documentation update. by Rusty Russell · 16 years ago
  34. e95035c lguest: fix mis-merge against hpa's TSS renaming by Rusty Russell · 16 years ago
  35. d145c72 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 16 years ago
  36. faca622 x86: use generic register name in the thread and tss structures by H. Peter Anvin · 16 years ago
  37. 382ac6b lguest: get rid of lg variable assignments by Glauber de Oliveira Costa · 16 years ago
  38. ae3749d lguest: move changed bitmap to lg_cpu by Glauber de Oliveira Costa · 16 years ago
  39. f34f8c5 lguest: move last_pages to lg_cpu by Glauber de Oliveira Costa · 16 years ago
  40. c40a9f4 lguest: change last_guest to last_cpu by Glauber de Oliveira Costa · 16 years ago
  41. 1713608 lguest: per-vcpu lguest pgdir management by Glauber de Oliveira Costa · 17 years ago
  42. 4665ac8e lguest: makes special fields be per-vcpu by Glauber de Oliveira Costa · 17 years ago
  43. fc708b3 lguest: replace lguest_arch with lg_cpu_arch. by Glauber de Oliveira Costa · 17 years ago
  44. a53a35a lguest: make registers per-vcpu by Glauber de Oliveira Costa · 17 years ago
  45. a3863f6 lguest: make emulate_insn receive a vcpu struct. by Glauber de Oliveira Costa · 17 years ago
  46. 0c78441 lguest: map_switcher_in_guest() per-vcpu by Glauber de Oliveira Costa · 17 years ago
  47. 177e449 lguest: per-vcpu interrupt processing. by Glauber de Oliveira Costa · 17 years ago
  48. 73044f0 lguest: make hypercalls use the vcpu struct by Glauber de Oliveira Costa · 17 years ago
  49. d0953d4 lguest: per-cpu run guest by Glauber de Oliveira Costa · 17 years ago
  50. 86ef5c9 cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus() by Gautham R Shenoy · 16 years ago
  51. e1e7296 lguest: documentation update by Rusty Russell · 17 years ago
  52. 25c47bb lguest: use defines from x86 headers instead of magic numbers by Rusty Russell · 17 years ago
  53. 2d37f94 generalize lgread_u32/lgwrite_u32. by Rusty Russell · 17 years ago
  54. 0ca49ca Remove old lguest bus and drivers. by Rusty Russell · 17 years ago
  55. 47436aa Boot with virtual == physical to get closer to native Linux. by Rusty Russell · 17 years ago
  56. c18acd7 Allow guest to specify syscall vector to use. by Rusty Russell · 17 years ago
  57. d612cde Move register setup into i386_core.c by Jes Sorensen · 17 years ago
  58. b410e7b Make hypercalls arch-independent. by Jes Sorensen · 17 years ago
  59. cc6d4fb Introduce "hcall" pointer to indicate pending hypercall. by Rusty Russell · 17 years ago
  60. 4614a3a Reorder guest saved regs to match hyperall order by Jes Sorensen · 17 years ago
  61. 625efab Move i386 part of core.c to x86/core.c. by Jes Sorensen · 17 years ago
  62. 1f4e1de Rename switcher.S to x86/switcher_32.S by Rusty Russell · 17 years ago