aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/xmon/xmon.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-76/+153
2020-06-04powerpc: add support for folded p4d page tablesMike Rapoport1-14/+13
2020-06-02powerpc/xmon: Show task->thread.regs in process displayMichael Ellerman1-3/+3
2020-05-26powerpc: Add ppc_inst_next()Michael Ellerman1-1/+1
2020-05-19powerpc/watchpoint/xmon: Support 2nd DAWRRavi Bangoria1-32/+69
2020-05-19powerpc/watchpoint/xmon: Don't allow breakpoint overwritingRavi Bangoria1-0/+4
2020-05-19powerpc/watchpoint: Provide DAWR number to __set_breakpointRavi Bangoria1-1/+1
2020-05-19powerpc/watchpoint: Rename current DAWR macrosRavi Bangoria1-1/+1
2020-05-19powerpc/xmon: Don't allow breakpoints on suffixesJordan Niethe1-2/+25
2020-05-19powerpc: Add prefixed instructions to instruction data typeJordan Niethe1-2/+2
2020-05-19powerpc/xmon: Move insertion of breakpoint for xol'ingJordan Niethe1-1/+2
2020-05-19powerpc/xmon: Use a function for reading instructionsJordan Niethe1-4/+24
2020-05-19powerpc: Use a function for reading instructionsJordan Niethe1-3/+3
2020-05-19powerpc: Use a datatype for instructionsJordan Niethe1-11/+11
2020-05-19powerpc: Introduce functions for instruction equalityJordan Niethe1-2/+2
2020-05-19powerpc: Use an accessor for instructionsJordan Niethe1-2/+2
2020-05-19powerpc: Use a macro for creating instructions from u32sJordan Niethe1-3/+4
2020-05-19powerpc/xmon: Use bitwise calculations in_breakpoint_table()Jordan Niethe1-2/+2
2020-05-19powerpc/xmon: Move breakpoints to text sectionJordan Niethe1-5/+1
2020-05-19powerpc/xmon: Move breakpoint instructions to own arrayJordan Niethe1-9/+12
2020-05-19powerpc/xmon: Remove store_inst() for patch_instruction()Jordan Niethe1-13/+5
2020-05-15powerpc/xmon: constify sysrq_key_opEmil Velikov1-1/+1
2020-05-15powerpc: trap_is_syscall() helper to hide syscall trap numberNicholas Piggin1-1/+1
2020-05-15powerpc: Use set_trap() and avoid open-coding trap maskingNicholas Piggin1-1/+1
2020-03-27powerpc/xmon: Add ASCII dump to d1,d2,d4,d8 commands.Douglas Miller1-1/+6
2020-03-25powerpc/xmon: Lower limits on nidump and ndumpMichael Ellerman1-3/+4
2020-02-18powerpc/xmon: Fix whitespace handling in getstring()Oliver O'Halloran1-0/+5
2020-01-23powerpc/xmon: Allow passing an argument to ppc_md.restart()Oliver O'Halloran1-4/+7
2020-01-14powerpc/xmon: don't access ASDR in VMsSukadev Bhattiprolu1-5/+4
2019-11-13powerpc/watchpoint: Introduce macros for watchpoint lengthRavi Bangoria1-1/+1
2019-10-28powerpc/xmon: Restrict when kernel is locked downChristopher M. Riedl1-21/+82
2019-10-28powerpc/xmon: Allow listing and clearing breakpoints in read-only modeChristopher M. Riedl1-5/+11
2019-09-14powerpc/xmon: Improve output of XIVE interruptsCédric Le Goater1-11/+4
2019-08-19powerpc/xmon: Add a dump of all XIVE interruptsCédric Le Goater1-0/+21
2019-08-19powerpc/xive: Fix dump of XIVE interrupt under pseriesCédric Le Goater1-6/+6
2019-08-19powerpc/xmon: Check for HV mode when dumping XIVE info from OPALCédric Le Goater1-7/+10
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-5/+9
2019-07-05powerpc/book3s: Use config independent helpers for page table walkAneesh Kumar K.V1-3/+3
2019-07-02powerpc/64s/exception: remove bad stack branchNicholas Piggin1-0/+2
2019-07-01powerpc/xmon: Fix disabling tracing while in xmonNaveen N. Rao1-2/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-10Merge tag 'powerpc-5.2-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-14/+52
2019-05-03powerpc/xmon: add read-only modeChristopher M. Riedl1-0/+42
2019-04-30powerpc/64s: Reimplement book3s idle code in CNicholas Piggin1-14/+10
2019-04-08powerpc/mmiowb: Hook up mmwiob() implementation to asm-generic codeWill Deacon1-1/+4
2019-02-23powerpc: Only use task_struct 'cpu' field on SMPChristophe Leroy1-1/+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