aboutsummaryrefslogtreecommitdiff
path: root/arch/parisc/kernel/signal.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+2
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+2
2022-03-11parisc: Add vDSO supportGravatar Helge Deller 1-121/+104
2022-03-10resume_user_mode: Move to resume_user_mode.hGravatar Eric W. Biederman 1-2/+2
2022-02-25uaccess: remove CONFIG_SET_FSGravatar Arnd Bergmann 1-2/+2
2021-11-18Revert "parisc: Reduce sigreturn trampoline to 3 instructions"Gravatar Helge Deller 1-6/+7
2021-09-09parisc: Reduce sigreturn trampoline to 3 instructionsGravatar Helge Deller 1-7/+6
2021-09-09parisc: Check user signal stack trampoline is inside TASK_SIZEGravatar Helge Deller 1-7/+10
2021-09-09parisc: Drop useless debug info and comments from signal.cGravatar Helge Deller 1-15/+0
2021-09-01parisc: fix crash with signals and allocaGravatar Mikulas Patocka 1-0/+6
2020-11-09parisc: add support for TIF_NOTIFY_SIGNALGravatar Jens Axboe 1-1/+2
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Gravatar Jens Axboe 1-3/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Gravatar Mike Rapoport 1-1/+0
2019-05-27signal: Remove task parameter from force_sigGravatar Eric W. Biederman 1-1/+1
2018-10-17parisc: Add alternative coding infrastructureGravatar Helge Deller 1-1/+0
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-6/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-09-19parisc: switch to {get,put}_compat_sigset()Gravatar Al Viro 1-6/+3
2017-03-03Merge branch 'parisc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-6/+7
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-02-25parisc: Remove flush_user_dcache_range and flush_user_icache_rangeGravatar John David Anglin 1-6/+7
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2015-12-21parisc: Fix syscall restartsGravatar Helge Deller 1-12/+52
2015-02-16parisc: hpux - Remove hpux gateway pageGravatar Helge Deller 1-2/+1
2015-02-16parisc: Add error checks when building up signal trampoline handlerGravatar Helge Deller 1-14/+15
2015-02-12all arches, signal: move restart_block to struct task_structGravatar Andy Lutomirski 1-1/+1
2014-08-06parisc: Use get_signal() signal_setup_done()Gravatar Richard Weinberger 1-34/+24
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2013-08-27treewide: Fix printks with 0x%#Gravatar Joe Perches 1-1/+1
2013-07-31parisc: Remove arch/parisc/kernel/sys32.h headerGravatar John David Anglin 1-7/+0
2013-03-02parisc: remove unused variable 'compat_val'Gravatar Helge Deller 1-1/+0
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-15/+4
2013-02-20parisc: space register variables need to be in native length (unsigned long)Gravatar John David Anglin 1-1/+1
2013-02-03parisc: switch to generic sigaltstackGravatar Al Viro 1-15/+4
2013-01-07parisc: sigaltstack doesn't round ss.ss_sp as requiredGravatar John David Anglin 1-1/+3
2012-10-01parisc: don't bother looping in do_signal()Gravatar Al Viro 1-22/+7
2012-10-01parisc: fix double restartsGravatar Al Viro 1-8/+8
2012-06-01new helper: signal_delivered()Gravatar Al Viro 1-3/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setGravatar Al Viro 1-4/+0
2012-06-01TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setGravatar Al Viro 1-2/+1
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Gravatar Al Viro 1-6/+4
2012-06-01new helper: sigmask_to_save()Gravatar Al Viro 1-16/+5
2012-06-01new helper: restore_saved_sigmask()Gravatar Al Viro 1-6/+1
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Gravatar Al Viro 1-2/+0
2012-05-21parisc: resetting ->restart_block.fn needs to be done on rt_sigreturn()Gravatar Al Viro 1-2/+1
2012-05-21parisc: use set_current_blocked() and block_sigmask()Gravatar Matt Fleming 1-10/+2
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2010-11-29parisc: remove redundant initialization in sigsegv path of sys_rt_sigreturnGravatar Kyle McMartin 1-8/+1
2010-02-12parisc: fix tracing of signalsGravatar Kyle McMartin 1-1/+3