| Commit message (Expand) | Author | Age | Files | Lines |
* | Bury the conditionals from kernel_thread/kernel_execve series | Al Viro | 2012-12-19 | 63 | -131/+6 |
* | COMPAT_SYSCALL_DEFINE: infrastructure | Al Viro | 2012-12-19 | 2 | -0/+45 |
* | do_coredump(): get rid of pt_regs argument | Al Viro | 2012-11-29 | 3 | -5/+5 |
* | print_fatal_signal(): get rid of pt_regs argument | Al Viro | 2012-11-29 | 1 | -2/+3 |
* | ptrace_signal(): get rid of unused arguments | Al Viro | 2012-11-29 | 1 | -4/+2 |
* | get rid of ptrace_signal_deliver() arguments | Al Viro | 2012-11-29 | 4 | -5/+5 |
* | new helper: signal_pt_regs() | Al Viro | 2012-11-29 | 3 | -0/+11 |
* | unify default ptrace_signal_deliver | Al Viro | 2012-11-29 | 18 | -42/+6 |
* | flagday: kill pt_regs argument of do_fork() | Al Viro | 2012-11-29 | 9 | -26/+19 |
* | death to idle_regs() | Al Viro | 2012-11-28 | 4 | -22/+0 |
* | don't pass regs to copy_process() | Al Viro | 2012-11-28 | 1 | -4/+2 |
* | flagday: don't pass regs to copy_thread() | Al Viro | 2012-11-28 | 34 | -60/+45 |
* | bfin: switch to generic vfork, get rid of pointless wrappers | Al Viro | 2012-11-28 | 5 | -54/+7 |
* | xtensa: switch to generic clone() | Al Viro | 2012-11-28 | 5 | -11/+3 |
* | openrisc: switch to use of generic fork and clone | Al Viro | 2012-11-28 | 6 | -66/+19 |
* | unicore32: switch to generic clone(2) | Al Viro | 2012-11-28 | 4 | -25/+7 |
* | score: switch to generic fork/vfork/clone | Al Viro | 2012-11-28 | 6 | -58/+8 |
* | c6x: sanitize copy_thread(), get rid of clone(2) wrapper, switch to generic c... | Al Viro | 2012-11-28 | 4 | -36/+6 |
* | take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.h | Al Viro | 2012-11-28 | 12 | -63/+11 |
* | mn10300: switch to generic fork/vfork/clone | Al Viro | 2012-11-28 | 2 | -28/+8 |
* | h8300: switch to generic fork/vfork/clone | Al Viro | 2012-11-28 | 3 | -44/+6 |
* | tile: switch to generic clone() | Al Viro | 2012-11-28 | 2 | -8/+1 |
* | m68k: sanitize copy_thread(), fork/vfork/clone wrappers, switch to generic fo... | Al Viro | 2012-11-28 | 4 | -71/+46 |
* | alpha: switch to generic fork/vfork/clone | Al Viro | 2012-11-28 | 4 | -59/+17 |
* | s390: switch to generic fork/vfork/clone | Al Viro | 2012-11-28 | 3 | -42/+14 |
* | microblaze: switch to generic fork/vfork/clone | Al Viro | 2012-11-28 | 7 | -56/+12 |
* | hexagon: switch to generic clone() | Al Viro | 2012-11-28 | 4 | -52/+6 |
* | sh: switch to generic fork/vfork/clone | Al Viro | 2012-11-28 | 5 | -110/+11 |
* | parisc: switch to generic fork/vfork/clone | Al Viro | 2012-11-28 | 4 | -69/+22 |
* | m32r: switch to generic fork/vfork/clone | Al Viro | 2012-11-28 | 2 | -42/+7 |
* | cris: switch to generic fork/vfork/clone | Al Viro | 2012-11-28 | 4 | -60/+13 |
* | avr32: sanitize copy_thread(), switch to generic fork/vfork/clone, kill wrappers | Al Viro | 2012-11-28 | 4 | -47/+11 |
* | arm64: sanitize copy_thread(), switch to generic fork/vfork/clone | Al Viro | 2012-11-28 | 7 | -28/+12 |
* | frv: switch to generic fork/vfork/clone | Al Viro | 2012-11-28 | 2 | -40/+8 |
* | powerpc: switch to generic fork/clone/vfork | Al Viro | 2012-11-28 | 4 | -32/+4 |
* | arm: switch to generic fork/vfork/clone | Al Viro | 2012-11-28 | 6 | -55/+13 |
* | x86, um: switch to generic fork/vfork/clone | Al Viro | 2012-11-28 | 16 | -117/+52 |
* | get rid of pt_regs argument of ->load_binary() | Al Viro | 2012-11-28 | 12 | -20/+25 |
* | get rid of pt_regs argument of search_binary_handler() | Al Viro | 2012-11-28 | 6 | -9/+8 |
* | get rid of pt_regs argument of do_execve_common() | Al Viro | 2012-11-28 | 1 | -4/+4 |
* | get rid of pt_regs argument of do_execve() | Al Viro | 2012-11-28 | 3 | -13/+8 |
* | make compat_do_execve() static, lose pt_regs argument | Al Viro | 2012-11-28 | 2 | -8/+4 |
* | kill stray kernel_thread() garbage | Al Viro | 2012-11-28 | 4 | -6/+0 |
* | audit: no nested contexts anymore... | Al Viro | 2012-11-28 | 1 | -81/+21 |
* | consolidate sys_execve() prototype | Al Viro | 2012-11-28 | 6 | -18/+3 |
*-----------------. | Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arc... | Al Viro | 2012-11-28 | 165 | -2781/+982 |
|\ \ \ \ \ \ \ \ \ \ |
|
| | | | | | | | | | * | powerpc: make fork_idle() take the common "kernel thread" path in copy_thread() | Al Viro | 2012-10-21 | 1 | -1/+1 |
| | | | | | | | | | * | powerpc: put the "zero usp means using parent's stack pointer" to copy_thread() | Al Viro | 2012-10-21 | 1 | -5/+4 |
| | | | | | | | | | * | powerpc: don't bother with CHECK_FULL_REGS in sys_fork() et.al. | Al Viro | 2012-10-21 | 1 | -3/+0 |
| | | | | | | | | | * | powerpc: don't bother with zero-extending arguments in sys_clone() | Al Viro | 2012-10-21 | 1 | -8/+0 |