index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
signal_32.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/signal32: Force inlining of __unsafe_save_user_regs() and save_tm_use...
Christophe Leroy
2023-06-09
1
-6
/
+9
*
powerpc: Include all arch-specific syscall prototypes
Rohan McLure
2022-09-28
1
-1
/
+1
*
powerpc/signal: Report minimum signal frame size to userspace via AT_MINSIGSTKSZ
Nicholas Piggin
2022-05-19
1
-0
/
+6
*
powerpc/signal32: Use struct_group() to zero spe regs
Kees Cook
2021-12-02
1
-5
/
+9
*
signal: Replace force_fatal_sig with force_exit_sig when in doubt
Eric W. Biederman
2021-11-19
1
-1
/
+1
*
Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2021-11-10
1
-2
/
+4
|
\
|
*
signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)
Eric W. Biederman
2021-10-29
1
-1
/
+1
|
*
signal/powerpc: On swapcontext failure force SIGSEGV
Eric W. Biederman
2021-10-25
1
-2
/
+4
*
|
gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}
Andreas Gruenbacher
2021-10-18
1
-2
/
+2
|
/
*
powerpc/64s: avoid reloading (H)SRR registers if they are still valid
Nicholas Piggin
2021-06-25
1
-20
/
+20
*
powerpc/signal32: Remove impossible #ifdef combinations
Christophe Leroy
2021-06-17
1
-55
/
+0
*
powerpc/signal: Use PPC_RAW_xx() macros
Christophe Leroy
2021-06-16
1
-7
/
+4
*
Merge tag 'powerpc-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2021-04-30
1
-111
/
+143
|
\
|
*
powerpc/signal32: Fix erroneous SIGSEGV on RT signal return
Christophe Leroy
2021-04-28
1
-2
/
+2
|
*
powerpc: remove partial register save logic
Nicholas Piggin
2021-04-14
1
-3
/
+0
|
*
powerpc/signal32: Fix build failure with CONFIG_SPE
Christophe Leroy
2021-04-12
1
-1
/
+1
|
*
powerpc/signal32: Simplify logging in sigreturn()
Christophe Leroy
2021-04-03
1
-6
/
+7
|
*
powerpc/signal32: Convert do_setcontext[_tm]() to user access block
Christophe Leroy
2021-04-03
1
-18
/
+24
|
*
powerpc/signal32: Convert restore_[tm]_user_regs() to user access block
Christophe Leroy
2021-04-03
1
-70
/
+71
|
*
powerpc/signal32: Reorder user reads in restore_tm_user_regs()
Christophe Leroy
2021-04-03
1
-12
/
+37
|
*
powerpc/signal32: Perform access_ok() inside restore_user_regs()
Christophe Leroy
2021-04-03
1
-5
/
+3
|
*
powerpc/signal32: Remove ifdefery in middle of if/else in sigreturn()
Christophe Leroy
2021-04-03
1
-8
/
+12
|
*
powerpc/signal32: Rename save_user_regs_unsafe() and save_general_regs_unsafe()
Christophe Leroy
2021-04-03
1
-8
/
+8
|
*
powerpc/signal: Use __get_user() to copy sigset_t
Christopher M. Riedl
2021-03-29
1
-1
/
+1
*
|
powerpc/signal32: Fix Oops on sigreturn with unmapped VDSO
Christophe Leroy
2021-04-02
1
-12
/
+8
|
/
*
powerpc: use kernel endianness in MSR in 32-bit signal handler
Joseph J Allen
2021-02-11
1
-1
/
+2
*
powerpc/vdso: Retrieve sigtramp offsets at buildtime
Christophe Leroy
2020-12-04
1
-4
/
+4
*
powerpc/vdso: Replace vdso_base by vdso
Christophe Leroy
2020-12-04
1
-4
/
+4
*
powerpc/signal32: Transform save_user_regs() and save_tm_user_regs() in 'unsa...
Christophe Leroy
2020-12-04
1
-113
/
+111
*
powerpc/signal32: Isolate non-copy actions in save_user_regs() and save_tm_us...
Christophe Leroy
2020-12-04
1
-13
/
+41
*
powerpc/signal32: Switch swap_context() to user_access_begin() logic
Christophe Leroy
2020-12-04
1
-14
/
+10
*
powerpc/signal32: Add and use unsafe_put_sigset_t()
Christophe Leroy
2020-12-04
1
-2
/
+11
*
powerpc/signal32: Remove ifdefery in middle of if/else
Christophe Leroy
2020-12-04
1
-14
/
+8
*
powerpc/signal32: Switch handle_rt_signal32() to user_access_begin() logic
Christophe Leroy
2020-12-04
1
-21
/
+34
*
powerpc/signal32: Switch handle_signal32() to user_access_begin() logic
Christophe Leroy
2020-12-04
1
-13
/
+16
*
powerpc/signal32: Move signal trampoline setup to handle_[rt_]signal32
Christophe Leroy
2020-12-04
1
-39
/
+22
*
powerpc/signal32: Misc changes to make handle_[rt_]_signal32() more similar
Christophe Leroy
2020-12-04
1
-10
/
+14
*
powerpc/signal32: Rename local pointers in handle_rt_signal32()
Christophe Leroy
2020-12-04
1
-26
/
+25
*
powerpc/signal32: Move handle_signal32() close to handle_rt_signal32()
Christophe Leroy
2020-12-04
1
-85
/
+85
*
powerpc/signal32: Simplify logging in handle_rt_signal32()
Christophe Leroy
2020-12-04
1
-5
/
+1
*
powerpc/signal: Refactor bad frame logging
Christophe Leroy
2020-12-04
1
-30
/
+5
*
powerpc/signal: Call get_tm_stackpointer() from get_sigframe()
Christophe Leroy
2020-12-04
1
-2
/
+2
*
powerpc/signal: Move access_ok() out of get_sigframe()
Christophe Leroy
2020-12-04
1
-2
/
+2
*
powerpc/signal: Remove BUG_ON() in handler_signal functions
Christophe Leroy
2020-12-04
1
-4
/
+0
*
powerpc/signal: Don't manage floating point regs when no FPU
Christophe Leroy
2020-12-04
1
-0
/
+4
*
powerpc/signal_32: Simplify loop in PPC64 save_general_regs()
Christophe Leroy
2020-07-15
1
-10
/
+8
*
powerpc/signal_32: Remove !FULL_REGS() special handling in PPC64 save_general...
Christophe Leroy
2020-07-15
1
-2
/
+0
*
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2020-06-09
1
-1
/
+0
*
powerpc: Use trap metadata to prevent double restart rather than zeroing trap
Nicholas Piggin
2020-05-15
1
-1
/
+1
*
powerpc: move common register copy functions from signal_32.c to signal.c
Michal Suchanek
2020-04-03
1
-140
/
+0
[next]