aboutsummaryrefslogtreecommitdiffstats
path: root/arch/frv/kernel/signal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-09arch: remove frv portArnd Bergmann1-426/+0
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2015-04-15Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/miscLinus Torvalds1-16/+4
2015-04-12frv: Remove signal translation and exec_domainRichard Weinberger1-16/+4
2015-04-11whack-a-mole: there's no point doing set_fs(USER_DS) in sigframe setupAl Viro1-4/+0
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski1-1/+1
2014-08-06frv: Use sigsp()Richard Weinberger1-13/+4
2014-08-06frv: Use get_signal() signal_setup_done()Richard Weinberger1-59/+40
2013-02-03frv: switch to generic old sigaction()Al Viro1-32/+0
2013-02-03frv: switch to generic old sigsuspendAl Viro1-10/+0
2013-02-03frv: switch to generic sigaltstackAl Viro1-11/+2
2012-10-01Uninclude linux/freezer.hRichard Weinberger1-1/+0
2012-10-01frv: no need to raise SIGTRAP in setup_frame()Al Viro1-8/+0
2012-06-02frv: Remove bogus closing parenthesisGeert Uytterhoeven1-1/+1
2012-06-01FRV: Prevent syscall exit tracing and notify_resume at end of kernel exceptionsDavid Howells1-10/+0
2012-06-01new helper: signal_delivered()Al Viro1-2/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro1-4/+0
2012-06-01TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setAl Viro1-1/+1
2012-06-01don't call try_to_freeze() from do_signal()Al Viro1-4/+0
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro1-17/+7
2012-06-01new helper: sigmask_to_save()Al Viro1-7/+3
2012-06-01new helper: restore_saved_sigmask()Al Viro1-5/+1
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro1-2/+0
2012-05-21frv: missing checks of __get_user()/__put_user() return valuesAl Viro1-6/+6
2012-05-21frv: use set_current_blocked() and block_sigmask()Matt Fleming1-17/+4
2012-05-21new helper: sigsuspend()Al Viro1-11/+3
2010-09-20frv: double syscall restarts, syscall restart in sigreturn()Al Viro1-1/+3
2010-09-20frv: handling of restart into restart_syscall is fsckedAl Viro1-1/+1
2010-09-20frv: avoid infinite loop of SIGSEGV deliveryAl Viro1-2/+2
2010-09-20frv: fix address verification holes in setup_frame/setup_rt_frameAl Viro1-16/+22
2010-09-20frv: restart_block.fn needs to be reset on sigreturnAl Viro1-0/+3
2009-10-29frv: fix check on unsigned in do_signal()Roel Kluin1-1/+1
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells1-0/+2
2009-06-11FRV: Implement new-style ptraceDavid Howells1-0/+5
2009-06-11FRV: Implement TIF_NOTIFY_RESUMEDavid Howells1-0/+5
2008-04-29Remove the macro get_personalityWANG Cong1-2/+2
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham1-1/+1
2006-06-23[PATCH] fix incorrect SA_ONSTACK behaviour for 64-bit processesLaurent MEYER1-1/+1
2006-06-23[PATCH] frv: signal annotationsAl Viro1-10/+10
2006-01-18[PATCH] Handle TIF_RESTORE_SIGMASK for FRVDavid Howells1-76/+44
2006-01-06[PATCH] frv: improve signal handlingDavid Howells1-52/+50
2006-01-06[PATCH] frv: fix signal handlingDavid Howells1-28/+45
2005-08-29[PATCH] convert signal handling of NODEFER to act like other Unix boxes.Steven Rostedt1-6/+5
2005-06-25[PATCH] Cleanup patch for process freezingChristoph Lameter1-3/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+588