summaryrefslogtreecommitdiff
path: root/arch/alpha/kernel/signal.c
AgeCommit message (Expand)Author
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-03-13[PATCH] verify_area cleanup : misc remaining archsJesper Juhl
2004-10-19[PATCH] #include <asm/bitops.h> -> #include <linux/bitops.h>Adrian Bunk
2004-09-20[ALPHA] Add compile-time assert concerning rt_sigframe layout.Richard Henderson
2004-09-13[ALPHA] Arrange to return EINTR for sigsuspend on signal path.Richard Henderson
2004-08-25[PATCH] alpha signal race fixesWilliam Lee Irwin III
2004-08-25Merge common signal handling fault handling in generic code.Linus Torvalds
2004-07-14Merge kanga.twiddle.home:/home/rth/work/linux/linus-2.6Richard Henderson
2004-07-14[ALPHA] Pass pt_regs as pointer to execve and sigprocmask syscalls.Richard Henderson
2004-07-12[PATCH] sparse: signal annotationAlexander Viro
2004-05-30[PATCH] sparse alpha: trivial parts of __user annotationAlexander Viro
2004-02-24[PATCH] add syscalls.hAndrew Morton
2004-01-15[ALPHA] Tidy buglets in sigreturn paths:Richard Henderson
2003-05-27[PATCH] alpha: single-step breakpoints - updated fixIvan Kokshaysky
2003-02-11[PATCH] alpha: Add missing sighand bitsIvan Kokshaysky
2003-02-10[SIGNAL]: Allow more platforms to use generic get_signal_to_deliver.David S. Miller
2003-02-07[PATCH] signal locking updateChris Wedgwood
2002-12-06[ALPHA] Add restart_syscall support.Richard Henderson
2002-10-30Fill in siginfo_t.Richard Henderson
2002-10-02[PATCH] alpha compile fixesIvan Kokshaysky
2002-09-10[PATCH] alpha updateIvan Kokshaysky
2002-08-10[PATCH] alpha: misc fixes [9/10]Ivan Kokshaysky
2002-07-14[PATCH] make Alpha use generic copy_siginfo_to_userStephen Rothwell
2002-06-02arch/*Arnaldo Carvalho de Melo
2002-04-21[PATCH] (3/6) alpha fixesAlexander Viro
2002-02-11Merge master.kernel.org:/home/davem/BK/davem-2.5Linus Torvalds
2002-02-11Fix recalc_sigpending handling.David S. Miller
2002-02-10Update Alpha UP for thread_info and scheduler changes.Richard Henderson