Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | Merge branch 'arch-parisc' into no-rebases | Al Viro | 2012-11-17 | 6 | -301/+39 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | parisc: switch to saner kernel_execve() semantics | Al Viro | 2012-10-22 | 3 | -20/+4 | |
| | * | | | | | | | | | | parisc: optimizations in copy_thread() and friends | Al Viro | 2012-10-15 | 2 | -87/+27 | |
| | * | | | | | | | | | | parisc: switch to generic sys_execve() | Al Viro | 2012-10-15 | 5 | -92/+2 | |
| | * | | | | | | | | | | parisc: switch to generic kernel_execve() | Al Viro | 2012-10-15 | 3 | -32/+7 | |
| | * | | | | | | | | | | parisc: switch to generic kernel_thread() | Al Viro | 2012-10-15 | 3 | -89/+18 | |
| | | |/ / / / / / / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge branch 'arch-ia64' into no-rebases | Al Viro | 2012-11-17 | 6 | -145/+84 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | ia64: switch to generic sys_execve() | Al Viro | 2012-10-19 | 3 | -22/+2 | |
| | * | | | | | | | | | | ia64: switch to generic kernel_thread()/kernel_execve() | Al Viro | 2012-10-19 | 5 | -107/+82 | |
| | * | | | | | | | | | | ia64: don't mess with ar_bspstore in kernel_thread() | Al Viro | 2012-10-15 | 1 | -5/+4 | |
| | * | | | | | | | | | | ia64: dead code in copy_thread() since 2004 | Al Viro | 2012-10-15 | 1 | -9/+0 | |
| | * | | | | | | | | | | ia64: clone() had been unused since 2004 | Al Viro | 2012-10-15 | 1 | -6/+0 | |
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge branch 'arch-openrisc' into no-rebases | Al Viro | 2012-11-17 | 4 | -133/+77 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | openrisc: use generic sys_execve | Jonas Bonn | 2012-10-19 | 3 | -28/+2 | |
| | * | | | | | | | | | | openrisc: use generic kernel_thread/kernel_execve | Jonas Bonn | 2012-10-19 | 3 | -102/+68 | |
| | * | | | | | | | | | | openrisc: pass correct arg to schedule_tail | Jonas Bonn | 2012-10-19 | 2 | -3/+7 | |
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge branch 'execve' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarin... | Al Viro | 2012-10-17 | 10 | -157/+33 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | | | ||||||
| | * | | | | | | | | | arm64: Use generic sys_execve() implementation | Catalin Marinas | 2012-10-17 | 7 | -54/+2 | |
| | * | | | | | | | | | arm64: Use generic kernel_execve() implementation | Catalin Marinas | 2012-10-17 | 3 | -44/+2 | |
| | * | | | | | | | | | arm64: Use generic kernel_thread() implementation | Catalin Marinas | 2012-10-17 | 4 | -59/+29 | |
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge branch 'arch-m68k' into no-rebases | Al Viro | 2012-10-17 | 3 | -8/+1 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | m68k: switch to saner kernel_execve() semantics | Al Viro | 2012-10-17 | 3 | -8/+1 | |
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge branch 'arch-sparc' into no-rebases | Al Viro | 2012-10-17 | 20 | -376/+156 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | | | ||||||
| | * | | | | | | | | sparc32: switch to generic sys_execve() | Al Viro | 2012-10-17 | 4 | -49/+4 | |
| | * | | | | | | | | sparc32: switch to generic kernel_execve() | Al Viro | 2012-10-17 | 4 | -27/+13 | |
| | * | | | | | | | | sparc32: switch to generic kernel_thread() | Al Viro | 2012-10-17 | 4 | -81/+56 | |
| | * | | | | | | | | sparc32: bury the remnants of LOWSYS tricks | Al Viro | 2012-10-17 | 1 | -13/+2 | |
| | * | | | | | | | | sparc64: convert to generic execve | Al Viro | 2012-10-17 | 6 | -71/+12 | |
| | * | | | | | | | | sparc64: switch to generic kernel_execve() | Al Viro | 2012-10-15 | 3 | -27/+6 | |
| | * | | | | | | | | sparc64: take fprs_write() and friends to start_thread() | Al Viro | 2012-10-15 | 3 | -13/+9 | |
| | * | | | | | | | | sparc64: switch to generic kernel_thread() | Al Viro | 2012-10-15 | 5 | -82/+42 | |
| | * | | | | | | | | sparc64: clear syscall_noerror on the entry to syscall, not on the exit | Al Viro | 2012-10-15 | 9 | -30/+29 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge branch 'arch-mips' into no-rebases | Al Viro | 2012-10-17 | 11 | -120/+39 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | mips: switch to saner kernel_execve() semantics | Al Viro | 2012-10-15 | 3 | -12/+2 | |
| | * | | | | | | | | MIPS: Switch over to generic sys_execve and kernel_execve. | Ralf Baechle | 2012-10-15 | 7 | -76/+19 | |
| | * | | | | | | | | mips: switch to generic kernel_thread() | Al Viro | 2012-10-15 | 5 | -44/+30 | |
| | |/ / / / / / / | ||||||
| * / / / / / / / | c6x: switch to saner kernel_execve() semantics | Al Viro | 2012-10-15 | 3 | -12/+2 | |
| |/ / / / / / / | ||||||
* | | | | | | | | generic sys_fork / sys_vfork / sys_clone | Al Viro | 2012-11-29 | 1 | -0/+14 | |
* | | | | | | | | alpha: reorganize copy_process(), prepare to saner fork_idle() | Al Viro | 2012-11-29 | 1 | -21/+14 | |
* | | | | | | | | alpha: don't pass useless arguments to do_{,rt_},sigreturn() | Al Viro | 2012-11-29 | 2 | -12/+8 | |
* | | | | | | | | alpha: simplify fork and friends | Al Viro | 2012-11-29 | 2 | -19/+14 | |
* | | | | | | | | um: don't bother looking at regs in copy_thread() - current_pt_regs() is what... | Al Viro | 2012-11-29 | 1 | -1/+1 | |
* | | | | | | | | um: don't bother with passing sp to do_fork() for fork(2)/vfork(2) | Al Viro | 2012-11-29 | 1 | -6/+2 | |
* | | | | | | | | microblaze: rt_sigreturn is too trigger-happy about sigaltstack errors | Al Viro | 2012-11-29 | 1 | -1/+1 | |
* | | | | | | | | score: do_sigaltstack() expects a userland pointer... | Al Viro | 2012-11-29 | 1 | -5/+2 | |
* | | | | | | | | sh64: fix altstack switching on sigreturn | Al Viro | 2012-11-29 | 1 | -4/+2 | |
* | | | | | | | | openrisk: fix altstack switching on sigreturn | Al Viro | 2012-11-29 | 1 | -4/+2 | |
* | | | | | | | | um: get_safe_registers() should be done in flush_thread(), not start_thread() | Al Viro | 2012-11-29 | 1 | -1/+2 | |
* | | | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 2012-11-26 | 2 | -2/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | powerpc/eeh: Do not invalidate PE properly | Gavin Shan | 2012-11-25 | 1 | -1/+1 |