aboutsummaryrefslogtreecommitdiff
path: root/arch/hexagon/kernel/signal.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 267Gravatar Thomas Gleixner 1-14/+1
2019-05-27signal: Remove task parameter from force_sigGravatar Eric W. Biederman 1-1/+1
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-2/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2015-02-12all arches, signal: move restart_block to struct task_structGravatar Andy Lutomirski 1-1/+1
2014-08-06hexagon: Use sigsp()Gravatar Richard Weinberger 1-11/+3
2014-08-06hexagon: Use get_signal() signal_setup_done()Gravatar Richard Weinberger 1-27/+18
2013-04-30Hexagon: update copyright datesGravatar Richard Kuo 1-1/+1
2013-04-30Hexagon: check to if we will overflow the signal stackGravatar Richard Kuo 1-0/+4
2013-04-30Hexagon: Signal and return path fixesGravatar Richard Kuo 1-24/+5
2013-04-30Hexagon: add support for new v4+ registersGravatar Richard Kuo 1-2/+8
2013-02-03hexagon: don't leave ->uc_stack uninitializedGravatar Al Viro 1-0/+1
2013-02-03hexagon: switch to generic sigaltstackGravatar Al Viro 1-14/+1
2012-11-16Merge branch 'arch-frv' into no-rebasesGravatar Al Viro 1-1/+1
2012-10-23hexagon: kernel_thread()/kernel_execve() conversionGravatar Al Viro 1-2/+2
2012-10-18Hexagon: Copyright marking changesGravatar Richard Kuo 1-1/+1
2012-10-01Uninclude linux/freezer.hGravatar Richard Weinberger 1-1/+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-3/+0
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-20/+6
2012-06-01new helper: sigmask_to_save()Gravatar Al Viro 1-10/+3
2012-06-01new helper: restore_saved_sigmask()Gravatar Al Viro 1-4/+1
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Gravatar Al Viro 1-2/+0
2012-05-21hexagon: ->restart_block.fn needs to be reset on rt_sigreturnGravatar Al Viro 1-0/+3
2012-05-21hexagon: do_notify_resume() needs tracehook_notify_resume()Gravatar Oleg Nesterov 1-0/+1
2012-03-23Hexagon: use set_current_blocked() and block_sigmask()Gravatar Matt Fleming 1-10/+2
2011-11-01Hexagon: Add signal functionsGravatar Richard Kuo 1-0/+345