summaryrefslogtreecommitdiffstats
path: root/arch/hexagon/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-091-1/+1
|\
| * signal: Remove task parameter from force_sigEric W. Biederman2019-05-271-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 267Thomas Gleixner2019-06-051-14/+1Star
|/
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-2/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-131-1/+1
* hexagon: Use sigsp()Richard Weinberger2014-08-061-11/+3Star
* hexagon: Use get_signal() signal_setup_done()Richard Weinberger2014-08-061-27/+18Star
* Hexagon: update copyright datesRichard Kuo2013-05-011-1/+1
* Hexagon: check to if we will overflow the signal stackRichard Kuo2013-05-011-0/+4
* Hexagon: Signal and return path fixesRichard Kuo2013-05-011-24/+5Star
* Hexagon: add support for new v4+ registersRichard Kuo2013-05-011-2/+8
* hexagon: don't leave ->uc_stack uninitializedAl Viro2013-02-041-0/+1
* hexagon: switch to generic sigaltstackAl Viro2013-02-041-14/+1Star
* Merge branch 'arch-frv' into no-rebasesAl Viro2012-11-171-1/+1
|\
| * Hexagon: Copyright marking changesRichard Kuo2012-10-191-1/+1
* | hexagon: kernel_thread()/kernel_execve() conversionAl Viro2012-10-241-2/+2
|/
* Uninclude linux/freezer.hRichard Weinberger2012-10-011-1/+0Star
* new helper: signal_delivered()Al Viro2012-06-011-2/+1Star
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-011-3/+0Star
* don't call try_to_freeze() from do_signal()Al Viro2012-06-011-4/+0Star
* pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-20/+6Star
* new helper: sigmask_to_save()Al Viro2012-06-011-10/+3Star
* new helper: restore_saved_sigmask()Al Viro2012-06-011-4/+1Star
* move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-241-2/+0Star
* hexagon: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro2012-05-221-0/+3
* hexagon: do_notify_resume() needs tracehook_notify_resume()Oleg Nesterov2012-05-221-0/+1
* Hexagon: use set_current_blocked() and block_sigmask()Matt Fleming2012-03-241-10/+2Star
* Hexagon: Add signal functionsRichard Kuo2011-11-011-0/+345