1. c1bd55f x86: opt into HAVE_COPY_THREAD_TLS, for both 32-bit and 64-bit by Josh Triplett · 9 years ago
  2. 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
  3. 78f7f1e x86/fpu: Rename fpu-internal.h to fpu/internal.h by Ingo Molnar · 9 years ago
  4. 384a23f x86/fpu: Use 'struct fpu' in switch_fpu_finish() by Ingo Molnar · 9 years ago
  5. cb8818b x86/fpu: Use 'struct fpu' in switch_fpu_prepare() by Ingo Molnar · 9 years ago
  6. 3a0aee4 x86/fpu: Rename math_state_restore() to fpu__restore() by Ingo Molnar · 9 years ago
  7. f89e32e x86/fpu: Fix header file dependencies of fpu-internal.h by Ingo Molnar · 9 years ago
  8. fed7c3f x86/entry: Remove unused 'kernel_stack' per-cpu variable by Denys Vlasenko · 9 years ago
  9. 61f01dd x86_64, asm: Work around AMD SYSRET SS descriptor attribute issue by Andy Lutomirski · 9 years ago
  10. ef59326 x86/asm/entry: Get rid of KERNEL_STACK_OFFSET by Denys Vlasenko · 9 years ago
  11. 1daeaa3 x86/asm/entry: Fix execve() and sigreturn() syscalls to always return via IRET by Brian Gerst · 9 years ago
  12. c38e503 x86/asm/entry/64: Rename 'old_rsp' to 'rsp_scratch' by Ingo Molnar · 9 years ago
  13. ac9af49 x86/asm/entry/64: Remove thread_struct::usersp by Ingo Molnar · 9 years ago
  14. 9854dd7 x86/asm/entry/64: Simplify 'old_rsp' usage by Ingo Molnar · 9 years ago
  15. 263042e x86/asm/entry/64: Save user RSP in pt_regs->sp on SYSCALL64 fastpath by Denys Vlasenko · 9 years ago
  16. b27559a x86/asm/entry: Delay loading sp0 slightly on task switch by Andy Lutomirski · 9 years ago
  17. 24933b8 x86/asm/entry: Rename 'init_tss' to 'cpu_tss' by Andy Lutomirski · 9 years ago
  18. d2c032e Merge tag 'v4.0-rc2' into x86/asm, to refresh the tree by Ingo Molnar · 9 years ago
  19. 72c6fb4 x86/ia32-compat: Fix CLONE_SETTLS bitness of copy_thread() by Andy Lutomirski · 9 years ago
  20. 1e02ce4 x86: Store a per-cpu shadow copy of CR4 by Andy Lutomirski · 10 years ago
  21. f647d7c x86_64, switch_to(): Load TLS descriptors before switching DS and ES by Andy Lutomirski · 10 years ago
  22. 6f46b3a x86: copy_thread: Don't nullify ->ptrace_bps twice by Oleg Nesterov · 10 years ago
  23. dc56c0f9 x86, fpu: Shift "fpu_counter = 0" from copy_thread() to arch_dup_task_struct() by Oleg Nesterov · 10 years ago
  24. ec00010 Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare for new patches by Ingo Molnar · 10 years ago
  25. 2605fc2 asmlinkage, x86: Add explicit __visible to arch/x86/* by Andi Kleen · 10 years ago
  26. b24dc8d uprobes/x86: Fix is_64bit_mm() with CONFIG_X86_X32 by Oleg Nesterov · 10 years ago
  27. d320e20 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  28. c375f15 x86: move fpu_counter into ARCH specific thread_struct by Vineet Gupta · 11 years ago
  29. 5f01c98 x86/dumpstack: Fix printk_address for direct addresses by Jiri Slaby · 11 years ago
  30. c2daa3b sched, x86: Provide a per-cpu preempt_count implementation by Peter Zijlstra · 11 years ago
  31. 277d5b4 x86, asmlinkage: Make several variables used from assembler/linker script visible by Andi Kleen · 11 years ago
  32. 35ea7903 x86, asmlinkage: Make 32bit/64bit __switch_to visible by Andi Kleen · 11 years ago
  33. 55a0d3f Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  34. 1adfa76 x86, flags: Rename X86_EFLAGS_BIT1 to X86_EFLAGS_FIXED by H. Peter Anvin · 11 years ago
  35. 4338774 x86/debug: Only print out DR registers if they are not power-on defaults by Dave Jones · 11 years ago
  36. a43cb95 dump_stack: unify debug information printed by show_regs() by Tejun Heo · 11 years ago
  37. 349eab6 x86/process: Change %8s to %s for pr_warn() in release_thread() by Chen Gang · 12 years ago
  38. afa86fc flagday: don't pass regs to copy_thread() by Al Viro · 12 years ago
  39. 1d4b4b2 x86, um: switch to generic fork/vfork/clone by Al Viro · 12 years ago
  40. 42859ee Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  41. 7076aad x86: split ret_from_fork by Al Viro · 12 years ago
  42. 304bced x86, fpu: use non-lazy fpu restore for processors supporting xsave by Suresh Siddha · 12 years ago
  43. 3fad0953 Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  44. 715c85b x86, cpu: Rename checking_wrmsrl() to wrmsrl_safe() by H. Peter Anvin · 12 years ago
  45. c767a54 x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level> by Joe Perches · 12 years ago
  46. ec0d7f1 Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  47. 55ccf3f fork: move the real prepare_to_copy() users to arch_dup_task_struct() by Suresh Siddha · 12 years ago
  48. c6ae41e x86: replace percpu_xxx funcs with this_cpu_xxx by Alex Shi · 12 years ago
  49. febb72a IA32 emulation: Fix build problem for modular ia32 a.out support by Larry Finger · 12 years ago
  50. a591afc Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  51. 6b8212a Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  52. f05e798 Disintegrate asm/system.h for X86 by David Howells · 12 years ago
  53. 90e2401 x86: Merge the x86_32 and x86_64 cpu_idle() functions by Richard Weinberger · 12 years ago
  54. 35cb8d9 Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  55. c5c7fb8 Merge branches 'x86-cpu-for-linus', 'x86-boot-for-linus', 'x86-cpufeature-for-linus', 'x86-process-for-linus' and 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  56. bd2f553 sched/rt: Use schedule_preempt_disabled() by Thomas Gleixner · 13 years ago
  57. 42dfc43 x86_64: Record stack pointer before task execution begins by Siddhesh Poyarekar · 12 years ago
  58. 00194b2e x32: Only clear TIF_X32 flag once by Bobby Powers · 12 years ago
  59. ce5f7a9 x32: Make sure TS_COMPAT is cleared for x32 tasks by Bobby Powers · 12 years ago
  60. 1361b83 i387: Split up <asm/i387.h> into exported and internal interfaces by Linus Torvalds · 12 years ago
  61. d1a797f x32: Handle process creation by H. Peter Anvin · 12 years ago
  62. bb21272 x32: Add a thread flag for x32 processes by H. Peter Anvin · 12 years ago
  63. 6bd3300 x86: Factor out TIF_IA32 from 32-bit address space by H. Peter Anvin · 12 years ago
  64. 7e16838 i387: support lazy restore of FPU state by Linus Torvalds · 12 years ago
  65. cea20ca i387: fix up some fpu_counter confusion by Linus Torvalds · 12 years ago
  66. 34ddc81 i387: re-introduce FPU state preloading at context switch time by Linus Torvalds · 12 years ago
  67. 4903062 i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restore by Linus Torvalds · 12 years ago
  68. b3b0870 i387: do not preload FPU state at task switch time by Linus Torvalds · 12 years ago
  69. cf3f335 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  70. e37e112 x86: Enter rcu extended qs after idle notifier call by Frederic Weisbecker · 13 years ago
  71. 2bbb681 nohz: Allow rcu extended quiescent state handling seperately from tick stop by Frederic Weisbecker · 13 years ago
  72. 280f067 nohz: Separate out irq exit and idle loop dyntick logic by Frederic Weisbecker · 13 years ago
  73. cced402 x86: Use kmemdup() in copy_thread(), rather than duplicating its implementation by Thomas Meyer · 13 years ago
  74. b227e23 x86, nmi: Add in logic to handle multiple events and unknown NMIs by Don Zickus · 13 years ago
  75. a0bfa13 cpuidle: stop depending on pm_idle by Len Brown · 13 years ago
  76. dac853a exec: delay address limit change until point of no return by Mathias Krause · 13 years ago
  77. 375906f x86: mark associated mm when running a task in 32 bit compatibility mode by Stephen Wilson · 13 years ago
  78. f77cfe4 cpuidle/x86/perf: fix power:cpu_idle double end events and throw cpu_idle events from the cpuidle layer by Thomas Renninger · 13 years ago
  79. 25e4193 perf: Clean up power events by introducing new, more generic ones by Thomas Renninger · 13 years ago
  80. a4d4fbc x86-64, fpu: Disable preemption when using TS_USEDFPU by Brian Gerst · 14 years ago
  81. c882e0f x86, perf: Add power_end event to process_*.c cpu_idle routine by Robert Schöne · 14 years ago
  82. 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 · 14 years ago
  83. 8660328 x86: Introduce 'struct fpu' and related API by Avi Kivity · 14 years ago
  84. 3ca5049 Merge commit 'v2.6.34-rc6' into perf/core by Ingo Molnar · 14 years ago
  85. 7ce5a2b x86-64: Clear a 64-bit FS/GS base on fork if selector is nonzero by H. Peter Anvin · 14 years ago
  86. faa4602 x86, perf, bts, mm: Delete the never used BTS-ptrace code by Peter Zijlstra · 14 years ago
  87. 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 · 14 years ago
  88. 1252f23 x86: set_personality_ia32() misses force_personality32 by Oleg Nesterov · 14 years ago
  89. 05d43ed x86: get rid of the insane TIF_ABI_PENDING bit by H. Peter Anvin · 14 years ago
  90. 3bef444 x86: Merge show_regs() by Brian Gerst · 14 years ago
  91. d015a09 x86: Use KERN_DEFAULT log-level in __show_regs() by Pekka Enberg · 15 years ago
  92. ab1eebe Merge branch 'x86/asm' into x86/urgent by Ingo Molnar · 15 years ago
  93. df59e7b x86: Merge kernel_thread() by Brian Gerst · 15 years ago
  94. f443ff4 x86: Sync 32/64-bit kernel_thread by Brian Gerst · 15 years ago
  95. fa4b8f8 x86, 64-bit: Use user_mode() to determine new stack pointer in copy_thread() by Brian Gerst · 15 years ago
  96. 3bd95df x86, 64-bit: Move kernel_thread to C by Brian Gerst · 15 years ago
  97. f839bbc x86: Merge sys_clone by Brian Gerst · 15 years ago
  98. 11cf88b x86: Merge sys_execve by Brian Gerst · 15 years ago
  99. 814e2c8 x86: Factor duplicated code out of __show_regs() into show_regs_common() by Andy Isaacson · 15 years ago
  100. e7522ed Merge branch 'x86-process-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago