aboutsummaryrefslogtreecommitdiff
path: root/arch/frv/kernel/signal.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-09arch: remove frv portGravatar Arnd Bergmann 1-426/+0
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2015-04-15Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-16/+4
2015-04-12frv: Remove signal translation and exec_domainGravatar Richard Weinberger 1-16/+4
2015-04-11whack-a-mole: there's no point doing set_fs(USER_DS) in sigframe setupGravatar Al Viro 1-4/+0
2015-02-12all arches, signal: move restart_block to struct task_structGravatar Andy Lutomirski 1-1/+1
2014-08-06frv: Use sigsp()Gravatar Richard Weinberger 1-13/+4
2014-08-06frv: Use get_signal() signal_setup_done()Gravatar Richard Weinberger 1-59/+40
2013-02-03frv: switch to generic old sigaction()Gravatar Al Viro 1-32/+0
2013-02-03frv: switch to generic old sigsuspendGravatar Al Viro 1-10/+0
2013-02-03frv: switch to generic sigaltstackGravatar Al Viro 1-11/+2
2012-10-01Uninclude linux/freezer.hGravatar Richard Weinberger 1-1/+0
2012-10-01frv: no need to raise SIGTRAP in setup_frame()Gravatar Al Viro 1-8/+0
2012-06-02frv: Remove bogus closing parenthesisGravatar Geert Uytterhoeven 1-1/+1
2012-06-01FRV: Prevent syscall exit tracing and notify_resume at end of kernel exceptionsGravatar David Howells 1-10/+0
2012-06-01new helper: signal_delivered()Gravatar Al Viro 1-2/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setGravatar Al Viro 1-4/+0
2012-06-01TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setGravatar Al Viro 1-1/+1
2012-06-01don't call try_to_freeze() from do_signal()Gravatar Al Viro 1-4/+0
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Gravatar Al Viro 1-17/+7
2012-06-01new helper: sigmask_to_save()Gravatar Al Viro 1-7/+3
2012-06-01new helper: restore_saved_sigmask()Gravatar Al Viro 1-5/+1
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Gravatar Al Viro 1-2/+0
2012-05-21frv: missing checks of __get_user()/__put_user() return valuesGravatar Al Viro 1-6/+6
2012-05-21frv: use set_current_blocked() and block_sigmask()Gravatar Matt Fleming 1-17/+4
2012-05-21new helper: sigsuspend()Gravatar Al Viro 1-11/+3
2010-09-20frv: double syscall restarts, syscall restart in sigreturn()Gravatar Al Viro 1-1/+3
2010-09-20frv: handling of restart into restart_syscall is fsckedGravatar Al Viro 1-1/+1
2010-09-20frv: avoid infinite loop of SIGSEGV deliveryGravatar Al Viro 1-2/+2
2010-09-20frv: fix address verification holes in setup_frame/setup_rt_frameGravatar Al Viro 1-16/+22
2010-09-20frv: restart_block.fn needs to be reset on sigreturnGravatar Al Viro 1-0/+3
2009-10-29frv: fix check on unsigned in do_signal()Gravatar Roel Kluin 1-1/+1
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]Gravatar David Howells 1-0/+2
2009-06-11FRV: Implement new-style ptraceGravatar David Howells 1-0/+5
2009-06-11FRV: Implement TIF_NOTIFY_RESUMEGravatar David Howells 1-0/+5
2008-04-29Remove the macro get_personalityGravatar WANG Cong 1-2/+2
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 1-1/+0
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hGravatar Nigel Cunningham 1-1/+1
2006-06-23[PATCH] fix incorrect SA_ONSTACK behaviour for 64-bit processesGravatar Laurent MEYER 1-1/+1
2006-06-23[PATCH] frv: signal annotationsGravatar Al Viro 1-10/+10
2006-01-18[PATCH] Handle TIF_RESTORE_SIGMASK for FRVGravatar David Howells 1-76/+44
2006-01-06[PATCH] frv: improve signal handlingGravatar David Howells 1-52/+50
2006-01-06[PATCH] frv: fix signal handlingGravatar David Howells 1-28/+45
2005-08-29[PATCH] convert signal handling of NODEFER to act like other Unix boxes.Gravatar Steven Rostedt 1-6/+5
2005-06-25[PATCH] Cleanup patch for process freezingGravatar Christoph Lameter 1-3/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+588