summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+1
2022-03-31arch: syscalls: simplify uapi/kapi directory creationMasahiro Yamada1-2/+1
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-6/+6
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-13/+21
2022-03-25Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds60-939/+565
2022-03-22drivers/base/node: consolidate node device subsystem initialization in node_d...David Hildenbrand1-17/+0
2022-03-22powerpc/fadump: opt out from freeing pages on cma activation failureHari Bathini1-0/+6
2022-03-22cma: factor out minimum alignment requirementDavid Hildenbrand1-1/+1
2022-03-16powerpc/time: improve decrementer clockevent processingNicholas Piggin1-8/+10
2022-03-16powerpc/time: Fix KVM host re-arming a timer beyond decrementer rangeNicholas Piggin1-2/+3
2022-03-16powerpc/tm: Fix more userspace r13 corruptionNicholas Piggin1-9/+16
2022-03-15x86/ibt,kprobes: Cure sym+0 equals fentry woesPeter Zijlstra1-13/+21
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman1-2/+2
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman1-4/+4
2022-03-09powerpc/64: Add UADDR64 relocation supportAlexey Kardashevskiy2-22/+47
2022-03-08powerpc/secvar: fix refcount leak in format_show()Hangyu Hua1-3/+6
2022-03-08powerpc: Move C prototypes out of asm-prototypes.hChristophe Leroy11-11/+0
2022-03-08powerpc/smp: Declare current_set staticChristophe Leroy1-1/+1
2022-03-08powerpc/ftrace: Use STK_GOT in ftrace_mprofile.SChristophe Leroy1-2/+2
2022-03-08powerpc/ftrace: Regroup PPC64 specific operations in ftrace_mprofile.SChristophe Leroy1-5/+2
2022-03-08powerpc/ftrace: Refactor ftrace_{regs_}callerChristophe Leroy1-102/+45
2022-03-08powerpc/ftrace: Don't use lmw/stmw in ftrace_regs_caller()Christophe Leroy1-8/+2
2022-03-08powerpc/mce: Avoid using irq_work_queue() in realmodeGanesh Goudar2-28/+34
2022-03-08powerpc/mce: Modify the real address error logging messagesGanesh Goudar1-4/+4
2022-03-07Merge branch 'topic/func-desc-lkdtm' into nextMichael Ellerman3-29/+27
2022-03-01powerpc/fadump: register for fadump as early as possibleHari Bathini1-3/+10
2022-02-24powerpc/module_64: fix array_size.cocci warningGuo Zhengkui1-1/+2
2022-02-16asm-generic: Define 'func_desc_t' to commonly describe function descriptorsChristophe Leroy1-8/+0
2022-02-16asm-generic: Define CONFIG_HAVE_FUNCTION_DESCRIPTORSChristophe Leroy1-0/+6
2022-02-16powerpc: Prepare func_desc_t for refactorisationChristophe Leroy1-18/+18
2022-02-16powerpc: Use 'struct func_desc' instead of 'struct ppc64_opd_entry'Christophe Leroy1-5/+5
2022-02-16powerpc: Move and rename func_descr_tChristophe Leroy1-4/+4
2022-02-16powerpc/ftrace: Style cleanup in ftrace_mprofile.SChristophe Leroy1-4/+8
2022-02-16powerpc/ftrace: Have arch_ftrace_get_regs() return NULL unless FL_SAVE_REGS i...Christophe Leroy1-0/+4
2022-02-16powerpc/ftrace: Add recursion protection in prepare_ftrace_return()Christophe Leroy1-0/+7
2022-02-16powerpc/ftrace: Also save r1 in ftrace_caller()Christophe Leroy1-0/+4
2022-02-12powerpc/vdso: Move cvdso_call macro into gettimeofday.SChristophe Leroy1-1/+43
2022-02-12powerpc/vdso: Remove cvdso_call_time macroChristophe Leroy1-1/+1
2022-02-12powerpc/vdso: Merge vdso64 and vdso32 into a single directoryChristophe Leroy25-319/+42
2022-02-12powerpc/vdso: Rework VDSO32 makefile to add a prefix to object filesChristophe Leroy3-26/+21
2022-02-12powerpc/vdso: augment VDSO32 functions to support 64 bits buildChristophe Leroy5-12/+37
2022-02-12powerpc: Use the newly added is_tsk_32bit_task() macroChristophe Leroy1-1/+1
2022-02-12powerpc/ftrace: Remove ftrace_32.SChristophe Leroy4-155/+17
2022-02-07powerpc/ftrace: Prepare ftrace_64_mprofile.S for reuse by PPC32Christophe Leroy1-22/+51
2022-02-07powerpc/ftrace: directly call of function graph tracer by ftrace callerChristophe Leroy3-114/+14
2022-02-07powerpc/ftrace: Refactor ftrace_{en/dis}able_ftrace_graph_callerChristophe Leroy1-12/+9
2022-02-07powerpc/ftrace: Prepare PPC64's ftrace_caller() for CONFIG_DYNAMIC_FTRACE_WIT...Christophe Leroy1-6/+19
2022-02-07powerpc/ftrace: Prepare PPC32's ftrace_caller() for CONFIG_DYNAMIC_FTRACE_WIT...Christophe Leroy1-4/+25
2022-02-07powerpc/ftrace: Simplify PPC32's return_to_handler()Christophe Leroy1-10/+6
2022-02-07powerpc/ftrace: Don't save again LR in ftrace_regs_caller() on PPC32Christophe Leroy1-3/+0