aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/xmon (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-26powerpc: Refactor verification of MSR_RIChristophe Leroy1-13/+3
2021-08-13powerpc: rename powerpc_debugfs_root to arch_debugfs_dirAneesh Kumar K.V1-3/+3
2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-46/+150
2021-06-25powerpc: mark local variables around longjmp as volatileArnd Bergmann1-11/+11
2021-06-25powerpc/xmon: Add support for running a command on all cpus in xmonNaveen N. Rao1-22/+126
2021-06-25powerpc/64s: avoid reloading (H)SRR registers if they are still validNicholas Piggin1-7/+7
2021-06-18sched: Change task_struct::statePeter Zijlstra1-6/+7
2021-06-17powerpc: Don't use 'struct ppc_inst' to reference instruction locationChristophe Leroy1-5/+5
2021-05-23powerpc/xmon: make dumping log buffer contents more reliableNathan Lynch1-1/+1
2021-04-30Merge tag 'powerpc-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-52/+24
2021-04-27Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds1-3/+3
2021-04-21powerpc/inst: ppc_inst_as_u64() becomes ppc_inst_as_ulong()Christophe Leroy1-1/+1
2021-04-17powerpc/traps: Enhance readability for trap typesXiongwei Song1-7/+13
2021-04-14powerpc: remove partial register save logicNicholas Piggin1-16/+7
2021-04-14powerpc/xmon: Make symbol 'spu_inst_dump' staticPu Lehui1-2/+1
2021-04-14powerpc/xive: Simplify the dump of XIVE interrupts under xmonCédric Le Goater1-26/+2
2021-03-08printk: kmsg_dump: remove _nolock() variantsJohn Ogness1-2/+2
2021-03-08printk: introduce a kmsg_dump iteratorJohn Ogness1-3/+3
2021-03-08printk: kmsg_dumper: remove @active fieldJohn Ogness1-1/+1
2021-02-09powerpc/32s: mfsrin()/mtsrin() become mfsr()/mtsr()Christophe Leroy1-1/+1
2021-01-31powerpc/xmon: Enable breakpoints on 8xxChristophe Leroy1-4/+0
2020-12-04powerpc/xmon: Change printk() to pr_cont()Christophe Leroy1-1/+1
2020-12-04powerpc: Allow relative pointers in bug table entriesJordan Niethe1-2/+2
2020-12-04powerpc/xmon: Fix build failure for 8xxRavi Bangoria1-0/+2
2020-09-15powerpc/watchpoint: Add hw_len wherever missingRavi Bangoria1-0/+1
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-2/+1
2020-08-10kbuild: introduce ccflags-remove-y and asflags-remove-yMasahiro Yamada1-2/+1
2020-07-29powerpc: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-29powerpc/xmon: Use `dcbf` inplace of `dcbi` instruction for 64bit Book3SBalamuruhan S1-1/+1
2020-07-23Merge branch 'scv' support into nextMichael Ellerman1-0/+1
2020-07-23powerpc/xmon: Improve dumping prefixed instructionsJordan Niethe1-5/+6
2020-07-23powerpc: Add a ppc_inst_as_str() helperJordan Niethe1-1/+1
2020-07-22powerpc/64s: system call support for scv/rfscv instructionsNicholas Piggin1-0/+1
2020-07-22powerpc/xmon: Add PowerISA v3.1 PMU SPRsMadhavan Srinivasan1-0/+13
2020-07-15powerpc/xmon: Reset RCU and soft lockup watchdogsAnton Blanchard1-1/+8
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-06-07Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+1
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds4-77/+179
2020-06-04powerpc: add support for folded p4d page tablesMike Rapoport1-14/+13
2020-06-02powerpc/xmon: Show task->thread.regs in process displayMichael Ellerman1-3/+3
2020-05-26powerpc: Add ppc_inst_next()Michael Ellerman1-1/+1
2020-05-19powerpc/watchpoint/xmon: Support 2nd DAWRRavi Bangoria1-32/+69
2020-05-19powerpc/watchpoint/xmon: Don't allow breakpoint overwritingRavi Bangoria1-0/+4
2020-05-19powerpc/watchpoint: Provide DAWR number to __set_breakpointRavi Bangoria1-1/+1
2020-05-19powerpc/watchpoint: Rename current DAWR macrosRavi Bangoria1-1/+1
2020-05-19powerpc/xmon: Don't allow breakpoints on suffixesJordan Niethe1-2/+25
2020-05-19powerpc: Add prefixed instructions to instruction data typeJordan Niethe2-2/+4
2020-05-19powerpc/xmon: Move insertion of breakpoint for xol'ingJordan Niethe1-1/+2
2020-05-19powerpc/xmon: Use a function for reading instructionsJordan Niethe1-4/+24
2020-05-19powerpc: Use a function for reading instructionsJordan Niethe1-3/+3