aboutsummaryrefslogtreecommitdiff
path: root/arch/parisc/kernel/signal.c
AgeCommit message (Expand)Author
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
2010-11-29parisc: remove redundant initialization in sigsegv path of sys_rt_sigreturnKyle McMartin
2010-02-12parisc: fix tracing of signalsKyle McMartin
2009-12-16parisc: remove duplicated #includeHuang Weiyi
2009-09-27parisc: includecheck fix: signal.cJaswinder Singh Rajput
2009-09-27parisc: tracehook_signal_handlerKyle McMartin
2009-09-09KEYS: Add missing linux/tracehook.h #inclusionsDavid Howells
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells
2009-09-02KEYS: Extend TIF_NOTIFY_RESUME to (almost) all architectures [try #6]David Howells
2008-11-14CRED: Wrap task credential accesses in the PA-RISC archDavid Howells
2008-04-15[PARISC] fix signal trampoline cache flushingKyle McMartin
2008-02-03Spelling fixes: lenght->lengthPaulius Zaleckas
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-02-17[PARISC] use CONFIG_64BIT instead of __LP64__Helge Deller
2007-02-17[PARISC] factor syscall_restart code out of do_signalKyle McMartin
2007-02-17[PARISC] Add TIF_RESTORE_SIGMASK supportKyle McMartin
2006-10-04[PARISC] Switch is_compat_task to use TIF_32BITKyle McMartin
2006-06-27[PARISC] Add is_compat_task() helperKyle McMartin
2006-06-23[PATCH] fix incorrect SA_ONSTACK behaviour for 64-bit processesLaurent MEYER
2006-01-22[PARISC] Arch-specific compat signalsKyle McMartin
2005-11-17[PARISC] Remove unused variable in signal.cGrant Grundler
2005-10-21[PARISC] Properly specify index field to I/D cache flush opsGrant Grundler
2005-10-21[PARISC] Prevent signal loops if we have a problem setting up a frameRandolph Chung
2005-10-21[PARISC] Add sync required after fdc to enforce insn orderingGrant Grundler
2005-09-09kbuild: m68k,parisc,ppc,ppc64,s390,xtensa use generic asm-offsets.h supportSam Ravnborg
2005-08-29[PATCH] convert signal handling of NODEFER to act like other Unix boxes.Steven Rostedt
2005-04-16Linux-2.6.12-rc2Linus Torvalds