summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/signal.h
AgeCommit message (Expand)Author
2023-09-19powerpc: Replace GPL 2.0+ README.legal boilerplate with SPDXGeert Uytterhoeven
2022-10-07powerpc: Don't add __powerpc_ prefix to syscall entry pointsMichael Ellerman
2021-11-16powerpc/signal32: Fix sigset_t copyChristophe Leroy
2021-05-12powerpc/signal: Fix possible build failure with unsafe_copy_fpr_{to/from}_userChristophe Leroy
2021-04-03powerpc/signal32: Convert do_setcontext[_tm]() to user access blockChristophe Leroy
2021-04-03powerpc/signal: Add unsafe_copy_ck{fpr/vsx}_from_userChristophe Leroy
2021-03-29powerpc/signal: Use __get_user() to copy sigset_tChristopher M. Riedl
2021-03-29powerpc/signal: Add unsafe_copy_{vsx, fpr}_from_user()Christopher M. Riedl
2020-12-04powerpc/signal: Create 'unsafe' versions of copy_[ck][fpr/vsx]_to_user()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: Don't manage floating point regs when no FPUChristophe Leroy
2020-12-04powerpc/signal: Move inline functions in signal.hChristophe Leroy
2020-04-01powerpc/64/sycall: Implement syscall entry/exit logic in CNicholas Piggin
2018-05-10powerpc/syscalls: signal_{32, 64} - switch to SYSCALL_DEFINEAl Viro
2018-03-13powerpc: Add missing prototypes for sys_sigreturn() & sys_rt_sigreturn()Mathieu Malaterre
2016-10-04powerpc: tm: Rename transct_(*) to ck(\1)_stateCyril Bur
2016-10-04powerpc: signals: Stop using current in signal codeCyril Bur
2016-03-01powerpc: Fix misspellings in comments.Adam Buchbinder
2014-08-06powerpc: Use get_signal() signal_setup_done()Richard Weinberger
2013-06-01powerpc/tm: Fix userspace stack corruption on signal delivery for active tran...Michael Neuling
2013-02-15powerpc: Add new transactional memory state to the signal contextMichael Neuling
2012-06-01powerpc: get rid of restore_sigmask()Al Viro
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro
2012-02-22powerpc: Fix various issues with return to userspaceBenjamin Herrenschmidt
2009-03-27powerpc: Sanitize stack pointer in signal handling codeJosh Boyer
2009-02-23powerpc: Move is_32bit_taskAnton Blanchard
2008-10-22x86, um: get rid of uml signal.hAl Viro
2008-07-03powerpc: Clean up copy_to/from_user for vsx and fprMichael Neuling
2007-06-14[POWERPC] Less ifdef's in signal.c/signal.hBenjamin Herrenschmidt
2007-06-14[POWERPC] Merge creation of signal frameBenjamin Herrenschmidt
2007-06-14[POWERPC] Consolidate do_signalChristoph Hellwig
2007-06-14[POWERPC] Consolidate restore_sigmaskChristoph Hellwig
2007-06-14[POWERPC] Make syscall restart code more commonBenjamin Herrenschmidt