aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/xmon/xmon.c
AgeCommit message (Expand)Author
2022-05-30Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2022-05-22powerpc: Fix all occurences of "the the"Michael Ellerman
2022-05-19powerpc: Use do_kernel_power_off()Dmitry Osipenko
2022-05-08powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy
2022-05-06powerpc: Reject probes on instructions that can't be single steppedNaveen N. Rao
2022-05-05powerpc: fix typos in commentsJulia Lawall
2022-01-06powerpc/xmon: Dump XIVE information for online-only processors.Sachin Sant
2021-12-23powerpc/xmon: Add __init attribute to eligible functionsNick Child
2021-12-09powerpc/inst: Define ppc_inst_tChristophe Leroy
2021-12-09powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUNicholas Piggin
2021-11-24powerpc/64s: guard optional TIDR SPR with CPU ftr testNicholas Piggin
2021-10-28powerpc/xmon: fix task state outputDenis Kirjanov
2021-08-26powerpc: Refactor verification of MSR_RIChristophe Leroy
2021-08-13powerpc: rename powerpc_debugfs_root to arch_debugfs_dirAneesh Kumar K.V
2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-06-25powerpc: mark local variables around longjmp as volatileArnd Bergmann
2021-06-25powerpc/xmon: Add support for running a command on all cpus in xmonNaveen N. Rao
2021-06-25powerpc/64s: avoid reloading (H)SRR registers if they are still validNicholas Piggin
2021-06-18sched: Change task_struct::statePeter Zijlstra
2021-06-17powerpc: Don't use 'struct ppc_inst' to reference instruction locationChristophe Leroy
2021-05-23powerpc/xmon: make dumping log buffer contents more reliableNathan Lynch
2021-04-30Merge tag 'powerpc-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-04-27Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-04-21powerpc/inst: ppc_inst_as_u64() becomes ppc_inst_as_ulong()Christophe Leroy
2021-04-17powerpc/traps: Enhance readability for trap typesXiongwei Song
2021-04-14powerpc: remove partial register save logicNicholas Piggin
2021-04-14powerpc/xmon: Make symbol 'spu_inst_dump' staticPu Lehui
2021-04-14powerpc/xive: Simplify the dump of XIVE interrupts under xmonCédric Le Goater
2021-03-08printk: kmsg_dump: remove _nolock() variantsJohn Ogness
2021-03-08printk: introduce a kmsg_dump iteratorJohn Ogness
2021-03-08printk: kmsg_dumper: remove @active fieldJohn Ogness
2021-02-09powerpc/32s: mfsrin()/mtsrin() become mfsr()/mtsr()Christophe Leroy
2021-01-31powerpc/xmon: Enable breakpoints on 8xxChristophe Leroy
2020-12-04powerpc: Allow relative pointers in bug table entriesJordan Niethe
2020-12-04powerpc/xmon: Fix build failure for 8xxRavi Bangoria
2020-09-15powerpc/watchpoint: Add hw_len wherever missingRavi Bangoria
2020-07-29powerpc: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-29powerpc/xmon: Use `dcbf` inplace of `dcbi` instruction for 64bit Book3SBalamuruhan S
2020-07-23Merge branch 'scv' support into nextMichael Ellerman
2020-07-23powerpc/xmon: Improve dumping prefixed instructionsJordan Niethe
2020-07-23powerpc: Add a ppc_inst_as_str() helperJordan Niethe
2020-07-22powerpc/64s: system call support for scv/rfscv instructionsNicholas Piggin
2020-07-22powerpc/xmon: Add PowerISA v3.1 PMU SPRsMadhavan Srinivasan
2020-07-15powerpc/xmon: Reset RCU and soft lockup watchdogsAnton Blanchard
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-07Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-06-04powerpc: add support for folded p4d page tablesMike Rapoport
2020-06-02powerpc/xmon: Show task->thread.regs in process displayMichael Ellerman
2020-05-26powerpc: Add ppc_inst_next()Michael Ellerman