summaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-6/+6
* signal/alpha: Use send_sig_fault where appropriateEric W. Biederman2018-04-251-18/+4
* signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-121-1/+1
* alpha: pass k_sigaction and siginfo_t using ksignal pointerAl Viro2013-02-141-66/+45
* alpha: switch to generic old sigsuspendAl Viro2013-02-031-10/+0
* alpha: switch to generic sigaltstackAl Viro2012-12-191-9/+1
* alpha: don't pass useless arguments to do_{,rt_},sigreturn()Al Viro2012-11-281-8/+8
* alpha: get rid of switch_stack argument of do_work_pending()Al Viro2012-10-111-2/+1
* alpha: don't bother passing switch_stack separately from regsAl Viro2012-10-111-13/+13
* alpha: take SIGPENDING/NOTIFY_RESUME loop into signal.cAl Viro2012-10-111-9/+18
* new helper: signal_delivered()Al Viro2012-06-011-1/+1
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-011-2/+0
* pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-5/+0
* new helper: sigmask_to_save()Al Viro2012-06-011-4/+1
* new helper: restore_saved_sigmask()Al Viro2012-06-011-3/+1
* move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-231-2/+0
* alpha: tidy signal delivery upAl Viro2012-05-211-43/+26
* new helper: sigsuspend()Al Viro2012-05-211-10/+1
* alpha: use set_current_blocked() and block_sigmask()Matt Fleming2012-04-051-21/+10
* Fix up more fallout form alpha signal cleanupsLinus Torvalds2010-09-301-1/+1
* alpha: fix compile problem in arch/alpha/kernel/signal.cLinus Torvalds2010-09-281-2/+2
* alpha: __get_user/__put_user results need to be checked...Al Viro2010-09-271-4/+4
* alpha: switch osf_sigprocmask() to use of sigprocmask()Al Viro2010-09-271-37/+11
* alpha: unb0rk sigsuspend() and rt_sigsuspend()Al Viro2010-09-181-37/+1
* alpha: belated ERESTART_RESTARTBLOCK race fixAl Viro2010-09-181-1/+2
* KEYS: Add missing linux/tracehook.h #inclusionsDavid Howells2009-09-091-0/+1
* KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells2009-09-021-0/+2
* KEYS: Extend TIF_NOTIFY_RESUME to (almost) all architectures [try #6]David Howells2009-09-021-0/+5
* alpha: use syscall wrappersIvan Kokshaysky2009-01-291-9/+9
* alpha: support new syscallsRichard Henderson2007-05-301-47/+63
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [PATCH] fix incorrect SA_ONSTACK behaviour for 64-bit processesLaurent MEYER2006-06-231-1/+1
* [PATCH] convert signal handling of NODEFER to act like other Unix boxes.Steven Rostedt2005-08-291-6/+5
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+672