summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/process.c
AgeCommit message (Expand)AuthorLines
2022-06-18powerpc: Enable execve syscall exit tracepointNaveen N. Rao-1/+1
2022-06-09Merge tag 'powerpc-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-2/+2
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-7/+8
2022-05-29powerpc/kasan: Silence KASAN warnings in __get_wchan()He Ying-2/+2
2022-05-08powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy-1/+0
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman-5/+4
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman-3/+5
2022-05-05powerpc: fix typos in commentsJulia Lawall-2/+2
2022-05-05powerpc: Simplify and move arch_randomize_brk()Christophe Leroy-41/+0
2021-12-09powerpc/inst: Define ppc_inst_tChristophe Leroy-1/+1
2021-12-09powerpc: Add KUAP support for BOOKE and 40xChristophe Leroy-0/+3
2021-12-09powerpc/kuap: Prepare for supporting KUAP on BOOK3E/64Christophe Leroy-3/+3
2021-12-09powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUNicholas Piggin-6/+7
2021-11-24KVM: PPC: Book3S HV P9: Use Linux SPR save/restore to manage some host SPRsNicholas Piggin-0/+6
2021-11-24KVM: PPC: Book3S HV P9: Reduce mtmsrd instructions required to save host SPRsNicholas Piggin-0/+28
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook-6/+3
2021-08-26powerpc: Add dear as a synonym for pt_regs.dar registerXiongwei Song-1/+1
2021-08-26powerpc: Add esr as a synonym for pt_regs.dsisrXiongwei Song-1/+1
2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-37/+70
2021-06-25powerpc/64s: Fix copy-paste data exposure into newly created tasksNicholas Piggin-16/+32
2021-06-25powerpc/64s: avoid reloading (H)SRR registers if they are still validNicholas Piggin-19/+23
2021-06-18sched: Introduce task_is_running()Peter Zijlstra-2/+2
2021-06-17powerpc: make stack walking KASAN-safeDaniel Axtens-2/+3
2021-06-17powerpc/32s: Rework Kernel Userspace Access ProtectionChristophe Leroy-0/+3
2021-06-16powerpc: Don't handle ALTIVEC/SPE in ASM in _switch(). Do it in C.Christophe Leroy-0/+9
2021-04-17powerpc/traps: Enhance readability for trap typesXiongwei Song-1/+3
2021-04-14powerpc: remove partial register save logicNicholas Piggin-12/+0
2021-03-29powerpc/32: Manage KUAP in CChristophe Leroy-0/+3
2021-03-29powerpc/32: Remove ksp_limitChristophe Leroy-3/+0
2021-03-29powerpc/signal64: Remove TM ifdefery in middle of if/else blockChristopher M. Riedl-1/+2
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+1
2021-02-23arch: ensure parisc/powerpc handle PF_IO_WORKER in copy_thread()Jens Axboe-1/+1
2021-02-11powerpc/64: Fix stack trace not displaying final frameMichael Ellerman-1/+1
2021-02-09powerpc/64: Make stack tracing work during very early bootMichael Ellerman-0/+3
2021-02-09powerpc: convert interrupt handlers to use wrappersNicholas Piggin-1/+2
2021-02-09powerpc: do_break get registers from regsNicholas Piggin-4/+3
2020-12-09powerpc/process: Remove target specific __set_dabr()Christophe Leroy-24/+13
2020-12-04powerpc/book3s64/pkeys: Don't update SPRN_AMR when in kernel mode.Aneesh Kumar K.V-4/+0
2020-12-04powerpc/book3s64/pkeys: Reset userspace AMR correctly on execAneesh Kumar K.V-1/+5
2020-12-04powerpc/book3s64/pkeys: Inherit correctly on fork.Aneesh Kumar K.V-0/+10
2020-12-04powerpc/exec: Set thread.regs early during execAneesh Kumar K.V-14/+13
2020-12-04powerpc: show registers when unwinding interrupt framesNicholas Piggin-6/+14
2020-12-04powerpc/signal: Don't manage floating point regs when no FPUChristophe Leroy-0/+4
2020-09-18powerpc/process: Fix uninitialised variable errorMichael Ellerman-1/+1
2020-09-15powerpc/process: Remove useless #ifdef CONFIG_PPC_FPUChristophe Leroy-5/+4
2020-09-15powerpc/process: Remove useless #ifdef CONFIG_SPEChristophe Leroy-14/+7
2020-09-15powerpc/process: Remove useless #ifdef CONFIG_ALTIVECChristophe Leroy-4/+0
2020-09-15powerpc/process: Remove useless #ifdef CONFIG_VSXChristophe Leroy-12/+1
2020-09-15powerpc/process: Tag an #endif to help locate the matching #ifdef.Christophe Leroy-1/+1
2020-09-15powerpc/process: Replace #ifdef CONFIG_KALLSYMS by IS_ENABLED()Christophe Leroy-4/+4