summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/process.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-26powerpc: Add dear as a synonym for pt_regs.dar registerXiongwei Song1-1/+1
2021-08-26powerpc: Add esr as a synonym for pt_regs.dsisrXiongwei Song1-1/+1
2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-37/+70
2021-06-25powerpc/64s: Fix copy-paste data exposure into newly created tasksNicholas Piggin1-16/+32
2021-06-25powerpc/64s: avoid reloading (H)SRR registers if they are still validNicholas Piggin1-19/+23
2021-06-18sched: Introduce task_is_running()Peter Zijlstra1-2/+2
2021-06-17powerpc: make stack walking KASAN-safeDaniel Axtens1-2/+3
2021-06-17powerpc/32s: Rework Kernel Userspace Access ProtectionChristophe Leroy1-0/+3
2021-06-16powerpc: Don't handle ALTIVEC/SPE in ASM in _switch(). Do it in C.Christophe Leroy1-0/+9
2021-04-17powerpc/traps: Enhance readability for trap typesXiongwei Song1-1/+3
2021-04-14powerpc: remove partial register save logicNicholas Piggin1-12/+0
2021-03-29powerpc/32: Manage KUAP in CChristophe Leroy1-0/+3
2021-03-29powerpc/32: Remove ksp_limitChristophe Leroy1-3/+0
2021-03-29powerpc/signal64: Remove TM ifdefery in middle of if/else blockChristopher M. Riedl1-1/+2
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-02-23arch: ensure parisc/powerpc handle PF_IO_WORKER in copy_thread()Jens Axboe1-1/+1
2021-02-11powerpc/64: Fix stack trace not displaying final frameMichael Ellerman1-1/+1
2021-02-09powerpc/64: Make stack tracing work during very early bootMichael Ellerman1-0/+3
2021-02-09powerpc: convert interrupt handlers to use wrappersNicholas Piggin1-1/+2
2021-02-09powerpc: do_break get registers from regsNicholas Piggin1-4/+3
2020-12-09powerpc/process: Remove target specific __set_dabr()Christophe Leroy1-24/+13
2020-12-04powerpc/book3s64/pkeys: Don't update SPRN_AMR when in kernel mode.Aneesh Kumar K.V1-4/+0
2020-12-04powerpc/book3s64/pkeys: Reset userspace AMR correctly on execAneesh Kumar K.V1-1/+5
2020-12-04powerpc/book3s64/pkeys: Inherit correctly on fork.Aneesh Kumar K.V1-0/+10
2020-12-04powerpc/exec: Set thread.regs early during execAneesh Kumar K.V1-14/+13
2020-12-04powerpc: show registers when unwinding interrupt framesNicholas Piggin1-6/+14
2020-12-04powerpc/signal: Don't manage floating point regs when no FPUChristophe Leroy1-0/+4
2020-09-18powerpc/process: Fix uninitialised variable errorMichael Ellerman1-1/+1
2020-09-15powerpc/process: Remove useless #ifdef CONFIG_PPC_FPUChristophe Leroy1-5/+4
2020-09-15powerpc/process: Remove useless #ifdef CONFIG_SPEChristophe Leroy1-14/+7
2020-09-15powerpc/process: Remove useless #ifdef CONFIG_ALTIVECChristophe Leroy1-4/+0
2020-09-15powerpc/process: Remove useless #ifdef CONFIG_VSXChristophe Leroy1-12/+1
2020-09-15powerpc/process: Tag an #endif to help locate the matching #ifdef.Christophe Leroy1-1/+1
2020-09-15powerpc/process: Replace #ifdef CONFIG_KALLSYMS by IS_ENABLED()Christophe Leroy1-4/+4
2020-09-15powerpc/process: Replace an #if defined(CONFIG_4xx) || defined(CONFIG_BOOKE) ...Christophe Leroy1-6/+7
2020-09-15powerpc/process: Replace an #ifdef CONFIG_PPC_BOOK3S_64 by IS_ENABLED()Christophe Leroy1-3/+1
2020-09-15powerpc/process: Replace an #ifdef CONFIG_PPC_47x by IS_ENABLED()Christophe Leroy1-3/+2
2020-09-15powerpc/watchpoint: Fix exception handling for CONFIG_HAVE_HW_BREAKPOINT=NRavi Bangoria1-0/+48
2020-09-14Merge branch 'fixes' into nextMichael Ellerman1-3/+9
2020-09-08powerpc/64s: handle ISA v3.1 local copy-paste context switchesNicholas Piggin1-7/+9
2020-09-08powerpc/process: Remove unnecessary #ifdef CONFIG_FUNCTION_GRAPH_TRACERChristophe Leroy1-4/+0
2020-08-27powerpc/64s: Fix crash in load_fp_state() due to fpexc_modeMichael Ellerman1-3/+9
2020-08-07Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-43/+68
2020-07-23Merge branch 'scv' support into nextMichael Ellerman1-2/+8
2020-07-22powerpc/64s: system call support for scv/rfscv instructionsNicholas Piggin1-2/+8
2020-07-16powerpc/64s: Fix restore_math unnecessarily changing MSRNicholas Piggin1-40/+60
2020-07-16powerpc/64s: restore_math remove TM testNicholas Piggin1-2/+1
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner1-1/+1
2020-06-21Merge tag 'powerpc-5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-9/+11
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig1-1/+1