index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
signal_32.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-11
powerpc: use kernel endianness in MSR in 32-bit signal handler
Joseph J Allen
1
-1
/
+2
2020-12-03
powerpc/vdso: Retrieve sigtramp offsets at buildtime
Christophe Leroy
1
-4
/
+4
2020-12-03
powerpc/vdso: Replace vdso_base by vdso
Christophe Leroy
1
-4
/
+4
2020-12-03
powerpc/signal32: Transform save_user_regs() and save_tm_user_regs() in 'unsa...
Christophe Leroy
1
-113
/
+111
2020-12-03
powerpc/signal32: Isolate non-copy actions in save_user_regs() and save_tm_us...
Christophe Leroy
1
-13
/
+41
2020-12-03
powerpc/signal32: Switch swap_context() to user_access_begin() logic
Christophe Leroy
1
-14
/
+10
2020-12-03
powerpc/signal32: Add and use unsafe_put_sigset_t()
Christophe Leroy
1
-2
/
+11
2020-12-03
powerpc/signal32: Remove ifdefery in middle of if/else
Christophe Leroy
1
-14
/
+8
2020-12-03
powerpc/signal32: Switch handle_rt_signal32() to user_access_begin() logic
Christophe Leroy
1
-21
/
+34
2020-12-03
powerpc/signal32: Switch handle_signal32() to user_access_begin() logic
Christophe Leroy
1
-13
/
+16
2020-12-03
powerpc/signal32: Move signal trampoline setup to handle_[rt_]signal32
Christophe Leroy
1
-39
/
+22
2020-12-03
powerpc/signal32: Misc changes to make handle_[rt_]_signal32() more similar
Christophe Leroy
1
-10
/
+14
2020-12-03
powerpc/signal32: Rename local pointers in handle_rt_signal32()
Christophe Leroy
1
-26
/
+25
2020-12-03
powerpc/signal32: Move handle_signal32() close to handle_rt_signal32()
Christophe Leroy
1
-85
/
+85
2020-12-03
powerpc/signal32: Simplify logging in handle_rt_signal32()
Christophe Leroy
1
-5
/
+1
2020-12-03
powerpc/signal: Refactor bad frame logging
Christophe Leroy
1
-30
/
+5
2020-12-03
powerpc/signal: Call get_tm_stackpointer() from get_sigframe()
Christophe Leroy
1
-2
/
+2
2020-12-03
powerpc/signal: Move access_ok() out of get_sigframe()
Christophe Leroy
1
-2
/
+2
2020-12-03
powerpc/signal: Remove BUG_ON() in handler_signal functions
Christophe Leroy
1
-4
/
+0
2020-12-03
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-02
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-09
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+3
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-05-27
signal: Remove task parameter from force_sig
Eric W. Biederman
1
-3
/
+3
2019-01-04
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-6
/
+6
2018-12-21
powerpc/tm: Unset MSR[TS] if not recheckpointing
Breno Leitao
1
-5
/
+13
2018-12-21
powerpc/tm: Set MSR[TS] just prior to recheckpoint
Breno Leitao
1
-1
/
+19
2018-12-19
powerpc/signal: Use code patching instead of hardcoding
Christophe Leroy
1
-6
/
+6
2018-06-25
powerpc: Remove -Wattribute-alias pragmas
Paul Burton
1
-8
/
+0
2018-06-03
powerpc/signal32: Use fault_in_pages_readable() to prefault user context
Christophe Leroy
1
-8
/
+5
2018-06-03
powerpc: Fix build by disabling attribute-alias warning for SYSCALL_DEFINEx
Christophe Leroy
1
-0
/
+8
2018-05-10
powerpc/syscalls: signal_{32, 64} - switch to SYSCALL_DEFINE
Al Viro
1
-16
/
+24
2018-03-13
powerpc/32: Mark both tmp variables as unused
Mathieu Malaterre
1
-2
/
+2
2018-02-02
Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-0
/
+8
2018-01-19
powerpc: Hard wire PT_SOFTE value to 1 in ptrace & signals
Madhavan Srinivasan
1
-0
/
+8
2018-01-16
signal: Unify and correct copy_siginfo_to_user32
Eric W. Biederman
1
-57
/
+0
2018-01-16
signal: Unify and correct copy_siginfo_from_user32
Eric W. Biederman
1
-9
/
+0
2017-11-17
Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-29
/
+2
2017-11-06
powerpc: Always save/restore checkpointed regs during treclaim/trecheckpoint
Cyril Bur
1
-1
/
+1
2017-10-21
powerpc/tm: P9 disable transactionally suspended sigcontexts
Michael Neuling
1
-0
/
+4
2017-09-20
ppc: switch to {get,put}_compat_sigset()
Al Viro
1
-29
/
+2
2017-07-24
signal: Remove kernel interal si_code magic
Eric W. Biederman
1
-11
/
+9
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-10-04
powerpc: tm: Rename transct_(*) to ck(\1)_state
Cyril Bur
1
-30
/
+30
[next]