summaryrefslogtreecommitdiff
path: root/arch/hexagon/kernel/signal.c
AgeCommit message (Expand)Author
2023-12-10hexagon: signal: switch to SYSCALL_DEFINE0 for sys_rt_sigreturn()Nathan Chancellor
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 267Thomas Gleixner
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski
2014-08-06hexagon: Use sigsp()Richard Weinberger
2014-08-06hexagon: Use get_signal() signal_setup_done()Richard Weinberger
2013-04-30Hexagon: update copyright datesRichard Kuo
2013-04-30Hexagon: check to if we will overflow the signal stackRichard Kuo
2013-04-30Hexagon: Signal and return path fixesRichard Kuo
2013-04-30Hexagon: add support for new v4+ registersRichard Kuo
2013-02-03hexagon: don't leave ->uc_stack uninitializedAl Viro
2013-02-03hexagon: switch to generic sigaltstackAl Viro
2012-11-16Merge branch 'arch-frv' into no-rebasesAl Viro
2012-10-23hexagon: kernel_thread()/kernel_execve() conversionAl Viro
2012-10-18Hexagon: Copyright marking changesRichard Kuo
2012-10-01Uninclude linux/freezer.hRichard Weinberger
2012-06-01new helper: signal_delivered()Al Viro
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro
2012-06-01don't call try_to_freeze() from do_signal()Al Viro
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro
2012-06-01new helper: sigmask_to_save()Al Viro
2012-06-01new helper: restore_saved_sigmask()Al Viro
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro
2012-05-21hexagon: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro
2012-05-21hexagon: do_notify_resume() needs tracehook_notify_resume()Oleg Nesterov
2012-03-23Hexagon: use set_current_blocked() and block_sigmask()Matt Fleming
2011-11-01Hexagon: Add signal functionsRichard Kuo