aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/alpha/kernel/signal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman1-2/+2
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-6/+6
2018-04-25signal/alpha: Use send_sig_fault where appropriateEric W. Biederman1-18/+4
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski1-1/+1
2013-02-14alpha: pass k_sigaction and siginfo_t using ksignal pointerAl Viro1-66/+45
2013-02-03alpha: switch to generic old sigsuspendAl Viro1-10/+0
2012-12-19alpha: switch to generic sigaltstackAl Viro1-9/+1
2012-11-28alpha: don't pass useless arguments to do_{,rt_},sigreturn()Al Viro1-8/+8
2012-10-11alpha: get rid of switch_stack argument of do_work_pending()Al Viro1-2/+1
2012-10-11alpha: don't bother passing switch_stack separately from regsAl Viro1-13/+13
2012-10-11alpha: take SIGPENDING/NOTIFY_RESUME loop into signal.cAl Viro1-9/+18
2012-06-01new helper: signal_delivered()Al Viro1-1/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro1-2/+0
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro1-5/+0
2012-06-01new helper: sigmask_to_save()Al Viro1-4/+1
2012-06-01new helper: restore_saved_sigmask()Al Viro1-3/+1
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro1-2/+0
2012-05-21alpha: tidy signal delivery upAl Viro1-43/+26
2012-05-21new helper: sigsuspend()Al Viro1-10/+1
2012-04-05alpha: use set_current_blocked() and block_sigmask()Matt Fleming1-21/+10
2010-09-30Fix up more fallout form alpha signal cleanupsLinus Torvalds1-1/+1
2010-09-28alpha: fix compile problem in arch/alpha/kernel/signal.cLinus Torvalds1-2/+2
2010-09-27alpha: __get_user/__put_user results need to be checked...Al Viro1-4/+4
2010-09-27alpha: switch osf_sigprocmask() to use of sigprocmask()Al Viro1-37/+11
2010-09-18alpha: unb0rk sigsuspend() and rt_sigsuspend()Al Viro1-37/+1
2010-09-18alpha: belated ERESTART_RESTARTBLOCK race fixAl Viro1-1/+2
2009-09-09KEYS: Add missing linux/tracehook.h #inclusionsDavid Howells1-0/+1
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells1-0/+2
2009-09-02KEYS: Extend TIF_NOTIFY_RESUME to (almost) all architectures [try #6]David Howells1-0/+5
2009-01-29alpha: use syscall wrappersIvan Kokshaysky1-9/+9
2007-05-30alpha: support new syscallsRichard Henderson1-47/+63
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2006-06-23[PATCH] fix incorrect SA_ONSTACK behaviour for 64-bit processesLaurent MEYER1-1/+1
2005-08-29[PATCH] convert signal handling of NODEFER to act like other Unix boxes.Steven Rostedt1-6/+5
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+672