index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
signal_32.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-02
powerpc/signal32: Use struct_group() to zero spe regs
Kees Cook
1
-5
/
+9
2021-11-19
signal: Replace force_fatal_sig with force_exit_sig when in doubt
Eric W. Biederman
1
-1
/
+1
2021-11-10
Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+4
2021-10-29
signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)
Eric W. Biederman
1
-1
/
+1
2021-10-25
signal/powerpc: On swapcontext failure force SIGSEGV
Eric W. Biederman
1
-2
/
+4
2021-10-18
gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}
Andreas Gruenbacher
1
-2
/
+2
2021-06-25
powerpc/64s: avoid reloading (H)SRR registers if they are still valid
Nicholas Piggin
1
-20
/
+20
2021-06-17
powerpc/signal32: Remove impossible #ifdef combinations
Christophe Leroy
1
-55
/
+0
2021-06-16
powerpc/signal: Use PPC_RAW_xx() macros
Christophe Leroy
1
-7
/
+4
2021-04-30
Merge tag 'powerpc-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-111
/
+143
2021-04-28
powerpc/signal32: Fix erroneous SIGSEGV on RT signal return
Christophe Leroy
1
-2
/
+2
2021-04-14
powerpc: remove partial register save logic
Nicholas Piggin
1
-3
/
+0
2021-04-12
powerpc/signal32: Fix build failure with CONFIG_SPE
Christophe Leroy
1
-1
/
+1
2021-04-03
powerpc/signal32: Simplify logging in sigreturn()
Christophe Leroy
1
-6
/
+7
2021-04-03
powerpc/signal32: Convert do_setcontext[_tm]() to user access block
Christophe Leroy
1
-18
/
+24
2021-04-03
powerpc/signal32: Convert restore_[tm]_user_regs() to user access block
Christophe Leroy
1
-70
/
+71
2021-04-03
powerpc/signal32: Reorder user reads in restore_tm_user_regs()
Christophe Leroy
1
-12
/
+37
2021-04-03
powerpc/signal32: Perform access_ok() inside restore_user_regs()
Christophe Leroy
1
-5
/
+3
2021-04-03
powerpc/signal32: Remove ifdefery in middle of if/else in sigreturn()
Christophe Leroy
1
-8
/
+12
2021-04-03
powerpc/signal32: Rename save_user_regs_unsafe() and save_general_regs_unsafe()
Christophe Leroy
1
-8
/
+8
2021-04-02
powerpc/signal32: Fix Oops on sigreturn with unmapped VDSO
Christophe Leroy
1
-12
/
+8
2021-03-29
powerpc/signal: Use __get_user() to copy sigset_t
Christopher M. Riedl
1
-1
/
+1
2021-02-11
powerpc: use kernel endianness in MSR in 32-bit signal handler
Joseph J Allen
1
-1
/
+2
2020-12-04
powerpc/vdso: Retrieve sigtramp offsets at buildtime
Christophe Leroy
1
-4
/
+4
2020-12-04
powerpc/vdso: Replace vdso_base by vdso
Christophe Leroy
1
-4
/
+4
2020-12-04
powerpc/signal32: Transform save_user_regs() and save_tm_user_regs() in 'unsa...
Christophe Leroy
1
-113
/
+111
2020-12-04
powerpc/signal32: Isolate non-copy actions in save_user_regs() and save_tm_us...
Christophe Leroy
1
-13
/
+41
2020-12-04
powerpc/signal32: Switch swap_context() to user_access_begin() logic
Christophe Leroy
1
-14
/
+10
2020-12-04
powerpc/signal32: Add and use unsafe_put_sigset_t()
Christophe Leroy
1
-2
/
+11
2020-12-04
powerpc/signal32: Remove ifdefery in middle of if/else
Christophe Leroy
1
-14
/
+8
2020-12-04
powerpc/signal32: Switch handle_rt_signal32() to user_access_begin() logic
Christophe Leroy
1
-21
/
+34
2020-12-04
powerpc/signal32: Switch handle_signal32() to user_access_begin() logic
Christophe Leroy
1
-13
/
+16
2020-12-04
powerpc/signal32: Move signal trampoline setup to handle_[rt_]signal32
Christophe Leroy
1
-39
/
+22
2020-12-04
powerpc/signal32: Misc changes to make handle_[rt_]_signal32() more similar
Christophe Leroy
1
-10
/
+14
2020-12-04
powerpc/signal32: Rename local pointers in handle_rt_signal32()
Christophe Leroy
1
-26
/
+25
2020-12-04
powerpc/signal32: Move handle_signal32() close to handle_rt_signal32()
Christophe Leroy
1
-85
/
+85
2020-12-04
powerpc/signal32: Simplify logging in handle_rt_signal32()
Christophe Leroy
1
-5
/
+1
2020-12-04
powerpc/signal: Refactor bad frame logging
Christophe Leroy
1
-30
/
+5
2020-12-04
powerpc/signal: Call get_tm_stackpointer() from get_sigframe()
Christophe Leroy
1
-2
/
+2
2020-12-04
powerpc/signal: Move access_ok() out of get_sigframe()
Christophe Leroy
1
-2
/
+2
2020-12-04
powerpc/signal: Remove BUG_ON() in handler_signal functions
Christophe Leroy
1
-4
/
+0
2020-12-04
powerpc/signal: Don't manage floating point regs when no FPU
Christophe Leroy
1
-0
/
+4
2020-07-15
powerpc/signal_32: Simplify loop in PPC64 save_general_regs()
Christophe Leroy
1
-10
/
+8
2020-07-15
powerpc/signal_32: Remove !FULL_REGS() special handling in PPC64 save_general...
Christophe Leroy
1
-2
/
+0
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
1
-1
/
+0
2020-05-15
powerpc: Use trap metadata to prevent double restart rather than zeroing trap
Nicholas Piggin
1
-1
/
+1
2020-04-03
powerpc: move common register copy functions from signal_32.c to signal.c
Michal Suchanek
1
-140
/
+0
2020-02-18
powerpc/tm: Fix clearing MSR[TS] in current when reclaiming on signal delivery
Gustavo Luiz Duarte
1
-14
/
+14
2019-07-22
powerpc/tm: Fix oops on sigreturn on systems without TM
Michael Neuling
1
-0
/
+3
2019-07-08
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+3
[next]