summaryrefslogtreecommitdiff
path: root/arch/parisc/kernel/signal.c
AgeCommit message (Expand)Author
2023-08-10parisc: signal: Fix sparse incorrect type in assignment warningHelge Deller
2023-06-30parisc: signal: Mark do_notify_resume() and sys_rt_sigreturn() asmlinkageHelge Deller
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-11parisc: Add vDSO supportHelge Deller
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann
2021-11-18Revert "parisc: Reduce sigreturn trampoline to 3 instructions"Helge Deller
2021-09-09parisc: Reduce sigreturn trampoline to 3 instructionsHelge Deller
2021-09-09parisc: Check user signal stack trampoline is inside TASK_SIZEHelge Deller
2021-09-09parisc: Drop useless debug info and comments from signal.cHelge Deller
2021-09-01parisc: fix crash with signals and allocaMikulas Patocka
2020-11-09parisc: add support for TIF_NOTIFY_SIGNALJens Axboe
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman
2018-10-17parisc: Add alternative coding infrastructureHelge Deller
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-19parisc: switch to {get,put}_compat_sigset()Al Viro
2017-03-03Merge branch 'parisc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-25parisc: Remove flush_user_dcache_range and flush_user_icache_rangeJohn David Anglin
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2015-12-21parisc: Fix syscall restartsHelge Deller
2015-02-16parisc: hpux - Remove hpux gateway pageHelge Deller
2015-02-16parisc: Add error checks when building up signal trampoline handlerHelge Deller
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski
2014-08-06parisc: Use get_signal() signal_setup_done()Richard Weinberger
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-08-27treewide: Fix printks with 0x%#Joe Perches
2013-07-31parisc: Remove arch/parisc/kernel/sys32.h headerJohn David Anglin
2013-03-02parisc: remove unused variable 'compat_val'Helge Deller
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-20parisc: space register variables need to be in native length (unsigned long)John David Anglin
2013-02-03parisc: switch to generic sigaltstackAl Viro
2013-01-07parisc: sigaltstack doesn't round ss.ss_sp as requiredJohn David Anglin
2012-10-01parisc: don't bother looping in do_signal()Al Viro
2012-10-01parisc: fix double restartsAl Viro
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-01TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setAl 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-21parisc: resetting ->restart_block.fn needs to be done on rt_sigreturn()Al Viro
2012-05-21parisc: use set_current_blocked() and block_sigmask()Matt Fleming
2011-03-31Fix common misspellingsLucas De Marchi