| Commit message (Expand) | Author | Age | Files | Lines |
* | parisc: Remove arch/parisc/kernel/sys32.h header | John David Anglin | 2013-07-31 | 1 | -7/+0 |
* | parisc: remove unused variable 'compat_val' | Helge Deller | 2013-03-02 | 1 | -1/+0 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-02-23 | 1 | -15/+4 |
|\ |
|
| * | parisc: switch to generic sigaltstack | Al Viro | 2013-02-03 | 1 | -15/+4 |
* | | parisc: space register variables need to be in native length (unsigned long) | John David Anglin | 2013-02-20 | 1 | -1/+1 |
* | | parisc: sigaltstack doesn't round ss.ss_sp as required | John David Anglin | 2013-01-07 | 1 | -1/+3 |
|/ |
|
* | parisc: don't bother looping in do_signal() | Al Viro | 2012-10-01 | 1 | -22/+7 |
* | parisc: fix double restarts | Al Viro | 2012-10-01 | 1 | -8/+8 |
* | new helper: signal_delivered() | Al Viro | 2012-06-01 | 1 | -3/+1 |
* | most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set | Al Viro | 2012-06-01 | 1 | -4/+0 |
* | TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is set | Al Viro | 2012-06-01 | 1 | -2/+1 |
* | pull clearing RESTORE_SIGMASK into block_sigmask() | Al Viro | 2012-06-01 | 1 | -6/+4 |
* | new helper: sigmask_to_save() | Al Viro | 2012-06-01 | 1 | -16/+5 |
* | new helper: restore_saved_sigmask() | Al Viro | 2012-06-01 | 1 | -6/+1 |
* | move key_repace_session_keyring() into tracehook_notify_resume() | Al Viro | 2012-05-23 | 1 | -2/+0 |
* | parisc: resetting ->restart_block.fn needs to be done on rt_sigreturn() | Al Viro | 2012-05-21 | 1 | -2/+1 |
* | parisc: use set_current_blocked() and block_sigmask() | Matt Fleming | 2012-05-21 | 1 | -10/+2 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
* | parisc: remove redundant initialization in sigsegv path of sys_rt_sigreturn | Kyle McMartin | 2010-11-29 | 1 | -8/+1 |
* | parisc: fix tracing of signals | Kyle McMartin | 2010-02-12 | 1 | -1/+3 |
* | parisc: remove duplicated #include | Huang Weiyi | 2009-12-16 | 1 | -1/+0 |
* | parisc: includecheck fix: signal.c | Jaswinder Singh Rajput | 2009-09-27 | 1 | -1/+0 |
* | parisc: tracehook_signal_handler | Kyle McMartin | 2009-09-27 | 1 | -0/+4 |
* | KEYS: Add missing linux/tracehook.h #inclusions | David Howells | 2009-09-09 | 1 | -0/+1 |
* | KEYS: Add a keyctl to install a process's session keyring on its parent [try #6] | David Howells | 2009-09-02 | 1 | -0/+2 |
* | KEYS: Extend TIF_NOTIFY_RESUME to (almost) all architectures [try #6] | David Howells | 2009-09-02 | 1 | -0/+5 |
* | CRED: Wrap task credential accesses in the PA-RISC arch | David Howells | 2008-11-14 | 1 | -1/+1 |
* | [PARISC] fix signal trampoline cache flushing | Kyle McMartin | 2008-04-15 | 1 | -1/+2 |
* | Spelling fixes: lenght->length | Paulius Zaleckas | 2008-02-03 | 1 | -1/+1 |
* | pid namespaces: changes to show virtual ids to user | Pavel Emelyanov | 2007-10-19 | 1 | -1/+1 |
* | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 2007-05-08 | 1 | -1/+0 |
* | [PARISC] use CONFIG_64BIT instead of __LP64__ | Helge Deller | 2007-02-17 | 1 | -12/+12 |
* | [PARISC] factor syscall_restart code out of do_signal | Kyle McMartin | 2007-02-17 | 1 | -79/+98 |
* | [PARISC] Add TIF_RESTORE_SIGMASK support | Kyle McMartin | 2007-02-17 | 1 | -50/+22 |
* | [PARISC] Switch is_compat_task to use TIF_32BIT | Kyle McMartin | 2006-10-04 | 1 | -3/+2 |
* | [PARISC] Add is_compat_task() helper | Kyle McMartin | 2006-06-27 | 1 | -10/+10 |
* | [PATCH] fix incorrect SA_ONSTACK behaviour for 64-bit processes | Laurent MEYER | 2006-06-23 | 1 | -1/+1 |
* | [PARISC] Arch-specific compat signals | Kyle McMartin | 2006-01-22 | 1 | -1/+1 |
* | [PARISC] Remove unused variable in signal.c | Grant Grundler | 2005-11-17 | 1 | -1/+0 |
* | [PARISC] Properly specify index field to I/D cache flush ops | Grant Grundler | 2005-10-21 | 1 | -4/+7 |
* | [PARISC] Prevent signal loops if we have a problem setting up a frame | Randolph Chung | 2005-10-21 | 1 | -9/+1 |
* | [PARISC] Add sync required after fdc to enforce insn ordering | Grant Grundler | 2005-10-21 | 1 | -0/+1 |
* | kbuild: m68k,parisc,ppc,ppc64,s390,xtensa use generic asm-offsets.h support | Sam Ravnborg | 2005-09-09 | 1 | -1/+1 |
* | [PATCH] convert signal handling of NODEFER to act like other Unix boxes. | Steven Rostedt | 2005-08-29 | 1 | -6/+5 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-16 | 1 | -0/+664 |