Age | Commit message (Expand) | Author | Files | Lines |
2012-12-19 | new helper: compat_user_stack_pointer() | Al Viro | 2 | -2/+10 |
2012-12-19 | unify SS_ONSTACK/SS_DISABLE definitions | Al Viro | 16 | -97/+0 |
2012-12-19 | new helper: current_user_stack_pointer() | Al Viro | 6 | -0/+10 |
2012-12-19 | missing user_stack_pointer() instances | Al Viro | 9 | -0/+10 |
2012-12-19 | Bury the conditionals from kernel_thread/kernel_execve series | Al Viro | 56 | -89/+0 |
2012-12-19 | COMPAT_SYSCALL_DEFINE: infrastructure | Al Viro | 1 | -0/+3 |
2012-11-29 | get rid of ptrace_signal_deliver() arguments | Al Viro | 2 | -3/+3 |
2012-11-29 | new helper: signal_pt_regs() | Al Viro | 2 | -0/+2 |
2012-11-29 | unify default ptrace_signal_deliver | Al Viro | 16 | -40/+2 |
2012-11-29 | flagday: kill pt_regs argument of do_fork() | Al Viro | 7 | -17/+13 |
2012-11-28 | death to idle_regs() | Al Viro | 3 | -16/+0 |
2012-11-28 | flagday: don't pass regs to copy_thread() | Al Viro | 32 | -58/+43 |
2012-11-28 | bfin: switch to generic vfork, get rid of pointless wrappers | Al Viro | 5 | -54/+7 |
2012-11-28 | xtensa: switch to generic clone() | Al Viro | 5 | -11/+3 |
2012-11-28 | openrisc: switch to use of generic fork and clone | Al Viro | 6 | -66/+19 |
2012-11-28 | unicore32: switch to generic clone(2) | Al Viro | 4 | -25/+7 |
2012-11-28 | score: switch to generic fork/vfork/clone | Al Viro | 6 | -58/+8 |
2012-11-28 | c6x: sanitize copy_thread(), get rid of clone(2) wrapper, switch to generic c... | Al Viro | 4 | -36/+6 |
2012-11-28 | take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.h | Al Viro | 10 | -51/+1 |
2012-11-28 | mn10300: switch to generic fork/vfork/clone | Al Viro | 2 | -28/+8 |
2012-11-28 | h8300: switch to generic fork/vfork/clone | Al Viro | 3 | -44/+6 |
2012-11-28 | tile: switch to generic clone() | Al Viro | 2 | -8/+1 |
2012-11-28 | m68k: sanitize copy_thread(), fork/vfork/clone wrappers, switch to generic fo... | Al Viro | 4 | -71/+46 |
2012-11-28 | alpha: switch to generic fork/vfork/clone | Al Viro | 4 | -59/+17 |
2012-11-28 | s390: switch to generic fork/vfork/clone | Al Viro | 3 | -42/+14 |
2012-11-28 | microblaze: switch to generic fork/vfork/clone | Al Viro | 7 | -56/+12 |
2012-11-28 | hexagon: switch to generic clone() | Al Viro | 4 | -52/+6 |
2012-11-28 | sh: switch to generic fork/vfork/clone | Al Viro | 5 | -110/+11 |
2012-11-28 | parisc: switch to generic fork/vfork/clone | Al Viro | 4 | -69/+22 |
2012-11-28 | m32r: switch to generic fork/vfork/clone | Al Viro | 2 | -42/+7 |
2012-11-28 | cris: switch to generic fork/vfork/clone | Al Viro | 4 | -60/+13 |
2012-11-28 | avr32: sanitize copy_thread(), switch to generic fork/vfork/clone, kill wrappers | Al Viro | 4 | -47/+11 |
2012-11-28 | arm64: sanitize copy_thread(), switch to generic fork/vfork/clone | Al Viro | 7 | -28/+12 |
2012-11-28 | frv: switch to generic fork/vfork/clone | Al Viro | 2 | -40/+8 |
2012-11-28 | powerpc: switch to generic fork/clone/vfork | Al Viro | 4 | -32/+4 |
2012-11-28 | arm: switch to generic fork/vfork/clone | Al Viro | 6 | -55/+13 |
2012-11-28 | x86, um: switch to generic fork/vfork/clone | Al Viro | 16 | -117/+52 |
2012-11-28 | get rid of pt_regs argument of ->load_binary() | Al Viro | 2 | -3/+4 |
2012-11-28 | get rid of pt_regs argument of search_binary_handler() | Al Viro | 1 | -1/+1 |
2012-11-28 | kill stray kernel_thread() garbage | Al Viro | 4 | -6/+0 |
2012-11-28 | consolidate sys_execve() prototype | Al Viro | 4 | -11/+0 |
2012-11-28 | Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arc... | Al Viro | 164 | -2779/+982 |
2012-11-28 | generic sys_fork / sys_vfork / sys_clone | Al Viro | 1 | -0/+14 |
2012-11-28 | alpha: reorganize copy_process(), prepare to saner fork_idle() | Al Viro | 1 | -21/+14 |
2012-11-28 | alpha: don't pass useless arguments to do_{,rt_},sigreturn() | Al Viro | 2 | -12/+8 |
2012-11-28 | alpha: simplify fork and friends | Al Viro | 2 | -19/+14 |
2012-11-28 | um: don't bother looking at regs in copy_thread() - current_pt_regs() is what... | Al Viro | 1 | -1/+1 |
2012-11-28 | um: don't bother with passing sp to do_fork() for fork(2)/vfork(2) | Al Viro | 1 | -6/+2 |
2012-11-28 | microblaze: rt_sigreturn is too trigger-happy about sigaltstack errors | Al Viro | 1 | -1/+1 |
2012-11-28 | score: do_sigaltstack() expects a userland pointer... | Al Viro | 1 | -5/+2 |