aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/signal.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-10parisc: signal: Fix sparse incorrect type in assignment warningHelge Deller1-1/+1
2023-06-30parisc: signal: Mark do_notify_resume() and sys_rt_sigreturn() asmlinkageHelge Deller1-5/+5
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2022-03-11parisc: Add vDSO supportHelge Deller1-121/+104
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman1-2/+2
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann1-2/+2
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/v...Linus 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...Linus Torvalds1-6/+7
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...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/jik...Linus 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/vir...Linus 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
2009-09-02KEYS: Extend TIF_NOTIFY_RESUME to (almost) all architectures [try #6]David Howells1-0/+5
2008-11-14CRED: Wrap task credential accesses in the PA-RISC archDavid Howells1-1/+1
2008-04-15[PARISC] fix signal trampoline cache flushingKyle McMartin1-1/+2
2008-02-03Spelling fixes: lenght->lengthPaulius Zaleckas1-1/+1
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-02-17[PARISC] use CONFIG_64BIT instead of __LP64__Helge Deller1-12/+12
2007-02-17[PARISC] factor syscall_restart code out of do_signalKyle McMartin1-79/+98
2007-02-17[PARISC] Add TIF_RESTORE_SIGMASK supportKyle McMartin1-50/+22
2006-10-04[PARISC] Switch is_compat_task to use TIF_32BITKyle McMartin1-3/+2
2006-06-27[PARISC] Add is_compat_task() helperKyle McMartin1-10/+10
2006-06-23[PATCH] fix incorrect SA_ONSTACK behaviour for 64-bit processesLaurent MEYER1-1/+1
2006-01-22[PARISC] Arch-specific compat signalsKyle McMartin1-1/+1
2005-11-17[PARISC] Remove unused variable in signal.cGrant Grundler1-1/+0
2005-10-21[PARISC] Properly specify index field to I/D cache flush opsGrant Grundler1-4/+7
2005-10-21[PARISC] Prevent signal loops if we have a problem setting up a frameRandolph Chung1-9/+1
2005-10-21[PARISC] Add sync required after fdc to enforce insn orderingGrant Grundler1-0/+1
2005-09-09kbuild: m68k,parisc,ppc,ppc64,s390,xtensa use generic asm-offsets.h supportSam Ravnborg1-1/+1
2005-08-29[PATCH] convert signal handling of NODEFER to act like other Unix boxes.Steven Rostedt1-6/+5
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+664