summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | Merge branch 'arch-parisc' into no-rebasesAl Viro2012-11-166-301/+39
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | parisc: switch to saner kernel_execve() semanticsAl Viro2012-10-213-20/+4
| | * | | | | | | | | | parisc: optimizations in copy_thread() and friendsAl Viro2012-10-142-87/+27
| | * | | | | | | | | | parisc: switch to generic sys_execve()Al Viro2012-10-145-92/+2
| | * | | | | | | | | | parisc: switch to generic kernel_execve()Al Viro2012-10-143-32/+7
| | * | | | | | | | | | parisc: switch to generic kernel_thread()Al Viro2012-10-143-89/+18
| | | |/ / / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge branch 'arch-ia64' into no-rebasesAl Viro2012-11-166-145/+84
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | ia64: switch to generic sys_execve()Al Viro2012-10-193-22/+2
| | * | | | | | | | | | ia64: switch to generic kernel_thread()/kernel_execve()Al Viro2012-10-195-107/+82
| | * | | | | | | | | | ia64: don't mess with ar_bspstore in kernel_thread()Al Viro2012-10-141-5/+4
| | * | | | | | | | | | ia64: dead code in copy_thread() since 2004Al Viro2012-10-141-9/+0
| | * | | | | | | | | | ia64: clone() had been unused since 2004Al Viro2012-10-141-6/+0
| | |/ / / / / / / / /
| * | | | | | | | | | Merge branch 'arch-openrisc' into no-rebasesAl Viro2012-11-164-133/+77
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | openrisc: use generic sys_execveJonas Bonn2012-10-193-28/+2
| | * | | | | | | | | | openrisc: use generic kernel_thread/kernel_execveJonas Bonn2012-10-193-102/+68
| | * | | | | | | | | | openrisc: pass correct arg to schedule_tailJonas Bonn2012-10-192-3/+7
| | |/ / / / / / / / /
| * | | | | | | | | | Merge branch 'execve' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarin...Al Viro2012-10-1710-157/+33
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | |
| | * | | | | | | | | arm64: Use generic sys_execve() implementationCatalin Marinas2012-10-177-54/+2
| | * | | | | | | | | arm64: Use generic kernel_execve() implementationCatalin Marinas2012-10-173-44/+2
| | * | | | | | | | | arm64: Use generic kernel_thread() implementationCatalin Marinas2012-10-174-59/+29
| | |/ / / / / / / /
| * | | | | | | | | Merge branch 'arch-m68k' into no-rebasesAl Viro2012-10-173-8/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | m68k: switch to saner kernel_execve() semanticsAl Viro2012-10-173-8/+1
| | |/ / / / / / / /
| * | | | | | | | | Merge branch 'arch-sparc' into no-rebasesAl Viro2012-10-1720-376/+156
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| | * | | | | | | | sparc32: switch to generic sys_execve()Al Viro2012-10-164-49/+4
| | * | | | | | | | sparc32: switch to generic kernel_execve()Al Viro2012-10-164-27/+13
| | * | | | | | | | sparc32: switch to generic kernel_thread()Al Viro2012-10-164-81/+56
| | * | | | | | | | sparc32: bury the remnants of LOWSYS tricksAl Viro2012-10-161-13/+2
| | * | | | | | | | sparc64: convert to generic execveAl Viro2012-10-166-71/+12
| | * | | | | | | | sparc64: switch to generic kernel_execve()Al Viro2012-10-143-27/+6
| | * | | | | | | | sparc64: take fprs_write() and friends to start_thread()Al Viro2012-10-143-13/+9
| | * | | | | | | | sparc64: switch to generic kernel_thread()Al Viro2012-10-145-82/+42
| | * | | | | | | | sparc64: clear syscall_noerror on the entry to syscall, not on the exitAl Viro2012-10-149-30/+29
| | |/ / / / / / /
| * | | | | | | | Merge branch 'arch-mips' into no-rebasesAl Viro2012-10-1711-120/+39
| |\ \ \ \ \ \ \ \
| | * | | | | | | | mips: switch to saner kernel_execve() semanticsAl Viro2012-10-153-12/+2
| | * | | | | | | | MIPS: Switch over to generic sys_execve and kernel_execve.Ralf Baechle2012-10-147-76/+19
| | * | | | | | | | mips: switch to generic kernel_thread()Al Viro2012-10-145-44/+30
| | |/ / / / / / /
| * | | | | | | | c6x: switch to saner kernel_execve() semanticsAl Viro2012-10-153-12/+2
| |/ / / / / / /
* | | | | | | | generic sys_fork / sys_vfork / sys_cloneAl Viro2012-11-283-4/+60
* | | | | | | | alpha: reorganize copy_process(), prepare to saner fork_idle()Al Viro2012-11-281-21/+14
* | | | | | | | alpha: don't pass useless arguments to do_{,rt_},sigreturn()Al Viro2012-11-282-12/+8
* | | | | | | | alpha: simplify fork and friendsAl Viro2012-11-282-19/+14
* | | | | | | | um: don't bother looking at regs in copy_thread() - current_pt_regs() is what...Al Viro2012-11-281-1/+1
* | | | | | | | um: don't bother with passing sp to do_fork() for fork(2)/vfork(2)Al Viro2012-11-281-6/+2
* | | | | | | | kill daemonize()Al Viro2012-11-287-128/+1
* | | | | | | | microblaze: rt_sigreturn is too trigger-happy about sigaltstack errorsAl Viro2012-11-281-1/+1
* | | | | | | | score: do_sigaltstack() expects a userland pointer...Al Viro2012-11-281-5/+2
* | | | | | | | sh64: fix altstack switching on sigreturnAl Viro2012-11-281-4/+2
* | | | | | | | openrisk: fix altstack switching on sigreturnAl Viro2012-11-281-4/+2
* | | | | | | | um: get_safe_registers() should be done in flush_thread(), not start_thread()Al Viro2012-11-281-1/+2
* | | | | | | | Linux 3.7-rc7v3.7-rc7Linus Torvalds2012-11-251-1/+1
OpenPOWER on IntegriCloud