summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/xmon
Commit message (Expand)AuthorAgeFilesLines
* 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-092-9/+9
* 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/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