- 235b802 x86: convert to ksignal by Al Viro · 12 years ago
- 08f73957 sparc: convert to ksignal by Al Viro · 12 years ago
- 7e24364 arm: switch to struct ksignal * passing by Al Viro · 12 years ago
- cfd60c0 alpha: pass k_sigaction and siginfo_t using ksignal pointer by Al Viro · 12 years ago
- d64008a burying unused conditionals by Al Viro · 12 years ago
- e9b04b5 make do_sigaltstack() static by Al Viro · 12 years ago
- 9b25d60 Merge branches 'arch-alpha', 'arch-arm', 'arch-arm64', 'arch-avr32', 'arch-blackfin', 'arch-c6x', 'arch-cris', 'arch-frv', 'arch-h8300', 'arch-hexagon', 'arch-ia64', 'arch-m32r', 'arch-m68k', 'arch-microblaze', 'arch-mips', 'arch-mn10300', 'arch-openrisc', 'arch-parisc', 'arch-powerpc', 'arch-s390', 'arch-score', 'arch-sh', 'arch-sparc', 'arch-tile', 'arch-unicore32', 'arch-x86' and 'arch-xtensa' by Al Viro · 12 years ago
- 5168203 arm64: switch to generic old sigaction() (compat-only) by Al Viro · 12 years ago
- 02323a9 arm64: switch to generic compat rt_sigaction() by Al Viro · 12 years ago
- 84b9e9b arm64: switch compat to generic old sigsuspend by Al Viro · 12 years ago
- 4cd2b2f arm64: switch to generic compat rt_sigqueueinfo() by Al Viro · 12 years ago
- 67cf48f arm64: switch to generic compat rt_sigpending() by Al Viro · 12 years ago
- 630cfbb arm64: switch to generic compat rt_sigprocmask() by Al Viro · 12 years ago
- 207bdae arm64: switch to generic sigaltstack by Al Viro · 12 years ago
- 52ad6b3 sparc: switch to generic old sigsuspend by Al Viro · 12 years ago
- 7540c8e sparc: COMPAT_SYSCALL_DEFINE does all sign-extension as well as SYSCALL_DEFINE by Al Viro · 12 years ago
- 5250a8b sparc: kill sign-extending wrappers for native syscalls by Al Viro · 12 years ago
- 25f9e5c kill sparc32_open() by Al Viro · 12 years ago
- a274bd4 sparc: switch to use of generic old sigaction by Al Viro · 12 years ago
- bdc40ab sparc: switch sys_compat_rt_sigaction() to COMPAT_SYSCALL_DEFINE by Al Viro · 12 years ago
- 50150d2 mips: switch to generic sys_fork() and sys_clone() by Al Viro · 12 years ago
- 64b3122 mips: take the "zero newsp means inherit the parent's one" to copy_thread() by Al Viro · 12 years ago
- 974fdb3 mips: no magic arguments for sysm_pipe() by Al Viro · 12 years ago
- 5e392b8d mips: don't bother with compat_sys_futex() wrappers by Al Viro · 12 years ago
- aa58480 mips: switch to generic compat rt_sigaction() by Al Viro · 12 years ago
- 0450d22f mips: switch to generic compat sched_rr_get_interval() by Al Viro · 12 years ago
- 1910f4a mips: sigsuspend() is essentially the same as rt_sigsuspend() here by Al Viro · 12 years ago
- ea5d83d mips: switch to generic compat rt_sigqueueinfo() by Al Viro · 12 years ago
- 45cb66f mips: switch to generic compat rt_sigpending() by Al Viro · 12 years ago
- 056a060 mips: switch to generic compat rt_sigprocmask() by Al Viro · 12 years ago
- bde208d switch mips to generic rt_sigsuspend(), make it unconditional by Al Viro · 12 years ago
- 1c37ea82 mips: switch to compat_sys_waitid() by Al Viro · 12 years ago
- ea536ad mips: switch to generic sigaltstack by Al Viro · 12 years ago
- c6489c1 Merge commit '12890d0f61fc' into arch-mips by Al Viro · 12 years ago
- 5b3eb3a x86: switch to generic old sigaction by Al Viro · 12 years ago
- 0430f2f xtensa: switch to generic sigaltstack by Al Viro · 12 years ago
- 29fd448 x86: switch to generic compat rt_sigaction() by Al Viro · 12 years ago
- d7c43e4 x86: switch to generic compat sched_rr_get_interval() by Al Viro · 12 years ago
- 15ce1f7 x86,um: switch to generic old sigsuspend() by Al Viro · 12 years ago
- 7b83d1a x86: switch to generic compat rt_sigqueueinfo() by Al Viro · 12 years ago
- f45adb0 x86: switch to generic compat rt_sigpending() by Al Viro · 12 years ago
- 49cb25e x86: get rid of pt_regs argument in vm86/vm86old by Al Viro · 12 years ago
- 3fe26fa x86: get rid of pt_regs argument in sigreturn variants by Al Viro · 12 years ago
- b3af11a x86: get rid of pt_regs argument of iopl(2) by Al Viro · 12 years ago
- 50b3c9e unicore32: switch to generic sigaltstack by Al Viro · 12 years ago
- ea93a6e amd64: get rid of useless RESTORE_TOP_OF_STACK in stub_execve() by Al Viro · 12 years ago
- a402922 tile: switch to generic compat rt_sigaction() by Al Viro · 12 years ago
- 7b5d3c1 tile: switch to generic compat rt_sigqueueinfo() by Al Viro · 12 years ago
- 03e2759 tile: switch to generic compat rt_sig{procmask,pending}() by Al Viro · 12 years ago
- 47669ab tile: switch to generic sigaltstack by Al Viro · 12 years ago
- 8d65681 sparc: switch to generic compat rt_sigqueueinfo() by Al Viro · 12 years ago
- 55bb5a1 sparc: switch to generic compat rt_sigpending() by Al Viro · 12 years ago
- 826c877 sparc: switch to generic compat rt_sigprocmask(2) by Al Viro · 12 years ago
- c971625 sparc: bury the sys_sigpause() remains by Al Viro · 12 years ago
- 99b06fe sparc: switch to generic sigaltstack by Al Viro · 12 years ago
- 0679a85 sh: switch to generic old sigaction() by Al Viro · 12 years ago
- 881e252 sh: switch to generic old sigsuspend() by Al Viro · 12 years ago
- b774cc5 score: switch to generic sigaltstack by Al Viro · 12 years ago
- 7a879a9 sh: switch to generic sigaltstack by Al Viro · 12 years ago
- 1cb44eb s390: kill useless wrappers by Al Viro · 12 years ago
- 7eddd99 s390: switch to generic old sigaction() by Al Viro · 12 years ago
- f036b94 s390: switch to generic compat rt_sigaction by Al Viro · 12 years ago
- d7b5427 s390: switch to generic compat sched_rr_get_interval() by Al Viro · 12 years ago
- e181ee4 s390: switch to generic old sigsuspend by Al Viro · 12 years ago
- 07562be7 s390: switch to generic compat rt_sigqueueinfo() by Al Viro · 12 years ago
- bdcf031 s390: switch to generic compat rt_sigpending() by Al Viro · 12 years ago
- 7426022 s390: switch to generic compat rt_sigprocmask(2) by Al Viro · 12 years ago
- b1ff98c powerpc: trim the crap from syscalls.h by Al Viro · 12 years ago
- e214125 s390: switch to generic sigaltstack by Al Viro · 12 years ago
- 09a4d5d powerpc: switch to generic old sigaction() by Al Viro · 12 years ago
- 5aa1cde powerpc: switch to generic compat rt_sigaction() by Al Viro · 12 years ago
- a31dd96 powerpc: kill pointless wrappers by Al Viro · 12 years ago
- 0980cae powerpc: switch to generic old sigsuspend by Al Viro · 12 years ago
- 309e44b powerpc: switch to generic compat rt_sigqueueinfo() by Al Viro · 12 years ago
- cfe0467 powerpc: switch to generic compat rt_sigpending() by Al Viro · 12 years ago
- 451a651 powerpc: switch to generic compat rt_sigprocmask() by Al Viro · 12 years ago
- 7cce246 powerpc: switch to generic sigaltstack by Al Viro · 12 years ago
- b0f9582 parisc: switch to generic compat rt_sigaction() by Al Viro · 12 years ago
- d914b8d parisc: switch to generic compat sched_rr_get_interval() by Al Viro · 12 years ago
- 441ff95 parisc: switch to generic compat rt_sigqueueinfo() by Al Viro · 12 years ago
- cddc2da parisc: switch to generic compat rt_sigpending() by Al Viro · 12 years ago
- e6a7ad5 parisc: switch to generic compat rt_sigprocmask() by Al Viro · 12 years ago
- faec5a9 openrisc: switch to generic sigaltstack by Al Viro · 12 years ago
- 6e26aab parisc: switch to generic sigaltstack by Al Viro · 12 years ago
- 33f9f78 mn10300: switch to generic old sigaction() by Al Viro · 12 years ago
- 7d1d990 mn10300: switch to generic old sigsuspend by Al Viro · 12 years ago
- de2bfce microblaze: remove debris in ptrace.c by Al Viro · 12 years ago
- b30c7d5 mn10300: switch to generic sigaltstack by Al Viro · 12 years ago
- 4de6ba6 microblaze: Move restart allowed out of block by Michal Simek · 12 years ago
- e9f9252 microblaze: fix handling of multiple pending signals by Al Viro · 13 years ago
- 14203e1 microblaze: fix the horror with restarts of sigreturn() by Al Viro · 13 years ago
- c886a9f microblaze: evict the check for kernel_mode(regs) from do_notify_resume() by Al Viro · 13 years ago
- 4a9d32d microblaze: switch to generic sigaltstack by Al Viro · 12 years ago
- 8be433a m68k: switch to generic old sigaction() by Al Viro · 12 years ago
- 1ba3e7e m68k: switch to generic old sigsuspend by Al Viro · 12 years ago
- 08d4f65 m68k: switch to generic sigaltstack by Al Viro · 12 years ago
- 1084f75 m32r: switch to generic sigaltstack by Al Viro · 12 years ago
- da36f98 hexagon: don't leave ->uc_stack uninitialized by Al Viro · 12 years ago
- e8d9ef0 ia64: switch to generic sigaltstack by Al Viro · 12 years ago
- b037574 h8300: switch to generic old sigaction() by Al Viro · 12 years ago