Age | Commit message (Expand) | Author | Files | Lines |
2022-10-07 | powerpc: Don't add __powerpc_ prefix to syscall entry points | Michael Ellerman | 1 | -3/+0 |
2021-11-16 | powerpc/signal32: Fix sigset_t copy | Christophe Leroy | 1 | -2/+8 |
2021-05-12 | powerpc/signal: Fix possible build failure with unsafe_copy_fpr_{to/from}_user | Christophe Leroy | 1 | -2/+2 |
2021-04-03 | powerpc/signal32: Convert do_setcontext[_tm]() to user access block | Christophe Leroy | 1 | -0/+2 |
2021-04-03 | powerpc/signal: Add unsafe_copy_ck{fpr/vsx}_from_user | Christophe Leroy | 1 | -0/+20 |
2021-03-29 | powerpc/signal: Use __get_user() to copy sigset_t | Christopher M. Riedl | 1 | -0/+7 |
2021-03-29 | powerpc/signal: Add unsafe_copy_{vsx, fpr}_from_user() | Christopher M. Riedl | 1 | -0/+26 |
2020-12-04 | powerpc/signal: Create 'unsafe' versions of copy_[ck][fpr/vsx]_to_user() | Christophe Leroy | 1 | -0/+53 |
2020-12-04 | powerpc/signal: Refactor bad frame logging | Christophe Leroy | 1 | -0/+3 |
2020-12-04 | powerpc/signal: Call get_tm_stackpointer() from get_sigframe() | Christophe Leroy | 1 | -4/+2 |
2020-12-04 | powerpc/signal: Don't manage floating point regs when no FPU | Christophe Leroy | 1 | -1/+13 |
2020-12-04 | powerpc/signal: Move inline functions in signal.h | Christophe Leroy | 1 | -8/+33 |
2020-04-01 | powerpc/64/sycall: Implement syscall entry/exit logic in C | Nicholas Piggin | 1 | -2/+0 |
2018-05-10 | powerpc/syscalls: signal_{32, 64} - switch to SYSCALL_DEFINE | Al Viro | 1 | -4/+2 |
2018-03-13 | powerpc: Add missing prototypes for sys_sigreturn() & sys_rt_sigreturn() | Mathieu Malaterre | 1 | -0/+5 |
2016-10-04 | powerpc: tm: Rename transct_(*) to ck(\1)_state | Cyril Bur | 1 | -4/+4 |
2016-10-04 | powerpc: signals: Stop using current in signal code | Cyril Bur | 1 | -4/+6 |
2016-03-01 | powerpc: Fix misspellings in comments. | Adam Buchbinder | 1 | -1/+1 |
2014-08-06 | powerpc: Use get_signal() signal_setup_done() | Richard Weinberger | 1 | -9/+5 |
2013-06-01 | powerpc/tm: Fix userspace stack corruption on signal delivery for active tran... | Michael Neuling | 1 | -1/+1 |
2013-02-15 | powerpc: Add new transactional memory state to the signal context | Michael Neuling | 1 | -0/+8 |
2012-06-01 | powerpc: get rid of restore_sigmask() | Al Viro | 1 | -1/+0 |
2012-06-01 | most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set | Al Viro | 1 | -2/+0 |
2012-02-22 | powerpc: Fix various issues with return to userspace | Benjamin Herrenschmidt | 1 | -1/+1 |
2009-03-27 | powerpc: Sanitize stack pointer in signal handling code | Josh Boyer | 1 | -1/+1 |
2009-02-23 | powerpc: Move is_32bit_task | Anton Blanchard | 1 | -10/+0 |
2008-10-22 | x86, um: get rid of uml signal.h | Al Viro | 1 | -0/+2 |
2008-07-03 | powerpc: Clean up copy_to/from_user for vsx and fpr | Michael Neuling | 1 | -0/+10 |
2007-06-14 | [POWERPC] Less ifdef's in signal.c/signal.h | Benjamin Herrenschmidt | 1 | -0/+24 |
2007-06-14 | [POWERPC] Merge creation of signal frame | Benjamin Herrenschmidt | 1 | -2/+4 |
2007-06-14 | [POWERPC] Consolidate do_signal | Christoph Hellwig | 1 | -2/+12 |
2007-06-14 | [POWERPC] Consolidate restore_sigmask | Christoph Hellwig | 1 | -0/+3 |
2007-06-14 | [POWERPC] Make syscall restart code more common | Benjamin Herrenschmidt | 1 | -0/+16 |