1. 2f064a5 sched: Change task_struct::state by Peter Zijlstra · 3 years, 9 months ago
  2. c70a4be Merge tag 'powerpc-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 3 years, 10 months ago
  3. 7f3d08b Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 3 years, 10 months ago
  4. 693557e powerpc/inst: ppc_inst_as_u64() becomes ppc_inst_as_ulong() by Christophe Leroy · 3 years, 11 months ago
  5. 7153d4b powerpc/traps: Enhance readability for trap types by Xiongwei Song · 3 years, 11 months ago
  6. 8dc7f02 powerpc: remove partial register save logic by Nicholas Piggin · 4 years ago
  7. f234ad4 powerpc/xmon: Make symbol 'spu_inst_dump' static by Pu Lehui · 4 years ago
  8. 6bf66eb powerpc/xive: Simplify the dump of XIVE interrupts under xmon by Cédric Le Goater · 4 years ago
  9. a4f9876 printk: kmsg_dump: remove _nolock() variants by John Ogness · 4 years ago
  10. f9f3f02 printk: introduce a kmsg_dump iterator by John Ogness · 4 years ago
  11. 5f6c764 printk: kmsg_dumper: remove @active field by John Ogness · 4 years ago
  12. 179ae57 powerpc/32s: mfsrin()/mtsrin() become mfsr()/mtsr() by Christophe Leroy · 4 years, 1 month ago
  13. 3066221 powerpc/xmon: Enable breakpoints on 8xx by Christophe Leroy · 4 years, 2 months ago
  14. 7c6c86b powerpc/xmon: Change printk() to pr_cont() by Christophe Leroy · 4 years, 3 months ago
  15. 1baa1f7 powerpc: Allow relative pointers in bug table entries by Jordan Niethe · 4 years, 3 months ago
  16. f3e9040 powerpc/xmon: Fix build failure for 8xx by Ravi Bangoria · 4 years, 3 months ago
  17. 58da598 powerpc/watchpoint: Add hw_len wherever missing by Ravi Bangoria · 4 years, 6 months ago
  18. fc80c51 Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 7 months ago
  19. 15d5761 kbuild: introduce ccflags-remove-y and asflags-remove-y by Masahiro Yamada · 4 years, 8 months ago
  20. 5e66a0c powerpc: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 7 months ago
  21. 81a4132 powerpc/xmon: Use `dcbf` inplace of `dcbi` instruction for 64bit Book3S by Balamuruhan S · 5 years ago
  22. 335aca5 Merge branch 'scv' support into next by Michael Ellerman · 4 years, 8 months ago
  23. 8b98afc powerpc/xmon: Improve dumping prefixed instructions by Jordan Niethe · 4 years, 9 months ago
  24. 50428fd powerpc: Add a ppc_inst_as_str() helper by Jordan Niethe · 4 years, 9 months ago
  25. 7fa95f9 powerpc/64s: system call support for scv/rfscv instructions by Nicholas Piggin · 4 years, 9 months ago
  26. 1979ae8 powerpc/xmon: Add PowerISA v3.1 PMU SPRs by Madhavan Srinivasan · 4 years, 8 months ago
  27. 5c69939 powerpc/xmon: Reset RCU and soft lockup watchdogs by Anton Blanchard · 4 years, 8 months ago
  28. e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 4 years, 9 months ago
  29. 081096d Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 4 years, 9 months ago
  30. 7ae7715 Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years, 9 months ago
  31. 2fb4706 powerpc: add support for folded p4d page tables by Mike Rapoport · 4 years, 9 months ago
  32. 0e7e92e powerpc/xmon: Show task->thread.regs in process display by Michael Ellerman · 4 years, 10 months ago
  33. c5ff46d powerpc: Add ppc_inst_next() by Michael Ellerman · 4 years, 10 months ago
  34. 30df74d powerpc/watchpoint/xmon: Support 2nd DAWR by Ravi Bangoria · 4 years, 10 months ago
  35. 514db91 powerpc/watchpoint/xmon: Don't allow breakpoint overwriting by Ravi Bangoria · 4 years, 10 months ago
  36. 4a8a937 powerpc/watchpoint: Provide DAWR number to __set_breakpoint by Ravi Bangoria · 4 years, 10 months ago
  37. 09f82b0 powerpc/watchpoint: Rename current DAWR macros by Ravi Bangoria · 4 years, 10 months ago
  38. c9c831a powerpc/xmon: Don't allow breakpoints on suffixes by Jordan Niethe · 4 years, 10 months ago
  39. 650b55b powerpc: Add prefixed instructions to instruction data type by Jordan Niethe · 4 years, 10 months ago
  40. 7fccfcf powerpc/xmon: Move insertion of breakpoint for xol'ing by Jordan Niethe · 4 years, 10 months ago
  41. 6c7a4f0 powerpc/xmon: Use a function for reading instructions by Jordan Niethe · 4 years, 10 months ago
  42. f8faaff powerpc: Use a function for reading instructions by Jordan Niethe · 4 years, 10 months ago
  43. 94afd06 powerpc: Use a datatype for instructions by Jordan Niethe · 4 years, 10 months ago
  44. 217862d powerpc: Introduce functions for instruction equality by Jordan Niethe · 4 years, 10 months ago
  45. 777e26f powerpc: Use an accessor for instructions by Jordan Niethe · 4 years, 10 months ago
  46. 7534625 powerpc: Use a macro for creating instructions from u32s by Jordan Niethe · 4 years, 10 months ago
  47. 5a7fdca powerpc/xmon: Use bitwise calculations in_breakpoint_table() by Jordan Niethe · 4 years, 10 months ago
  48. 4eff2b4f powerpc/xmon: Move breakpoints to text section by Jordan Niethe · 4 years, 10 months ago
  49. 51c9ba1 powerpc/xmon: Move breakpoint instructions to own array by Jordan Niethe · 4 years, 10 months ago
  50. 802268f powerpc/xmon: Remove store_inst() for patch_instruction() by Jordan Niethe · 4 years, 10 months ago
  51. fff134c powerpc/xmon: constify sysrq_key_op by Emil Velikov · 4 years, 10 months ago
  52. 912237ea powerpc: trap_is_syscall() helper to hide syscall trap number by Nicholas Piggin · 4 years, 10 months ago
  53. db30144 powerpc: Use set_trap() and avoid open-coding trap masking by Nicholas Piggin · 4 years, 10 months ago
  54. c17eb4d powerpc: Make setjmp/longjmp signature standard by Clement Courbet · 5 years ago
  55. 8ec26c2 powerpc/xmon: Add ASCII dump to d1,d2,d4,d8 commands. by Douglas Miller · 8 years ago
  56. d64c7db powerpc/xmon: Lower limits on nidump and ndump by Michael Ellerman · 5 years ago
  57. 066bc35 powerpc/xmon: Fix whitespace handling in getstring() by Oliver O'Halloran · 5 years ago
  58. 493a55f powerpc/xmon: Fix compile error in print_insn* functions by Sukadev Bhattiprolu · 5 years ago
  59. 2d9b332 powerpc/xmon: Allow passing an argument to ppc_md.restart() by Oliver O'Halloran · 5 years ago
  60. c2a2071 powerpc/xmon: don't access ASDR in VMs by Sukadev Bhattiprolu · 5 years ago
  61. c9029ef powerpc: Avoid clang warnings around setjmp and longjmp by Nathan Chancellor · 5 years ago
  62. b811be6 powerpc/watchpoint: Introduce macros for watchpoint length by Ravi Bangoria · 5 years ago
  63. 69393cb powerpc/xmon: Restrict when kernel is locked down by Christopher M. Riedl · 5 years ago
  64. 96664de powerpc/xmon: Allow listing and clearing breakpoints in read-only mode by Christopher M. Riedl · 5 years ago
  65. 5896163 powerpc/xmon: Improve output of XIVE interrupts by Cédric Le Goater · 5 years ago
  66. 39f14e7 powerpc/xmon: Add a dump of all XIVE interrupts by Cédric Le Goater · 6 years ago
  67. b4868ff powerpc/xive: Fix dump of XIVE interrupt under pseries by Cédric Le Goater · 6 years ago
  68. c3e0dbd powerpc/xmon: Check for HV mode when dumping XIVE info from OPAL by Cédric Le Goater · 6 years ago
  69. 192f0f8 Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
  70. d6eaced powerpc/book3s: Use config independent helpers for page table walk by Aneesh Kumar K.V · 6 years ago
  71. 0a882e2 powerpc/64s/exception: remove bad stack branch by Nicholas Piggin · 6 years ago
  72. aaf0666 powerpc/xmon: Fix disabling tracing while in xmon by Naveen N. Rao · 6 years ago
  73. 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
  74. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  75. d135b9c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 76 by Thomas Gleixner · 6 years ago
  76. 1621633 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1 by Thomas Gleixner · 6 years ago
  77. b970afc Merge tag 'powerpc-5.2-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
  78. 0acb5f64 powerpc/xmon: add read-only mode by Christopher M. Riedl · 6 years ago
  79. f072015 powerpc: disable KASAN instrumentation on early/critical files. by Christophe Leroy · 6 years ago
  80. 10d9161 powerpc/64s: Reimplement book3s idle code in C by Nicholas Piggin · 6 years ago
  81. 420af15 powerpc/mmiowb: Hook up mmwiob() implementation to asm-generic code by Will Deacon · 6 years ago
  82. e714063 powerpc/xmon: Fix opcode being uninitialized in print_insn_powerpc by Nathan Chancellor · 6 years ago
  83. 0548608 powerpc: Only use task_struct 'cpu' field on SMP by Christophe Leroy · 6 years ago
  84. fb0b0a7 powerpc: Enable kcov by Andrew Donnellan · 6 years ago
  85. 32c8c4c powerpc/xmon: fix dump_segments() by Christophe Leroy · 6 years ago
  86. 8ad9402 powerpc: annotate implicit fall throughs by Stephen Rothwell · 6 years ago
  87. 8d4a862 powerpc/xmon: Fix invocation inside lock region by Breno Leitao · 6 years ago
  88. 5b3e84f powerpc: change CONFIG_PPC_STD_MMU to CONFIG_PPC_BOOK3S by Christophe Leroy · 6 years ago
  89. 68289ae powerpc: change CONFIG_PPC_STD_MMU_32 to CONFIG_PPC_BOOK3S_32 by Christophe Leroy · 6 years ago
  90. e3a8379 powerpc/xmon: Define static functions by Breno Leitao · 6 years ago
  91. 9c87156 powerpc/xmon: Relax frame size for clang by Joel Stanley · 6 years ago
  92. abcff86 powerpc/time: Only set CONFIG_ARCH_HAS_SCALED_CPUTIME on PPC64 by Christophe Leroy · 7 years ago
  93. 23ad1a2 powerpc: Add -Werror at arch/powerpc level by Michael Ellerman · 6 years ago
  94. 126b11b powerpc/64s/hash: Add SLB allocation status bitmaps by Nicholas Piggin · 6 years ago
  95. 26973fa powerpc/mm: use pte helpers in generic code by Christophe Leroy · 6 years ago
  96. 50530f5 powerpc/xmon: Show the stack protector canary in xmon by Michael Ellerman · 6 years ago
  97. aea44714 powerpc: Disable -Wbuiltin-requires-header when setjmp is used by Joel Stanley · 6 years ago
  98. 54be0b9 Revert "convert SLB miss handlers to C" and subsequent commits by Michael Ellerman · 6 years ago
  99. 2a056f5 powerpc: consolidate -mno-sched-epilog into FTRACE flags by Nicholas Piggin · 6 years ago
  100. e83cbf7 powerpc/64s: xmon do not dump hash fields when using radix mode by Nicholas Piggin · 6 years ago