summaryrefslogtreecommitdiff
path: root/arch/powerpc/xmon/xmon.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64: vmlinux support building with PCREL addresingNicholas Piggin2023-04-201-0/+2
* cpumask: fix incorrect cpumask scanning result checksLinus Torvalds2023-03-061-1/+1
* powerpc/rtas: arch-wide function token lookup conversionsNathan Lynch2023-02-131-13/+3
* powerpc: Rename STACK_FRAME_MARKER and derive it from frame offsetNicholas Piggin2022-12-021-2/+1
* powerpc: add definition for pt_regs offset within an interrupt frameNicholas Piggin2022-12-021-4/+3
* powerpc/xmon: Fix -Wswitch-unreachable warning in bpt_cmdsGustavo A. R. Silva2022-11-241-3/+4
* powerpc: Simplify redundant Kconfig testsChristophe Leroy2022-09-261-1/+1
* powerpc: Remove CONFIG_PPC_BOOK3EChristophe Leroy2022-09-261-8/+8
* powerpc/ppc-opcode: Define and use PPC_RAW_TRAP() and PPC_RAW_TW()Christophe Leroy2022-07-271-1/+1
* powerpc/64: Drop ppc_inst_as_str()Michael Ellerman2022-06-291-1/+1
* Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2022-05-301-2/+1
|\
| * powerpc: Use do_kernel_power_off()Dmitry Osipenko2022-05-191-2/+1
* | powerpc: Fix all occurences of "the the"Michael Ellerman2022-05-221-1/+1
* | powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy2022-05-081-1/+0
* | powerpc: Reject probes on instructions that can't be single steppedNaveen N. Rao2022-05-061-6/+5
* | powerpc: fix typos in commentsJulia Lawall2022-05-051-1/+1
|/
* powerpc/xmon: Dump XIVE information for online-only processors.Sachin Sant2022-01-061-2/+2
* powerpc/xmon: Add __init attribute to eligible functionsNick Child2021-12-231-1/+1
* powerpc/inst: Define ppc_inst_tChristophe Leroy2021-12-091-7/+7
* powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUNicholas Piggin2021-12-091-3/+5
* powerpc/64s: guard optional TIDR SPR with CPU ftr testNicholas Piggin2021-11-241-2/+8
* powerpc/xmon: fix task state outputDenis Kirjanov2021-10-281-2/+1
* powerpc: Refactor verification of MSR_RIChristophe Leroy2021-08-261-13/+3
* powerpc: rename powerpc_debugfs_root to arch_debugfs_dirAneesh Kumar K.V2021-08-131-3/+3
* Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-07-021-46/+150
|\
| * powerpc: mark local variables around longjmp as volatileArnd Bergmann2021-06-251-11/+11
| * powerpc/xmon: Add support for running a command on all cpus in xmonNaveen N. Rao2021-06-251-22/+126
| * powerpc/64s: avoid reloading (H)SRR registers if they are still validNicholas Piggin2021-06-251-7/+7
| * powerpc: Don't use 'struct ppc_inst' to reference instruction locationChristophe Leroy2021-06-171-5/+5
| * powerpc/xmon: make dumping log buffer contents more reliableNathan Lynch2021-05-231-1/+1
* | sched: Change task_struct::statePeter Zijlstra2021-06-181-6/+7
|/
* 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: 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
* 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