summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | | | | | | | | | * | mips: switch to generic compat rt_sigprocmask()Al Viro2013-02-034-24/+3
| | | | | | | | | | | | | | | * | switch mips to generic rt_sigsuspend(), make it unconditionalAl Viro2013-02-036-55/+2
| | | | | | | | | | | | | | | * | mips: switch to compat_sys_waitid()Al Viro2013-02-032-27/+1
| | | | | | | | | | | | | | | * | mips: switch to generic sigaltstackAl Viro2013-02-037-127/+20
| | | | | | | | | | | | | | | * | Merge commit '12890d0f61fc' into arch-mipsAl Viro2013-02-031-13/+6
| | | | | | | | | | | | | | | |\ \ | | | | | | | | | | | | | | | | |/ | | | | | | | | | | | | | | | |/|
| | | | | | | | | | | | | | | | * MIPS: sysmips: Rewrite to use SYSCALL_DEFINE3().Ralf Baechle2012-12-271-12/+5
| | | | | | | | | | | | | | | | * MIPS: sysmips: Use unreachable().Ralf Baechle2012-12-271-1/+1
| | | | | | | | | | | | | | * | | microblaze: remove debris in ptrace.cAl Viro2013-02-031-23/+0
| | | | | | | | | | | | | | * | | microblaze: Move restart allowed out of blockMichal Simek2013-02-031-1/+1
| | | | | | | | | | | | | | * | | microblaze: fix handling of multiple pending signalsAl Viro2013-02-032-29/+42
| | | | | | | | | | | | | | * | | microblaze: fix the horror with restarts of sigreturn()Al Viro2013-02-032-2/+7
| | | | | | | | | | | | | | * | | microblaze: evict the check for kernel_mode(regs) from do_notify_resume()Al Viro2013-02-032-9/+3
| | | | | | | | | | | | | | * | | microblaze: switch to generic sigaltstackAl Viro2013-02-032-15/+3
| | | | | | | | | | | | | | |/ /
| | | | | | | | | | | | | * | | m68k: switch to generic old sigaction()Al Viro2013-02-033-39/+1
| | | | | | | | | | | | | * | | m68k: switch to generic old sigsuspendAl Viro2013-02-032-11/+1
| | | | | | | | | | | | | * | | m68k: switch to generic sigaltstackAl Viro2013-02-032-13/+4
| | | | | | | | | | | | | |/ /
| | | | | | | | | | | | * | | m32r: switch to generic sigaltstackAl Viro2013-02-032-14/+3
| | | | | | | | | | | | |/ /
| | | | | | | | | | | * | | ia64: switch to generic sigaltstackAl Viro2013-02-032-16/+4
| | | | | | | | | | | |/ /
| | | | | | | | | | * | | hexagon: don't leave ->uc_stack uninitializedAl Viro2013-02-031-0/+1
| | | | | | | | | | * | | hexagon: switch to generic sigaltstackAl Viro2013-02-032-14/+2
| | | | | | | | | | |/ /
| | | | | | | | | * | | h8300: switch to generic old sigaction()Al Viro2013-02-033-39/+1
| | | | | | | | | * | | h8300: switch to generic old sigsuspendAl Viro2013-02-032-11/+1
| | | | | | | | | * | | h8300: kill useless wrappers, fix rt_sigreturn(2)Al Viro2013-02-032-23/+6
| | | | | | | | | * | | h8300: switch to generic sigaltstackAl Viro2013-02-032-13/+3
| | | | | | | | | |/ /
| | | | | | | | * | | frv: switch to generic old sigaction()Al Viro2013-02-033-39/+1
| | | | | | | | * | | frv: switch to generic old sigsuspendAl Viro2013-02-032-10/+1
| | | | | | | | * | | frv: switch to generic sigaltstackAl Viro2013-02-032-11/+3
| | | | | | | | |/ /
| | | | | | | * | | cris: kill weird arguments of sys_{rt_,}sigreturn()Al Viro2013-02-032-16/+8
| | | | | | | * | | cris: switch to generic old sigaction()Al Viro2013-02-034-74/+1
| | | | | | | * | | cris: switch to generic old sigsuspendAl Viro2013-02-033-23/+1
| | | | | | | * | | cris: don't leave ->uc_stack unitialized - we'll use its contents on sigreturnAl Viro2013-02-032-0/+3
| | | | | | | * | | cris: switch to generic sigaltstackAl Viro2013-02-033-14/+3
| | | | | | | |/ /
| | | | | | * | | c6x: switch to generic sigaltstackAl Viro2013-02-032-12/+1
| | | | | | |/ /
| | | | | * | | blackfin: switch to generic sigaltstackAl Viro2013-02-032-10/+3
| | | | | |/ /
| | | | * | | avr32: switch to generic sigaltstackAl Viro2013-02-034-20/+4
| | | | |/ /
| | | * | | arm64: switch to generic old sigaction() (compat-only)Al Viro2013-02-142-45/+1
| | | * | | arm64: switch to generic compat rt_sigaction()Al Viro2013-02-142-41/+1
| | | * | | arm64: switch compat to generic old sigsuspendAl Viro2013-02-143-13/+2
| | | * | | arm64: switch to generic compat rt_sigqueueinfo()Al Viro2013-02-142-18/+1
| | | * | | arm64: switch to generic compat rt_sigpending()Al Viro2013-02-142-18/+1
| | | * | | arm64: switch to generic compat rt_sigprocmask()Al Viro2013-02-142-33/+1
| | | * | | arm64: switch to generic sigaltstackAl Viro2013-02-148-80/+6
| | | |/ /
| | * | | arm: switch to generic old sigaction()Al Viro2013-02-033-39/+1
| | * | | arm: switch to generic old sigsuspendAl Viro2013-02-032-10/+1
| | * | | arm: switch to generic sigaltstackAl Viro2013-02-034-14/+4
| | |/ /
| * | | alpha: switch to generic old sigsuspendAl Viro2013-02-032-10/+1
| * | | alpha: remove stray debris left in copy_process()Al Viro2013-02-031-1/+0
| |/ /
| * | take sys_rt_sigsuspend() prototype to linux/syscalls.hAl Viro2013-02-035-8/+2
| * | mips: use sane prototype for sys_rt_sigsuspend()Al Viro2013-02-031-5/+1
| * | new helper: sigsp()Al Viro2013-02-031-0/+11
OpenPOWER on IntegriCloud