summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
* signal: Remove task parameter from force_sigEric W. Biederman2019-05-271-1/+1
* parisc: Add alternative coding infrastructureHelge Deller2018-10-171-1/+0Star
* Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-11-171-6/+3Star
|\
| * parisc: switch to {get,put}_compat_sigset()Al Viro2017-09-191-6/+3Star
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* Merge branch 'parisc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-041-6/+7
|\
| * parisc: Remove flush_user_dcache_range and flush_user_icache_rangeJohn David Anglin2017-02-251-6/+7
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* parisc: Fix syscall restartsHelge Deller2015-12-211-12/+52
* parisc: hpux - Remove hpux gateway pageHelge Deller2015-02-161-2/+1Star
* parisc: Add error checks when building up signal trampoline handlerHelge Deller2015-02-161-14/+15
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-131-1/+1
* parisc: Use get_signal() signal_setup_done()Richard Weinberger2014-08-061-34/+24Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-09-061-1/+1
|\
| * treewide: Fix printks with 0x%#Joe Perches2013-08-271-1/+1
* | parisc: Remove arch/parisc/kernel/sys32.h headerJohn David Anglin2013-07-311-7/+0Star
|/
* parisc: remove unused variable 'compat_val'Helge Deller2013-03-021-1/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-241-15/+4Star
|\
| * parisc: switch to generic sigaltstackAl Viro2013-02-041-15/+4Star
* | parisc: space register variables need to be in native length (unsigned long)John David Anglin2013-02-201-1/+1
* | parisc: sigaltstack doesn't round ss.ss_sp as requiredJohn David Anglin2013-01-071-1/+3
|/
* parisc: don't bother looping in do_signal()Al Viro2012-10-011-22/+7Star
* parisc: fix double restartsAl Viro2012-10-011-8/+8
* new helper: signal_delivered()Al Viro2012-06-011-3/+1Star
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-011-4/+0Star
* TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setAl Viro2012-06-011-2/+1Star
* pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-6/+4Star
* new helper: sigmask_to_save()Al Viro2012-06-011-16/+5Star
* new helper: restore_saved_sigmask()Al Viro2012-06-011-6/+1Star
* move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-241-2/+0Star
* parisc: resetting ->restart_block.fn needs to be done on rt_sigreturn()Al Viro2012-05-221-2/+1Star
* parisc: use set_current_blocked() and block_sigmask()Matt Fleming2012-05-221-10/+2Star
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* parisc: remove redundant initialization in sigsegv path of sys_rt_sigreturnKyle McMartin2010-11-301-8/+1Star
* parisc: fix tracing of signalsKyle McMartin2010-02-121-1/+3
* parisc: remove duplicated #includeHuang Weiyi2009-12-161-1/+0Star
* parisc: includecheck fix: signal.cJaswinder Singh Rajput2009-09-281-1/+0Star
* parisc: tracehook_signal_handlerKyle McMartin2009-09-281-0/+4
* KEYS: Add missing linux/tracehook.h #inclusionsDavid Howells2009-09-091-0/+1
* KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells2009-09-021-0/+2
* KEYS: Extend TIF_NOTIFY_RESUME to (almost) all architectures [try #6]David Howells2009-09-021-0/+5
* CRED: Wrap task credential accesses in the PA-RISC archDavid Howells2008-11-141-1/+1
* [PARISC] fix signal trampoline cache flushingKyle McMartin2008-04-161-1/+2
* Spelling fixes: lenght->lengthPaulius Zaleckas2008-02-031-1/+1
* pid namespaces: changes to show virtual ids to userPavel Emelyanov2007-10-191-1/+1
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0Star
* [PARISC] use CONFIG_64BIT instead of __LP64__Helge Deller2007-02-171-12/+12
* [PARISC] factor syscall_restart code out of do_signalKyle McMartin2007-02-171-79/+98
* [PARISC] Add TIF_RESTORE_SIGMASK supportKyle McMartin2007-02-171-50/+22Star