index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
process.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/32: Implement validation of emergency stack
Christophe Leroy
2024-08-30
1
-2
/
+18
*
powerpc: Remove obsoleted declaration for _get_SP
Gaosheng Cui
2024-08-30
1
-2
/
+0
*
powerpc: Replace CONFIG_4xx with CONFIG_44x
Michael Ellerman
2024-06-28
1
-1
/
+1
*
powerpc/4xx: Remove CONFIG_BOOKE_OR_40x
Michael Ellerman
2024-06-28
1
-1
/
+1
*
powerpc: Fix typos
Bjorn Helgaas
2024-05-07
1
-6
/
+6
*
powerpc/dexcr: Reset DEXCR value across exec
Benjamin Gray
2024-05-03
1
-0
/
+7
*
powerpc/dexcr: Track the DEXCR per-process
Benjamin Gray
2024-05-03
1
-0
/
+10
*
KVM: PPC: Book3S HV: Fix KVM_RUN clobbering FP/VEC user registers
Nicholas Piggin
2023-11-29
1
-3
/
+3
*
powerpc: Hide empty pt_regs at base of the stack
Michael Ellerman
2023-10-19
1
-3
/
+23
*
powerpc/dexcr: Support userspace ROP protection
Benjamin Gray
2023-06-19
1
-0
/
+17
*
powerpc: copy_thread don't set PPR in user interrupt frame regs
Nicholas Piggin
2023-04-11
1
-5
/
+0
*
powerpc: copy_thread don't set _TIF_RESTOREALL
Nicholas Piggin
2023-04-11
1
-2
/
+0
*
powerpc: differentiate kthread from user kernel thread start
Nicholas Piggin
2023-04-11
1
-3
/
+4
*
powerpc: copy_thread differentiate kthreads and user mode threads
Nicholas Piggin
2023-04-11
1
-36
/
+62
*
powerpc: use switch frame for ret_from_kernel_thread parameters
Nicholas Piggin
2023-04-11
1
-4
/
+9
*
powerpc: copy_thread make ret_from_fork register setup consistent
Nicholas Piggin
2023-04-11
1
-3
/
+0
*
powerpc: copy_thread remove unused pkey code
Nicholas Piggin
2023-04-11
1
-11
/
+1
*
powerpc: Fix a kernel-doc warning
Bo Liu
2023-03-14
1
-1
/
+1
*
powerpc: Skip stack validation checking alternate stacks if they are not allo...
Nicholas Piggin
2023-02-10
1
-0
/
+11
*
powerpc: Remove __kernel_text_address() in show_instructions()
Christophe Leroy
2023-02-10
1
-2
/
+1
*
Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2022-12-19
1
-27
/
+70
|
\
|
*
powerpc: allow minimum sized kernel stack frames
Nicholas Piggin
2022-12-02
1
-1
/
+1
|
*
powerpc: split validate_sp into two functions
Nicholas Piggin
2022-12-02
1
-9
/
+14
|
*
powerpc: copy_thread add a back chain to the switch stack frame
Nicholas Piggin
2022-12-02
1
-0
/
+2
|
*
powerpc: copy_thread fill in interrupt frame marker and back chain
Nicholas Piggin
2022-12-02
1
-1
/
+3
|
*
powerpc: add a define for the switch frame size and regs offset
Nicholas Piggin
2022-12-02
1
-4
/
+8
|
*
powerpc: add a define for the user interrupt frame size
Nicholas Piggin
2022-12-02
1
-3
/
+3
|
*
powerpc: Rename STACK_FRAME_MARKER and derive it from frame offset
Nicholas Piggin
2022-12-02
1
-1
/
+1
|
*
powerpc: add definition for pt_regs offset within an interrupt frame
Nicholas Piggin
2022-12-02
1
-2
/
+2
|
*
powerpc: Rearrange copy_thread child stack creation
Nicholas Piggin
2022-12-02
1
-5
/
+6
|
*
powerpc: Allow clearing and restoring registers independent of saved breakpoi...
Jordan Niethe
2022-11-30
1
-3
/
+35
|
*
powerpc: Print instruction dump on a single line
Michael Ellerman
2022-11-24
1
-4
/
+1
|
*
powerpc: Make instruction dump work with scripts/decodecode
Michael Ellerman
2022-11-24
1
-1
/
+1
*
|
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
2022-11-18
1
-1
/
+1
|
/
*
Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-10-17
1
-1
/
+1
|
\
|
*
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2022-10-12
1
-1
/
+1
*
|
Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2022-10-12
1
-5
/
+0
|
\
\
|
|
/
|
/
|
|
*
kernel: exit: cleanup release_thread()
Kefeng Wang
2022-09-12
1
-5
/
+0
*
|
powerpc/64: Fix msr_check_and_set/clear MSR[EE] race
Nicholas Piggin
2022-10-04
1
-2
/
+2
|
/
*
powerpc: Enable execve syscall exit tracepoint
Naveen N. Rao
2022-06-18
1
-1
/
+1
*
Merge tag 'powerpc-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2022-06-09
1
-2
/
+2
|
\
|
*
powerpc/kasan: Silence KASAN warnings in __get_wchan()
He Ying
2022-05-29
1
-2
/
+2
*
|
Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2022-06-04
1
-7
/
+8
|
\
\
|
|
/
|
/
|
|
*
fork: Generalize PF_IO_WORKER handling
Eric W. Biederman
2022-05-07
1
-5
/
+4
|
*
fork: Pass struct kernel_clone_args into copy_thread
Eric W. Biederman
2022-05-07
1
-3
/
+5
*
|
powerpc: Remove asm/prom.h from all files that don't need it
Christophe Leroy
2022-05-08
1
-1
/
+0
*
|
powerpc: fix typos in comments
Julia Lawall
2022-05-05
1
-2
/
+2
*
|
powerpc: Simplify and move arch_randomize_brk()
Christophe Leroy
2022-05-05
1
-41
/
+0
|
/
*
powerpc/inst: Define ppc_inst_t
Christophe Leroy
2021-12-09
1
-1
/
+1
*
powerpc: Add KUAP support for BOOKE and 40x
Christophe Leroy
2021-12-09
1
-0
/
+3
[next]