summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/xmon
Commit message (Expand)AuthorAgeFilesLines
...
* Merge tag 'powerpc-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-04-301-52/+24
|\
| * powerpc/inst: ppc_inst_as_u64() becomes ppc_inst_as_ulong()Christophe Leroy2021-04-211-1/+1
| * powerpc/traps: Enhance readability for trap typesXiongwei Song2021-04-171-7/+13
| * powerpc: remove partial register save logicNicholas Piggin2021-04-141-16/+7
| * powerpc/xmon: Make symbol 'spu_inst_dump' staticPu Lehui2021-04-141-2/+1
| * powerpc/xive: Simplify the dump of XIVE interrupts under xmonCédric Le Goater2021-04-141-26/+2
* | Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-04-271-3/+3
|\ \ | |/ |/|
| * printk: kmsg_dump: remove _nolock() variantsJohn Ogness2021-03-081-2/+2
| * printk: introduce a kmsg_dump iteratorJohn Ogness2021-03-081-3/+3
| * printk: kmsg_dumper: remove @active fieldJohn Ogness2021-03-081-1/+1
* | powerpc/32s: mfsrin()/mtsrin() become mfsr()/mtsr()Christophe Leroy2021-02-091-1/+1
* | powerpc/xmon: Enable breakpoints on 8xxChristophe Leroy2021-01-311-4/+0
|/
* powerpc/xmon: Change printk() to pr_cont()Christophe Leroy2020-12-041-1/+1
* powerpc: Allow relative pointers in bug table entriesJordan Niethe2020-12-041-2/+2
* powerpc/xmon: Fix build failure for 8xxRavi Bangoria2020-12-041-0/+2
* powerpc/watchpoint: Add hw_len wherever missingRavi Bangoria2020-09-151-0/+1
* Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-08-091-2/+1
|\
| * kbuild: introduce ccflags-remove-y and asflags-remove-yMasahiro Yamada2020-08-101-2/+1
* | powerpc: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-291-1/+1
* | powerpc/xmon: Use `dcbf` inplace of `dcbi` instruction for 64bit Book3SBalamuruhan S2020-07-291-1/+1
* | Merge branch 'scv' support into nextMichael Ellerman2020-07-231-0/+1
|\ \
| * | powerpc/64s: system call support for scv/rfscv instructionsNicholas Piggin2020-07-221-0/+1
| |/
* | powerpc/xmon: Improve dumping prefixed instructionsJordan Niethe2020-07-231-5/+6
* | powerpc: Add a ppc_inst_as_str() helperJordan Niethe2020-07-231-1/+1
* | powerpc/xmon: Add PowerISA v3.1 PMU SPRsMadhavan Srinivasan2020-07-221-0/+13
* | powerpc/xmon: Reset RCU and soft lockup watchdogsAnton Blanchard2020-07-151-1/+8
|/
* 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