summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/process.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-29KVM: PPC: Book3S HV: Fix KVM_RUN clobbering FP/VEC user registersNicholas Piggin1-3/+3
2023-10-19powerpc: Hide empty pt_regs at base of the stackMichael Ellerman1-3/+23
2023-06-19powerpc/dexcr: Support userspace ROP protectionBenjamin Gray1-0/+17
2023-04-11powerpc: copy_thread don't set PPR in user interrupt frame regsNicholas Piggin1-5/+0
2023-04-11powerpc: copy_thread don't set _TIF_RESTOREALLNicholas Piggin1-2/+0
2023-04-11powerpc: differentiate kthread from user kernel thread startNicholas Piggin1-3/+4
2023-04-11powerpc: copy_thread differentiate kthreads and user mode threadsNicholas Piggin1-36/+62
2023-04-11powerpc: use switch frame for ret_from_kernel_thread parametersNicholas Piggin1-4/+9
2023-04-11powerpc: copy_thread make ret_from_fork register setup consistentNicholas Piggin1-3/+0
2023-04-11powerpc: copy_thread remove unused pkey codeNicholas Piggin1-11/+1
2023-03-14powerpc: Fix a kernel-doc warningBo Liu1-1/+1
2023-02-10powerpc: Skip stack validation checking alternate stacks if they are not allo...Nicholas Piggin1-0/+11
2023-02-10powerpc: Remove __kernel_text_address() in show_instructions()Christophe Leroy1-2/+1
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-27/+70
2022-12-02powerpc: allow minimum sized kernel stack framesNicholas Piggin1-1/+1
2022-12-02powerpc: split validate_sp into two functionsNicholas Piggin1-9/+14
2022-12-02powerpc: copy_thread add a back chain to the switch stack frameNicholas Piggin1-0/+2
2022-12-02powerpc: copy_thread fill in interrupt frame marker and back chainNicholas Piggin1-1/+3
2022-12-02powerpc: add a define for the switch frame size and regs offsetNicholas Piggin1-4/+8
2022-12-02powerpc: add a define for the user interrupt frame sizeNicholas Piggin1-3/+3
2022-12-02powerpc: Rename STACK_FRAME_MARKER and derive it from frame offsetNicholas Piggin1-1/+1
2022-12-02powerpc: add definition for pt_regs offset within an interrupt frameNicholas Piggin1-2/+2
2022-12-02powerpc: Rearrange copy_thread child stack creationNicholas Piggin1-5/+6
2022-11-30powerpc: Allow clearing and restoring registers independent of saved breakpoi...Jordan Niethe1-3/+35
2022-11-24powerpc: Print instruction dump on a single lineMichael Ellerman1-4/+1
2022-11-24powerpc: Make instruction dump work with scripts/decodecodeMichael Ellerman1-1/+1
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-1/+1
2022-10-17Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+0
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-10-04powerpc/64: Fix msr_check_and_set/clear MSR[EE] raceNicholas Piggin1-2/+2
2022-09-12kernel: exit: cleanup release_thread()Kefeng Wang1-5/+0
2022-06-18powerpc: Enable execve syscall exit tracepointNaveen N. Rao1-1/+1
2022-06-09Merge tag 'powerpc-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-2/+2
2022-06-04Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-7/+8
2022-05-29powerpc/kasan: Silence KASAN warnings in __get_wchan()He Ying1-2/+2
2022-05-08powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy1-1/+0
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman1-5/+4
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman1-3/+5
2022-05-05powerpc: fix typos in commentsJulia Lawall1-2/+2
2022-05-05powerpc: Simplify and move arch_randomize_brk()Christophe Leroy1-41/+0
2021-12-09powerpc/inst: Define ppc_inst_tChristophe Leroy1-1/+1
2021-12-09powerpc: Add KUAP support for BOOKE and 40xChristophe Leroy1-0/+3
2021-12-09powerpc/kuap: Prepare for supporting KUAP on BOOK3E/64Christophe Leroy1-3/+3
2021-12-09powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUNicholas Piggin1-6/+7
2021-11-24KVM: PPC: Book3S HV P9: Use Linux SPR save/restore to manage some host SPRsNicholas Piggin1-0/+6
2021-11-24KVM: PPC: Book3S HV P9: Reduce mtmsrd instructions required to save host SPRsNicholas Piggin1-0/+28
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook1-6/+3
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