summaryrefslogtreecommitdiff
path: root/arch/powerpc/xmon
AgeCommit message (Expand)Author
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-08-29powerpc/xmon: Reapply "Relax frame size for clang"Nick Desaulniers
2023-08-24powerpc: Don't include lppaca.h in paca.hMichael Ellerman
2023-08-18mm: remove arguments of show_mem()Kefeng Wang
2023-08-18Revert "powerpc/xmon: Relax frame size for clang"Nick Desaulniers
2023-08-14powerpc: xmon: remove unused variablesArnd Bergmann
2023-08-14powerpc: mark more local variables as volatileArnd Bergmann
2023-07-25tty: sysrq: switch sysrq handlers from int to u8Jiri Slaby
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-19powerpc: allow pte_offset_map[_lock]() to failHugh Dickins
2023-05-30powerpc/xmon: Use KSYM_NAME_LEN in array sizeManinder Singh
2023-04-20powerpc/64: vmlinux support building with PCREL addresingNicholas Piggin
2023-03-06cpumask: fix incorrect cpumask scanning result checksLinus Torvalds
2023-02-13powerpc/rtas: arch-wide function token lookup conversionsNathan Lynch
2023-02-10powerpc/kcsan: Add exclusions from instrumentationRohan McLure
2022-12-02powerpc: Rename STACK_FRAME_MARKER and derive it from frame offsetNicholas Piggin
2022-12-02powerpc: add definition for pt_regs offset within an interrupt frameNicholas Piggin
2022-11-24powerpc/xmon: Fix -Wswitch-unreachable warning in bpt_cmdsGustavo A. R. Silva
2022-09-28powerpc/64: asm use consistent global variable declaration and accessNicholas Piggin
2022-09-26powerpc: Simplify redundant Kconfig testsChristophe Leroy
2022-09-26powerpc: Remove CONFIG_PPC_BOOK3EChristophe Leroy
2022-09-15powerpc/xmon: remove unused ppc_parse_cpu() declarationGaosheng Cui
2022-07-27powerpc/ppc-opcode: Define and use PPC_RAW_TRAP() and PPC_RAW_TW()Christophe Leroy
2022-06-29powerpc/64: Drop ppc_inst_as_str()Michael Ellerman
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