| Commit message (Expand) | Author | Age | Files | Lines |
* | powerpc/xmon: use isspace/isxdigit/isalnum from linux/ctype.h | Vincent Bernat | 2014-12-29 | 1 | -12/+2 |
* | Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 2014-12-11 | 1 | -19/+63 |
|\ |
|
| * | powerpc/xmon: Cleanup the breakpoint flags | Michael Ellerman | 2014-12-02 | 1 | -10/+9 |
| * | powerpc/xmon: Enable HW instruction breakpoint on POWER8 | Anshuman Khandual | 2014-12-02 | 1 | -7/+51 |
| * | powerpc/xmon: Fix build when 4xx=y and 44x=n | Michael Ellerman | 2014-11-12 | 1 | -1/+1 |
| * | powerpc: Convert power off logic to pm_power_off | Alexander Graf | 2014-11-03 | 1 | -1/+2 |
* | | powerpc/pseries: Fix endiannes issue in RTAS call from xmon | Laurent Dufour | 2014-11-27 | 1 | -3/+3 |
|/ |
|
* | powerpc: Hard disable interrupts in xmon | Anton Blanchard | 2014-08-13 | 1 | -0/+3 |
* | powerpc: Remove MMU_FTR_SLB | Michael Ellerman | 2014-07-28 | 1 | -7/+1 |
* | powerpc: Remove STAB code | Michael Ellerman | 2014-07-28 | 1 | -26/+0 |
* | powerpc/xmon: avoid format string leaking to printk | Kees Cook | 2014-06-11 | 1 | -1/+1 |
* | powerpc/xmon: Fix up xmon format strings | Michael Ellerman | 2014-06-05 | 1 | -13/+13 |
* | powerpc: Fix smp_processor_id() in preemptible splat in set_breakpoint | Paul Gortmaker | 2014-05-20 | 1 | -1/+1 |
* | powerpc: Fix xmon disassembler for little-endian | Philippe Bergheaud | 2014-03-07 | 1 | -0/+4 |
* | powerpc/xmon: Don't signal we've entered until we're finished printing | Michael Ellerman | 2014-02-11 | 1 | -1/+2 |
* | powerpc/xmon: Fix timeout loop in get_output_lock() | Michael Ellerman | 2014-02-11 | 1 | -2/+9 |
* | powerpc/xmon: Don't loop forever in get_output_lock() | Michael Ellerman | 2014-02-11 | 1 | -5/+5 |
* | powerpc/book3s: Introduce exclusive emergency stack for machine check exception. | Mahesh Salgaonkar | 2013-12-05 | 1 | -0/+4 |
* | powerpc/xmon: Fix printing of set of CPUs in xmon | Paul Mackerras | 2013-09-05 | 1 | -12/+12 |
* | powerpc: Add more trap names to xmon | Michael Ellerman | 2013-08-27 | 1 | -0/+7 |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2013-05-02 | 1 | -1/+1 |
|\ |
|
| * | powerpc: Save DAR and DSISR in pt_regs on MCE | Aneesh Kumar K.V | 2013-04-30 | 1 | -1/+1 |
* | | powerpc/xmon/sysrq: fix inconstistent help message of sysrq key | zhangwei(Jovi) | 2013-04-30 | 1 | -1/+1 |
|/ |
|
* | powerpc: Rename set_break to avoid naming conflict | Michael Neuling | 2013-01-16 | 1 | -1/+1 |
* | powerpc: Hardware breakpoints rewrite to handle non DABR breakpoint registers | Michael Neuling | 2013-01-10 | 1 | -7/+14 |
* | powerpc: Build kernel with -mcmodel=medium | Anton Blanchard | 2013-01-10 | 1 | -1/+1 |
* | powerpc/xmon: Fallback to printk() in xmon_printf() if udbg is not setup | Michael Ellerman | 2012-11-15 | 1 | -2/+8 |
* | powerpc/xmon: Fiddle xmon_depth_to_print logic in xmon_show_stack() | Michael Ellerman | 2012-11-15 | 1 | -5/+3 |
* | powerpc/xmon: Use STACK_FRAME_OVERHEAD in xmon_show_stack() | Michael Ellerman | 2012-11-15 | 1 | -8/+2 |
* | powerpc/xmon: Remove unused #defines | Michael Ellerman | 2012-11-15 | 1 | -4/+0 |
* | powerpc/xmon: Remove renaming #defines of scanhex() and skipbl() | Michael Ellerman | 2012-11-15 | 1 | -3/+0 |
* | powerpc/xmon: Merge start.c into nonstdio.c | Michael Ellerman | 2012-11-15 | 4 | -26/+15 |
* | powerpc/xmon: Make xmon_getchar() static | Michael Ellerman | 2012-11-15 | 2 | -2/+1 |
* | powerpc/xmon: Remove empty xmon_map_scc() | Michael Ellerman | 2012-11-15 | 3 | -6/+0 |
* | powerpc/xmon: Remove unused xmon_expect() & xmon_read_poll() | Michael Ellerman | 2012-11-15 | 3 | -36/+0 |
* | powerpc: Add an xmon command to dump one or all pacas | Michael Ellerman | 2012-09-18 | 1 | -1/+106 |
* | powerpc: Rework set_dabr so it can take a DABRX value as well | Michael Neuling | 2012-09-10 | 1 | -2/+2 |
* | powerpc: Fixup whitespace in xmon | Michael Ellerman | 2012-08-24 | 1 | -20/+20 |
* | powerpc: Fix xmon dl command for new printk implementation | Michael Ellerman | 2012-08-24 | 1 | -26/+10 |
* | powerpc/xmon: Use cpumask iterator to avoid warning | Anton Blanchard | 2012-07-02 | 1 | -1/+1 |
* | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 2012-03-28 | 1 | -0/+1 |
|\ |
|
| * | Disintegrate asm/system.h for PowerPC | David Howells | 2012-03-28 | 1 | -0/+1 |
* | | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Linus Torvalds | 2012-03-24 | 2 | -0/+2 |
|\ \
| |/
|/| |
|
| * | bug.h: add include of it to various implicit C users | Paul Gortmaker | 2012-02-29 | 2 | -0/+2 |
* | | powerpc: Remove FW_FEATURE ISERIES from arch code | Stephen Rothwell | 2012-03-21 | 1 | -28/+0 |
* | | powerpc: Rework lazy-interrupt handling | Benjamin Herrenschmidt | 2012-03-09 | 1 | -2/+2 |
* | | powerpc/xmon: Add display of soft & hard irq states | Benjamin Herrenschmidt | 2012-03-09 | 1 | -3/+4 |
|/ |
|
* | powerpc/xmon: Fix #if typo for systems without MSR[RI] | Jimi Xenidis | 2011-11-25 | 1 | -1/+1 |
* | powerpc/xmon: Fix the 'u' command description | Jimi Xenidis | 2011-11-25 | 1 | -9/+5 |
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-11-06 | 1 | -1/+1 |
|\ |
|