summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* get rid of pt_regs argument of search_binary_handler()Al Viro2012-11-286-9/+8
* get rid of pt_regs argument of do_execve_common()Al Viro2012-11-281-4/+4
* get rid of pt_regs argument of do_execve()Al Viro2012-11-283-13/+8
* make compat_do_execve() static, lose pt_regs argumentAl Viro2012-11-282-8/+4
* kill stray kernel_thread() garbageAl Viro2012-11-284-6/+0
* audit: no nested contexts anymore...Al Viro2012-11-281-81/+21
* consolidate sys_execve() prototypeAl Viro2012-11-286-18/+3
*-----------------. Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arc...Al Viro2012-11-28165-2781/+982
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | * powerpc: make fork_idle() take the common "kernel thread" path in copy_thread()Al Viro2012-10-211-1/+1
| | | | | | | | | | * powerpc: put the "zero usp means using parent's stack pointer" to copy_thread()Al Viro2012-10-211-5/+4
| | | | | | | | | | * powerpc: don't bother with CHECK_FULL_REGS in sys_fork() et.al.Al Viro2012-10-211-3/+0
| | | | | | | | | | * powerpc: don't bother with zero-extending arguments in sys_clone()Al Viro2012-10-211-8/+0
| | | | | | | | | | * powerpc: take dereferencing to ret_from_kernel_thread()Al Viro2012-10-212-3/+2
| | | | | | | | | | * powerpc: don't mess with r2 in copy_thread() and friendsAl Viro2012-10-142-3/+0
| | | | | | | | | | * powerpc: switch to saner kernel_execve() semanticsAl Viro2012-10-145-22/+4
| | | | | | | | | * | sh: convert to generic sys_execve()Al Viro2012-10-225-56/+1
| | | | | | | | | * | sh: switch to generic kernel_thread()/kernel_execve()Al Viro2012-10-2210-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-143-7/+2
| | | | | | | |/
| | | | | | * | m32r: switch to generic sys_execve()Al Viro2012-10-313-36/+13
| | | | | | * | m32r: switch to generic kernel_thread()/kernel_execve()Al Viro2012-10-315-70/+27
| | | | | | |/
| | | | | * | h8300: generic sys_execve()Al Viro2012-10-142-21/+1
| | | | | * | h8300: generic kernel_execve()Al Viro2012-10-143-28/+2
| | | | | * | h8300: generic kernel_thread()Al Viro2012-10-146-36/+21
| | | | | |/
| | | | * | cris: switch to generic kernel_execve/sys_execveAl Viro2012-10-146-65/+6
| | | | * | cris: switch to generic kernel_thread()Al Viro2012-10-147-115/+69
| | | | |/
| | | * | blackfin: switch to generic sys_execve()Al Viro2012-10-142-20/+1
| | | * | blackfin: convert kernel_thread() and kernel_execve() to generic onesAl Viro2012-10-145-109/+27
| | | |/
| | * | avr32: switch to generic sys_execve()Al Viro2012-10-154-28/+2
| | * | avr32: switch to generic kernel_thread()/kernel_execve()Al Viro2012-10-156-84/+28
| | |/
| * | Merge branch 'arch-tile' into no-rebasesAl Viro2012-11-281-1/+1
| |\ \
| | * | tile: compat rt_sigreturn gets too enthusiastic about sigaltstack errorsAl Viro2012-11-281-1/+1
| * | | Merge branch 'arch-unicore32' into no-rebasesAl Viro2012-11-1617-218/+159
| |\ \ \
| * \ \ \ Merge branch 'arch-microblaze' into no-rebasesAl Viro2012-11-16192-1173/+1598
| |\ \ \ \
| | * | | | microblaze: switch to generic sys_execve()Al Viro2012-11-164-26/+1
| | * | | | microblaze: switch to generic kernel_execve()Al Viro2012-11-165-43/+6
| | * | | | microblaze: switch to generic kernel_thread()Al Viro2012-11-165-58/+39
| | * | | | microblaze: Fix bug with schedule_tailMichal Simek2012-11-151-1/+1
| * | | | | Merge branch 'arch-arm64' into no-rebasesAl Viro2012-11-16106-590/+1128
| |\ \ \ \ \
| | * \ \ \ \ Merge commit '6ba1bc826d160fe4f32bcb188687dcca4bdfaf3d' into arch-arm64Al Viro2012-11-161193-12757/+16305
| | |\ \ \ \ \
| | * | | | | | arm64: get rid of fork/vfork/clone wrappersAl Viro2012-10-227-52/+25
| * | | | | | | Merge branch 'arch-sparc' into no-rebasesAl Viro2012-11-1613-61/+117
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge commit '517ffce4e1a03aea979fe3a18a3dd1761a24fafb' into arch-sparcAl Viro2012-11-16895-11056/+13176
| | |\ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ Merge branch 'arch-xtensa' into no-rebasesAl Viro2012-11-1610-132/+104
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'arch-frv' into no-rebasesAl Viro2012-11-161103-12109/+15120
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'arch-s390' into no-rebasesAl Viro2012-11-164-49/+11
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | s390: switch to saner kernel_execve() semanticsAl Viro2012-10-294-49/+11
| | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| * | | | | | | | | | | Merge branch 'arch-hexagon' into no-rebasesAl Viro2012-11-168-116/+46
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | hexagon: switch to generic sys_execve()Al Viro2012-10-232-19/+1
OpenPOWER on IntegriCloud