summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/signal_32.c
AgeCommit message (Expand)Author
2021-04-02powerpc/signal32: Fix Oops on sigreturn with unmapped VDSOChristophe Leroy
2021-02-11powerpc: use kernel endianness in MSR in 32-bit signal handlerJoseph J Allen
2020-12-04powerpc/vdso: Retrieve sigtramp offsets at buildtimeChristophe Leroy
2020-12-04powerpc/vdso: Replace vdso_base by vdsoChristophe Leroy
2020-12-04powerpc/signal32: Transform save_user_regs() and save_tm_user_regs() in 'unsa...Christophe Leroy
2020-12-04powerpc/signal32: Isolate non-copy actions in save_user_regs() and save_tm_us...Christophe Leroy
2020-12-04powerpc/signal32: Switch swap_context() to user_access_begin() logicChristophe Leroy
2020-12-04powerpc/signal32: Add and use unsafe_put_sigset_t()Christophe Leroy
2020-12-04powerpc/signal32: Remove ifdefery in middle of if/elseChristophe Leroy
2020-12-04powerpc/signal32: Switch handle_rt_signal32() to user_access_begin() logicChristophe Leroy
2020-12-04powerpc/signal32: Switch handle_signal32() to user_access_begin() logicChristophe Leroy
2020-12-04powerpc/signal32: Move signal trampoline setup to handle_[rt_]signal32Christophe Leroy
2020-12-04powerpc/signal32: Misc changes to make handle_[rt_]_signal32() more similarChristophe Leroy
2020-12-04powerpc/signal32: Rename local pointers in handle_rt_signal32()Christophe Leroy
2020-12-04powerpc/signal32: Move handle_signal32() close to handle_rt_signal32()Christophe Leroy
2020-12-04powerpc/signal32: Simplify logging in handle_rt_signal32()Christophe Leroy
2020-12-04powerpc/signal: Refactor bad frame loggingChristophe Leroy
2020-12-04powerpc/signal: Call get_tm_stackpointer() from get_sigframe()Christophe Leroy
2020-12-04powerpc/signal: Move access_ok() out of get_sigframe()Christophe Leroy
2020-12-04powerpc/signal: Remove BUG_ON() in handler_signal functionsChristophe Leroy
2020-12-04powerpc/signal: Don't manage floating point regs when no FPUChristophe Leroy
2020-07-15powerpc/signal_32: Simplify loop in PPC64 save_general_regs()Christophe Leroy
2020-07-15powerpc/signal_32: Remove !FULL_REGS() special handling in PPC64 save_general...Christophe Leroy
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-05-15powerpc: Use trap metadata to prevent double restart rather than zeroing trapNicholas Piggin
2020-04-03powerpc: move common register copy functions from signal_32.c to signal.cMichal Suchanek
2020-02-18powerpc/tm: Fix clearing MSR[TS] in current when reclaiming on signal deliveryGustavo Luiz Duarte
2019-07-22powerpc/tm: Fix oops on sigreturn on systems without TMMichael Neuling
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-12-21powerpc/tm: Unset MSR[TS] if not recheckpointingBreno Leitao
2018-12-21powerpc/tm: Set MSR[TS] just prior to recheckpointBreno Leitao
2018-12-19powerpc/signal: Use code patching instead of hardcodingChristophe Leroy
2018-06-25powerpc: Remove -Wattribute-alias pragmasPaul Burton
2018-06-04powerpc/signal32: Use fault_in_pages_readable() to prefault user contextChristophe Leroy
2018-06-03powerpc: Fix build by disabling attribute-alias warning for SYSCALL_DEFINExChristophe Leroy
2018-05-10powerpc/syscalls: signal_{32, 64} - switch to SYSCALL_DEFINEAl Viro
2018-03-13powerpc/32: Mark both tmp variables as unusedMathieu Malaterre
2018-02-02Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-01-19powerpc: Hard wire PT_SOFTE value to 1 in ptrace & signalsMadhavan Srinivasan
2018-01-15signal: Unify and correct copy_siginfo_to_user32Eric W. Biederman
2018-01-15signal: Unify and correct copy_siginfo_from_user32Eric W. Biederman
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-11-06powerpc: Always save/restore checkpointed regs during treclaim/trecheckpointCyril Bur
2017-10-21powerpc/tm: P9 disable transactionally suspended sigcontextsMichael Neuling
2017-09-19ppc: switch to {get,put}_compat_sigset()Al Viro
2017-07-24signal: Remove kernel interal si_code magicEric W. Biederman
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds