summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/signal.h
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Replace GPL 2.0+ README.legal boilerplate with SPDXGeert Uytterhoeven2023-09-191-5/+2
* powerpc: Don't add __powerpc_ prefix to syscall entry pointsMichael Ellerman2022-10-071-3/+0
* powerpc/signal32: Fix sigset_t copyChristophe Leroy2021-11-161-2/+8
* powerpc/signal: Fix possible build failure with unsafe_copy_fpr_{to/from}_userChristophe Leroy2021-05-121-2/+2
* powerpc/signal32: Convert do_setcontext[_tm]() to user access blockChristophe Leroy2021-04-031-0/+2
* powerpc/signal: Add unsafe_copy_ck{fpr/vsx}_from_userChristophe Leroy2021-04-031-0/+20
* powerpc/signal: Use __get_user() to copy sigset_tChristopher M. Riedl2021-03-291-0/+7
* powerpc/signal: Add unsafe_copy_{vsx, fpr}_from_user()Christopher M. Riedl2021-03-291-0/+26
* powerpc/signal: Create 'unsafe' versions of copy_[ck][fpr/vsx]_to_user()Christophe Leroy2020-12-041-0/+53
* powerpc/signal: Refactor bad frame loggingChristophe Leroy2020-12-041-0/+3
* powerpc/signal: Call get_tm_stackpointer() from get_sigframe()Christophe Leroy2020-12-041-4/+2
* powerpc/signal: Don't manage floating point regs when no FPUChristophe Leroy2020-12-041-1/+13
* powerpc/signal: Move inline functions in signal.hChristophe Leroy2020-12-041-8/+33
* powerpc/64/sycall: Implement syscall entry/exit logic in CNicholas Piggin2020-04-011-2/+0
* powerpc/syscalls: signal_{32, 64} - switch to SYSCALL_DEFINEAl Viro2018-05-101-4/+2
* powerpc: Add missing prototypes for sys_sigreturn() & sys_rt_sigreturn()Mathieu Malaterre2018-03-131-0/+5
* powerpc: tm: Rename transct_(*) to ck(\1)_stateCyril Bur2016-10-041-4/+4
* powerpc: signals: Stop using current in signal codeCyril Bur2016-10-041-4/+6
* powerpc: Fix misspellings in comments.Adam Buchbinder2016-03-011-1/+1
* powerpc: Use get_signal() signal_setup_done()Richard Weinberger2014-08-061-9/+5
* powerpc/tm: Fix userspace stack corruption on signal delivery for active tran...Michael Neuling2013-06-011-1/+1
* powerpc: Add new transactional memory state to the signal contextMichael Neuling2013-02-151-0/+8
* powerpc: get rid of restore_sigmask()Al Viro2012-06-011-1/+0
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-011-2/+0
* powerpc: Fix various issues with return to userspaceBenjamin Herrenschmidt2012-02-221-1/+1
* powerpc: Sanitize stack pointer in signal handling codeJosh Boyer2009-03-271-1/+1
* powerpc: Move is_32bit_taskAnton Blanchard2009-02-231-10/+0
* x86, um: get rid of uml signal.hAl Viro2008-10-221-0/+2
* powerpc: Clean up copy_to/from_user for vsx and fprMichael Neuling2008-07-031-0/+10
* [POWERPC] Less ifdef's in signal.c/signal.hBenjamin Herrenschmidt2007-06-141-0/+24
* [POWERPC] Merge creation of signal frameBenjamin Herrenschmidt2007-06-141-2/+4
* [POWERPC] Consolidate do_signalChristoph Hellwig2007-06-141-2/+12
* [POWERPC] Consolidate restore_sigmaskChristoph Hellwig2007-06-141-0/+3
* [POWERPC] Make syscall restart code more commonBenjamin Herrenschmidt2007-06-141-0/+16