summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/xmon
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2024-03-151-4/+2
|\
| * powerpc: Use user_mode() macro when possibleChristophe Leroy2024-02-221-2/+2
| * powerpc: Remove duplicate/unnecessary ifdefsShrikanth Hegde2024-02-211-2/+0
* | mm/powerpc: replace pXd_is_leaf() with pXd_leaf()Peter Xu2024-03-061-3/+3
|/
* Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-09-011-1/+1
|\
| * tty: sysrq: switch sysrq handlers from int to u8Jiri Slaby2023-07-251-1/+1
* | Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-08-312-13/+8
|\ \
| * | powerpc/xmon: Reapply "Relax frame size for clang"Nick Desaulniers2023-08-291-0/+4
| * | powerpc: Don't include lppaca.h in paca.hMichael Ellerman2023-08-241-0/+1
| * | Revert "powerpc/xmon: Relax frame size for clang"Nick Desaulniers2023-08-181-6/+0
| * | powerpc: xmon: remove unused variablesArnd Bergmann2023-08-141-6/+2
| * | powerpc: mark more local variables as volatileArnd Bergmann2023-08-141-1/+1
| |/
* / mm: remove arguments of show_mem()Kefeng Wang2023-08-181-1/+1
|/
* Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-1/+4
|\
| * powerpc: allow pte_offset_map[_lock]() to failHugh Dickins2023-06-191-1/+4
* | powerpc/xmon: Use KSYM_NAME_LEN in array sizeManinder Singh2023-05-301-1/+1
|/
* 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/kcsan: Add exclusions from instrumentationRohan McLure2023-02-101-0/+1
* 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/64: asm use consistent global variable declaration and accessNicholas Piggin2022-09-281-2/+2
* powerpc: Simplify redundant Kconfig testsChristophe Leroy2022-09-261-1/+1
* powerpc: Remove CONFIG_PPC_BOOK3EChristophe Leroy2022-09-261-8/+8
* powerpc/xmon: remove unused ppc_parse_cpu() declarationGaosheng Cui2022-09-151-2/+0
* 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-052-2/+2
|/
* 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
|/