aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/signal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-18Revert "parisc: Reduce sigreturn trampoline to 3 instructions"Helge Deller1-6/+7
2021-09-09parisc: Reduce sigreturn trampoline to 3 instructionsHelge Deller1-7/+6
2021-09-09parisc: Check user signal stack trampoline is inside TASK_SIZEHelge Deller1-7/+10
2021-09-09parisc: Drop useless debug info and comments from signal.cHelge Deller1-15/+0
2021-09-01parisc: fix crash with signals and allocaMikulas Patocka1-0/+6
2020-11-09parisc: add support for TIF_NOTIFY_SIGNALJens Axboe1-1/+2
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe1-3/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-1/+0
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman1-1/+1
2018-10-17parisc: Add alternative coding infrastructureHelge Deller1-1/+0
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-19parisc: switch to {get,put}_compat_sigset()Al Viro1-6/+3
2017-03-03Merge branch 'parisc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds1-6/+7
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2017-02-25parisc: Remove flush_user_dcache_range and flush_user_icache_rangeJohn David Anglin1-6/+7
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2015-12-21parisc: Fix syscall restartsHelge Deller1-12/+52
2015-02-16parisc: hpux - Remove hpux gateway pageHelge Deller1-2/+1
2015-02-16parisc: Add error checks when building up signal trampoline handlerHelge Deller1-14/+15
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski1-1/+1
2014-08-06parisc: Use get_signal() signal_setup_done()Richard Weinberger1-34/+24
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-08-27treewide: Fix printks with 0x%#Joe Perches1-1/+1
2013-07-31parisc: Remove arch/parisc/kernel/sys32.h headerJohn David Anglin1-7/+0
2013-03-02parisc: remove unused variable 'compat_val'Helge Deller1-1/+0
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-15/+4
2013-02-20parisc: space register variables need to be in native length (unsigned long)John David Anglin1-1/+1
2013-02-03parisc: switch to generic sigaltstackAl Viro1-15/+4
2013-01-07parisc: sigaltstack doesn't round ss.ss_sp as requiredJohn David Anglin1-1/+3
2012-10-01parisc: don't bother looping in do_signal()Al Viro1-22/+7
2012-10-01parisc: fix double restartsAl Viro1-8/+8
2012-06-01new helper: signal_delivered()Al Viro1-3/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro1-4/+0
2012-06-01TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setAl Viro1-2/+1
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro1-6/+4
2012-06-01new helper: sigmask_to_save()Al Viro1-16/+5
2012-06-01new helper: restore_saved_sigmask()Al Viro1-6/+1
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro1-2/+0
2012-05-21parisc: resetting ->restart_block.fn needs to be done on rt_sigreturn()Al Viro1-2/+1
2012-05-21parisc: use set_current_blocked() and block_sigmask()Matt Fleming1-10/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-11-29parisc: remove redundant initialization in sigsegv path of sys_rt_sigreturnKyle McMartin1-8/+1
2010-02-12parisc: fix tracing of signalsKyle McMartin1-1/+3
2009-12-16parisc: remove duplicated #includeHuang Weiyi1-1/+0
2009-09-27parisc: includecheck fix: signal.cJaswinder Singh Rajput1-1/+0
2009-09-27parisc: tracehook_signal_handlerKyle McMartin1-0/+4
2009-09-09KEYS: Add missing linux/tracehook.h #inclusionsDavid Howells1-0/+1
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells1-0/+2