| Commit message (Expand) | Author | Files | Lines |
2012-11-29 | death to idle_regs() | Al Viro | 4 | -22/+0 |
2012-11-29 | don't pass regs to copy_process() | Al Viro | 1 | -4/+2 |
2012-11-29 | flagday: don't pass regs to copy_thread() | Al Viro | 34 | -60/+45 |
2012-11-29 | bfin: switch to generic vfork, get rid of pointless wrappers | Al Viro | 5 | -54/+7 |
2012-11-29 | xtensa: switch to generic clone() | Al Viro | 5 | -11/+3 |
2012-11-29 | openrisc: switch to use of generic fork and clone | Al Viro | 6 | -66/+19 |
2012-11-29 | unicore32: switch to generic clone(2) | Al Viro | 4 | -25/+7 |
2012-11-29 | score: switch to generic fork/vfork/clone | Al Viro | 6 | -58/+8 |
2012-11-29 | c6x: sanitize copy_thread(), get rid of clone(2) wrapper, switch to generic c... | Al Viro | 4 | -36/+6 |
2012-11-29 | take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.h | Al Viro | 12 | -63/+11 |
2012-11-29 | mn10300: switch to generic fork/vfork/clone | Al Viro | 2 | -28/+8 |
2012-11-29 | h8300: switch to generic fork/vfork/clone | Al Viro | 3 | -44/+6 |
2012-11-29 | tile: switch to generic clone() | Al Viro | 2 | -8/+1 |
2012-11-29 | m68k: sanitize copy_thread(), fork/vfork/clone wrappers, switch to generic fo... | Al Viro | 4 | -71/+46 |
2012-11-29 | alpha: switch to generic fork/vfork/clone | Al Viro | 4 | -59/+17 |
2012-11-29 | s390: switch to generic fork/vfork/clone | Al Viro | 3 | -42/+14 |
2012-11-29 | microblaze: switch to generic fork/vfork/clone | Al Viro | 7 | -56/+12 |
2012-11-29 | hexagon: switch to generic clone() | Al Viro | 4 | -52/+6 |
2012-11-29 | sh: switch to generic fork/vfork/clone | Al Viro | 5 | -110/+11 |
2012-11-29 | parisc: switch to generic fork/vfork/clone | Al Viro | 4 | -69/+22 |
2012-11-29 | m32r: switch to generic fork/vfork/clone | Al Viro | 2 | -42/+7 |
2012-11-29 | cris: switch to generic fork/vfork/clone | Al Viro | 4 | -60/+13 |
2012-11-29 | avr32: sanitize copy_thread(), switch to generic fork/vfork/clone, kill wrappers | Al Viro | 4 | -47/+11 |
2012-11-29 | arm64: sanitize copy_thread(), switch to generic fork/vfork/clone | Al Viro | 7 | -28/+12 |
2012-11-29 | frv: switch to generic fork/vfork/clone | Al Viro | 2 | -40/+8 |
2012-11-29 | powerpc: switch to generic fork/clone/vfork | Al Viro | 4 | -32/+4 |
2012-11-29 | arm: switch to generic fork/vfork/clone | Al Viro | 6 | -55/+13 |
2012-11-29 | x86, um: switch to generic fork/vfork/clone | Al Viro | 16 | -117/+52 |
2012-11-29 | get rid of pt_regs argument of ->load_binary() | Al Viro | 12 | -20/+25 |
2012-11-29 | get rid of pt_regs argument of search_binary_handler() | Al Viro | 6 | -9/+8 |
2012-11-29 | get rid of pt_regs argument of do_execve_common() | Al Viro | 1 | -4/+4 |
2012-11-29 | get rid of pt_regs argument of do_execve() | Al Viro | 3 | -13/+8 |
2012-11-29 | make compat_do_execve() static, lose pt_regs argument | Al Viro | 2 | -8/+4 |
2012-11-29 | kill stray kernel_thread() garbage | Al Viro | 4 | -6/+0 |
2012-11-29 | audit: no nested contexts anymore... | Al Viro | 1 | -81/+21 |
2012-11-29 | consolidate sys_execve() prototype | Al Viro | 6 | -18/+3 |
2012-11-29 | generic sys_fork / sys_vfork / sys_clone | Al Viro | 3 | -4/+60 |
2012-11-29 | alpha: reorganize copy_process(), prepare to saner fork_idle() | Al Viro | 1 | -21/+14 |
2012-11-29 | alpha: don't pass useless arguments to do_{,rt_},sigreturn() | Al Viro | 2 | -12/+8 |
2012-11-29 | alpha: simplify fork and friends | Al Viro | 2 | -19/+14 |
2012-11-29 | um: don't bother looking at regs in copy_thread() - current_pt_regs() is what... | Al Viro | 1 | -1/+1 |
2012-11-29 | um: don't bother with passing sp to do_fork() for fork(2)/vfork(2) | Al Viro | 1 | -6/+2 |
2012-11-29 | kill daemonize() | Al Viro | 7 | -128/+1 |
2012-11-29 | microblaze: rt_sigreturn is too trigger-happy about sigaltstack errors | Al Viro | 1 | -1/+1 |
2012-11-29 | score: do_sigaltstack() expects a userland pointer... | Al Viro | 1 | -5/+2 |
2012-11-29 | sh64: fix altstack switching on sigreturn | Al Viro | 1 | -4/+2 |
2012-11-29 | openrisk: fix altstack switching on sigreturn | Al Viro | 1 | -4/+2 |
2012-11-29 | um: get_safe_registers() should be done in flush_thread(), not start_thread() | Al Viro | 1 | -1/+2 |
2012-11-29 | tile: compat rt_sigreturn gets too enthusiastic about sigaltstack errors | Al Viro | 1 | -1/+1 |
2012-11-26 | Linux 3.7-rc7v3.7-rc7 | Linus Torvalds | 1 | -1/+1 |