aboutsummaryrefslogtreecommitdiffstats
path: root/arch/hexagon/kernel/signal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman1-1/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 267Thomas Gleixner1-14/+1
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman1-1/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-2/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski1-1/+1
2014-08-06hexagon: Use sigsp()Richard Weinberger1-11/+3
2014-08-06hexagon: Use get_signal() signal_setup_done()Richard Weinberger1-27/+18
2013-04-30Hexagon: update copyright datesRichard Kuo1-1/+1
2013-04-30Hexagon: check to if we will overflow the signal stackRichard Kuo1-0/+4
2013-04-30Hexagon: Signal and return path fixesRichard Kuo1-24/+5
2013-04-30Hexagon: add support for new v4+ registersRichard Kuo1-2/+8
2013-02-03hexagon: don't leave ->uc_stack uninitializedAl Viro1-0/+1
2013-02-03hexagon: switch to generic sigaltstackAl Viro1-14/+1
2012-11-16Merge branch 'arch-frv' into no-rebasesAl Viro1-1/+1
2012-10-23hexagon: kernel_thread()/kernel_execve() conversionAl Viro1-2/+2
2012-10-18Hexagon: Copyright marking changesRichard Kuo1-1/+1
2012-10-01Uninclude linux/freezer.hRichard Weinberger1-1/+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-3/+0
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-20/+6
2012-06-01new helper: sigmask_to_save()Al Viro1-10/+3
2012-06-01new helper: restore_saved_sigmask()Al Viro1-4/+1
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro1-2/+0
2012-05-21hexagon: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro1-0/+3
2012-05-21hexagon: do_notify_resume() needs tracehook_notify_resume()Oleg Nesterov1-0/+1
2012-03-23Hexagon: use set_current_blocked() and block_sigmask()Matt Fleming1-10/+2
2011-11-01Hexagon: Add signal functionsRichard Kuo1-0/+345