1. 0e25498 exit: Add and use make_task_dead. by Eric W. Biederman · 3 years, 7 months ago
  2. 1f761b3 MIPS: Allow modules to set board_be_handler by Florian Fainelli · 3 years, 2 months ago
  3. 7f7020a arch/mips/kernel/traps: use vma_lookup() instead of find_vma() by Liam Howlett · 3 years, 7 months ago
  4. 45deb5fa MIPS: uaccess: Remove get_fs/set_fs call sites by Thomas Bogendoerfer · 3 years, 10 months ago
  5. bd67b71 MIPS: kernel: Reserve exception base early to prevent corruption by Thomas Bogendoerfer · 3 years, 10 months ago
  6. 09a31a7 Merge tag 'mips_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 4 years, 3 months ago
  7. 195615e MIPS: Loongson-3: Enable COP2 usage in kernel by Huacai Chen · 4 years, 4 months ago
  8. bb06748 MIPS: add missing MSACSR and upper MSA initialization by Huang Pei · 4 years, 5 months ago
  9. b62e419 Merge tag 'mips_5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 4 years, 5 months ago
  10. bc6e8dc MIPS: handle Loongson-specific GSExc exception by WANG Xuerui · 4 years, 6 months ago
  11. efd1b4a MIPS: only register FTLBPar exception handler for supported models by WANG Xuerui · 4 years, 6 months ago
  12. a2eec10 mips: traps, add __init to parity_protection_init by Jiri Slaby · 4 years, 6 months ago
  13. 5868347 MIPS: Do not use smp_processor_id() in preemptible code by Xingxing Su · 4 years, 7 months ago
  14. fcec538 MIPS: Add missing EHB in mtc0 -> mfc0 sequence for DSPen by Hauke Mehrtens · 4 years, 7 months ago
  15. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
  16. e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 4 years, 7 months ago
  17. 9cb8f06 kernel: rename show_stack_loglvl() => show_stack() by Dmitry Safonov · 4 years, 7 months ago
  18. 96f0458 mips: add show_stack_loglvl() by Dmitry Safonov · 4 years, 7 months ago
  19. 2062a4e kallsyms/printk: add loglvl to print_ip_sym() by Dmitry Safonov · 4 years, 7 months ago
  20. 70768eb MIPS: Loongson64: Guard against future cores without CPUCFG by WANG Xuerui · 4 years, 8 months ago
  21. ec7a931 MIPS: emulate CPUCFG instruction on older Loongson64 cores by WANG Xuerui · 4 years, 8 months ago
  22. c9b0299 MIPS: Use fallthrough for arch/mips by Liangliang Huang · 4 years, 9 months ago
  23. b356e89b MIPS: kdb: Remove old workaround for backtracing on other CPUs by Douglas Anderson · 5 years ago
  24. b2afb64 MIPS: Loongson: Rename LOONGSON1 to LOONGSON32 by Huacai Chen · 5 years ago
  25. 268a2d6 MIPS: Loongson64: Rename CPU TYPES by Jiaxun Yang · 5 years ago
  26. 5ad18b2 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  27. 3bd3706 sched/core: Provide a pointer to the valid CPU mask by Sebastian Andrzej Siewior · 6 years ago
  28. 2e1661d2 signal: Remove the task parameter from force_sig_fault by Eric W. Biederman · 6 years ago
  29. 91ca180 signal: Use force_sig_fault_to_task for the two calls that don't deliver to current by Eric W. Biederman · 6 years ago
  30. 3cf5d07 signal: Remove task parameter from force_sig by Eric W. Biederman · 6 years ago
  31. de56d4c MIPS: Remove duplicate EBase configuration by Paul Burton · 6 years ago
  32. 783454e MIPS: Sync icache for whole exception vector by Paul Burton · 6 years ago
  33. 172dcd9 MIPS: Always allocate exception vector for MIPSr2+ by Paul Burton · 6 years ago
  34. f995adb MIPS: Use memblock_phys_alloc() for exception vector by Paul Burton · 6 years ago
  35. 8a7f97b treewide: add checks for the return value of memblock_alloc*() by Mike Rapoport · 6 years ago
  36. 9415673 arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0) by Mike Rapoport · 6 years ago
  37. d9862cf Merge tag 'mips_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 6 years ago
  38. 736706b get rid of legacy 'get_ds()' function by Linus Torvalds · 6 years ago
  39. c8790d6 MIPS: MemoryMapID (MMID) Support by Paul Burton · 6 years ago
  40. 89261c5 Merge tag 'mips_4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 6 years ago
  41. 25517ed MIPS: Let early memblock_alloc*() allocate memories bottom-up by Huacai Chen · 6 years ago
  42. b6d18e7 MIPS: Don't dump Hi & Lo regs on >= MIPSr6 by Paul Burton · 6 years ago
  43. 5328f74 MIPS: traps: Never enable FPU when CONFIG_MIPS_FP_SUPPORT=n by Paul Burton · 6 years ago
  44. 1975ed4 MIPS: Ensure emulated FP sets PF_USED_MATH by Paul Burton · 6 years ago
  45. cc97ab2 MIPS: Simplify FP context initialization by Paul Burton · 6 years ago
  46. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  47. 4fc4a09 memblock: replace __alloc_bootmem with memblock_alloc_from by Mike Rapoport · 6 years ago
  48. bcec54b mips: switch to NO_BOOTMEM by Mike Rapoport · 6 years ago
  49. 4988154 MIPS: Remove no-op/identity casts by Paul Burton · 6 years ago
  50. 0c4b0f8 Merge tag 'mips_4.19_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 6 years ago
  51. e5a32b5 Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 6 years ago
  52. 4bcb4ad MIPS: Consistently declare TLB functions by Paul Burton · 6 years ago
  53. 5a26783 MIPS: Call dump_stack() from show_regs() by Paul Burton · 7 years ago
  54. 8c8d953 MIPS: Schedule on CPUs we need to lose FPU for a mode switch by Paul Burton · 7 years ago
  55. 0bb0a11 signal/mips: Report FPE_FLTUNK for undiagnosed floating point exceptions by Guenter Roeck · 7 years ago
  56. f43a54a signal/mips: Use force_sig_fault where appropriate by Eric W. Biederman · 7 years ago
  57. 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
  58. 5f74972 signal: Don't use structure initializers for struct siginfo by Eric W. Biederman · 7 years ago
  59. 5e4def2 Pass mode to wait_on_atomic_t() action funcs and provide default actions by David Howells · 7 years ago
  60. e83f7e0 MIPS: CPS: Have asm/mips-cps.h include CM & CPC headers by Paul Burton · 7 years ago
  61. 93c5bba5 MIPS: CM: Use BIT/GENMASK for register fields, order & drop shifts by Paul Burton · 7 years ago
  62. b123718 MIPS: signal: Remove unreachable code from force_fcr31_sig(). by Ralf Baechle · 7 years ago
  63. 3b2db17 MIPS: Remove unused R6000 support by Paul Burton · 8 years ago
  64. a94c33d lib/extable.c: use bsearch() library function in search_extable() by Thomas Meyer · 8 years ago
  65. 8542363 MIPS: Avoid accidental raw backtrace by James Hogan · 8 years ago
  66. 0632466 format-security: move static strings to const by Kees Cook · 8 years ago
  67. 5a34133 MIPS: Check TLB before handle_ri_rdhwr() for Loongson-3 by Huacai Chen · 8 years ago
  68. 68e21be sched/headers: Move task->mm handling methods to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  69. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  70. f1f1007 mm: add new mmgrab() helper by Vegard Nossum · 8 years ago
  71. e11124d MIPS: Remove r2_emul_return from struct thread_info by Paul Burton · 8 years ago
  72. 35e6de3 MIPS: traps: Ensure L1 & L2 ECC checking match for CM3 systems by Paul Burton · 8 years ago
  73. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  74. 5a1aca4 MIPS: Fix FCSR Cause bit handling for correct SIGFPE issue by Maciej W. Rozycki · 8 years ago
  75. 752f549 MIPS: Fix __show_regs() output by Paul Burton · 8 years ago
  76. 41000c5 MIPS: traps: Fix output of show_code by Matt Redfearn · 8 years ago
  77. fe4e09e MIPS: traps: Fix output of show_stacktrace by Matt Redfearn · 8 years ago
  78. bcf084d MIPS: traps: Fix output of show_backtrace by Matt Redfearn · 8 years ago
  79. dabdc18 MIPS: Print CM error reports upon bus errors by Paul Burton · 8 years ago
  80. 4b22c69 MIPS: traps: Ensure full EBase is written by Matt Redfearn · 8 years ago
  81. c195e07 MIPS: traps: Convert ebase to KSEG0 by James Hogan · 8 years ago
  82. 1802289 MIPS: traps: 64bit kernels should read CP0_EBase 64bit by James Hogan · 8 years ago
  83. 9f3b808 MIPS: Migrate exception table users off module.h and onto extable.h by Paul Gortmaker · 8 years ago
  84. 4305f42 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 8 years ago
  85. bcfc8f0 MIPS: traps: return correct si code for accessing nonmapped addresses by Petar Jovanovic · 9 years ago
  86. b937ff6 MIPS: KVM: Don't hardcode restored HWREna by James Hogan · 9 years ago
  87. aff565a MIPS: Clean up RDHWR handling by James Hogan · 9 years ago
  88. 878edf0 MIPS: KVM: Restore host EBase from ebase variable by James Hogan · 9 years ago
  89. e49d384 MIPS: MSA: Fix a link error on `_init_msa_upper' with older GCC by Maciej W. Rozycki · 9 years ago
  90. 4edf00a MIPS: Retrieve ASID masks using function accepting struct cpuinfo_mips by Paul Burton · 9 years ago
  91. 201233e MIPS: traps: remove unused variable by Tony Wu · 9 years ago
  92. b2edcfc MIPS: Loongson: Add Loongson-3A R2 basic support by Huacai Chen · 9 years ago
  93. e233c73 MIPS: Add and use CAUSEF_WP definition by James Hogan · 9 years ago
  94. 1091bfa MIPS: Add P6600 cases to CPU switch statements by Paul Burton · 9 years ago
  95. 04d83f9 MIPS: traps: Make sure secondary cores have a sane ebase register by Markos Chandras · 9 years ago
  96. 99a7a23 MIPS: panic immediately when panic_on_oops by Aaro Koskinen · 9 years ago
  97. 81a76d7 MIPS: Avoid using unwind_stack() with usermode by James Hogan · 9 years ago
  98. 3d50a7f MIPS: traps.c: Verify the ISA for microMIPS RDHWR emulation by Maciej W. Rozycki · 9 years ago
  99. 3b143cc MIPS: traps: Correct the SIGTRAP debug ABI in `do_watch' and `do_trap_or_bp' by Maciej W. Rozycki · 9 years ago
  100. 92a76f6 MIPS: Fix misspellings in comments. by Adam Buchbinder · 9 years ago