1. efe4fbb powerpc/xmon: Add patch_instruction() support for xmon by Balbir Singh · 7 years ago
  2. 09b6c11 powerpc/xmon: Fix compile error with PPC_8xx=y by Nicholas Piggin · 8 years ago
  3. 8915bcd powerpc/xmon: Teach xmon oops about radix vectors by Michael Neuling · 8 years ago
  4. 1cd6ed7 powerpc/xmon: Wait for secondaries before IPI'ing on system reset by Nicholas Piggin · 8 years ago
  5. b1ee8a3 powerpc/64s: Dedicated system reset interrupt stack by Nicholas Piggin · 8 years ago
  6. c4f3b52 powerpc/64s: Disallow system reset vs system reset reentrancy by Nicholas Piggin · 8 years ago
  7. 8567364 powerpc/xmon: Deindent the SLB dumping logic by Michael Ellerman · 8 years ago
  8. 3c19d5a Merge branch 'topic/xive' (early part) into next by Michael Ellerman · 8 years ago
  9. 7644d58 powerpc: Create asm/debugfs.h and move powerpc_debugfs_root there by Michael Ellerman · 8 years ago
  10. 243e251 powerpc/xive: Native exploitation of the XIVE interrupt controller by Benjamin Herrenschmidt · 8 years ago
  11. de78ae6 powerpc/xmon: add debugfs entry for xmon by Guilherme G. Piccoli · 8 years ago
  12. b561783 powerpc/xmon: drop the nobt option from xmon plus minor fixes by Guilherme G. Piccoli · 8 years ago
  13. 3b5bf42 powerpc/xmon: Fix an unexpected xmon on/off state change by Pan Xinhui · 8 years ago
  14. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  15. b286ced Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  16. 9332ef9 scripts/spelling.txt: add "an user" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  17. 9af744d lib/show_mem.c: teach show_mem to work with the given nodemask by Michal Hocko · 8 years ago
  18. 38705613 Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  19. 5e48dc0 powerpc/xmon: Dump memory in CPU endian format by Douglas Miller · 8 years ago
  20. 5b10278 powerpc/xmon: Enable disassembly files (compilation changes) by Balbir Singh · 8 years ago
  21. 08d96e0 powerpc/xmon: Apply binutils changes to upgrade disassembly by Balbir Singh · 8 years ago
  22. cc7639c powerpc/xmon: Update ppc-dis/opc.c and ppc.h by Balbir Singh · 8 years ago
  23. e71ff89 powerpc/xmon: Cleanup to use is_kernel_addr macro by Madhavan Srinivasan · 8 years ago
  24. f828c3d sched/cputime, powerpc: Migrate stolen_time field to the accounting structure by Frederic Weisbecker · 8 years ago
  25. 8c8b73c sched/cputime, powerpc: Prepare accounting structure for cputime flush on tick by Frederic Weisbecker · 8 years ago
  26. 56144ec powerpc/xmon: Add 'dt' command to dump trace buffers by Michael Ellerman · 9 years ago
  27. b42d902 powerpc/xmon: Don't use ld on 32-bit by Michael Ellerman · 8 years ago
  28. b92a226 powerpc: Move cpu_has_feature() to a separate file by Kevin Hao · 8 years ago
  29. 719dbb2 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into next by Michael Ellerman · 8 years ago
  30. e0ddf7a powerpc/xmon: Dump ISA 2.07 SPRs by Michael Ellerman · 8 years ago
  31. 1846193 powerpc/xmon: Dump ISA 2.06 SPRs by Michael Ellerman · 8 years ago
  32. 56346ad powerpc/xmon: Adjust spacing of existing SPRs to make room for more by Michael Ellerman · 8 years ago
  33. 13629da powerpc/xmon: Move static regno into its only user by Michael Ellerman · 8 years ago
  34. 5b71eff powerpc/xmon: Remove unused externs by Michael Ellerman · 8 years ago
  35. c223c90 powerpc32: provide VIRT_CPU_ACCOUNTING by Christophe Leroy · 9 years ago
  36. 31cdd0c powerpc/xmon: Fix SPR read/write commands and add command to dump SPRs by Paul Mackerras · 9 years ago
  37. caca285 powerpc/mm/radix: Use STD_MMU_64 to properly isolate hash related code by Aneesh Kumar K.V · 9 years ago
  38. 6dfb540 powerpc/xmon: Add xmon command to dump process/task similar to ps(1) by Douglas Miller · 9 years ago
  39. fde93a0 powerpc/xmon: add command to dump OPAL msglog by Andrew Donnellan · 9 years ago
  40. 2e34057 powerpc/xmon: fix typo in usage message by Andrew Donnellan · 9 years ago
  41. bf76f73 powerpc: enable UBSAN support by Daniel Axtens · 9 years ago
  42. 08eb105 powerpc/xmon: Use rtas_call_unlocked() in xmon by Michael Ellerman · 9 years ago
  43. eb925d6 powerpc/xmon: Append linux_banner to exception information in xmon. by Rashmica Gupta · 9 years ago
  44. ad987fc powerpc/xmon: Add some more elements to the existing PACA dump list by Michael Ellerman · 9 years ago
  45. 0c23a88 powerpc/xmon: Paginate kernel log buffer display by Sam bobroff · 9 years ago
  46. 958b7c8 powerpc/xmon: Paged output for paca display by Sam bobroff · 9 years ago
  47. 8218a30 powerpc/xmon: Drop the valid variable completely in dump_segments() by Anshuman Khandual · 9 years ago
  48. a825ac0 powerpc: Remove redundant breaks by Joe Perches · 9 years ago
  49. d3f180e Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 10 years ago
  50. e6eb2eb powerpc/xmon: Fix another endiannes issue in RTAS call from xmon by Laurent Dufour · 10 years ago
  51. 05b981f powerpc/xmon: use isspace/isxdigit/isalnum from linux/ctype.h by Vincent Bernat · 10 years ago
  52. 140cd7f Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 10 years ago
  53. abb90ee powerpc/xmon: Cleanup the breakpoint flags by Michael Ellerman · 10 years ago
  54. 1ad7d70 powerpc/xmon: Enable HW instruction breakpoint on POWER8 by Anshuman Khandual · 10 years ago
  55. 3b8a3c0 powerpc/pseries: Fix endiannes issue in RTAS call from xmon by Laurent Dufour · 10 years ago
  56. d8ee6f3 powerpc/xmon: Fix build when 4xx=y and 44x=n by Michael Ellerman · 10 years ago
  57. 9178ba2 powerpc: Convert power off logic to pm_power_off by Alexander Graf · 10 years ago
  58. a71d64b powerpc: Hard disable interrupts in xmon by Anton Blanchard · 10 years ago
  59. 13b3d13 powerpc: Remove MMU_FTR_SLB by Michael Ellerman · 10 years ago
  60. 376af59 powerpc: Remove STAB code by Michael Ellerman · 10 years ago
  61. 50b66db powerpc/xmon: avoid format string leaking to printk by Kees Cook · 11 years ago
  62. 736256e powerpc/xmon: Fix up xmon format strings by Michael Ellerman · 11 years ago
  63. 21f5850 powerpc: Fix smp_processor_id() in preemptible splat in set_breakpoint by Paul Gortmaker · 11 years ago
  64. 72eceef powerpc: Fix xmon disassembler for little-endian by Philippe Bergheaud · 11 years ago
  65. d2b496e powerpc/xmon: Don't signal we've entered until we're finished printing by Michael Ellerman · 11 years ago
  66. 1507589 powerpc/xmon: Fix timeout loop in get_output_lock() by Michael Ellerman · 11 years ago
  67. 730efb6 powerpc/xmon: Don't loop forever in get_output_lock() by Michael Ellerman · 11 years ago
  68. 729b0f7 powerpc/book3s: Introduce exclusive emergency stack for machine check exception. by Mahesh Salgaonkar · 11 years ago
  69. fd3bb91 powerpc/xmon: Fix printing of set of CPUs in xmon by Paul Mackerras · 11 years ago
  70. 660e034 powerpc: Add more trap names to xmon by Michael Ellerman · 11 years ago
  71. 5a148af Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  72. 90a102e powerpc/xmon/sysrq: fix inconstistent help message of sysrq key by zhangwei(Jovi) · 12 years ago
  73. ce54152 powerpc: Save DAR and DSISR in pt_regs on MCE by Aneesh Kumar K.V · 12 years ago
  74. b9818c3 powerpc: Rename set_break to avoid naming conflict by Michael Neuling · 12 years ago
  75. 9422de3 powerpc: Hardware breakpoints rewrite to handle non DABR breakpoint registers by Michael Neuling · 12 years ago
  76. 1fbe9cf powerpc: Build kernel with -mcmodel=medium by Anton Blanchard · 12 years ago
  77. b2bb65f powerpc/xmon: Fallback to printk() in xmon_printf() if udbg is not setup by Michael Ellerman · 12 years ago
  78. 0104cd6 powerpc/xmon: Fiddle xmon_depth_to_print logic in xmon_show_stack() by Michael Ellerman · 12 years ago
  79. c4de380 powerpc/xmon: Use STACK_FRAME_OVERHEAD in xmon_show_stack() by Michael Ellerman · 12 years ago
  80. c5c5714 powerpc/xmon: Remove unused #defines by Michael Ellerman · 12 years ago
  81. b3dc19c powerpc/xmon: Remove renaming #defines of scanhex() and skipbl() by Michael Ellerman · 12 years ago
  82. 33b5cd6 powerpc/xmon: Merge start.c into nonstdio.c by Michael Ellerman · 12 years ago
  83. 88c6d62 powerpc/xmon: Make xmon_getchar() static by Michael Ellerman · 12 years ago
  84. 08702c7 powerpc/xmon: Remove empty xmon_map_scc() by Michael Ellerman · 12 years ago
  85. eb1c2ab powerpc/xmon: Remove unused xmon_expect() & xmon_read_poll() by Michael Ellerman · 12 years ago
  86. ddadb6b powerpc: Add an xmon command to dump one or all pacas by Michael Ellerman · 12 years ago
  87. 4474ef0 powerpc: Rework set_dabr so it can take a DABRX value as well by Michael Neuling · 12 years ago
  88. e3bc804 powerpc: Fixup whitespace in xmon by Michael Ellerman · 12 years ago
  89. ca5dd39 powerpc: Fix xmon dl command for new printk implementation by Michael Ellerman · 12 years ago
  90. bc1d770 powerpc/xmon: Use cpumask iterator to avoid warning by Anton Blanchard · 12 years ago
  91. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 13 years ago
  92. ae3a197 Disintegrate asm/system.h for PowerPC by David Howells · 13 years ago
  93. ed2d265 Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  94. f533927 powerpc: Remove FW_FEATURE ISERIES from arch code by Stephen Rothwell · 13 years ago
  95. 7230c56 powerpc: Rework lazy-interrupt handling by Benjamin Herrenschmidt · 13 years ago
  96. 7ac21cd powerpc/xmon: Add display of soft & hard irq states by Benjamin Herrenschmidt · 13 years ago
  97. 50af5ea bug.h: add include of it to various implicit C users by Paul Gortmaker · 13 years ago
  98. 08f6d6a powerpc/xmon: Fix #if typo for systems without MSR[RI] by Jimi Xenidis · 13 years ago
  99. 79873e8 powerpc/xmon: Fix the 'u' command description by Jimi Xenidis · 13 years ago
  100. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago