aboutsummaryrefslogtreecommitdiffstats
path: root/arch/openrisc/kernel/signal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman1-1/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-3/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2015-04-12arch: Remove exec_domain from remaining archsRichard Weinberger1-2/+0
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski1-1/+1
2014-08-06openrisc: Use sigsp()Richard Weinberger1-17/+3
2014-01-09openrisc: Use get_signal() signal_setup_done()Richard Weinberger1-37/+22
2014-01-09openrisc: Rework signal handlingJonas Bonn1-92/+106
2013-02-03openrisc: switch to generic sigaltstackAl Viro1-13/+2
2012-11-28openrisk: fix altstack switching on sigreturnAl Viro1-4/+2
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-3/+0
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro1-2/+0
2012-06-01openrisc: tracehook_signal_handler() is supposed to be called on successAl Viro1-14/+6
2012-06-01new helper: sigmask_to_save()Al Viro1-9/+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-03-06openrisc: sanitize use of orig_gpr11Jonas Bonn1-1/+1
2012-02-17OpenRISC: Use set_current_blocked() and block_sigmask()Matt Fleming1-11/+2
2012-02-17OpenRISC: Don't mask signals if we fail to setup signal stackMatt Fleming1-11/+18
2012-02-17OpenRISC: No need to reset handler if SA_ONESHOTMatt Fleming1-3/+0
2012-02-17OpenRISC: Don't reimplement force_sigsegv()Matt Fleming1-3/+1
2011-09-05openrisc: don't use pt_regs in struct sigcontextJonas Bonn1-18/+11
2011-07-22OpenRISC: Signal handlingJonas Bonn1-0/+396