1. 95a8e74 Merge branch 'x86/urgent' into x86/asm to pick up dependent fixes by Ingo Molnar · 8 years ago
  2. f87e043 lguest, x86/entry/32: Fix handling of guest syscalls using interrupt gates by Rusty Russell · 8 years ago
  3. c109bf9 x86/cpufeature: Remove cpu_has_pge by Borislav Petkov · 8 years ago
  4. e27d90e lguest: Map switcher text R/O by Rusty Russell · 8 years ago
  5. d70b3ef Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  6. e75c73a Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  7. 34e7724 Merge branches 'x86/mm', 'x86/build', 'x86/apic' and 'x86/platform' into x86/core, to apply dependent patch by Ingo Molnar · 9 years ago
  8. 83a3511 lguest: fix out-by-one error in address checking. by Rusty Russell · 9 years ago
  9. e1884d6 x86/fpu: Pass 'struct fpu' to fpu__restore() by Ingo Molnar · 9 years ago
  10. 3c6dffa x86/fpu: Rename user_has_fpu() to fpregs_active() by Ingo Molnar · 9 years ago
  11. 952f07e x86/fpu: Move various internal function prototypes to fpu/internal.h by Ingo Molnar · 9 years ago
  12. df6b35f x86/fpu: Rename i387.h to fpu/api.h by Ingo Molnar · 9 years ago
  13. 3a0aee4 x86/fpu: Rename math_state_restore() to fpu__restore() by Ingo Molnar · 9 years ago
  14. f435e68 x86/asm/entry: Fix remaining use of SYSCALL_VECTOR by Ingo Molnar · 9 years ago
  15. b9bb6fb Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 9 years ago
  16. e1b7c02 lguest: now needs PCI_DIRECT. by Rusty Russell · 9 years ago
  17. 3eebd23 lguest: handle traps on the "interrupt suppressed" iret instruction. by Rusty Russell · 9 years ago
  18. 2f921b5 lguest: suppress interrupts for single insn, not range. by Rusty Russell · 9 years ago
  19. 67c50bf lguest: explicitly set miscdevice's private_data NULL by Martin Kepplinger · 9 years ago
  20. 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
  21. d9bab50 lguest: remove NOTIFY call and eventfd facility. by Rusty Russell · 9 years ago
  22. e68ccd1 lguest: remove support for lguest bus. by Rusty Russell · 9 years ago
  23. 7313d52 lguest: add iomem region, where guest page faults get sent to userspace. by Rusty Russell · 9 years ago
  24. c565650b lguest: send trap 13 through to userspace. by Rusty Russell · 9 years ago
  25. c9e433e lguest: add infrastructure to check mappings. by Rusty Russell · 9 years ago
  26. 8ed3130 lguest: add infrastructure for userspace to deliver a trap to the guest. by Rusty Russell · 9 years ago
  27. 69a09dc lguest: write more information to userspace about pending traps. by Rusty Russell · 9 years ago
  28. 18c1373 lguest: add operations to get/set a register from the Launcher. by Rusty Russell · 9 years ago
  29. 375074c x86: Clean up cr4 manipulation by Andy Lutomirski · 10 years ago
  30. 5c609a5 virtio: allow finalize_features to fail by Michael S. Tsirkin · 9 years ago
  31. 93d389f virtio: assert 32 bit features in transports by Michael S. Tsirkin · 9 years ago
  32. d025477 virtio: add support for 64 bit features. by Michael S. Tsirkin · 10 years ago
  33. e16e12b virtio: use u32, not bitmap for features by Michael S. Tsirkin · 10 years ago
  34. f6f8ed4 mm/vmalloc.c: clean up map_vm_area third argument by WANG Chao · 10 years ago
  35. 179e096 drivers/lguest/page_tables.c: rename do_set_pte() by Andrew Morton · 10 years ago
  36. cdd77e8 x86, asmlinkage, lguest: Pass in globals into assembler statement by Andi Kleen · 11 years ago
  37. 46f9c2b virtio_ring: change host notification API by Heinz Graalfs · 11 years ago
  38. 98fb4e5 lguest: fix guest kernel stack overflow when TF bit set. by Rusty Russell · 11 years ago
  39. 4623c28 lguest: fix BUG_ON() in invalid guest page table. by Rusty Russell · 11 years ago
  40. 80cc38b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  41. 1adfa76 x86, flags: Rename X86_EFLAGS_BIT1 to X86_EFLAGS_FIXED by H. Peter Anvin · 11 years ago
  42. e3d1848 lguest: fix CONFIG_PAE -> CONFIG_x86_PAE in comment by Paul Bolle · 11 years ago
  43. f616fe4 lguest: clear cached last cpu when guest_set_pgd() called. by Rusty Russell · 11 years ago
  44. 736a2dd Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  45. 10fdc14 lguest: rename random32() to prandom_u32() by Akinobu Mita · 11 years ago
  46. c2ecd51 lguest: improve code readability in lg_cpu_start. by Cosmin Paraschiv · 11 years ago
  47. 6b39271 lguest: map Switcher below fixmap. by Rusty Russell · 11 years ago
  48. 6d0cda9 lguest: cache last cpu we ran on. by Rusty Russell · 11 years ago
  49. 86935fc lguest: map Switcher text whenever we allocate a new pagetable. by Rusty Russell · 11 years ago
  50. 3412b6a lguest: don't share Switcher PTE pages between guests. by Rusty Russell · 11 years ago
  51. f1f394b lguest: expost switcher_pages array (as lg_switcher_pages). by Rusty Russell · 11 years ago
  52. 17427e0 lguest: extract shadow PTE walking / allocating. by Rusty Russell · 11 years ago
  53. e1d1260 lguest: make check_gpte et. al return bool. by Rusty Russell · 11 years ago
  54. 93a2cdf lguest: assume Switcher text is a single page. by Rusty Russell · 11 years ago
  55. 856c608 lguest: rename switcher_page to switcher_pages. by Rusty Russell · 11 years ago
  56. c215a8b lguest: remove RESERVE_MEM constant. by Rusty Russell · 11 years ago
  57. 68a644d lguest: check vaddr not pgd for Switcher protection. by Rusty Russell · 11 years ago
  58. 406a590b lguest: prepare to make SWITCHER_ADDR a variable. by Rusty Russell · 11 years ago
  59. 289d105 lguest: fix paths in comments by Wanlong Gao · 11 years ago
  60. 3c834b6 Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  61. 21eaab6 Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
  62. 9350393 virtio: make config_ops const by Stephen Hemminger · 11 years ago
  63. 4f73bc4 tty: Added a CONFIG_TTY option to allow removal of TTY by Joe Millenbach · 11 years ago
  64. 3594ec0 drivers/lguest: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  65. 681f206 lguest: fix typo by Alex Russell · 12 years ago
  66. dc92b1f Merge branch 'virtio-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  67. 6457f12 virtio: support reserved vqs by Michael S. Tsirkin · 12 years ago
  68. 17bb6d4 virtio-ring: move queue_index to vring_virtqueue by Jason Wang · 12 years ago
  69. 9c6ff8bb lguest, x86: handle guest TS bit for lazy/non-lazy fpu host models by Suresh Siddha · 12 years ago
  70. b6c96c0 lguest: Make sure interrupt is allocated ok by lguest_setup_irq by Stratos Psomadakis · 12 years ago
  71. 07fe997 lguest: move the lguest tool to the tools directory by Davidlohr Bueso · 12 years ago
  72. 39082f7 lguest: switch segment-voodoo-numbers to readable symbols by Jacek Galowicz · 12 years ago
  73. 7b21e34 virtio: harsher barriers for rpmsg. by Rusty Russell · 12 years ago
  74. 9753dfe Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  75. 1cf8343 x86: Fix rflags in FAKE_STACK_FRAME by Seiichi Ikarashi · 12 years ago
  76. 6684604 enable virtio_net to return bus_info in ethtool -i consistent with emulated NICs by Rick Jones · 12 years ago
  77. 39a0e33 lguest: add export.h to lguest files for THIS_MODULE/EXPORT_SYMBOL by Paul Gortmaker · 13 years ago
  78. 0acf000 lguest: move process freezing before pending signals check by Michal Hocko · 13 years ago
  79. b56e321 lguest: Allow running under paravirt-enabled KVM. by Rusty Russell · 13 years ago
  80. 996ba96 lguest: Fix in/out emulation by Rusty Russell · 13 years ago
  81. 9f54288 lguest: update comments by Rusty Russell · 13 years ago
  82. 3c3ed48 lguest: Simplify device initialization. by Rusty Russell · 13 years ago
  83. 6d7a5d1 lguest: don't rewrite vmcall instructions by Rusty Russell · 13 years ago
  84. 5dea1c8 lguest: use a special 1:1 linear pagetable mode until first switch. by Rusty Russell · 13 years ago
  85. 6151658 Correct occurrences of by Rob Landley · 13 years ago
  86. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  87. ced05dd lguest: compile fixes by Rusty Russell · 13 years ago
  88. c9f2954 lguest: Use this_cpu_ops by Christoph Lameter · 13 years ago
  89. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  90. 091ebf0 lguest: stop using KVM hypercall mechanism by Rusty Russell · 14 years ago
  91. 5094aea lguest: workaround cmpxchg8b_emu by ignoring cli in the guest. by Rusty Russell · 14 years ago
  92. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  93. 3e27249 lguest: fix bug in setting guest GDT entry by Rusty Russell · 14 years ago
  94. d031655 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  95. 390dfd9 percpu: make misc percpu symbols unique by Tejun Heo · 15 years ago
  96. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
  97. 828c095 const: constify remaining file_operations by Alexey Dobriyan · 15 years ago
  98. 1f0918d Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 15 years ago
  99. 6c189d8 lguest: cleanup for map_switcher() by Xiao Guangrong · 15 years ago
  100. fb100d7 lguest: use PGDIR_SHIFT for PAE code to allow different PAGE_OFFSET by Rusty Russell · 15 years ago