summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-311-2/+1
|\
| * arch: syscalls: simplify uapi/kapi directory creationMasahiro Yamada2022-03-311-2/+1
* | Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-292-6/+6
|\ \
| * | resume_user_mode: Move to resume_user_mode.hEric W. Biederman2022-03-101-2/+2
| * | ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman2022-03-101-4/+4
* | | Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-271-13/+21
|\ \ \
| * | | x86/ibt,kprobes: Cure sym+0 equals fentry woesPeter Zijlstra2022-03-151-13/+21
* | | | Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-03-2560-939/+565
|\ \ \ \
| * | | | powerpc/time: improve decrementer clockevent processingNicholas Piggin2022-03-161-8/+10
| * | | | powerpc/time: Fix KVM host re-arming a timer beyond decrementer rangeNicholas Piggin2022-03-161-2/+3
| * | | | powerpc/tm: Fix more userspace r13 corruptionNicholas Piggin2022-03-161-9/+16
| * | | | powerpc/64: Add UADDR64 relocation supportAlexey Kardashevskiy2022-03-092-22/+47
| * | | | powerpc/secvar: fix refcount leak in format_show()Hangyu Hua2022-03-081-3/+6
| * | | | powerpc: Move C prototypes out of asm-prototypes.hChristophe Leroy2022-03-0811-11/+0
| * | | | powerpc/smp: Declare current_set staticChristophe Leroy2022-03-071-1/+1
| * | | | powerpc/ftrace: Use STK_GOT in ftrace_mprofile.SChristophe Leroy2022-03-071-2/+2
| * | | | powerpc/ftrace: Regroup PPC64 specific operations in ftrace_mprofile.SChristophe Leroy2022-03-071-5/+2
| * | | | powerpc/ftrace: Refactor ftrace_{regs_}callerChristophe Leroy2022-03-071-102/+45
| * | | | powerpc/ftrace: Don't use lmw/stmw in ftrace_regs_caller()Christophe Leroy2022-03-071-8/+2
| * | | | powerpc/mce: Avoid using irq_work_queue() in realmodeGanesh Goudar2022-03-072-28/+34
| * | | | powerpc/mce: Modify the real address error logging messagesGanesh Goudar2022-03-071-4/+4
| * | | | Merge branch 'topic/func-desc-lkdtm' into nextMichael Ellerman2022-03-073-29/+27
| |\ \ \ \
| | * | | | asm-generic: Define 'func_desc_t' to commonly describe function descriptorsChristophe Leroy2022-02-161-8/+0
| | * | | | asm-generic: Define CONFIG_HAVE_FUNCTION_DESCRIPTORSChristophe Leroy2022-02-161-0/+6
| | * | | | powerpc: Prepare func_desc_t for refactorisationChristophe Leroy2022-02-161-18/+18
| | * | | | powerpc: Use 'struct func_desc' instead of 'struct ppc64_opd_entry'Christophe Leroy2022-02-161-5/+5
| | * | | | powerpc: Move and rename func_descr_tChristophe Leroy2022-02-161-4/+4
| | | |_|/ | | |/| |
| * | | | powerpc/fadump: register for fadump as early as possibleHari Bathini2022-03-011-3/+10
| * | | | powerpc/module_64: fix array_size.cocci warningGuo Zhengkui2022-02-241-1/+2
| * | | | powerpc/ftrace: Style cleanup in ftrace_mprofile.SChristophe Leroy2022-02-161-4/+8
| * | | | powerpc/ftrace: Have arch_ftrace_get_regs() return NULL unless FL_SAVE_REGS i...Christophe Leroy2022-02-161-0/+4
| * | | | powerpc/ftrace: Add recursion protection in prepare_ftrace_return()Christophe Leroy2022-02-161-0/+7
| * | | | powerpc/ftrace: Also save r1 in ftrace_caller()Christophe Leroy2022-02-161-0/+4
| * | | | powerpc/vdso: Move cvdso_call macro into gettimeofday.SChristophe Leroy2022-02-121-1/+43
| * | | | powerpc/vdso: Remove cvdso_call_time macroChristophe Leroy2022-02-121-1/+1
| * | | | powerpc/vdso: Merge vdso64 and vdso32 into a single directoryChristophe Leroy2022-02-1225-319/+42
| * | | | powerpc/vdso: Rework VDSO32 makefile to add a prefix to object filesChristophe Leroy2022-02-123-26/+21
| * | | | powerpc/vdso: augment VDSO32 functions to support 64 bits buildChristophe Leroy2022-02-125-12/+37
| * | | | powerpc: Use the newly added is_tsk_32bit_task() macroChristophe Leroy2022-02-121-1/+1
| * | | | powerpc/ftrace: Remove ftrace_32.SChristophe Leroy2022-02-124-155/+17
| * | | | powerpc/ftrace: Prepare ftrace_64_mprofile.S for reuse by PPC32Christophe Leroy2022-02-071-22/+51
| * | | | powerpc/ftrace: directly call of function graph tracer by ftrace callerChristophe Leroy2022-02-073-114/+14
| * | | | powerpc/ftrace: Refactor ftrace_{en/dis}able_ftrace_graph_callerChristophe Leroy2022-02-071-12/+9
| * | | | powerpc/ftrace: Prepare PPC64's ftrace_caller() for CONFIG_DYNAMIC_FTRACE_WIT...Christophe Leroy2022-02-071-6/+19
| * | | | powerpc/ftrace: Prepare PPC32's ftrace_caller() for CONFIG_DYNAMIC_FTRACE_WIT...Christophe Leroy2022-02-071-4/+25
| * | | | powerpc/ftrace: Simplify PPC32's return_to_handler()Christophe Leroy2022-02-071-10/+6
| * | | | powerpc/ftrace: Don't save again LR in ftrace_regs_caller() on PPC32Christophe Leroy2022-02-071-3/+0
| * | | | powerpc/ftrace: Add support for livepatch to PPC32Christophe Leroy2022-02-071-1/+1
| * | | | powerpc/module_32: Fix livepatching for RO modulesChristophe Leroy2022-02-071-14/+30
| * | | | powerpc/32: Remove _ENTRY() macroChristophe Leroy2022-02-075-20/+20