1. e9666d1 jump_label: move 'asm goto' support test to Kconfig by Masahiro Yamada · 6 years ago
  2. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  3. fcf0104 Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux by Linus Torvalds · 6 years ago
  4. cc02829 kgdb/treewide: constify struct kgdb_arch arch_kgdb_ops by Christophe Leroy · 6 years ago
  5. 911b7af mips/kgdb: prepare arch_kgdb_ops for constness by Christophe Leroy · 6 years ago
  6. 3cd99ac kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function() by Douglas Anderson · 6 years ago
  7. 9ef7fa5 kgdb: Remove irq flags from roundup by Douglas Anderson · 6 years ago
  8. 89261c5 Merge tag 'mips_4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 6 years ago
  9. adcc81f MIPS: math-emu: Write-protect delay slot emulation pages by Paul Burton · 6 years ago
  10. 41e486f MIPS: Remove struct mm_context_t fp_mode_switching field by Paul Burton · 6 years ago
  11. 99bf73e mips: generate uapi header and system call table files by Firoz Khan · 6 years ago
  12. 9bcbf97 mips: add system call table generation support by Firoz Khan · 6 years ago
  13. 6a00cb6 mips: remove syscall table entries by Firoz Khan · 6 years ago
  14. be85643 mips: add +1 to __NR_syscalls in uapi header by Firoz Khan · 6 years ago
  15. 6d92c26 mips: rename scall64-64.S to scall64-n64.S by Firoz Khan · 6 years ago
  16. a5ee2be mips: remove unused macros by Firoz Khan · 6 years ago
  17. 69095e3 mips: annotate implicit fall throughs by Mathieu Malaterre · 6 years ago
  18. 0f1f692 Merge tag 'trace-v4.20-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  19. 8712b27 MIPS: function_graph: Simplify with function_graph_enter() by Steven Rostedt (VMware) · 6 years ago
  20. f081531 MIPS: MT: Remove norps command line parameter by Paul Burton · 6 years ago
  21. c0436b5 MIPS: Enable dead code elimination by Paul Burton · 6 years ago
  22. 3cd6408 MIPS: ptrace: introduce NT_MIPS_MSA regset by Paul Burton · 6 years ago
  23. f3ade25 MIPS: Loongson: Add Loongson-3A R2.1 basic support by Huacai Chen · 6 years ago
  24. 25517ed MIPS: Let early memblock_alloc*() allocate memories bottom-up by Huacai Chen · 6 years ago
  25. b6d18e7 MIPS: Don't dump Hi & Lo regs on >= MIPSr6 by Paul Burton · 6 years ago
  26. c7adfae MIPS: Fix do_ade() closing brace indentation by Paul Burton · 6 years ago
  27. 378ed6f MIPS: Avoid using .set mips0 to restore ISA by Paul Burton · 6 years ago
  28. 2725f37 MIPS: Remove struct task_struct fpu state when CONFIG_MIPS_FP_SUPPORT=n by Paul Burton · 6 years ago
  29. ea6a373 MIPS: Avoid FP ELF checks when CONFIG_MIPS_FP_SUPPORT=n by Paul Burton · 6 years ago
  30. 4eec81d MIPS: signal: Remove FP context support when CONFIG_MIPS_FP_SUPPORT=n by Paul Burton · 6 years ago
  31. 6c79759 MIPS: ptrace: Remove FP support when CONFIG_MIPS_FP_SUPPORT=n by Paul Burton · 6 years ago
  32. 85164fd MIPS: unaligned: Remove FP & MSA code when unsupported by Paul Burton · 6 years ago
  33. 6a1cc21 MIPS: branch: Remove FP branch handling when CONFIG_MIPS_FP_SUPPORT=n by Paul Burton · 6 years ago
  34. 5328f74 MIPS: traps: Never enable FPU when CONFIG_MIPS_FP_SUPPORT=n by Paul Burton · 6 years ago
  35. b2e628a MIPS: cpu-probe: Avoid probing FPU when CONFIG_MIPS_FP_SUPPORT=n by Paul Burton · 6 years ago
  36. 97f7dcb MIPS: Better abstract R2300 FPU usage in Kconfig by Paul Burton · 6 years ago
  37. 1975ed43 MIPS: Ensure emulated FP sets PF_USED_MATH by Paul Burton · 6 years ago
  38. cc97ab2 MIPS: Simplify FP context initialization by Paul Burton · 6 years ago
  39. b1013f1 MIPS: BCM5xxx: Remove dead init_fpu code by Paul Burton · 6 years ago
  40. 57810ec MIPS: Remove GCC_IMM_ASM & GCC_REG_ACCUM macros by Paul Burton · 6 years ago
  41. 43da4e3 MIPS: r2-on-r6-emu: Change to use DEFINE_SHOW_ATTRIBUTE macro by Yangtao Li · 6 years ago
  42. 7e1c4e2 memblock: stop using implicit alignment to SMP_CACHE_BYTES by Mike Rapoport · 6 years ago
  43. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  44. 2013288 memblock: replace free_bootmem{_node} with memblock_free by Mike Rapoport · 6 years ago
  45. 2a5bda5 memblock: replace alloc_bootmem with memblock_alloc by Mike Rapoport · 6 years ago
  46. 4fc4a09 memblock: replace __alloc_bootmem with memblock_alloc_from by Mike Rapoport · 6 years ago
  47. eb31d55 memblock: remove _virt from APIs returning virtual address by Mike Rapoport · 6 years ago
  48. cc10ad2 Merge tag 'mips_4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 6 years ago
  49. 4dcb923 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  50. cff2294 Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  51. edbb423 MIPS: Cleanup DSP ASE detection by Paul Burton · 6 years ago
  52. 951d223 MIPS: Fix CONFIG_CMDLINE handling by Paul Burton · 6 years ago
  53. ea7e048 MIPS: VDSO: Always map near top of user memory by Paul Burton · 6 years ago
  54. 82689ac6 MIPS: kdump: Mark cpu back online before rebooting by Dengcheng Zhu · 6 years ago
  55. edaa978 MIPS: MT: Remove obsolete cache flush repeat code by Paul Burton · 6 years ago
  56. eb75ecb MIPS: MT: Remove unused MT single-threaded cache flush code by Paul Burton · 6 years ago
  57. 932afde MIPS: Add Kconfig variable for CPUs with unaligned load/store instructions by Yasha Cherikovsky · 6 years ago
  58. c55213e MIPS/head: Store ELF appended dtb in a global variable too by Yasha Cherikovsky · 6 years ago
  59. 62a83c5 MIPS/head: Add comments after #endif and #else by Yasha Cherikovsky · 6 years ago
  60. 2fe8ea3 MIPS: kexec: Use prepare method from Generic for UHI platforms by Dengcheng Zhu · 6 years ago
  61. 1447864 MIPS: kexec: CPS systems to halt nonboot CPUs by Dengcheng Zhu · 6 years ago
  62. 62cac48 MIPS: kexec: Make a framework for both jumping and halting on nonboot CPUs by Dengcheng Zhu · 6 years ago
  63. dc57aaf MIPS: kexec: Mark CPU offline before disabling local IRQ by Dengcheng Zhu · 6 years ago
  64. 5748e1b MIPS: don't select DMA_MAYBE_COHERENT from DMA_PERDEV_COHERENT by Christoph Hellwig · 7 years ago
  65. bcec54b mips: switch to NO_BOOTMEM by Mike Rapoport · 7 years ago
  66. 52c985a MIPS: Move arch_mem_init() comment near definition by Paul Burton · 7 years ago
  67. 4988154 MIPS: Remove no-op/identity casts by Paul Burton · 7 years ago
  68. 0f02cfb MIPS: VDSO: Match data page cache colouring when D$ aliases by Paul Burton · 7 years ago
  69. 9afc5ee y2038: globally rename compat_time to old_time32 by Arnd Bergmann · 7 years ago
  70. 0c4b0f8 Merge tag 'mips_4.19_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 7 years ago
  71. 7140ad3 Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  72. e5a32b5 Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 7 years ago
  73. 6d43743 Uprobe: Additional argument arch_uprobe to uprobe_write_opcode() by Ravi Bangoria · 7 years ago
  74. 4bcb4ad MIPS: Consistently declare TLB functions by Paul Burton · 7 years ago
  75. 48ae93f MIPS: Delete unused code in linux32.c by Paul Burton · 7 years ago
  76. 3a1c0fc MIPS: Remove unused sys_32_mmap2 by Paul Burton · 7 years ago
  77. 96a68b1 MIPS: Remove nabi_no_regargs by Paul Burton · 7 years ago
  78. 6c359eb MIPS: Allow auto-dection of ARCH_PFN_OFFSET & PHYS_OFFSET by Paul Burton · 7 years ago
  79. 93081ca Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 7 years ago
  80. 7cff3f1 MIPS: Loongson: Add Loongson-3A R3.1 basic support by Huacai Chen · 7 years ago
  81. 1ae22a0 MIPS: Add FP_MODE regset support by Maciej W. Rozycki · 7 years ago
  82. 44109c6 MIPS: Add DSP ASE regset support by Maciej W. Rozycki · 7 years ago
  83. f5958b4 MIPS: Correct the 64-bit DSP accumulator register size by Maciej W. Rozycki · 7 years ago
  84. 5c93316 mips: unify prom_putchar() declarations by Alexander Sverdlin · 7 years ago
  85. 97c8580 MIPS: Annotate cpu_wait implementations with __cpuidle by Paul Burton · 7 years ago
  86. b63e132 MIPS: Use async IPIs for arch_trigger_cpumask_backtrace() by Paul Burton · 7 years ago
  87. 5a26783 MIPS: Call dump_stack() from show_regs() by Paul Burton · 7 years ago
  88. f446474 Merge branch 'linus' into perf/core, to pick up fixes by Ingo Molnar · 7 years ago
  89. 662d855 MIPS: Add ksig argument to rseq_{signal_deliver,handle_notify_resume} by Paul Burton · 7 years ago
  90. 8c8d953 MIPS: Schedule on CPUs we need to lose FPU for a mode switch by Paul Burton · 7 years ago
  91. c8bf380 MIPS: Fix ejtag handler on SMP by Heiher · 7 years ago
  92. aa4db77 MIPS: move coherentio setup to setup.c by Christoph Hellwig · 7 years ago
  93. 28a87b4 MIPS: kexec: fix typos by Yegor Yefremov · 7 years ago
  94. cce188b bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobe by Masami Hiramatsu · 7 years ago
  95. 9b85753 MIPS/kprobes: Don't call the ->break_handler() in MIPS kprobes code by Masami Hiramatsu · 7 years ago
  96. 8c2c3f2 MIPS/kprobes: Remove jprobe implementation by Masami Hiramatsu · 7 years ago
  97. 4337aac MIPS: Wire up io_pgetevents syscall by Paul Burton · 7 years ago
  98. e426b37 MIPS: Wire up the restartable sequences (rseq) syscall by Paul Burton · 7 years ago
  99. 9bcf535 MIPS: Add syscall detection for restartable sequences by Paul Burton · 7 years ago
  100. 9ea141a MIPS: Add support for restartable sequences by Paul Burton · 7 years ago