summaryrefslogtreecommitdiff
path: root/arch/alpha/kernel/signal.c
AgeCommit message (Expand)Author
2023-02-24alpha: lazy FPU switchingAl Viro
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman
2021-12-01alpha: Snapshot thread flagsMark Rutland
2021-07-23signal/alpha: si_trapno is only used with SIGFPE and SIGTRAP TRAP_UNKEric W. Biederman
2020-12-12alpha: add support for TIF_NOTIFY_SIGNALJens Axboe
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-04-25signal/alpha: Use send_sig_fault where appropriateEric W. Biederman
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski
2013-02-14alpha: pass k_sigaction and siginfo_t using ksignal pointerAl Viro
2013-02-03alpha: switch to generic old sigsuspendAl Viro
2012-12-19alpha: switch to generic sigaltstackAl Viro
2012-11-28alpha: don't pass useless arguments to do_{,rt_},sigreturn()Al Viro
2012-10-11alpha: get rid of switch_stack argument of do_work_pending()Al Viro
2012-10-11alpha: don't bother passing switch_stack separately from regsAl Viro
2012-10-11alpha: take SIGPENDING/NOTIFY_RESUME loop into signal.cAl Viro
2012-06-01new helper: signal_delivered()Al Viro
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro
2012-06-01new helper: sigmask_to_save()Al Viro
2012-06-01new helper: restore_saved_sigmask()Al Viro
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro
2012-05-21alpha: tidy signal delivery upAl Viro
2012-05-21new helper: sigsuspend()Al Viro
2012-04-05alpha: use set_current_blocked() and block_sigmask()Matt Fleming
2010-09-30Fix up more fallout form alpha signal cleanupsLinus Torvalds
2010-09-28alpha: fix compile problem in arch/alpha/kernel/signal.cLinus Torvalds
2010-09-27alpha: __get_user/__put_user results need to be checked...Al Viro
2010-09-27alpha: switch osf_sigprocmask() to use of sigprocmask()Al Viro
2010-09-18alpha: unb0rk sigsuspend() and rt_sigsuspend()Al Viro
2010-09-18alpha: belated ERESTART_RESTARTBLOCK race fixAl Viro
2009-09-09KEYS: Add missing linux/tracehook.h #inclusionsDavid Howells
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells
2009-09-02KEYS: Extend TIF_NOTIFY_RESUME to (almost) all architectures [try #6]David Howells
2009-01-29alpha: use syscall wrappersIvan Kokshaysky
2007-05-30alpha: support new syscallsRichard Henderson
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2006-06-23[PATCH] fix incorrect SA_ONSTACK behaviour for 64-bit processesLaurent MEYER
2005-08-29[PATCH] convert signal handling of NODEFER to act like other Unix boxes.Steven Rostedt
2005-04-16Linux-2.6.12-rc2Linus Torvalds