Age | Commit message (Expand) | Author | Files | Lines |
2023-04-20 | powerpc/64: vmlinux support building with PCREL addresing | Nicholas Piggin | 1 | -0/+2 |
2023-03-06 | cpumask: fix incorrect cpumask scanning result checks | Linus Torvalds | 1 | -1/+1 |
2023-02-13 | powerpc/rtas: arch-wide function token lookup conversions | Nathan Lynch | 1 | -13/+3 |
2023-02-10 | powerpc/kcsan: Add exclusions from instrumentation | Rohan McLure | 1 | -0/+1 |
2022-12-02 | powerpc: Rename STACK_FRAME_MARKER and derive it from frame offset | Nicholas Piggin | 1 | -2/+1 |
2022-12-02 | powerpc: add definition for pt_regs offset within an interrupt frame | Nicholas Piggin | 1 | -4/+3 |
2022-11-24 | powerpc/xmon: Fix -Wswitch-unreachable warning in bpt_cmds | Gustavo A. R. Silva | 1 | -3/+4 |
2022-09-28 | powerpc/64: asm use consistent global variable declaration and access | Nicholas Piggin | 1 | -2/+2 |
2022-09-26 | powerpc: Simplify redundant Kconfig tests | Christophe Leroy | 1 | -1/+1 |
2022-09-26 | powerpc: Remove CONFIG_PPC_BOOK3E | Christophe Leroy | 1 | -8/+8 |
2022-09-15 | powerpc/xmon: remove unused ppc_parse_cpu() declaration | Gaosheng Cui | 1 | -2/+0 |
2022-07-27 | powerpc/ppc-opcode: Define and use PPC_RAW_TRAP() and PPC_RAW_TW() | Christophe Leroy | 1 | -1/+1 |
2022-06-29 | powerpc/64: Drop ppc_inst_as_str() | Michael Ellerman | 1 | -1/+1 |
2022-05-30 | Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 1 | -2/+1 |
2022-05-22 | powerpc: Fix all occurences of "the the" | Michael Ellerman | 1 | -1/+1 |
2022-05-19 | powerpc: Use do_kernel_power_off() | Dmitry Osipenko | 1 | -2/+1 |
2022-05-08 | powerpc: Remove asm/prom.h from all files that don't need it | Christophe Leroy | 1 | -1/+0 |
2022-05-05 | powerpc: Reject probes on instructions that can't be single stepped | Naveen N. Rao | 1 | -6/+5 |
2022-05-05 | powerpc: fix typos in comments | Julia Lawall | 2 | -2/+2 |
2022-01-06 | powerpc/xmon: Dump XIVE information for online-only processors. | Sachin Sant | 1 | -2/+2 |
2021-12-23 | powerpc/xmon: Add __init attribute to eligible functions | Nick Child | 1 | -1/+1 |
2021-12-09 | powerpc/inst: Define ppc_inst_t | Christophe Leroy | 2 | -9/+9 |
2021-12-09 | powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMU | Nicholas Piggin | 1 | -3/+5 |
2021-11-24 | powerpc/64s: guard optional TIDR SPR with CPU ftr test | Nicholas Piggin | 1 | -2/+8 |
2021-10-28 | powerpc/xmon: fix task state output | Denis Kirjanov | 1 | -2/+1 |
2021-08-26 | powerpc: Refactor verification of MSR_RI | Christophe Leroy | 1 | -13/+3 |
2021-08-13 | powerpc: rename powerpc_debugfs_root to arch_debugfs_dir | Aneesh Kumar K.V | 1 | -3/+3 |
2021-07-02 | Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -46/+150 |
2021-06-25 | powerpc: mark local variables around longjmp as volatile | Arnd Bergmann | 1 | -11/+11 |
2021-06-25 | powerpc/xmon: Add support for running a command on all cpus in xmon | Naveen N. Rao | 1 | -22/+126 |
2021-06-24 | powerpc/64s: avoid reloading (H)SRR registers if they are still valid | Nicholas Piggin | 1 | -7/+7 |
2021-06-18 | sched: Change task_struct::state | Peter Zijlstra | 1 | -6/+7 |
2021-06-16 | powerpc: Don't use 'struct ppc_inst' to reference instruction location | Christophe Leroy | 1 | -5/+5 |
2021-05-23 | powerpc/xmon: make dumping log buffer contents more reliable | Nathan Lynch | 1 | -1/+1 |
2021-04-30 | Merge tag 'powerpc-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -52/+24 |
2021-04-28 | Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -3/+3 |
2021-04-21 | powerpc/inst: ppc_inst_as_u64() becomes ppc_inst_as_ulong() | Christophe Leroy | 1 | -1/+1 |
2021-04-17 | powerpc/traps: Enhance readability for trap types | Xiongwei Song | 1 | -7/+13 |
2021-04-14 | powerpc: remove partial register save logic | Nicholas Piggin | 1 | -16/+7 |
2021-04-14 | powerpc/xmon: Make symbol 'spu_inst_dump' static | Pu Lehui | 1 | -2/+1 |
2021-04-14 | powerpc/xive: Simplify the dump of XIVE interrupts under xmon | Cédric Le Goater | 1 | -26/+2 |
2021-03-08 | printk: kmsg_dump: remove _nolock() variants | John Ogness | 1 | -2/+2 |
2021-03-08 | printk: introduce a kmsg_dump iterator | John Ogness | 1 | -3/+3 |
2021-03-08 | printk: kmsg_dumper: remove @active field | John Ogness | 1 | -1/+1 |
2021-02-08 | powerpc/32s: mfsrin()/mtsrin() become mfsr()/mtsr() | Christophe Leroy | 1 | -1/+1 |
2021-01-31 | powerpc/xmon: Enable breakpoints on 8xx | Christophe Leroy | 1 | -4/+0 |
2020-12-04 | powerpc/xmon: Change printk() to pr_cont() | Christophe Leroy | 1 | -1/+1 |
2020-12-03 | powerpc: Allow relative pointers in bug table entries | Jordan Niethe | 1 | -2/+2 |
2020-12-03 | powerpc/xmon: Fix build failure for 8xx | Ravi Bangoria | 1 | -0/+2 |
2020-09-15 | powerpc/watchpoint: Add hw_len wherever missing | Ravi Bangoria | 1 | -0/+1 |