summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* flagday: don't pass regs to copy_thread()Al Viro2012-11-2934-60/+45
* bfin: switch to generic vfork, get rid of pointless wrappersAl Viro2012-11-295-54/+7
* xtensa: switch to generic clone()Al Viro2012-11-295-11/+3
* openrisc: switch to use of generic fork and cloneAl Viro2012-11-296-66/+19
* unicore32: switch to generic clone(2)Al Viro2012-11-294-25/+7
* score: switch to generic fork/vfork/cloneAl Viro2012-11-296-58/+8
* c6x: sanitize copy_thread(), get rid of clone(2) wrapper, switch to generic c...Al Viro2012-11-294-36/+6
* take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.hAl Viro2012-11-2912-63/+11
* mn10300: switch to generic fork/vfork/cloneAl Viro2012-11-292-28/+8
* h8300: switch to generic fork/vfork/cloneAl Viro2012-11-293-44/+6
* tile: switch to generic clone()Al Viro2012-11-292-8/+1
* m68k: sanitize copy_thread(), fork/vfork/clone wrappers, switch to generic fo...Al Viro2012-11-294-71/+46
* alpha: switch to generic fork/vfork/cloneAl Viro2012-11-294-59/+17
* s390: switch to generic fork/vfork/cloneAl Viro2012-11-293-42/+14
* microblaze: switch to generic fork/vfork/cloneAl Viro2012-11-297-56/+12
* hexagon: switch to generic clone()Al Viro2012-11-294-52/+6
* sh: switch to generic fork/vfork/cloneAl Viro2012-11-295-110/+11
* parisc: switch to generic fork/vfork/cloneAl Viro2012-11-294-69/+22
* m32r: switch to generic fork/vfork/cloneAl Viro2012-11-292-42/+7
* cris: switch to generic fork/vfork/cloneAl Viro2012-11-294-60/+13
* avr32: sanitize copy_thread(), switch to generic fork/vfork/clone, kill wrappersAl Viro2012-11-294-47/+11
* arm64: sanitize copy_thread(), switch to generic fork/vfork/cloneAl Viro2012-11-297-28/+12
* frv: switch to generic fork/vfork/cloneAl Viro2012-11-292-40/+8
* powerpc: switch to generic fork/clone/vforkAl Viro2012-11-294-32/+4
* arm: switch to generic fork/vfork/cloneAl Viro2012-11-296-55/+13
* x86, um: switch to generic fork/vfork/cloneAl Viro2012-11-2916-117/+52
* get rid of pt_regs argument of ->load_binary()Al Viro2012-11-2912-20/+25
* get rid of pt_regs argument of search_binary_handler()Al Viro2012-11-296-9/+8
* get rid of pt_regs argument of do_execve_common()Al Viro2012-11-291-4/+4
* get rid of pt_regs argument of do_execve()Al Viro2012-11-293-13/+8
* make compat_do_execve() static, lose pt_regs argumentAl Viro2012-11-292-8/+4
* kill stray kernel_thread() garbageAl Viro2012-11-294-6/+0
* audit: no nested contexts anymore...Al Viro2012-11-291-81/+21
* consolidate sys_execve() prototypeAl Viro2012-11-296-18/+3
*-----------------. Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arc...Al Viro2012-11-29165-2781/+982
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | * powerpc: make fork_idle() take the common "kernel thread" path in copy_thread()Al Viro2012-10-221-1/+1
| | | | | | | | | | * powerpc: put the "zero usp means using parent's stack pointer" to copy_thread()Al Viro2012-10-221-5/+4
| | | | | | | | | | * powerpc: don't bother with CHECK_FULL_REGS in sys_fork() et.al.Al Viro2012-10-221-3/+0
| | | | | | | | | | * powerpc: don't bother with zero-extending arguments in sys_clone()Al Viro2012-10-221-8/+0
| | | | | | | | | | * powerpc: take dereferencing to ret_from_kernel_thread()Al Viro2012-10-222-3/+2
| | | | | | | | | | * powerpc: don't mess with r2 in copy_thread() and friendsAl Viro2012-10-152-3/+0
| | | | | | | | | | * powerpc: switch to saner kernel_execve() semanticsAl Viro2012-10-155-22/+4
| | | | | | | | | * | sh: convert to generic sys_execve()Al Viro2012-10-235-56/+1
| | | | | | | | | * | sh: switch to generic kernel_thread()/kernel_execve()Al Viro2012-10-2310-174/+71
| | | | | | | | | |/
| | | | | | | | * | score: switch to generic sys_execve()Al Viro2012-10-154-30/+1
| | | | | | | | * | score: switch to generic kernel_thread()/kernel_execve()Al Viro2012-10-155-72/+23
| | | | | | | | |/
| | | | | | | * / mn10300: switch to saner kernel_execve() semanticsAl Viro2012-10-153-7/+2
| | | | | | | |/
| | | | | | * | m32r: switch to generic sys_execve()Al Viro2012-11-013-36/+13
| | | | | | * | m32r: switch to generic kernel_thread()/kernel_execve()Al Viro2012-11-015-70/+27
| | | | | | |/
| | | | | * | h8300: generic sys_execve()Al Viro2012-10-152-21/+1