1. d3f180e Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 9 years ago
  2. e6eb2eb powerpc/xmon: Fix another endiannes issue in RTAS call from xmon by Laurent Dufour · 9 years ago
  3. 05b981f powerpc/xmon: use isspace/isxdigit/isalnum from linux/ctype.h by Vincent Bernat · 10 years ago
  4. 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
  5. abb90ee powerpc/xmon: Cleanup the breakpoint flags by Michael Ellerman · 10 years ago
  6. 1ad7d70 powerpc/xmon: Enable HW instruction breakpoint on POWER8 by Anshuman Khandual · 10 years ago
  7. 3b8a3c0 powerpc/pseries: Fix endiannes issue in RTAS call from xmon by Laurent Dufour · 10 years ago
  8. d8ee6f3 powerpc/xmon: Fix build when 4xx=y and 44x=n by Michael Ellerman · 10 years ago
  9. 9178ba2 powerpc: Convert power off logic to pm_power_off by Alexander Graf · 10 years ago
  10. a71d64b powerpc: Hard disable interrupts in xmon by Anton Blanchard · 10 years ago
  11. 13b3d13 powerpc: Remove MMU_FTR_SLB by Michael Ellerman · 10 years ago
  12. 376af59 powerpc: Remove STAB code by Michael Ellerman · 10 years ago
  13. 50b66db powerpc/xmon: avoid format string leaking to printk by Kees Cook · 10 years ago
  14. 736256e powerpc/xmon: Fix up xmon format strings by Michael Ellerman · 10 years ago
  15. 21f5850 powerpc: Fix smp_processor_id() in preemptible splat in set_breakpoint by Paul Gortmaker · 10 years ago
  16. 72eceef powerpc: Fix xmon disassembler for little-endian by Philippe Bergheaud · 11 years ago
  17. d2b496e powerpc/xmon: Don't signal we've entered until we're finished printing by Michael Ellerman · 11 years ago
  18. 1507589 powerpc/xmon: Fix timeout loop in get_output_lock() by Michael Ellerman · 11 years ago
  19. 730efb6 powerpc/xmon: Don't loop forever in get_output_lock() by Michael Ellerman · 11 years ago
  20. 729b0f7 powerpc/book3s: Introduce exclusive emergency stack for machine check exception. by Mahesh Salgaonkar · 11 years ago
  21. fd3bb91 powerpc/xmon: Fix printing of set of CPUs in xmon by Paul Mackerras · 11 years ago
  22. 660e034 powerpc: Add more trap names to xmon by Michael Ellerman · 11 years ago
  23. 5a148af Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  24. 90a102e powerpc/xmon/sysrq: fix inconstistent help message of sysrq key by zhangwei(Jovi) · 11 years ago
  25. ce54152 powerpc: Save DAR and DSISR in pt_regs on MCE by Aneesh Kumar K.V · 11 years ago
  26. b9818c3 powerpc: Rename set_break to avoid naming conflict by Michael Neuling · 11 years ago
  27. 9422de3 powerpc: Hardware breakpoints rewrite to handle non DABR breakpoint registers by Michael Neuling · 12 years ago
  28. 1fbe9cf powerpc: Build kernel with -mcmodel=medium by Anton Blanchard · 12 years ago
  29. b2bb65f powerpc/xmon: Fallback to printk() in xmon_printf() if udbg is not setup by Michael Ellerman · 12 years ago
  30. 0104cd6 powerpc/xmon: Fiddle xmon_depth_to_print logic in xmon_show_stack() by Michael Ellerman · 12 years ago
  31. c4de380 powerpc/xmon: Use STACK_FRAME_OVERHEAD in xmon_show_stack() by Michael Ellerman · 12 years ago
  32. c5c5714 powerpc/xmon: Remove unused #defines by Michael Ellerman · 12 years ago
  33. b3dc19c powerpc/xmon: Remove renaming #defines of scanhex() and skipbl() by Michael Ellerman · 12 years ago
  34. 33b5cd6 powerpc/xmon: Merge start.c into nonstdio.c by Michael Ellerman · 12 years ago
  35. 88c6d62 powerpc/xmon: Make xmon_getchar() static by Michael Ellerman · 12 years ago
  36. 08702c7 powerpc/xmon: Remove empty xmon_map_scc() by Michael Ellerman · 12 years ago
  37. eb1c2ab powerpc/xmon: Remove unused xmon_expect() & xmon_read_poll() by Michael Ellerman · 12 years ago
  38. ddadb6b powerpc: Add an xmon command to dump one or all pacas by Michael Ellerman · 12 years ago
  39. 4474ef0 powerpc: Rework set_dabr so it can take a DABRX value as well by Michael Neuling · 12 years ago
  40. e3bc804 powerpc: Fixup whitespace in xmon by Michael Ellerman · 12 years ago
  41. ca5dd39 powerpc: Fix xmon dl command for new printk implementation by Michael Ellerman · 12 years ago
  42. bc1d770 powerpc/xmon: Use cpumask iterator to avoid warning by Anton Blanchard · 12 years ago
  43. 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 · 12 years ago
  44. ae3a197 Disintegrate asm/system.h for PowerPC by David Howells · 12 years ago
  45. ed2d265 Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  46. f533927 powerpc: Remove FW_FEATURE ISERIES from arch code by Stephen Rothwell · 12 years ago
  47. 7230c56 powerpc: Rework lazy-interrupt handling by Benjamin Herrenschmidt · 12 years ago
  48. 7ac21cd powerpc/xmon: Add display of soft & hard irq states by Benjamin Herrenschmidt · 12 years ago
  49. 50af5ea bug.h: add include of it to various implicit C users by Paul Gortmaker · 12 years ago
  50. 08f6d6a powerpc/xmon: Fix #if typo for systems without MSR[RI] by Jimi Xenidis · 13 years ago
  51. 79873e8 powerpc/xmon: Fix the 'u' command description by Jimi Xenidis · 13 years ago
  52. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  53. 4b16f8e powerpc: various straight conversions from module.h --> export.h by Paul Gortmaker · 13 years ago
  54. 66857b3 powerpc: Fix xmon for systems without MSR[RI] by Jimi Xenidis · 13 years ago
  55. e047637 powerpc: Remove call sites of MSG_ALL_BUT_SELF by Milton Miller · 13 years ago
  56. 104699c powerpc: Convert old cpumask API into new one by KOSAKI Motohiro · 13 years ago
  57. 48404f2 powerpc: Save Come-From Address Register (CFAR) in exception frame by Paul Mackerras · 13 years ago
  58. 44ae3ab powerpc: Free up some CPU feature bits by moving out MMU-related features by Matt Evans · 13 years ago
  59. 9f0b079 powerpc: Use MSR_64BIT in places by Michael Ellerman · 13 years ago
  60. b2b755b lib, arch: add filter argument to show_mem and fix private implementations by David Rientjes · 13 years ago
  61. 4108d9b powerpc/Makefiles: Change to new flag variables by matt mooney · 14 years ago
  62. 1495cc9 Input: sysrq - drop tty argument from sysrq ops handlers by Dmitry Torokhov · 14 years ago
  63. 0324715 powerpc/book3e: Add TLB dump in xmon for Book3E by Benjamin Herrenschmidt · 14 years ago
  64. 5be3492 powerpc: Mark some variables in the page fault path __read_mostly by Anton Blanchard · 14 years ago
  65. 69ddb57 powerpc/pseries: Add extended_cede_processor() helper function. by Gautham R Shenoy · 15 years ago
  66. cdd3904 powerpc/booke: Fix xmon single step on PowerPC Book-E by Josh Boyer · 15 years ago
  67. daf8f40 powerpc/4xx: Fix erroneous xmon warning on PowerPC 4xx by Josh Boyer · 15 years ago
  68. a15098c powerpc: Enable GCOV by Michael Ellerman · 15 years ago
  69. 2d27cfd powerpc: Remaining 64-bit Book3E support by Benjamin Herrenschmidt · 15 years ago
  70. ba55bd7 powerpc: Add configurable -Werror for arch/powerpc by Michael Ellerman · 15 years ago
  71. 6d1386d powerpc/xmon: Remove unused variable in xmon.c by Stephen Rothwell · 15 years ago
  72. f312deb powerpc/xmon: Add dl command to dump contents of __log_buf by Vinay Sridhar · 15 years ago
  73. 322b439 powerpc: Prepare xmon_save_regs for use with kdump by Anton Vorontsov · 16 years ago
  74. ebdba9a powerpc: Fix compile errors with CONFIG_BUG=n by Paul Mackerras · 16 years ago
  75. e9a4b6a Merge branch 'linux-2.6' by Paul Mackerras · 16 years ago
  76. 1f64643 powerpc/spufs: remove class_0_dsisr from spu exception handling by Luke Browning · 16 years ago
  77. 1c8950f [POWERPC] Make cpus_in_xmon static and remove extern mess from hvc_console.c by Michael Ellerman · 16 years ago
  78. 9f1067c2 [POWERPC] Fix sparse warnings in xmon.c by Michael Ellerman · 16 years ago
  79. f3d69e0 [POWERPC] spufs: fix concurrent delivery of class 0 & 1 exceptions by Luke Browning · 16 years ago
  80. ec2b36b [POWERPC] Move stackframe definitions to common header by Benjamin Herrenschmidt · 16 years ago
  81. 30ff2e8 [POWERPC] iSeries: Make iseries_reg_save private to iSeries by Stephen Rothwell · 16 years ago
  82. c3b75bd [POWERPC] Make setjmp/longjmp code usable outside of xmon by Michael Neuling · 16 years ago
  83. b3b9595 [POWERPC] Update xmon slb code by will schmidt · 17 years ago
  84. 584f8b7 [POWERPC] Use SLB size from the device tree by Michael Neuling · 17 years ago
  85. 5a8a1a2 [POWERPC] Add xmon function to dump 44x TLB by Benjamin Herrenschmidt · 17 years ago
  86. 4d404ed [POWERPC] fix showing xmon help by Ishizaki Kou · 17 years ago
  87. 776568d [POWERPC] Make xmon_write accept a const buffer by Ishizaki Kou · 17 years ago
  88. f5e6a28 [POWERPC] Make two xmon variables static by Olaf Hering · 17 years ago
  89. ffb4512 Simplify kallsyms_lookup() by Alexey Dobriyan · 17 years ago
  90. f13659e [POWERPC] Fix WARN_ON when entering xmon by Anton Blanchard · 17 years ago
  91. 0a7c7ef [POWERPC] Allow xmon to build without CONFIG_DEBUG_BUGVERBOSE by Stephen Rothwell · 17 years ago
  92. c99176a [POWERPC] Add missing newline in xmon help output by Michael Ellerman · 17 years ago
  93. 8389998 [POWERPC] spufs: move prio to spu_context by Christoph Hellwig · 17 years ago
  94. 9340b0d [PATCH] arch/powerpc trivial annotations by Al Viro · 17 years ago
  95. 3839a59 [POWERPC] Use ARRAY_SIZE macro when appropriate by Ahmed S. Darwish · 17 years ago
  96. 73c9cea [POWERPC] Generic BUG for powerpc by Jeremy Fitzhardinge · 18 years ago
  97. bbb6817 [POWERPC] Allow xmon to build on legacy iSeries by Stephen Rothwell · 18 years ago
  98. e055595 [POWERPC] cell: fix building without spufs by Arnd Bergmann · 18 years ago
  99. a985239 [POWERPC] cell: spu management xmon routines by Michael Ellerman · 18 years ago
  100. 897f112 [POWERPC] Import updated version of ppc disassembly code for xmon by Michael Ellerman · 18 years ago