Age | Commit message (Expand) | Author | Files | Lines |
2012-12-12 | MN10300: ttySM: Use memory barriers correctly in circular buffer logic | David Howells | 1 | -6/+8 |
2012-11-29 | do_coredump(): get rid of pt_regs argument | Al Viro | 3 | -5/+5 |
2012-11-29 | print_fatal_signal(): get rid of pt_regs argument | Al Viro | 1 | -2/+3 |
2012-11-29 | ptrace_signal(): get rid of unused arguments | Al Viro | 1 | -4/+2 |
2012-11-29 | get rid of ptrace_signal_deliver() arguments | Al Viro | 4 | -5/+5 |
2012-11-29 | new helper: signal_pt_regs() | Al Viro | 3 | -0/+11 |
2012-11-29 | unify default ptrace_signal_deliver | Al Viro | 18 | -42/+6 |
2012-11-29 | flagday: kill pt_regs argument of do_fork() | Al Viro | 9 | -26/+19 |
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 | Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arc... | Al Viro | 165 | -2781/+982 |
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 |