summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/process.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/32: Implement validation of emergency stackChristophe Leroy2024-08-301-2/+18
* powerpc: Remove obsoleted declaration for _get_SPGaosheng Cui2024-08-301-2/+0
* powerpc: Replace CONFIG_4xx with CONFIG_44xMichael Ellerman2024-06-281-1/+1
* powerpc/4xx: Remove CONFIG_BOOKE_OR_40xMichael Ellerman2024-06-281-1/+1
* powerpc: Fix typosBjorn Helgaas2024-05-071-6/+6
* powerpc/dexcr: Reset DEXCR value across execBenjamin Gray2024-05-031-0/+7
* powerpc/dexcr: Track the DEXCR per-processBenjamin Gray2024-05-031-0/+10
* KVM: PPC: Book3S HV: Fix KVM_RUN clobbering FP/VEC user registersNicholas Piggin2023-11-291-3/+3
* powerpc: Hide empty pt_regs at base of the stackMichael Ellerman2023-10-191-3/+23
* powerpc/dexcr: Support userspace ROP protectionBenjamin Gray2023-06-191-0/+17
* powerpc: copy_thread don't set PPR in user interrupt frame regsNicholas Piggin2023-04-111-5/+0
* powerpc: copy_thread don't set _TIF_RESTOREALLNicholas Piggin2023-04-111-2/+0
* powerpc: differentiate kthread from user kernel thread startNicholas Piggin2023-04-111-3/+4
* powerpc: copy_thread differentiate kthreads and user mode threadsNicholas Piggin2023-04-111-36/+62
* powerpc: use switch frame for ret_from_kernel_thread parametersNicholas Piggin2023-04-111-4/+9
* powerpc: copy_thread make ret_from_fork register setup consistentNicholas Piggin2023-04-111-3/+0
* powerpc: copy_thread remove unused pkey codeNicholas Piggin2023-04-111-11/+1
* powerpc: Fix a kernel-doc warningBo Liu2023-03-141-1/+1
* powerpc: Skip stack validation checking alternate stacks if they are not allo...Nicholas Piggin2023-02-101-0/+11
* powerpc: Remove __kernel_text_address() in show_instructions()Christophe Leroy2023-02-101-2/+1
* Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-12-191-27/+70
|\
| * powerpc: allow minimum sized kernel stack framesNicholas Piggin2022-12-021-1/+1
| * powerpc: split validate_sp into two functionsNicholas Piggin2022-12-021-9/+14
| * powerpc: copy_thread add a back chain to the switch stack frameNicholas Piggin2022-12-021-0/+2
| * powerpc: copy_thread fill in interrupt frame marker and back chainNicholas Piggin2022-12-021-1/+3
| * powerpc: add a define for the switch frame size and regs offsetNicholas Piggin2022-12-021-4/+8
| * powerpc: add a define for the user interrupt frame sizeNicholas Piggin2022-12-021-3/+3
| * powerpc: Rename STACK_FRAME_MARKER and derive it from frame offsetNicholas Piggin2022-12-021-1/+1
| * powerpc: add definition for pt_regs offset within an interrupt frameNicholas Piggin2022-12-021-2/+2
| * powerpc: Rearrange copy_thread child stack creationNicholas Piggin2022-12-021-5/+6
| * powerpc: Allow clearing and restoring registers independent of saved breakpoi...Jordan Niethe2022-11-301-3/+35
| * powerpc: Print instruction dump on a single lineMichael Ellerman2022-11-241-4/+1
| * powerpc: Make instruction dump work with scripts/decodecodeMichael Ellerman2022-11-241-1/+1
* | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+1
|/
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-171-1/+1
|\
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-121-1/+1
* | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-121-5/+0
|\ \ | |/ |/|
| * kernel: exit: cleanup release_thread()Kefeng Wang2022-09-121-5/+0
* | powerpc/64: Fix msr_check_and_set/clear MSR[EE] raceNicholas Piggin2022-10-041-2/+2
|/
* 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-041-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