aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/xmon (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-30powerpc/64s: Reimplement book3s idle code in CNicholas Piggin1-14/+10
2019-02-26powerpc/xmon: Fix opcode being uninitialized in print_insn_powerpcNathan Chancellor1-1/+1
2019-02-23powerpc: Only use task_struct 'cpu' field on SMPChristophe Leroy1-1/+1
2019-02-23powerpc: Enable kcovAndrew Donnellan1-0/+1
2018-12-19powerpc/xmon: fix dump_segments()Christophe Leroy1-1/+1
2018-12-04powerpc: annotate implicit fall throughsStephen Rothwell1-0/+1
2018-12-04powerpc/xmon: Fix invocation inside lock regionBreno Leitao1-4/+14
2018-11-26powerpc: change CONFIG_PPC_STD_MMU to CONFIG_PPC_BOOK3SChristophe Leroy1-1/+1
2018-11-26powerpc: change CONFIG_PPC_STD_MMU_32 to CONFIG_PPC_BOOK3S_32Christophe Leroy1-2/+2
2018-11-25powerpc/xmon: Define static functionsBreno Leitao1-3/+3
2018-10-31powerpc/xmon: Relax frame size for clangJoel Stanley1-0/+6
2018-10-20powerpc/time: Only set CONFIG_ARCH_HAS_SCALED_CPUTIME on PPC64Christophe Leroy1-0/+4
2018-10-19powerpc: Add -Werror at arch/powerpc levelMichael Ellerman1-2/+0
2018-10-14powerpc/64s/hash: Add SLB allocation status bitmapsNicholas Piggin1-1/+3
2018-10-14powerpc/mm: use pte helpers in generic codeChristophe Leroy1-5/+7
2018-10-13powerpc/xmon: Show the stack protector canary in xmonMichael Ellerman1-0/+3
2018-10-13powerpc: Disable -Wbuiltin-requires-header when setjmp is usedJoel Stanley1-1/+4
2018-10-03Revert "convert SLB miss handlers to C" and subsequent commitsMichael Ellerman1-3/+1
2018-09-19powerpc: consolidate -mno-sched-epilog into FTRACE flagsNicholas Piggin1-1/+1
2018-09-19powerpc/64s: xmon do not dump hash fields when using radix modeNicholas Piggin1-19/+21
2018-09-19powerpc/64s/hash: SLB allocation status bitmapsNicholas Piggin1-1/+3
2018-09-19powerpc/64s/hash: Use POWER9 SLBIA IH=3 variant in switch_slbNicholas Piggin1-4/+7
2018-08-13Merge branch 'fixes' into nextMichael Ellerman1-2/+2
2018-08-10powerpc/xmon: Add address lookup for percpu symbolsBoqun Feng1-1/+32
2018-07-30powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy1-0/+1
2018-07-19Merge branch 'topic/ppc-kvm' into nextMichael Ellerman1-1/+0
2018-07-17powerpc/xmon: Fix disassembly since printf changesMichael Ellerman1-2/+2
2018-07-16powerpc/64s: Remove POWER9 DD1 supportNicholas Piggin1-1/+0
2018-07-02powerpc: xmon: use ktime_get_coarse_boottime64Arnd Bergmann1-2/+2
2018-06-03powerpc/64: Save stack pointer when we hard disable interruptsMichael Ellerman1-0/+4
2018-06-03powerpc/64: change softe to irqmask in show_regs and xmonNicholas Piggin1-1/+1
2018-06-03powerpc/xmon: use match_string() helperYisheng Xie1-12/+11
2018-05-25powerpc/xmon: Update paca fields dumped in xmonMichael Ellerman1-0/+10
2018-05-25powerpc/xmon: Realign paca dump fieldsMichael Ellerman1-8/+9
2018-05-25powerpc/xmon: Add __printf annotation to xmon_printf()Mathieu Malaterre3-74/+74
2018-05-25powerpc/xmon: Specify the full format in DUMP() macroMichael Ellerman1-51/+51
2018-05-25powerpc/xmon: Also setup debugger hooks when single-steppingMichal Suchanek1-10/+11
2018-03-31Merge branch 'topic/paca' into nextMichael Ellerman1-1/+1
2018-03-30powerpc/64: Use array of paca pointers and allocate pacas individuallyNicholas Piggin1-1/+1
2018-03-27Merge branch 'topic/ppc-kvm' into nextMichael Ellerman1-0/+4
2018-03-27powerpc: Update xmon to use ppc_breakpoint_available()Michael Neuling1-0/+4
2018-03-13powerpc/xmon: Move empty plpar_set_ciabr() into plpar_wrappers.hMichael Ellerman1-6/+1
2018-03-13powerpc: Rename plapr routines to plparMichael Ellerman1-2/+2
2018-03-13powerpc/xmon: Clear all breakpoints when xmon is disabled via debugfsVaibhav Jain1-0/+24
2018-03-13powerpc/xmon: Setup debugger hooks when first break-point is setVaibhav Jain1-1/+16
2018-01-23powerpc/64s: Improve RFI L1-D cache flush fallbackNicholas Piggin1-2/+0
2018-01-21powerpc/xmon: Do not compute/store the major opcodeMathieu Malaterre1-4/+0
2018-01-21Merge branch 'fixes' into nextMichael Ellerman1-16/+20
2018-01-19powerpc/64: Rename soft_enabled to irq_soft_maskMadhavan Srinivasan1-2/+2
2018-01-11powerpc/xmon: Don't print hashed pointers in paca dumpMichael Ellerman1-11/+11