1. 41d5910 Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  2. 8660328 x86: Introduce 'struct fpu' and related API by Avi Kivity · 16 years ago
  3. faa4602 x86, perf, bts, mm: Delete the never used BTS-ptrace code by Peter Zijlstra · 16 years ago
  4. a7f16d1 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  5. 3bef444 x86: Merge show_regs() by Brian Gerst · 16 years ago
  6. d015a09 x86: Use KERN_DEFAULT log-level in __show_regs() by Pekka Enberg · 16 years ago
  7. ab1eebe Merge branch 'x86/asm' into x86/urgent by Ingo Molnar · 16 years ago
  8. df59e7b x86: Merge kernel_thread() by Brian Gerst · 16 years ago
  9. f443ff4 x86: Sync 32/64-bit kernel_thread by Brian Gerst · 16 years ago
  10. e840227 x86, 32-bit: Use same regs as 64-bit for kernel_thread_helper by Brian Gerst · 16 years ago
  11. f839bbc x86: Merge sys_clone by Brian Gerst · 16 years ago
  12. 11cf88b x86: Merge sys_execve by Brian Gerst · 16 years ago
  13. 814e2c8 x86: Factor duplicated code out of __show_regs() into show_regs_common() by Andy Isaacson · 16 years ago
  14. 6ec22f9 Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  15. c2ed69c Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  16. 24f1e32c hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf events by Frederic Weisbecker · 17 years ago
  17. a489ca3 x86: Make sure we also print a Code: line for show_regs() by Arjan van de Ven · 17 years ago
  18. def3c5d x86: use kernel_stack_pointer() in process_32.c by H. Peter Anvin · 17 years ago
  19. dca2d6a Merge branch 'linus' into tracing/hw-breakpoints by Ingo Molnar · 17 years ago
  20. 55e0715 Merge branch 'x86-percpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  21. bdf977b x86, percpu: Collect hot percpu variables into one cacheline by Tejun Heo · 17 years ago
  22. 2fcddce x86-32: make sure clts is batched during context switch by Jeremy Fitzhardinge · 17 years ago
  23. eadb8a0 Merge branch 'linus' into tracing/hw-breakpoints by Ingo Molnar · 17 years ago
  24. 8623661 Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  25. be15f9d Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  26. 66cb591 hw-breakpoints: use the new wrapper routines to access debug registers in process/thread code by K.Prasad · 17 years ago
  27. bf78ad6 x86: process.c, remove useless headers by Amerigo Wang · 17 years ago
  28. 9d62dcd x86: merge process.c a bit by Amerigo Wang · 17 years ago
  29. 38f4b8c Merge commit 'origin/master' into for-linus/xen/master by Jeremy Fitzhardinge · 17 years ago
  30. 2311f0d x86, ds: add leakage warning by Markus Metzger · 17 years ago
  31. 6f2c55b Simplify copy_thread() by Alexey Dobriyan · 17 years ago
  32. 224101e x86/paravirt: finish change from lazy cpu to context switch start/end by Jeremy Fitzhardinge · 17 years ago
  33. 7fd7d83 x86/pvops: replace arch_enter_lazy_cpu_mode with arch_start_context_switch by Jeremy Fitzhardinge · 17 years ago
  34. 389d1fb x86: unify chunks of kernel/process*.c by Jeremy Fitzhardinge · 17 years ago
  35. db949bb x86-32: use non-lazy io bitmap context switching by Jeremy Fitzhardinge · 17 years ago
  36. fc6fc7f Merge branch 'linus' into x86/apic by Ingo Molnar · 17 years ago
  37. bf51935 x86, rcu: fix strange load average and ksoftirqd behavior by Paul E. McKenney · 17 years ago
  38. b12bdaf x86: use regparm(3) for passed-in pt_regs pointer by Brian Gerst · 17 years ago
  39. 253f29a x86: pass in pt_regs pointer for syscalls that need it by Brian Gerst · 17 years ago
  40. 5c79d2a x86: fix x86_32 stack protector bugs by Tejun Heo · 17 years ago
  41. 60a5317 x86: implement x86_32 stack protector by Tejun Heo · 17 years ago
  42. ccbeed3 x86: make lazy %gs optional on x86_32 by Tejun Heo · 17 years ago
  43. d9a89a2 x86: add %gs accessors for x86_32 by Tejun Heo · 17 years ago
  44. 03d2989 x86: remove idle_timestamp from 32bit irq_cpustat_t by Brian Gerst · 17 years ago
  45. ea92790 x86-64: Move cpu number from PDA to per-cpu and consolidate with 32-bit. by Brian Gerst · 17 years ago
  46. 6dbde35 percpu: add optimized generic percpu accessors by Ingo Molnar · 17 years ago
  47. befa9e7 x86: process_32.c fix style problems by Jaswinder Singh Rajput · 17 years ago
  48. bf53de9 x86, bts: add fork and exit handling by Markus Metzger · 17 years ago
  49. c272477 x86, bts: provide in-kernel branch-trace interface by Markus Metzger · 17 years ago
  50. 8b96f01 tracing/function-graph-tracer: introduce __notrace_funcgraph to filter special functions by Frederic Weisbecker · 17 years ago
  51. e2ce07c x86: __show_registers() and __show_regs() API unification by Pekka Enberg · 18 years ago
  52. 365d46d Merge branch 'linus' into x86/xen by Ingo Molnar · 18 years ago
  53. e496e3d Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/doc', 'x86/exports', 'x86/fpu', 'x86/gart', 'x86/idle', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog', 'x86/oprofile', 'x86/paravirt', 'x86/reboot', 'x86/sparse-fixes', 'x86/tsc', 'x86/urgent' and 'x86/vmalloc' into x86-v28-for-linus-phase1 by Ingo Molnar · 18 years ago
  54. 0962f40 Merge branch 'x86/prototypes' into x86-v28-for-linus-phase1 by Ingo Molnar · 18 years ago
  55. 19268ed Merge branch 'x86/pebs' into x86-v28-for-linus-phase1 by Ingo Molnar · 18 years ago
  56. ebdd90a Merge commit 'v2.6.27-rc7' into x86/pebs by Ingo Molnar · 18 years ago
  57. 1eda814 x86: prevent stale state of c1e_mask across CPU offline/online, fix by Marc Dionne · 18 years ago
  58. 4faac97 x86: prevent stale state of c1e_mask across CPU offline/online by Thomas Gleixner · 18 years ago
  59. 0b88641 Merge commit 'v2.6.27-rc7' into x86/debug by Ingo Molnar · 18 years ago
  60. 90f7d25 x86: print DMI information in the oops trace by Arjan van de Ven · 18 years ago
  61. 913da64 x86: build fix for !CONFIG_SMP by Alex Nixon · 18 years ago
  62. a21f5d8 x86: unify x86_32 and x86_64 play_dead into one function by Alex Nixon · 18 years ago
  63. 3790025 x86_32: clean up play_dead by Alex Nixon · 18 years ago
  64. 93be71b x86: add cpu hotplug hooks into smp_ops by Alex Nixon · 18 years ago
  65. 394a150 x86: invalidate caches before going into suspend by Mark Langsdorf · 18 years ago
  66. 8d7ccaa Merge commit 'v2.6.27-rc3' into x86/prototypes by Ingo Molnar · 18 years ago
  67. 0e2f65e Merge branch 'linus' into x86/pebs by Ingo Molnar · 18 years ago
  68. fb26132 x86: process_32.c declare cpu_number before they get used by Jaswinder Singh · 18 years ago
  69. bbc1f69 x86: Introducing asm/syscalls.h by Jaswinder Singh · 18 years ago
  70. 9b610fd Merge branch 'linus' into timers/nohz by Ingo Molnar · 18 years ago
  71. b8f8c3c nohz: prevent tick stop outside of the idle loop by Thomas Gleixner · 18 years ago
  72. 5806b81 Merge branch 'auto-ftrace-next' into tracing/for-linus by Ingo Molnar · 18 years ago
  73. 1481a3d x86: move cpu_exit_clear to process_32.c by Glauber Costa · 18 years ago
  74. 9302213 Merge commit 'v2.6.26-rc9' into x86/cpu by Ingo Molnar · 18 years ago
  75. da7878d Merge branch 'linus' into x86/pebs by Ingo Molnar · 18 years ago
  76. f34bfb1 Merge branch 'linus' into tracing/ftrace by Ingo Molnar · 18 years ago
  77. 75118a8 x86: fix NULL pointer deref in __switch_to by Suresh Siddha · 18 years ago
  78. e765ee9 Merge branch 'linus' into tracing/ftrace by Ingo Molnar · 18 years ago
  79. 00dba56 x86: move more common idle functions/variables to process.c by Thomas Gleixner · 18 years ago
  80. 6ddd2a2 x86: simplify idle selection by Thomas Gleixner · 18 years ago
  81. 870568b x86, fpu: fix CONFIG_PREEMPT=y corruption of application's FPU stack by Suresh Siddha · 18 years ago
  82. 6cd8a4b ftrace: trace preempt off critical timings by Steven Rostedt · 18 years ago
  83. 970e725 x86, ptrace: PEBS support, warning fix by Andrew Morton · 18 years ago
  84. 93fa763 x86, ptrace: PEBS support by Markus Metzger · 18 years ago
  85. 7f424a8 fix idle (arch, acpi and apm) and lockdep by Peter Zijlstra · 18 years ago
  86. a4928cf "make namespacecheck" fixes by Ingo Molnar · 18 years ago
  87. aa283f4 x86, fpu: lazy allocation of FPU area - v5 by Suresh Siddha · 18 years ago
  88. 61c4628 x86, fpu: split FPU state from task struct - v5 by Suresh Siddha · 18 years ago
  89. 529e25f x86: implement prctl PR_GET_TSC and PR_SET_TSC by Erik Bosman · 18 years ago
  90. 120d5bf x86: remove vm86.h inclusion from process_32.c by Jacek Luczak · 18 years ago
  91. 13af483 x86: improve default idle by Ingo Molnar · 18 years ago
  92. 3b22ec7 x86: always enable irqs when entering idle by Glauber de Oliveira Costa · 18 years ago
  93. 5b0e508 x86: prevent unconditional writes to DebugCtl MSR by Jan Beulich · 18 years ago
  94. 513ad84 x86: de-macro start_thread() by Ingo Molnar · 18 years ago
  95. 92bc205 x86: change most X86_32 pt_regs members to unsigned long by Harvey Harrison · 18 years ago
  96. 783e391 x86: Simplify cpu_idle_wait by Venki Pallipadi · 18 years ago
  97. b4ef95d x86: disable BTS ptrace extensions for now by Ingo Molnar · 18 years ago
  98. 1eb1141 aout: remove unnecessary inclusions of {asm, linux}/a.out.h by David Howells · 18 years ago
  99. 7fa3031 aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUT by David Howells · 18 years ago
  100. 7bb308a x86: small sparse fix in process_32.c by Harvey Harrison · 18 years ago