1. a58a173 MIPS: kernel: Clear FPU states when setting up kernel threads by Thomas Bogendoerfer · 1 year, 3 months ago
  2. 8d539b8 nmi_backtrace: allow excluding an arbitrary CPU by Douglas Anderson · 1 year, 7 months ago
  3. 071c44e sched/idle: Mark arch_cpu_idle_dead() __noreturn by Josh Poimboeuf · 2 years ago
  4. 8032bf1 treewide: use get_random_u32_below() instead of deprecated function by Jason A. Donenfeld · 2 years, 5 months ago
  5. 81895a6 treewide: use prandom_u32_max() when possible, part 1 by Jason A. Donenfeld · 2 years, 5 months ago
  6. 5bd2e97 fork: Generalize PF_IO_WORKER handling by Eric W. Biederman · 2 years, 11 months ago
  7. c5febea fork: Pass struct kernel_clone_args into copy_thread by Eric W. Biederman · 2 years, 11 months ago
  8. 455481f MIPS: Remove TX39XX support by Thomas Bogendoerfer · 3 years ago
  9. 42a20f8 sched: Add wrapper for get_wchan() to keep task blocked by Kees Cook · 3 years, 5 months ago
  10. 730d070 MIPS: Replace deprecated CPU-hotplug functions. by Sebastian Andrzej Siewior · 3 years, 7 months ago
  11. b03fbd4 sched: Introduce task_is_running() by Peter Zijlstra · 3 years, 9 months ago
  12. 04324f4 MIPS: Remove get_fs/set_fs by Thomas Bogendoerfer · 3 years, 11 months ago
  13. 4727dc2 arch: setup PF_IO_WORKER threads like PF_KTHREAD by Jens Axboe · 4 years ago
  14. ea4a1ea Revert "MIPS: microMIPS: Fix the judgment of mm_jr16_op and mm_jalr_op" by Thomas Bogendoerfer · 4 years, 1 month ago
  15. 9f0781b MIPS: process: Fix no previous prototype warning by Jinyang He · 4 years, 1 month ago
  16. 5088623 MIPS: Add is_jr_ra_ins() to end the loop early by Jinyang He · 4 years, 1 month ago
  17. 2d62f64 MIPS: Fix get_frame_info() handing of function size by Jinyang He · 4 years, 1 month ago
  18. 9308579 MIPS: microMIPS: Fix the judgment of mm_jr16_op and mm_jalr_op by Jinyang He · 4 years, 1 month ago
  19. fa85d6a MIPS: process: Remove unnecessary headers inclusion by Jinyang He · 4 years, 1 month ago
  20. 545b8c8 smp: Cleanup smp_call_function*() by Peter Zijlstra · 4 years, 8 months ago
  21. 047248c MIPS: process: include exec.h header in process.c by Pujin Shi · 4 years, 5 months ago
  22. bc1c969 MIPS: Loongson-3: Calculate ra properly when unwinding the stack by Huacai Chen · 4 years, 5 months ago
  23. 195615e MIPS: Loongson-3: Enable COP2 usage in kernel by Huacai Chen · 4 years, 5 months ago
  24. 714acdb arch: rename copy_thread_tls() back to copy_thread() by Christian Brauner · 4 years, 9 months ago
  25. e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 4 years, 9 months ago
  26. aebdc6f MIPS: Exclude more dsemul code when CONFIG_MIPS_FP_SUPPORT=n by Yousong Zhou · 5 years ago
  27. 2b424cf MIPS: Remove function size check in get_frame_info() by Jun-Ru Chang · 6 years ago
  28. 41e486f MIPS: Remove struct mm_context_t fp_mode_switching field by Paul Burton · 6 years ago
  29. ea7e048 MIPS: VDSO: Always map near top of user memory by Paul Burton · 6 years ago
  30. e5a32b5 Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 7 years ago
  31. b63e132 MIPS: Use async IPIs for arch_trigger_cpumask_backtrace() by Paul Burton · 7 years ago
  32. 5a26783 MIPS: Call dump_stack() from show_regs() by Paul Burton · 7 years ago
  33. 8c8d953 MIPS: Schedule on CPUs we need to lose FPU for a mode switch by Paul Burton · 7 years ago
  34. 050e9ba Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables by Linus Torvalds · 7 years ago
  35. 28e4213 MIPS: prctl: Disallow FRE without FR with PR_SET_FP_MODE requests by Maciej W. Rozycki · 7 years ago
  36. 6887a56 sched/wait, arch/mips: Fix and convert wait_on_atomic_t() usage to the new wait_var_event() API by Peter Zijlstra · 7 years ago
  37. b67336e MIPS: Validate PR_SET_FP_MODE prctl(2) requests against the ABI of the task by Maciej W. Rozycki · 7 years ago
  38. 508c575 MIPS: make thread_saved_pc static by Tobias Klauser · 7 years ago
  39. 56dfb70 MIPS: Refactor handling of stack pointer in get_frame_info by Matt Redfearn · 8 years ago
  40. 41885b0 MIPS: Stacktrace: Fix microMIPS stack unwinding on big endian systems by Matt Redfearn · 8 years ago
  41. cea8cd4 MIPS: microMIPS: Fix decoding of swsp16 instruction by Matt Redfearn · 8 years ago
  42. a0ae2b0 MIPS: microMIPS: Fix decoding of addiusp instruction by Matt Redfearn · 8 years ago
  43. b332fec MIPS: microMIPS: Fix detection of addiusp instruction by Matt Redfearn · 8 years ago
  44. 11887ed MIPS: Handle non word sized instructions when examining frame by Matt Redfearn · 8 years ago
  45. aee1662 MIPS: Fix issues in backtraces by Corey Minyard · 8 years ago
  46. b0f5a8f kthread: fix boot hang (regression) on MIPS/OpenRISC by Vegard Nossum · 8 years ago
  47. f9c4e3a MIPS: Opt into HAVE_COPY_THREAD_TLS by James Cowgill · 8 years ago
  48. db8466c MIPS: IRQ Stack: Unwind IRQ stack onto task stack by Matt Redfearn · 8 years ago
  49. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  50. 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  51. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  52. 08c941b MIPS: Move register dump routines out of ptrace code by Marcin Nowakowski · 8 years ago
  53. a00eeed MIPS: SMP: Use a completion event to signal CPU up by Matt Redfearn · 8 years ago
  54. 096a0de MIPS: Handle microMIPS jumps in the same way as MIPS32/MIPS64 jumps by Paul Burton · 8 years ago
  55. bb9bc46 MIPS: Calculate microMIPS ra properly when unwinding the stack by Paul Burton · 8 years ago
  56. 67c7505 MIPS: Fix is_jump_ins() handling of 16b microMIPS instructions by Paul Burton · 8 years ago
  57. b6c7a32 MIPS: Fix get_frame_info() handling of microMIPS function size by Paul Burton · 8 years ago
  58. a3552da MIPS: Prevent unaligned accesses during stack unwinding by Paul Burton · 8 years ago
  59. ccaf7ca MIPS: Clear ISA bit correctly in get_frame_info() by Paul Burton · 8 years ago
  60. d42d8d1 MIPS: Stack unwinding while on IRQ stack by Matt Redfearn · 8 years ago
  61. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  62. 9a01c3e nmi_backtrace: add more trigger_*_cpu_backtrace() methods by Chris Metcalf · 8 years ago
  63. b244614 MIPS: Avoid a BUG warning during prctl(PR_SET_FP_MODE, ...) by Marcin Nowakowski · 8 years ago
  64. 432c6ba MIPS: Use per-mm page to execute branch delay slot instructions by Paul Burton · 9 years ago
  65. 4029632 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  66. a90c59e MIPS: kernel: Fix typo by Andrea Gelmini · 9 years ago
  67. 5f56a5d exit_thread: remove empty bodies by Jiri Slaby · 9 years ago
  68. 6b83225 MIPS: Force CPUs to lose FP context during mode switches by Paul Burton · 9 years ago
  69. bd239f1 MIPS: Disable preemption during prctl(PR_SET_FP_MODE, ...) by Paul Burton · 9 years ago
  70. 04cc89d MIPS: Make flush_thread by Ralf Baechle · 9 years ago
  71. a816b306 MIPS: Don't unwind to user mode with EVA by James Hogan · 9 years ago
  72. 92a76f6 MIPS: Fix misspellings in comments. by Adam Buchbinder · 9 years ago
  73. 76e5846 MIPS: Properly disable FPU in start_thread() by James Hogan · 9 years ago
  74. 6496edf Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  75. e2c5aaa mips: copy_thread(): rename 'arg' argument to 'kthread_arg' by Alex Dowad · 10 years ago
  76. 8dd9289 mips: fix up obsolete cpu function usage. by Rusty Russell · 10 years ago
  77. a135c71 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  78. 13e45f0 MIPS: kernel: process: Do not allow FR=0 on MIPS R6 by Markos Chandras · 10 years ago
  79. 9791554 MIPS,prctl: add PR_[GS]ET_FP_MODE prctl options for MIPS by Paul Burton · 10 years ago
  80. 39148e9 MIPS: fork: Fix MSA/FPU/DSP context duplication race by James Hogan · 10 years ago
  81. 856839b7 MIPS: Add arch_trigger_all_cpu_backtrace() function by Eunbong Song · 10 years ago
  82. 635c9907 MIPS: Remove useless parentheses by Ralf Baechle · 10 years ago
  83. 7daef8f MIPS: consistently clear MSA flags when starting & copying threads by Paul Burton · 11 years ago
  84. 60be939 MIPS: Remove asm/user.h by Alex Smith · 11 years ago
  85. 30852ad MIPS: Remove old core dump functions by Alex Smith · 11 years ago
  86. b633648 MIPS: MT: Remove SMTC support by Ralf Baechle · 11 years ago
  87. 1db1af8 MIPS: Basic MSA context switching support by Paul Burton · 11 years ago
  88. 6cec7c4 MIPS: Don't assume 64-bit FP registers for dump_{,task_}fpu by Paul Burton · 11 years ago
  89. a3056b1 MIPS: replace open-coded init_dsp by Paul Burton · 11 years ago
  90. 597ce17 MIPS: Support for 64-bit FP with O32 binaries by Paul Burton · 11 years ago
  91. 42a1117 MIPS: Fix typos and cleanup comment by Tony Wu · 12 years ago
  92. 36ecafc MIPS: initial stack protector support by Gregory Fong · 12 years ago
  93. 49f2ec9 MIPS: Consolidate idle loop / WAIT instruction support in a single file. by Ralf Baechle · 12 years ago
  94. 5000653e MIPS: Extract schedule_mfi info from __schedule by Tony Wu · 12 years ago
  95. e7438c4 MIPS: Fix sibling call handling in get_frame_info by Tony Wu · 12 years ago
  96. daf799c Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 12 years ago
  97. 34c2f66 MIPS: microMIPS: Add unaligned access support. by Leonid Yegoshin · 12 years ago
  98. cdbedc6 mips: Use generic idle loop by Thomas Gleixner · 12 years ago
  99. aebb2af Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 12 years ago
  100. 64b3122 mips: take the "zero newsp means inherit the parent's one" to copy_thread() by Al Viro · 12 years ago