aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/xmon
AgeCommit message (Expand)AuthorFilesLines
2023-02-10powerpc/kcsan: Add exclusions from instrumentationGravatar Rohan McLure 1-0/+1
2022-12-02powerpc: Rename STACK_FRAME_MARKER and derive it from frame offsetGravatar Nicholas Piggin 1-2/+1
2022-12-02powerpc: add definition for pt_regs offset within an interrupt frameGravatar Nicholas Piggin 1-4/+3
2022-11-24powerpc/xmon: Fix -Wswitch-unreachable warning in bpt_cmdsGravatar Gustavo A. R. Silva 1-3/+4
2022-09-28powerpc/64: asm use consistent global variable declaration and accessGravatar Nicholas Piggin 1-2/+2
2022-09-26powerpc: Simplify redundant Kconfig testsGravatar Christophe Leroy 1-1/+1
2022-09-26powerpc: Remove CONFIG_PPC_BOOK3EGravatar Christophe Leroy 1-8/+8
2022-09-15powerpc/xmon: remove unused ppc_parse_cpu() declarationGravatar Gaosheng Cui 1-2/+0
2022-07-27powerpc/ppc-opcode: Define and use PPC_RAW_TRAP() and PPC_RAW_TW()Gravatar Christophe Leroy 1-1/+1
2022-06-29powerpc/64: Drop ppc_inst_as_str()Gravatar Michael Ellerman 1-1/+1
2022-05-30Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Gravatar Linus Torvalds 1-2/+1
2022-05-22powerpc: Fix all occurences of "the the"Gravatar Michael Ellerman 1-1/+1
2022-05-19powerpc: Use do_kernel_power_off()Gravatar Dmitry Osipenko 1-2/+1
2022-05-08powerpc: Remove asm/prom.h from all files that don't need itGravatar Christophe Leroy 1-1/+0
2022-05-06powerpc: Reject probes on instructions that can't be single steppedGravatar Naveen N. Rao 1-6/+5
2022-05-05powerpc: fix typos in commentsGravatar Julia Lawall 2-2/+2
2022-01-06powerpc/xmon: Dump XIVE information for online-only processors.Gravatar Sachin Sant 1-2/+2
2021-12-23powerpc/xmon: Add __init attribute to eligible functionsGravatar Nick Child 1-1/+1
2021-12-09powerpc/inst: Define ppc_inst_tGravatar Christophe Leroy 2-9/+9
2021-12-09powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUGravatar Nicholas Piggin 1-3/+5
2021-11-24powerpc/64s: guard optional TIDR SPR with CPU ftr testGravatar Nicholas Piggin 1-2/+8
2021-10-28powerpc/xmon: fix task state outputGravatar Denis Kirjanov 1-2/+1
2021-08-26powerpc: Refactor verification of MSR_RIGravatar Christophe Leroy 1-13/+3
2021-08-13powerpc: rename powerpc_debugfs_root to arch_debugfs_dirGravatar Aneesh Kumar K.V 1-3/+3
2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-46/+150
2021-06-25powerpc: mark local variables around longjmp as volatileGravatar Arnd Bergmann 1-11/+11
2021-06-25powerpc/xmon: Add support for running a command on all cpus in xmonGravatar Naveen N. Rao 1-22/+126
2021-06-25powerpc/64s: avoid reloading (H)SRR registers if they are still validGravatar Nicholas Piggin 1-7/+7
2021-06-18sched: Change task_struct::stateGravatar Peter Zijlstra 1-6/+7
2021-06-17powerpc: Don't use 'struct ppc_inst' to reference instruction locationGravatar Christophe Leroy 1-5/+5
2021-05-23powerpc/xmon: make dumping log buffer contents more reliableGravatar Nathan Lynch 1-1/+1
2021-04-30Merge tag 'powerpc-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-52/+24
2021-04-27Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-3/+3
2021-04-21powerpc/inst: ppc_inst_as_u64() becomes ppc_inst_as_ulong()Gravatar Christophe Leroy 1-1/+1
2021-04-17powerpc/traps: Enhance readability for trap typesGravatar Xiongwei Song 1-7/+13
2021-04-14powerpc: remove partial register save logicGravatar Nicholas Piggin 1-16/+7
2021-04-14powerpc/xmon: Make symbol 'spu_inst_dump' staticGravatar Pu Lehui 1-2/+1
2021-04-14powerpc/xive: Simplify the dump of XIVE interrupts under xmonGravatar Cédric Le Goater 1-26/+2
2021-03-08printk: kmsg_dump: remove _nolock() variantsGravatar John Ogness 1-2/+2
2021-03-08printk: introduce a kmsg_dump iteratorGravatar John Ogness 1-3/+3
2021-03-08printk: kmsg_dumper: remove @active fieldGravatar John Ogness 1-1/+1
2021-02-09powerpc/32s: mfsrin()/mtsrin() become mfsr()/mtsr()Gravatar Christophe Leroy 1-1/+1
2021-01-31powerpc/xmon: Enable breakpoints on 8xxGravatar Christophe Leroy 1-4/+0
2020-12-04powerpc/xmon: Change printk() to pr_cont()Gravatar Christophe Leroy 1-1/+1
2020-12-04powerpc: Allow relative pointers in bug table entriesGravatar Jordan Niethe 1-2/+2
2020-12-04powerpc/xmon: Fix build failure for 8xxGravatar Ravi Bangoria 1-0/+2
2020-09-15powerpc/watchpoint: Add hw_len wherever missingGravatar Ravi Bangoria 1-0/+1
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-2/+1
2020-08-10kbuild: introduce ccflags-remove-y and asflags-remove-yGravatar Masahiro Yamada 1-2/+1
2020-07-29powerpc: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1