aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/xmon (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-11powerpc/xmon: Add RFI flush related fields to paca dumpMichael Ellerman1-0/+4
2017-12-07powerpc/xmon: Don't print hashed pointers in xmonMichael Ellerman1-5/+5
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-7/+162
2017-11-08powerpc/xmon: Support dumping software pagetablesBalbir Singh1-0/+116
2017-11-06powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64Michael Ellerman1-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-10-22powerpc/xmon: Add kstack base to paca dumpMichael Ellerman1-0/+1
2017-10-22powerpc/xmon: Check before calling xive functionsBreno Leitao1-0/+5
2017-10-06powerpc/xmon: Add option to show uptime informationGuilherme G. Piccoli1-0/+24
2017-10-04powerpc/xmon: Avoid tripping SMP hardlockup watchdogNicholas Piggin1-4/+13
2017-08-31powerpc/xmon: Add ISA v3.0 SPRs to SPR dumpBalbir Singh1-0/+23
2017-08-31powerpc/xmon: Add AMR, UAMOR, AMOR, IAMR to SPR dumpBalbir Singh1-4/+7
2017-08-31powerpc/xmon: Dump all 64 bits of HDECBalbir Singh1-1/+1
2017-08-31powerpc/xmon: Fix display of SPRsBalbir Singh1-16/+16
2017-08-15powerpc/xmon: Exclude all of xmon from ftraceNaveen N. Rao1-0/+4
2017-08-14powerpc/xmon: Disable tracing when entering xmonBreno Leitao1-2/+6
2017-08-14powerpc/xmon: Dump ftrace buffers for the current CPU onlyBreno Leitao1-3/+19
2017-07-03powerpc/xmon: Add patch_instruction() support for xmonBalbir Singh1-2/+5
2017-05-30powerpc/xmon: Fix compile error with PPC_8xx=yNicholas Piggin1-4/+4
2017-05-01powerpc/xmon: Teach xmon oops about radix vectorsMichael Neuling1-2/+12
2017-04-28powerpc/xmon: Wait for secondaries before IPI'ing on system resetNicholas Piggin1-9/+27
2017-04-28powerpc/64s: Dedicated system reset interrupt stackNicholas Piggin1-0/+1
2017-04-28powerpc/64s: Disallow system reset vs system reset reentrancyNicholas Piggin1-0/+1
2017-04-25powerpc/xmon: Deindent the SLB dumping logicMichael Ellerman1-17/+22
2017-04-12Merge branch 'topic/xive' (early part) into nextMichael Ellerman1-2/+92
2017-04-11powerpc: Create asm/debugfs.h and move powerpc_debugfs_root thereMichael Ellerman1-4/+1
2017-04-10powerpc/xive: Native exploitation of the XIVE interrupt controllerBenjamin Herrenschmidt1-2/+92
2017-03-28powerpc/xmon: add debugfs entry for xmonGuilherme G. Piccoli1-0/+31
2017-03-28powerpc/xmon: drop the nobt option from xmon plus minor fixesGuilherme G. Piccoli1-10/+3
2017-03-28powerpc/xmon: Fix an unexpected xmon on/off state changePan Xinhui1-7/+10
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-03-01Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds4-3500/+6085
2017-02-27scripts/spelling.txt: add "an user" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-22lib/show_mem.c: teach show_mem to work with the given nodemaskMichal Hocko1-1/+1
2017-02-22Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-4/+4
2017-02-21powerpc/xmon: Dump memory in CPU endian formatDouglas Miller1-3/+55
2017-02-15powerpc/xmon: Enable disassembly files (compilation changes)Balbir Singh3-546/+60