summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)Author
2022-02-16powerpc: Move and rename func_descr_tChristophe Leroy
2022-02-16powerpc/ftrace: Style cleanup in ftrace_mprofile.SChristophe Leroy
2022-02-16powerpc/ftrace: Have arch_ftrace_get_regs() return NULL unless FL_SAVE_REGS i...Christophe Leroy
2022-02-16powerpc/ftrace: Add recursion protection in prepare_ftrace_return()Christophe Leroy
2022-02-16powerpc/ftrace: Also save r1 in ftrace_caller()Christophe Leroy
2022-02-12powerpc/vdso: Move cvdso_call macro into gettimeofday.SChristophe Leroy
2022-02-12powerpc/vdso: Remove cvdso_call_time macroChristophe Leroy
2022-02-12powerpc/vdso: Merge vdso64 and vdso32 into a single directoryChristophe Leroy
2022-02-12powerpc/vdso: Rework VDSO32 makefile to add a prefix to object filesChristophe Leroy
2022-02-12powerpc/vdso: augment VDSO32 functions to support 64 bits buildChristophe Leroy
2022-02-12powerpc: Use the newly added is_tsk_32bit_task() macroChristophe Leroy
2022-02-12powerpc/ftrace: Remove ftrace_32.SChristophe Leroy
2022-02-07powerpc/ftrace: Prepare ftrace_64_mprofile.S for reuse by PPC32Christophe Leroy
2022-02-07powerpc/ftrace: directly call of function graph tracer by ftrace callerChristophe Leroy
2022-02-07powerpc/ftrace: Refactor ftrace_{en/dis}able_ftrace_graph_callerChristophe Leroy
2022-02-07powerpc/ftrace: Prepare PPC64's ftrace_caller() for CONFIG_DYNAMIC_FTRACE_WIT...Christophe Leroy
2022-02-07powerpc/ftrace: Prepare PPC32's ftrace_caller() for CONFIG_DYNAMIC_FTRACE_WIT...Christophe Leroy
2022-02-07powerpc/ftrace: Simplify PPC32's return_to_handler()Christophe Leroy
2022-02-07powerpc/ftrace: Don't save again LR in ftrace_regs_caller() on PPC32Christophe Leroy
2022-02-07powerpc/ftrace: Add support for livepatch to PPC32Christophe Leroy
2022-02-07powerpc/module_32: Fix livepatching for RO modulesChristophe Leroy
2022-02-07powerpc/32: Remove _ENTRY() macroChristophe Leroy
2022-02-07powerpc/32: Remove remaining .stabs annotationsChristophe Leroy
2022-02-07powerpc/603: Fix boot failure with DEBUG_PAGEALLOC and KFENCEChristophe Leroy
2022-02-07powerpc: Set crashkernel offset to mid of RMA regionSourabh Jain
2022-02-03powerpc/603: Clear C bit when PTE is read onlyChristophe Leroy
2022-02-03powerpc/603: Remove outdated commentChristophe Leroy
2022-02-03powerpc/module_64: use module_init_section instead of patching namesWedson Almeida Filho
2022-02-03powerpc: Fix debug print in smp_setup_cpu_mapsFabiano Rosas
2022-02-02powerpc/64: Move paca allocation later in bootMichael Ellerman
2022-01-31powerpc: add link stack flush mitigation status in debugfs.Michal Suchanek
2022-01-25powerpc/64s/interrupt: Fix decrementer stormNicholas Piggin
2022-01-23Merge tag 'powerpc-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2022-01-22proc: remove PDE_DATA() completelyMuchun Song
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-20mm: percpu: add generic pcpu_populate_pte() functionKefeng Wang
2022-01-20mm: percpu: add generic pcpu_fc_alloc/free funcitonKefeng Wang
2022-01-20mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedefKefeng Wang
2022-01-18powerpc/64s: Mask SRR0 before checking against the masked NIPNicholas Piggin
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V
2022-01-14Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2022-01-12Merge tag 'devicetree-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-10Merge tag 'core_entry_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-01-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2022-01-05powerpc/cacheinfo: use default_groups in kobj_typeGreg Kroah-Hartman
2021-12-25powerpc/64s: Use EMIT_WARN_ENTRY for SRR debug warningsMichael Ellerman
2021-12-25powerpc/64s: Mask NIP before checking against SRR0Michael Ellerman
2021-12-23powerpc/32: Fix boot failure with GCC latent entropy pluginChristophe Leroy