aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/signal.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-16powerpc/signal32: Fix sigset_t copyChristophe Leroy1-2/+8
2021-05-12powerpc/signal: Fix possible build failure with unsafe_copy_fpr_{to/from}_userChristophe Leroy1-2/+2
2021-04-03powerpc/signal32: Convert do_setcontext[_tm]() to user access blockChristophe Leroy1-0/+2
2021-04-03powerpc/signal: Add unsafe_copy_ck{fpr/vsx}_from_userChristophe Leroy1-0/+20
2021-03-29powerpc/signal: Use __get_user() to copy sigset_tChristopher M. Riedl1-0/+7
2021-03-29powerpc/signal: Add unsafe_copy_{vsx, fpr}_from_user()Christopher M. Riedl1-0/+26
2020-12-04powerpc/signal: Create 'unsafe' versions of copy_[ck][fpr/vsx]_to_user()Christophe Leroy1-0/+53
2020-12-04powerpc/signal: Refactor bad frame loggingChristophe Leroy1-0/+3
2020-12-04powerpc/signal: Call get_tm_stackpointer() from get_sigframe()Christophe Leroy1-4/+2
2020-12-04powerpc/signal: Don't manage floating point regs when no FPUChristophe Leroy1-1/+13
2020-12-04powerpc/signal: Move inline functions in signal.hChristophe Leroy1-8/+33
2020-04-01powerpc/64/sycall: Implement syscall entry/exit logic in CNicholas Piggin1-2/+0
2018-05-10powerpc/syscalls: signal_{32, 64} - switch to SYSCALL_DEFINEAl Viro1-4/+2
2018-03-13powerpc: Add missing prototypes for sys_sigreturn() & sys_rt_sigreturn()Mathieu Malaterre1-0/+5
2016-10-04powerpc: tm: Rename transct_(*) to ck(\1)_stateCyril Bur1-4/+4
2016-10-04powerpc: signals: Stop using current in signal codeCyril Bur1-4/+6
2016-03-01powerpc: Fix misspellings in comments.Adam Buchbinder1-1/+1
2014-08-06powerpc: Use get_signal() signal_setup_done()Richard Weinberger1-9/+5
2013-06-01powerpc/tm: Fix userspace stack corruption on signal delivery for active transactionsMichael Neuling1-1/+1
2013-02-15powerpc: Add new transactional memory state to the signal contextMichael Neuling1-0/+8
2012-06-01powerpc: get rid of restore_sigmask()Al Viro1-1/+0
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro1-2/+0
2012-02-22powerpc: Fix various issues with return to userspaceBenjamin Herrenschmidt1-1/+1
2009-03-27powerpc: Sanitize stack pointer in signal handling codeJosh Boyer1-1/+1
2009-02-23powerpc: Move is_32bit_taskAnton Blanchard1-10/+0
2008-10-22x86, um: get rid of uml signal.hAl Viro1-0/+2
2008-07-03powerpc: Clean up copy_to/from_user for vsx and fprMichael Neuling1-0/+10
2007-06-14[POWERPC] Less ifdef's in signal.c/signal.hBenjamin Herrenschmidt1-0/+24
2007-06-14[POWERPC] Merge creation of signal frameBenjamin Herrenschmidt1-2/+4
2007-06-14[POWERPC] Consolidate do_signalChristoph Hellwig1-2/+12
2007-06-14[POWERPC] Consolidate restore_sigmaskChristoph Hellwig1-0/+3
2007-06-14[POWERPC] Make syscall restart code more commonBenjamin Herrenschmidt1-0/+16