summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/xmon
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Add an xmon command to dump one or all pacasMichael Ellerman2012-09-181-1/+106
* powerpc: Rework set_dabr so it can take a DABRX value as wellMichael Neuling2012-09-101-2/+2
* powerpc: Fixup whitespace in xmonMichael Ellerman2012-08-241-20/+20
* powerpc: Fix xmon dl command for new printk implementationMichael Ellerman2012-08-241-26/+10
* powerpc/xmon: Use cpumask iterator to avoid warningAnton Blanchard2012-07-021-1/+1
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-281-0/+1
|\
| * Disintegrate asm/system.h for PowerPCDavid Howells2012-03-281-0/+1
* | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds2012-03-242-0/+2
|\ \ | |/ |/|
| * bug.h: add include of it to various implicit C usersPaul Gortmaker2012-02-292-0/+2
* | powerpc: Remove FW_FEATURE ISERIES from arch codeStephen Rothwell2012-03-211-28/+0
* | powerpc: Rework lazy-interrupt handlingBenjamin Herrenschmidt2012-03-091-2/+2
* | powerpc/xmon: Add display of soft & hard irq statesBenjamin Herrenschmidt2012-03-091-3/+4
|/
* powerpc/xmon: Fix #if typo for systems without MSR[RI]Jimi Xenidis2011-11-251-1/+1
* powerpc/xmon: Fix the 'u' command descriptionJimi Xenidis2011-11-251-9/+5
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-1/+1
|\
| * powerpc: various straight conversions from module.h --> export.hPaul Gortmaker2011-10-311-1/+1
* | powerpc: Fix xmon for systems without MSR[RI]Jimi Xenidis2011-09-291-2/+2
|/
* powerpc: Remove call sites of MSG_ALL_BUT_SELFMilton Miller2011-05-191-1/+1
* powerpc: Convert old cpumask API into new oneKOSAKI Motohiro2011-05-041-8/+8
* powerpc: Save Come-From Address Register (CFAR) in exception framePaul Mackerras2011-05-041-0/+4
* powerpc: Free up some CPU feature bits by moving out MMU-related featuresMatt Evans2011-04-271-1/+1
* powerpc: Use MSR_64BIT in placesMichael Ellerman2011-04-271-7/+7
* lib, arch: add filter argument to show_mem and fix private implementationsDavid Rientjes2011-03-241-1/+1
* powerpc/Makefiles: Change to new flag variablesmatt mooney2010-10-131-3/+1
* Input: sysrq - drop tty argument from sysrq ops handlersDmitry Torokhov2010-08-191-3/+2
* powerpc/book3e: Add TLB dump in xmon for Book3EBenjamin Herrenschmidt2010-07-141-0/+152
* powerpc: Mark some variables in the page fault path __read_mostlyAnton Blanchard2010-02-031-1/+1
* powerpc/pseries: Add extended_cede_processor() helper function.Gautham R Shenoy2009-11-241-1/+2
* powerpc/booke: Fix xmon single step on PowerPC Book-EJosh Boyer2009-10-271-1/+19
* powerpc/4xx: Fix erroneous xmon warning on PowerPC 4xxJosh Boyer2009-09-241-3/+13
* powerpc: Enable GCOVMichael Ellerman2009-08-201-0/+2
* powerpc: Remaining 64-bit Book3E supportBenjamin Herrenschmidt2009-08-201-1/+1
* powerpc: Add configurable -Werror for arch/powerpcMichael Ellerman2009-06-161-0/+2
* powerpc/xmon: Remove unused variable in xmon.cStephen Rothwell2009-06-091-1/+1
* powerpc/xmon: Add dl command to dump contents of __log_bufVinay Sridhar2009-05-211-0/+47
* powerpc: Prepare xmon_save_regs for use with kdumpAnton Vorontsov2008-12-233-78/+3
* powerpc: Fix compile errors with CONFIG_BUG=nPaul Mackerras2008-10-311-0/+2
* Merge branch 'linux-2.6'Paul Mackerras2008-06-301-1/+0
|\
| * powerpc/spufs: remove class_0_dsisr from spu exception handlingLuke Browning2008-06-161-1/+0
* | [POWERPC] Make cpus_in_xmon static and remove extern mess from hvc_console.cMichael Ellerman2008-05-141-1/+6
* | [POWERPC] Fix sparse warnings in xmon.cMichael Ellerman2008-05-141-29/+30
|/
* [POWERPC] spufs: fix concurrent delivery of class 0 & 1 exceptionsLuke Browning2008-05-051-2/+4
* [POWERPC] Move stackframe definitions to common headerBenjamin Herrenschmidt2008-04-181-8/+5
* [POWERPC] iSeries: Make iseries_reg_save private to iSeriesStephen Rothwell2008-04-151-11/+0
* [POWERPC] Make setjmp/longjmp code usable outside of xmonMichael Neuling2008-01-252-66/+1
* [POWERPC] Update xmon slb codewill schmidt2007-12-111-6/+23
* [POWERPC] Use SLB size from the device treeMichael Neuling2007-12-111-1/+1
* [POWERPC] Add xmon function to dump 44x TLBBenjamin Herrenschmidt2007-12-031-0/+38
* [POWERPC] fix showing xmon helpIshizaki Kou2007-07-223-1/+7
* [POWERPC] Make xmon_write accept a const bufferIshizaki Kou2007-07-222-2/+2