summaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel/signal32.c
Commit message (Expand)AuthorAgeFilesLines
* sparc64: Make corrupted user stacks more debuggable.David Miller2018-10-261-2/+10
* signal: Unify and correct copy_siginfo_to_user32Eric W. Biederman2018-01-151-53/+0
* signal: Unify and correct copy_siginfo_from_user32Eric W. Biederman2018-01-151-16/+0
* Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-11-171-7/+2
|\
| * sparc: switch to {get,put}_compat_sigset()Al Viro2017-09-191-7/+2
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* signal: Remove kernel interal si_code magicEric W. Biederman2017-07-241-8/+8
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* sparc: Harden signal return frame checks.David S. Miller2016-05-291-16/+30
* sparc: Convert naked unsigned uses to unsigned intJoe Perches2016-03-201-1/+1
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-121-2/+2
* sparc64: clean up compat_sigset_t.seta handlingSam Ravnborg2014-05-181-38/+17
* sparc64: fix sparse "Should it be static?" warnings in signal32.cSam Ravnborg2014-05-181-0/+1
* constify copy_siginfo_to_user{,32}()Al Viro2013-11-091-1/+1
* [regression] braino in "sparc: convert to ksignal"Al Viro2013-03-021-1/+1
* sparc: convert to ksignalAl Viro2013-02-141-92/+62
* sparc: switch to generic sigaltstackAl Viro2013-02-031-44/+4
* compat: move compat_siginfo_t definition to asm/compat.hDenys Vlasenko2012-10-061-52/+0
* new helper: signal_delivered()Al Viro2012-06-011-2/+1
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-011-4/+0
* pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-12/+3
* new helper: restore_saved_sigmask()Al Viro2012-06-011-4/+1
* sparc: missing checks of __get_user()/__put_user() return valuesAl Viro2012-05-211-4/+6
* Disintegrate asm/system.h for SparcDavid Howells2012-03-281-0/+1
* sparc: use block_sigmask()Matt Fleming2012-03-211-6/+1
* sparc: Stash orig_i0 into %g6 instead of %g2David S. Miller2011-11-151-1/+1
* sparc: Fix handling of orig_i0 wrt. debugging when restarting syscalls.David S. Miller2011-11-141-8/+10
* sparc: Avoid calling sigprocmask()David S. Miller2011-10-121-1/+1
* sparc: Use set_current_blocked()Matt Fleming2011-10-121-13/+6
* sparc: Allow handling signals when stack is corrupted.David S. Miller2011-08-201-79/+105
* sparc: Prevent no-handler signal syscall restart recursion.David S. Miller2010-09-211-1/+3
* sparc: Don't mask signal when we can't setup signal frame.David S. Miller2010-09-211-21/+34
* sparc64: Fix race in signal instruction flushing.David S. Miller2010-09-201-42/+60
* sparc: Align clone and signal stacks to 16 bytes.David S. Miller2010-02-091-4/+6
* sparc,sparc64: unify kernel/Sam Ravnborg2008-12-041-0/+899