aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/xmon (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-22[POWERPC] fix showing xmon helpIshizaki Kou3-1/+7
2007-07-22[POWERPC] Make xmon_write accept a const bufferIshizaki Kou2-2/+2
2007-07-10[POWERPC] Make two xmon variables staticOlaf Hering1-1/+1
2007-05-08Simplify kallsyms_lookup()Alexey Dobriyan1-2/+1
2007-04-27[POWERPC] Fix WARN_ON when entering xmonAnton Blanchard1-4/+3
2007-03-09[POWERPC] Allow xmon to build without CONFIG_DEBUG_BUGVERBOSEStephen Rothwell1-0/+4
2007-03-08[POWERPC] Add missing newline in xmon help outputMichael Ellerman1-1/+1
2007-02-13[POWERPC] spufs: move prio to spu_contextChristoph Hellwig1-1/+0
2007-02-09[PATCH] arch/powerpc trivial annotationsAl Viro1-1/+1
2007-02-08[POWERPC] Use ARRAY_SIZE macro when appropriateAhmed S. Darwish2-6/+5
2006-12-11[POWERPC] Generic BUG for powerpcJeremy Fitzhardinge1-5/+5
2006-12-04[POWERPC] Allow xmon to build on legacy iSeriesStephen Rothwell1-0/+9
2006-12-04[POWERPC] cell: fix building without spufsArnd Bergmann2-4/+4
2006-12-04[POWERPC] cell: spu management xmon routinesMichael Ellerman1-9/+1
2006-12-04[POWERPC] Import updated version of ppc disassembly code for xmonMichael Ellerman3-219/+618
2006-12-04[POWERPC] Make xmon disassembly optionalMichael Ellerman5-10/+40
2006-12-04[POWERPC] Add spu disassembly to xmonMichael Ellerman2-8/+28
2006-12-04[POWERPC] Import spu disassembly code into xmonMichael Ellerman4-0/+829
2006-12-04[POWERPC] Prepare for spu disassembly in xmonMichael Ellerman2-6/+15
2006-12-04[POWERPC] Add a sd command (spu dump) to xmon to dump spu local storeMichael Ellerman1-5/+55
2006-12-04[POWERPC] Show state of spus as theyre stopped in Cell xmon helperMichael Ellerman1-1/+4
2006-12-04[POWERPC] Fix sparse warning in xmon Cell codeMichael Ellerman1-7/+15
2006-12-04[POWERPC] iSeries: fix xmon.c for combined buildStephen Rothwell1-25/+27
2006-10-25[POWERPC] add support for dumping spu info from xmonMichael Ellerman1-1/+66
2006-10-25[POWERPC] add support for stopping spus from xmonMichael Ellerman1-2/+140
2006-10-10[POWERPC] Fix xmon IRQ handler for pt_regs removalPaul Mackerras1-3/+3
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-3/+3
2006-10-04[POWERPC] Don't try to just continue if xmon has no input devicePaul Mackerras1-1/+1
2006-10-04[POWERPC] Fix xmon=off and cleanup xmon initialisationMichael Ellerman1-0/+33
2006-09-13[POWERPC] print backtrace when entering xmonOlaf Hering1-0/+10
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-25[PATCH] Rewritten backlight infrastructure for portable Apple computersMichael Hanselmann1-3/+0
2006-03-17[PATCH] powerpc: add a raw dump command to xmonOlaf Hering1-0/+30
2006-01-12[PATCH] powerpc: xmon namespace cleanupsArnd Bergmann1-7/+7
2006-01-09[PATCH] powerpc: Add a is_kernel_addr() macroMichael Ellerman1-2/+2
2006-01-09[PATCH] powerpc: udbg updatesBenjamin Herrenschmidt1-1/+3
2006-01-09[PATCH] powerpc: Unify udbg (#2)Benjamin Herrenschmidt4-491/+2
2005-11-13[PATCH] powerpc-xmon-build-fixAndrew Morton1-0/+1
2005-11-11powerpc: Fix reading and writing SPRs from xmon on 32-bitPaul Mackerras1-7/+18
2005-11-10powerpc: 32-bit fixes for xmonPaul Mackerras1-6/+7
2005-11-10[PATCH] powerpc: Consolidate asm compatibility macrosDavid Gibson1-88/+88
2005-11-08powerpc: Simplify and clean up the xmon terminal I/OPaul Mackerras8-700/+212
2005-10-29powerpc: Remove T command from xmon help text since it no longer existsPaul Mackerras1-1/+0
2005-10-28powerpc: Merge xmonPaul Mackerras12-0/+9103