1. 45fe6de sched/x86: Save [ER]FLAGS on context switch by Peter Zijlstra · 5 years ago
  2. b5741ef x86/process: Consolidate and simplify switch_to_xtra() code by Thomas Gleixner · 6 years ago
  3. 62cfd81 x86/process: Re-export start_thread() by Rian Hunter · 6 years ago
  4. f03d00b x86/asm: Move 'status' from thread_struct to thread_info by Andy Lutomirski · 6 years ago
  5. 3fddeb8 x86/switch_to/64: Rewrite FS/GS switching yet again to fix AMD CPUs by Andy Lutomirski · 7 years ago
  6. c7d1dde x86/fsgsbase/64: Fully initialize FS and GS state in start_thread_common by Andy Lutomirski · 7 years ago
  7. 93c26d7 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  8. 8e4ef63 Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  9. 6e68b08 x86/vdso: Use CONFIG_X86_X32_ABI to enable vdso prctl by Vinson Lee · 8 years ago
  10. 91b7bd3 x86/vdso: Only define prctl_map_vdso() if CONFIG_CHECKPOINT_RESTORE by Ingo Molnar · 8 years ago
  11. b9d989c x86/asm: Move the thread_info::status field to thread_struct by Andy Lutomirski · 8 years ago
  12. 2eefd87 x86/arch_prctl/vdso: Add ARCH_MAP_VDSO_* by Dmitry Safonov · 8 years ago
  13. ba6d018 x86/mm/pkeys: Do not skip PKRU register if debug registers are not used by Nicolas Iooss · 8 years ago
  14. 616d248 sched/x86: Pass kernel thread parameters in 'struct fork_frame' by Brian Gerst · 8 years ago
  15. 0100301 sched/x86: Rewrite the switch_to() code by Brian Gerst · 8 years ago
  16. 186f436 x86/kernel: Audit and remove any unnecessary uses of module.h by Paul Gortmaker · 8 years ago
  17. d696ca0 x86/fsgsbase/64: Use TASK_SIZE_MAX for FSBASE/GSBASE upper limits by Andy Lutomirski · 8 years ago
  18. 4afd056 x86/arch_prctl/64: Restore accidentally removed put_cpu() in ARCH_SET_GS by Mateusz Guzik · 8 years ago
  19. 296f781 x86/asm/64: Rename thread_struct's fs and gs to fsbase and gsbase by Andy Lutomirski · 8 years ago
  20. 731e33e x86/arch_prctl/64: Remove FSBASE/GSBASE < 4G optimization by Andy Lutomirski · 8 years ago
  21. abfb949 x86/entry: Rename is_{ia32,x32}_task() to in_{ia32,x32}_syscall() by Dmitry Safonov · 8 years ago
  22. 3e2b68d x86/asm, sched/x86: Rewrite the FS and GS context switch code by Andy Lutomirski · 8 years ago
  23. d47b50e x86/arch_prctl: Fix ARCH_GET_FS and ARCH_GET_GS by Andy Lutomirski · 8 years ago
  24. d88f48e Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  25. f970165 x86/compat: remove is_compat_task() by Andy Lutomirski · 8 years ago
  26. b7a58459 x86/iopl/64: Properly context-switch IOPL on Xen PV by Andy Lutomirski · 8 years ago
  27. c0b17b5 x86/mm/pkeys: Dump PKRU with other kernel registers by Dave Hansen · 8 years ago
  28. 0d430e3 x86/LDT: Print the real LDT base address by Jan Beulich · 8 years ago
  29. 558a65b sched/x86: Fix typo in __switch_to() comments by Chuck Ebbert · 9 years ago
  30. d87b7a3 sched/core, sched/x86: Kill thread_info::saved_preempt_count by Peter Zijlstra · 9 years ago
  31. 7ba7805 x86/process: Unify 32bit and 64bit implementations of get_wchan() by Thomas Gleixner · 9 years ago
  32. eddd382 x86/process: Add proper bound checks in 64bit get_wchan() by Thomas Gleixner · 9 years ago
  33. a5b9e5a x86/ldt: Make modify_ldt() optional by Andy Lutomirski · 9 years ago
  34. 5b929bd Merge branch 'x86/urgent' into x86/asm, before applying dependent patches by Ingo Molnar · 9 years ago
  35. 37868fe x86/ldt: Make modify_ldt synchronous by Andy Lutomirski · 9 years ago
  36. 7da7707 x86/compat: Rename 'start_thread_ia32' to 'compat_start_thread' by Brian Gerst · 9 years ago
  37. c1bd55f x86: opt into HAVE_COPY_THREAD_TLS, for both 32-bit and 64-bit by Josh Triplett · 9 years ago
  38. 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
  39. 78f7f1e x86/fpu: Rename fpu-internal.h to fpu/internal.h by Ingo Molnar · 9 years ago
  40. 384a23f x86/fpu: Use 'struct fpu' in switch_fpu_finish() by Ingo Molnar · 9 years ago
  41. cb8818b x86/fpu: Use 'struct fpu' in switch_fpu_prepare() by Ingo Molnar · 9 years ago
  42. 3a0aee4 x86/fpu: Rename math_state_restore() to fpu__restore() by Ingo Molnar · 9 years ago
  43. f89e32e x86/fpu: Fix header file dependencies of fpu-internal.h by Ingo Molnar · 9 years ago
  44. fed7c3f x86/entry: Remove unused 'kernel_stack' per-cpu variable by Denys Vlasenko · 9 years ago
  45. 61f01dd x86_64, asm: Work around AMD SYSRET SS descriptor attribute issue by Andy Lutomirski · 9 years ago
  46. ef59326 x86/asm/entry: Get rid of KERNEL_STACK_OFFSET by Denys Vlasenko · 9 years ago
  47. 1daeaa3 x86/asm/entry: Fix execve() and sigreturn() syscalls to always return via IRET by Brian Gerst · 9 years ago
  48. c38e503 x86/asm/entry/64: Rename 'old_rsp' to 'rsp_scratch' by Ingo Molnar · 9 years ago
  49. ac9af49 x86/asm/entry/64: Remove thread_struct::usersp by Ingo Molnar · 9 years ago
  50. 9854dd7 x86/asm/entry/64: Simplify 'old_rsp' usage by Ingo Molnar · 9 years ago
  51. 263042e x86/asm/entry/64: Save user RSP in pt_regs->sp on SYSCALL64 fastpath by Denys Vlasenko · 9 years ago
  52. b27559a x86/asm/entry: Delay loading sp0 slightly on task switch by Andy Lutomirski · 9 years ago
  53. 24933b8 x86/asm/entry: Rename 'init_tss' to 'cpu_tss' by Andy Lutomirski · 9 years ago
  54. d2c032e Merge tag 'v4.0-rc2' into x86/asm, to refresh the tree by Ingo Molnar · 9 years ago
  55. 72c6fb4 x86/ia32-compat: Fix CLONE_SETTLS bitness of copy_thread() by Andy Lutomirski · 9 years ago
  56. 1e02ce4 x86: Store a per-cpu shadow copy of CR4 by Andy Lutomirski · 10 years ago
  57. f647d7c x86_64, switch_to(): Load TLS descriptors before switching DS and ES by Andy Lutomirski · 10 years ago
  58. 6f46b3a x86: copy_thread: Don't nullify ->ptrace_bps twice by Oleg Nesterov · 10 years ago
  59. dc56c0f9 x86, fpu: Shift "fpu_counter = 0" from copy_thread() to arch_dup_task_struct() by Oleg Nesterov · 10 years ago
  60. ec00010 Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare for new patches by Ingo Molnar · 10 years ago
  61. 2605fc2 asmlinkage, x86: Add explicit __visible to arch/x86/* by Andi Kleen · 10 years ago
  62. b24dc8d uprobes/x86: Fix is_64bit_mm() with CONFIG_X86_X32 by Oleg Nesterov · 10 years ago
  63. 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
  64. c375f15 x86: move fpu_counter into ARCH specific thread_struct by Vineet Gupta · 11 years ago
  65. 5f01c98 x86/dumpstack: Fix printk_address for direct addresses by Jiri Slaby · 11 years ago
  66. c2daa3b sched, x86: Provide a per-cpu preempt_count implementation by Peter Zijlstra · 11 years ago
  67. 277d5b4 x86, asmlinkage: Make several variables used from assembler/linker script visible by Andi Kleen · 11 years ago
  68. 35ea7903 x86, asmlinkage: Make 32bit/64bit __switch_to visible by Andi Kleen · 11 years ago
  69. 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
  70. 1adfa76 x86, flags: Rename X86_EFLAGS_BIT1 to X86_EFLAGS_FIXED by H. Peter Anvin · 11 years ago
  71. 4338774 x86/debug: Only print out DR registers if they are not power-on defaults by Dave Jones · 11 years ago
  72. a43cb95 dump_stack: unify debug information printed by show_regs() by Tejun Heo · 11 years ago
  73. 349eab6 x86/process: Change %8s to %s for pr_warn() in release_thread() by Chen Gang · 12 years ago
  74. afa86fc flagday: don't pass regs to copy_thread() by Al Viro · 12 years ago
  75. 1d4b4b2 x86, um: switch to generic fork/vfork/clone by Al Viro · 12 years ago
  76. 42859ee Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  77. 7076aad x86: split ret_from_fork by Al Viro · 12 years ago
  78. 304bced x86, fpu: use non-lazy fpu restore for processors supporting xsave by Suresh Siddha · 12 years ago
  79. 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
  80. 715c85b x86, cpu: Rename checking_wrmsrl() to wrmsrl_safe() by H. Peter Anvin · 12 years ago
  81. c767a54 x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level> by Joe Perches · 12 years ago
  82. 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
  83. 55ccf3f fork: move the real prepare_to_copy() users to arch_dup_task_struct() by Suresh Siddha · 12 years ago
  84. c6ae41e x86: replace percpu_xxx funcs with this_cpu_xxx by Alex Shi · 12 years ago
  85. febb72a IA32 emulation: Fix build problem for modular ia32 a.out support by Larry Finger · 12 years ago
  86. 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
  87. 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
  88. f05e798 Disintegrate asm/system.h for X86 by David Howells · 12 years ago
  89. 90e2401 x86: Merge the x86_32 and x86_64 cpu_idle() functions by Richard Weinberger · 12 years ago
  90. 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
  91. 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
  92. bd2f553 sched/rt: Use schedule_preempt_disabled() by Thomas Gleixner · 13 years ago
  93. 42dfc43 x86_64: Record stack pointer before task execution begins by Siddhesh Poyarekar · 12 years ago
  94. 00194b2e x32: Only clear TIF_X32 flag once by Bobby Powers · 12 years ago
  95. ce5f7a9 x32: Make sure TS_COMPAT is cleared for x32 tasks by Bobby Powers · 12 years ago
  96. 1361b83 i387: Split up <asm/i387.h> into exported and internal interfaces by Linus Torvalds · 12 years ago
  97. d1a797f x32: Handle process creation by H. Peter Anvin · 12 years ago
  98. bb21272 x32: Add a thread flag for x32 processes by H. Peter Anvin · 12 years ago
  99. 6bd3300 x86: Factor out TIF_IA32 from 32-bit address space by H. Peter Anvin · 12 years ago
  100. 7e16838 i387: support lazy restore of FPU state by Linus Torvalds · 12 years ago