1. ec0d7f1 Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  2. 19bec32 Merge branches 'x86-asm-for-linus', 'x86-cleanups-for-linus', 'x86-cpu-for-linus', 'x86-debug-for-linus' and 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  3. d79ee93 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  4. f5c1018 Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  5. 1dcc8d7 x86, fpu: drop the fpu state during thread exit by Suresh Siddha · 14 years ago
  6. 55ccf3f fork: move the real prepare_to_copy() users to arch_dup_task_struct() by Suresh Siddha · 14 years ago
  7. c6ae41e x86: replace percpu_xxx funcs with this_cpu_xxx by Alex Shi · 14 years ago
  8. 57da8b9 x86: Avoid double stack traces with show_regs() by Jan Beulich · 14 years ago
  9. 38e7c57 x86: Use common threadinfo allocator by Thomas Gleixner · 14 years ago
  10. 85f7f65 x86: Use kick_all_cpus_sync() by Thomas Gleixner · 14 years ago
  11. 19209bb x86/sched: Make mwait_usable() heed to "idle=" kernel parameters properly by Srivatsa S. Bhat · 14 years ago
  12. 4504689 x86: Use generic init_task by Thomas Gleixner · 14 years ago
  13. f636520 x86: Remove the ancient and deprecated disable_hlt() and enable_hlt() facility by Len Brown · 14 years ago
  14. 6b8212a Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  15. f05e798 Disintegrate asm/system.h for X86 by David Howells · 14 years ago
  16. 90e2401 x86: Merge the x86_32 and x86_64 cpu_idle() functions by Richard Weinberger · 14 years ago
  17. 35cb8d9 Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  18. 1361b83 i387: Split up <asm/i387.h> into exported and internal interfaces by Linus Torvalds · 14 years ago
  19. 4845465 x86/tracing: Denote the power and cpuidle tracepoints as _rcuidle() by Steven Rostedt · 14 years ago
  20. 1cf8343 x86: Fix rflags in FAKE_STACK_FRAME by Seiichi Ikarashi · 14 years ago
  21. e5fd47b xen/pm_idle: Make pm_idle be default_idle under Xen. by Konrad Rzeszutek Wilk · 15 years ago
  22. c812d8f x86, mm, trivial: Remove unnecessary get_order() in free_thread_info() by Zhao Jin · 15 years ago
  23. 4bfc828 x86 idle: move mwait_idle_with_hints() to where it is used by Len Brown · 15 years ago
  24. 60b8b1d x86 idle: APM requires pm_idle/default_idle unconditionally when a module by Andy Whitcroft · 15 years ago
  25. af0d6a0 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  26. 598e887 x86 idle: Fix mwait deprecation warning message by Borislav Petkov · 15 years ago
  27. f310642 Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6 by Linus Torvalds · 15 years ago
  28. 5d4c47e x86 idle: deprecate mwait_idle() and "idle=mwait" cmdline param by Len Brown · 15 years ago
  29. 06ae40c x86 idle: EXPORT_SYMBOL(default_idle, pm_idle) only when APM demands it by Len Brown · 15 years ago
  30. 02c68a0 x86 idle: clarify AMD erratum 400 workaround by Len Brown · 15 years ago
  31. 349c004 x86: A fast way to check capabilities of the current cpu by Christoph Lameter · 15 years ago
  32. e8e999cf x86, dumpstack: Correct stack dump info when frame pointer is available by Namhyung Kim · 15 years ago
  33. fd8fa4d3 x86: Combine printk()s in show_regs_common() by Jan Beulich · 15 years ago
  34. 84e383b x86, dmi, debug: Log board name (when present) in dmesg/oops output by Naga Chumbalkar · 15 years ago
  35. 1c9d16e x86: Fix mwait_usable section mismatch by Borislav Petkov · 15 years ago
  36. 93789b3 x86, hotplug: Fix powersavings with offlined cores on AMD by Borislav Petkov · 15 years ago
  37. 4395288 Merge branch 'cpuidle-perf-events' into idle-test by Len Brown · 15 years ago
  38. 56dbed1 Merge branch 'linus' into idle-test by Len Brown · 15 years ago
  39. f77cfe4 cpuidle/x86/perf: fix power:cpu_idle double end events and throw cpu_idle events from the cpuidle layer by Thomas Renninger · 15 years ago
  40. d189604 ACPI, intel_idle: Cleanup idle= internal variables by Thomas Renninger · 16 years ago
  41. 72eb6a7 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  42. 25e4193 perf: Clean up power events by introducing new, more generic ones by Thomas Renninger · 15 years ago
  43. 7b543a5 x86: Replace uses of current_cpu_data with this_cpu ops by Tejun Heo · 15 years ago
  44. 9c0729d x86: Eliminate bp argument from the stack tracing routines by Soeren Sandmann Pedersen · 16 years ago
  45. d762746 Make do_execve() take a const filename pointer by David Howells · 16 years ago
  46. c788732 Mark arguments to certain syscalls as being const by David Howells · 16 years ago
  47. 0f477dd Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  48. 8d91530 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 16 years ago
  49. 6f4f272 [CPUFREQ] x86 cpufreq: Make trace_power_frequency cpufreq driver independent by Thomas Renninger · 16 years ago
  50. e8c534e x86: Fix keeping track of AMD C1E by Michal Schmidt · 16 years ago
  51. 5ee481d x86: Export FPU API for KVM use by Sheng Yang · 16 years ago
  52. 9d8888c x86, cpu: Clean up AMD erratum 400 workaround by Hans Rosenfeld · 16 years ago
  53. 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
  54. 4d7b4ac Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  55. f014871 x86, amd: Check X86_FEATURE_OSVW bit before accessing OSVW MSRs by Andreas Herrmann · 16 years ago
  56. 8660328 x86: Introduce 'struct fpu' and related API by Avi Kivity · 16 years ago
  57. ec5e61a Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 16 years ago
  58. ea8e61b x86, ptrace: Fix block-step by Peter Zijlstra · 16 years ago
  59. faa4602 x86, perf, bts, mm: Delete the never used BTS-ptrace code by Peter Zijlstra · 16 years ago
  60. 035a02c x86, amd: Restrict usage of c1e_idle() by Andreas Herrmann · 16 years ago
  61. 15c989d Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  62. d6dd692 x86: Reduce per cpu warning boot up messages by Mike Travis · 16 years ago
  63. 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
  64. 05d43ed x86: get rid of the insane TIF_ABI_PENDING bit by H. Peter Anvin · 16 years ago
  65. 3bef444 x86: Merge show_regs() by Brian Gerst · 16 years ago
  66. 864a092 x86: kernel_thread() -- initialize SS to a known state by Cyrill Gorcunov · 16 years ago
  67. d015a09 x86: Use KERN_DEFAULT log-level in __show_regs() by Pekka Enberg · 16 years ago
  68. ab1eebe Merge branch 'x86/asm' into x86/urgent by Ingo Molnar · 16 years ago
  69. df59e7b x86: Merge kernel_thread() by Brian Gerst · 16 years ago
  70. f839bbc x86: Merge sys_clone by Brian Gerst · 16 years ago
  71. 11cf88b x86: Merge sys_execve by Brian Gerst · 16 years ago
  72. a1884b8 x86: Print DMI_BOARD_NAME as well as DMI_PRODUCT_NAME from __show_regs() by Andy Isaacson · 16 years ago
  73. 814e2c8 x86: Factor duplicated code out of __show_regs() into show_regs_common() by Andy Isaacson · 16 years ago
  74. ed9216c Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 16 years ago
  75. 24f1e32c hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf events by Frederic Weisbecker · 17 years ago
  76. 41a48d1 x86/hw-breakpoints: Actually flush thread breakpoints in flush_thread(). by Paul Mundt · 17 years ago
  77. 0f8f86c Merge commit 'perf/core' into perf/hw-breakpoint by Frederic Weisbecker · 17 years ago
  78. 7c68af6 core, x86: Add user return notifiers by Avi Kivity · 17 years ago
  79. 79f5599 cpumask: use zalloc_cpumask_var() where possible by Li Zefan · 17 years ago
  80. 288f023 tracing, x86, cpuidle: Move the end point of a C state in the power tracer by Arjan van de Ven · 17 years ago
  81. 6161352 tracing, perf: Convert the power tracer into an event tracer by Arjan van de Ven · 17 years ago
  82. a1922ed Merge branch 'tracing/core' into tracing/hw-breakpoints by Ingo Molnar · 17 years ago
  83. f833bab clockevent: Prevent dead lock on clockevents_lock by Suresh Siddha · 17 years ago
  84. eadb8a0 Merge branch 'linus' into tracing/hw-breakpoints by Ingo Molnar · 17 years ago
  85. 2dff440 kmemcheck: add mm functions by Vegard Nossum · 18 years ago
  86. 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
  87. bb77629 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  88. 66cb591 hw-breakpoints: use the new wrapper routines to access debug registers in process/thread code by K.Prasad · 17 years ago
  89. b332828c hw-breakpoints: prepare the code for Hardware Breakpoint interfaces by K.Prasad · 17 years ago
  90. 9d62dcd x86: merge process.c a bit by Amerigo Wang · 17 years ago
  91. 2c1b284 x86: clean up declarations and variables by Jaswinder Singh Rajput · 17 years ago
  92. 2311f0d x86, ds: add leakage warning by Markus Metzger · 17 years ago
  93. 714f83d 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
  94. 8302294 Merge branch 'tracing/core-v2' into tracing-for-linus by Ingo Molnar · 17 years ago
  95. 65fb0d2 Merge branch 'linus' into cpumask-for-linus by Ingo Molnar · 17 years ago
  96. 30e1e6d cpumask: fix CONFIG_CPUMASK_OFFSTACK=y cpu hotunplug crash by Rusty Russell · 17 years ago
  97. 250981e x86: reduce preemption off section in exit thread by Thomas Gleixner · 17 years ago
  98. 4f06289 cpumask: use new cpumask functions throughout x86 by Rusty Russell · 17 years ago
  99. bc9b83d cpumask: convert c1e_mask in arch/x86/kernel/process.c to cpumask_var_t. by Rusty Russell · 17 years ago
  100. f0ef039 Merge branch 'x86/core' into tracing/textedit by Ingo Molnar · 17 years ago