summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/xmon
Commit message (Expand)AuthorAgeFilesLines
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-06-071-1/+1
|\
| * powerpc/xmon: constify sysrq_key_opEmil Velikov2020-05-151-1/+1
* | Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-054-77/+179
|\ \
| * | powerpc/xmon: Show task->thread.regs in process displayMichael Ellerman2020-06-021-3/+3
| * | powerpc: Add ppc_inst_next()Michael Ellerman2020-05-261-1/+1
| * | powerpc/watchpoint/xmon: Support 2nd DAWRRavi Bangoria2020-05-191-32/+69
| * | powerpc/watchpoint/xmon: Don't allow breakpoint overwritingRavi Bangoria2020-05-191-0/+4
| * | powerpc/watchpoint: Provide DAWR number to __set_breakpointRavi Bangoria2020-05-191-1/+1
| * | powerpc/watchpoint: Rename current DAWR macrosRavi Bangoria2020-05-191-1/+1
| * | powerpc/xmon: Don't allow breakpoints on suffixesJordan Niethe2020-05-191-2/+25
| * | powerpc: Add prefixed instructions to instruction data typeJordan Niethe2020-05-192-2/+4
| * | powerpc/xmon: Move insertion of breakpoint for xol'ingJordan Niethe2020-05-191-1/+2
| * | powerpc/xmon: Use a function for reading instructionsJordan Niethe2020-05-191-4/+24
| * | powerpc: Use a function for reading instructionsJordan Niethe2020-05-191-3/+3
| * | powerpc: Use a datatype for instructionsJordan Niethe2020-05-192-14/+14
| * | powerpc: Introduce functions for instruction equalityJordan Niethe2020-05-191-2/+2
| * | powerpc: Use an accessor for instructionsJordan Niethe2020-05-191-2/+2
| * | powerpc: Use a macro for creating instructions from u32sJordan Niethe2020-05-191-3/+4
| * | powerpc/xmon: Use bitwise calculations in_breakpoint_table()Jordan Niethe2020-05-191-2/+2
| * | powerpc/xmon: Move breakpoints to text sectionJordan Niethe2020-05-194-6/+25
| * | powerpc/xmon: Move breakpoint instructions to own arrayJordan Niethe2020-05-191-9/+12
| * | powerpc/xmon: Remove store_inst() for patch_instruction()Jordan Niethe2020-05-191-13/+5
| * | powerpc: trap_is_syscall() helper to hide syscall trap numberNicholas Piggin2020-05-151-1/+1
| * | powerpc: Use set_trap() and avoid open-coding trap maskingNicholas Piggin2020-05-151-1/+1
| |/
* / powerpc: add support for folded p4d page tablesMike Rapoport2020-06-041-14/+13
|/
* powerpc: Make setjmp/longjmp signature standardClement Courbet2020-04-011-3/+0
* powerpc/xmon: Add ASCII dump to d1,d2,d4,d8 commands.Douglas Miller2020-03-271-1/+6
* powerpc/xmon: Lower limits on nidump and ndumpMichael Ellerman2020-03-251-3/+4
* powerpc/xmon: Fix whitespace handling in getstring()Oliver O'Halloran2020-02-181-0/+5
* powerpc/xmon: Fix compile error in print_insn* functionsSukadev Bhattiprolu2020-01-261-2/+2
* powerpc/xmon: Allow passing an argument to ppc_md.restart()Oliver O'Halloran2020-01-231-4/+7
* powerpc/xmon: don't access ASDR in VMsSukadev Bhattiprolu2020-01-141-5/+4
* powerpc: Avoid clang warnings around setjmp and longjmpNathan Chancellor2019-11-251-2/+2
* powerpc/watchpoint: Introduce macros for watchpoint lengthRavi Bangoria2019-11-131-1/+1
* powerpc/xmon: Restrict when kernel is locked downChristopher M. Riedl2019-10-281-21/+82
* powerpc/xmon: Allow listing and clearing breakpoints in read-only modeChristopher M. Riedl2019-10-281-5/+11
* powerpc/xmon: Improve output of XIVE interruptsCédric Le Goater2019-09-141-11/+4
* powerpc/xmon: Add a dump of all XIVE interruptsCédric Le Goater2019-08-191-0/+21
* powerpc/xive: Fix dump of XIVE interrupt under pseriesCédric Le Goater2019-08-191-6/+6
* powerpc/xmon: Check for HV mode when dumping XIVE info from OPALCédric Le Goater2019-08-191-7/+10
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-131-5/+9
|\
| * powerpc/book3s: Use config independent helpers for page table walkAneesh Kumar K.V2019-07-051-3/+3
| * powerpc/64s/exception: remove bad stack branchNicholas Piggin2019-07-021-0/+2
| * powerpc/xmon: Fix disabling tracing while in xmonNaveen N. Rao2019-07-011-2/+4
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-13/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-303-15/+3
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 76Thomas Gleixner2019-05-242-27/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner2019-05-214-52/+8
* Merge tag 'powerpc-5.2-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-05-102-14/+53
|\