1. bf3da84 x86/bugs: Rename _RDS to _SSBD by Konrad Rzeszutek Wilk · 6 years ago
  2. 89c6e9b x86/process: Allow runtime control of Speculative Store Bypass by Thomas Gleixner · 6 years ago
  3. f03d00b x86/asm: Move 'status' from thread_struct to thread_info by Andy Lutomirski · 6 years ago
  4. 4bf050d x86/asm: Use register variable to get stack pointer value by Andrey Ryabinin · 7 years ago
  5. c806148 sched/core, x86: Make struct thread_info arch specific again by Heiko Carstens · 8 years ago
  6. 15f4eae x86: Move thread_info into task_struct by Andy Lutomirski · 8 years ago
  7. b9d989c x86/asm: Move the thread_info::status field to thread_struct by Andy Lutomirski · 8 years ago
  8. 0100301 sched/x86: Rewrite the switch_to() code by Brian Gerst · 8 years ago
  9. 1eccfa0 Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  10. c98f582 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  11. 7e78141 signal: consolidate {TS,TLF}_RESTORE_SIGMASK code by Andy Lutomirski · 8 years ago
  12. 609c19a x86/ptrace: Stop setting TS_COMPAT in ptrace code by Andy Lutomirski · 8 years ago
  13. 0f60a8e mm: Implement stack frame object validation by Kees Cook · 8 years ago
  14. 13d4ea0 x86/uaccess: Move thread_info::addr_limit to thread_struct by Andy Lutomirski · 8 years ago
  15. dfa9a94 x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_err to thread_struct by Andy Lutomirski · 8 years ago
  16. abfb949 x86/entry: Rename is_{ia32,x32}_task() to in_{ia32,x32}_syscall() by Dmitry Safonov · 8 years ago
  17. 5f870a3 x86/thread_info: Merge two !__ASSEMBLY__ sections by Borislav Petkov · 8 years ago
  18. 9999c8c0 x86/entry: Call enter_from_user_mode() with IRQs off by Andy Lutomirski · 8 years ago
  19. 392a625 x86/entry: Remove TIF_SINGLESTEP entry work by Andy Lutomirski · 8 years ago
  20. cd4d09e x86/cpufeature: Carve out X86_FEATURE_* by Borislav Petkov · 8 years ago
  21. a75a3f6 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  22. 487e3bf x86/asm: Remove thread_info.sysenter_return by Andy Lutomirski · 9 years ago
  23. d87b7a3 sched/core, sched/x86: Kill thread_info::saved_preempt_count by Peter Zijlstra · 9 years ago
  24. 88cd622 x86/entry: Remove do_notify_resume(), syscall_trace_leave(), and their TIF masks by Andy Lutomirski · 9 years ago
  25. 5ed92a8 x86/vm86: Use the normal pt_regs area for vm86 by Brian Gerst · 9 years ago
  26. 3a23208 x86/entry: Define 'cpu_current_top_of_stack' for 64-bit code by Denys Vlasenko · 9 years ago
  27. fed7c3f x86/entry: Remove unused 'kernel_stack' per-cpu variable by Denys Vlasenko · 9 years ago
  28. 63332a8 x86/entry: Stop using PER_CPU_VAR(kernel_stack) by Denys Vlasenko · 9 years ago
  29. fa2e5c0 Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc by Linus Torvalds · 9 years ago
  30. 3050a35 x86: Remove signal translation and exec_domain by Richard Weinberger · 10 years ago
  31. dca5b52 x86/asm/entry/64: Rename THREAD_INFO() to ASM_THREAD_INFO() by Ingo Molnar · 9 years ago
  32. f9d7185 x86/asm/entry/64: Merge the field offset into the THREAD_INFO() macro by Ingo Molnar · 9 years ago
  33. 1ddc6f3 x86/asm/entry/64: Improve the THREAD_INFO() macro explanation by Ingo Molnar · 9 years ago
  34. ef59326 x86/asm/entry: Get rid of KERNEL_STACK_OFFSET by Denys Vlasenko · 9 years ago
  35. b3fe8ba x86/asm/entry/64: Change the THREAD_INFO() definition to not depend on KERNEL_STACK_OFFSET by Denys Vlasenko · 9 years ago
  36. 1daeaa3 x86/asm/entry: Fix execve() and sigreturn() syscalls to always return via IRET by Brian Gerst · 9 years ago
  37. 3ee4298 x86/asm/entry: Create and use a 'TOP_OF_KERNEL_STACK_PADDING' macro by Andy Lutomirski · 9 years ago
  38. a7fcf28 x86/asm/entry: Replace this_cpu_sp0() with current_top_of_stack() and fix it on x86_32 by Andy Lutomirski · 9 years ago
  39. 75182b1 x86/asm/entry: Switch all C consumers of kernel_stack to this_cpu_sp0() by Andy Lutomirski · 9 years ago
  40. f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 9 years ago
  41. d4812e1 x86, mce: Get rid of TIF_MCE_NOTIFY and associated mce tricks by Luck, Tony · 9 years ago
  42. 83653c1 x86: Clean up current_stack_pointer by Andy Lutomirski · 10 years ago
  43. 82975bc uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUME by Andy Lutomirski · 10 years ago
  44. f80c5b3 sched/idle, x86: Switch from TS_POLLING to TIF_POLLING_NRFLAG by Peter Zijlstra · 10 years ago
  45. 198d208 x86: Keep thread_info on thread stack in x86_32 by Steven Rostedt · 10 years ago
  46. 0788aa6 x86: Prepare removal of previous_esp from i386 thread_info structure by Steven Rostedt · 10 years ago
  47. b807902 x86: Nuke GET_THREAD_INFO_WITH_ESP() macro for i386 by Steven Rostedt (Red Hat) · 10 years ago
  48. 2432e13 x86: Nuke the supervisor_stack field in i386 thread_info by Steven Rostedt · 10 years ago
  49. dff38e3 x86: Use inline assembler instead of global register variable to get sp by Andi Kleen · 11 years ago
  50. 00d1a39 preempt: Make PREEMPT_ACTIVE generic by Thomas Gleixner · 11 years ago
  51. c2daa3b sched, x86: Provide a per-cpu preempt_count implementation by Peter Zijlstra · 11 years ago
  52. 37f0765 x86: kill TIF_DEBUG by Oleg Nesterov · 11 years ago
  53. ee761f6 arch: Consolidate tsk_is_polling() by Thomas Gleixner · 11 years ago
  54. f431b63 tracing/syscalls: Allow archs to ignore tracing compat syscalls by Steven Rostedt · 11 years ago
  55. 42859ee Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  56. bf5a3c1 x86: Syscall hooks for userspace RCU extended QS by Frederic Weisbecker · 12 years ago
  57. e76623d x86: get rid of TIF_IRET hackery by Al Viro · 12 years ago
  58. edd63a2 set_restore_sigmask() is never called without SIGPENDING (and never should be) by Al Viro · 12 years ago
  59. 4ebefe3 new helpers: {clear,test,test_and_clear}_restore_sigmask() by Al Viro · 12 years ago
  60. 654443e Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  61. f5c1018 Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 12 years ago
  62. c6ae41e x86: replace percpu_xxx funcs with this_cpu_xxx by Alex Shi · 12 years ago
  63. 38e7c57 x86: Use common threadinfo allocator by Thomas Gleixner · 12 years ago
  64. 6c0a9fa fork: Remove the weak insanity by Thomas Gleixner · 12 years ago
  65. 0326f5a uprobes/core: Handle breakpoint and singlestep exceptions by Srikar Dronamraju · 12 years ago
  66. ef334a2 x86: Move is_ia32_task to asm/thread_info.h from asm/compat.h by Srikar Dronamraju · 12 years ago
  67. e898c67 Merge branch 'x86/x32' into x86/cleanups by Ingo Molnar · 12 years ago
  68. bb21272 x32: Add a thread flag for x32 processes by H. Peter Anvin · 12 years ago
  69. 6bd3300 x86: Factor out TIF_IA32 from 32-bit address space by H. Peter Anvin · 12 years ago
  70. f94edac i387: move TS_USEDFPU flag from thread_info to task_struct by Linus Torvalds · 12 years ago
  71. bccd172 x86: Get rid of 'dubious one-bit signed bitfield' sprase warning by Anton Vorontsov · 12 years ago
  72. eb59c50 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  73. 46db09d x86-64: Slightly shorten line system call entry and exit paths by Jan Beulich · 13 years ago
  74. 4fc3490 x86-64: Set siginfo and context on vsyscall emulation faults by Andy Lutomirski · 13 years ago
  75. d88e4cb freezer: remove now unused TIF_FREEZE by Tejun Heo · 13 years ago
  76. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  77. b6a8401 mm: NUMA aware alloc_thread_info_node() by Eric Dumazet · 13 years ago
  78. e4f2e5e Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6 by Linus Torvalds · 14 years ago
  79. e45b7fa sched: clarify commment for TS_POLLING by Len Brown · 14 years ago
  80. f39d01b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  81. 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
  82. 0ddc932 add descriptive comment for TIF_MEMDIE task flag declaration. by Andreas Dilger · 14 years ago
  83. c9ad488 x86: Eliminate TS_XSAVE by Avi Kivity · 14 years ago
  84. ea8e61b x86, ptrace: Fix block-step by Peter Zijlstra · 14 years ago
  85. faa4602 x86, perf, bts, mm: Delete the never used BTS-ptrace code by Peter Zijlstra · 14 years ago
  86. 05d43ed x86: get rid of the insane TIF_ABI_PENDING bit by H. Peter Anvin · 14 years ago
  87. 7c68af6 core, x86: Add user return notifiers by Avi Kivity · 15 years ago
  88. 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 · 15 years ago
  89. 6670000 tracing: Rename FTRACE_SYSCALLS for tracepoints by Josh Stone · 15 years ago
  90. ed8d9ad x86, percpu: Add 'percpu_read_stable()' interface for cacheable accesses by Linus Torvalds · 15 years ago
  91. c99e6ef sched: INIT_PREEMPT_COUNT by Peter Zijlstra · 15 years ago
  92. b1eeab6 kmemcheck: add hooks for the page allocator by Vegard Nossum · 16 years ago
  93. 38f4b8c Merge commit 'origin/master' into for-linus/xen/master by Jeremy Fitzhardinge · 15 years ago
  94. b407fc5 x86/paravirt: flush pending mmu updates on context switch by Jeremy Fitzhardinge · 15 years ago
  95. 1b3fa2ce tracing/x86: basic implementation of syscall tracing for x86 by Frederic Weisbecker · 15 years ago
  96. 5d96218 Merge branch 'x86/uaccess' into core/percpu by Ingo Molnar · 15 years ago
  97. fe40c0a x86: uaccess: introduce try and catch framework by Hiroshi Shimamoto · 15 years ago
  98. 9af4565 x86-64: Move kernelstack from PDA to per-cpu. by Brian Gerst · 15 years ago
  99. b0f4b28 Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  100. c272477 x86, bts: provide in-kernel branch-trace interface by Markus Metzger · 16 years ago