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