Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | | * | | h8300: generic kernel_execve() | Al Viro | 2012-10-14 | 3 | -28/+2 | |
| | | | | * | | h8300: generic kernel_thread() | Al Viro | 2012-10-14 | 6 | -36/+21 | |
| | | | | |/ | ||||||
| | | | * | | cris: switch to generic kernel_execve/sys_execve | Al Viro | 2012-10-14 | 6 | -65/+6 | |
| | | | * | | cris: switch to generic kernel_thread() | Al Viro | 2012-10-14 | 7 | -115/+69 | |
| | | | |/ | ||||||
| | | * | | blackfin: switch to generic sys_execve() | Al Viro | 2012-10-14 | 2 | -20/+1 | |
| | | * | | blackfin: convert kernel_thread() and kernel_execve() to generic ones | Al Viro | 2012-10-14 | 5 | -109/+27 | |
| | | |/ | ||||||
| | * | | avr32: switch to generic sys_execve() | Al Viro | 2012-10-15 | 4 | -28/+2 | |
| | * | | avr32: switch to generic kernel_thread()/kernel_execve() | Al Viro | 2012-10-15 | 6 | -84/+28 | |
| | |/ | ||||||
| * | | Merge branch 'arch-tile' into no-rebases | Al Viro | 2012-11-28 | 1 | -1/+1 | |
| |\ \ | ||||||
| | * | | tile: compat rt_sigreturn gets too enthusiastic about sigaltstack errors | Al Viro | 2012-11-28 | 1 | -1/+1 | |
| * | | | Merge branch 'arch-unicore32' into no-rebases | Al Viro | 2012-11-16 | 17 | -218/+159 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'arch-microblaze' into no-rebases | Al Viro | 2012-11-16 | 192 | -1173/+1598 | |
| |\ \ \ \ | ||||||
| | * | | | | microblaze: switch to generic sys_execve() | Al Viro | 2012-11-16 | 4 | -26/+1 | |
| | * | | | | microblaze: switch to generic kernel_execve() | Al Viro | 2012-11-16 | 5 | -43/+6 | |
| | * | | | | microblaze: switch to generic kernel_thread() | Al Viro | 2012-11-16 | 5 | -58/+39 | |
| | * | | | | microblaze: Fix bug with schedule_tail | Michal Simek | 2012-11-15 | 1 | -1/+1 | |
| * | | | | | Merge branch 'arch-arm64' into no-rebases | Al Viro | 2012-11-16 | 106 | -590/+1128 | |
| |\ \ \ \ \ | ||||||
| | * \ \ \ \ | Merge commit '6ba1bc826d160fe4f32bcb188687dcca4bdfaf3d' into arch-arm64 | Al Viro | 2012-11-16 | 1193 | -12757/+16305 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | arm64: get rid of fork/vfork/clone wrappers | Al Viro | 2012-10-22 | 7 | -52/+25 | |
| * | | | | | | | Merge branch 'arch-sparc' into no-rebases | Al Viro | 2012-11-16 | 13 | -61/+117 | |
| |\ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ | Merge commit '517ffce4e1a03aea979fe3a18a3dd1761a24fafb' into arch-sparc | Al Viro | 2012-11-16 | 895 | -11056/+13176 | |
| | |\ \ \ \ \ \ \ | ||||||
| * | \ \ \ \ \ \ \ | Merge branch 'arch-xtensa' into no-rebases | Al Viro | 2012-11-16 | 10 | -132/+104 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'arch-frv' into no-rebases | Al Viro | 2012-11-16 | 1103 | -12109/+15120 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'arch-s390' into no-rebases | Al Viro | 2012-11-16 | 4 | -49/+11 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | s390: switch to saner kernel_execve() semantics | Al Viro | 2012-10-29 | 4 | -49/+11 | |
| | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge branch 'arch-hexagon' into no-rebases | Al Viro | 2012-11-16 | 8 | -116/+46 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | hexagon: switch to generic sys_execve() | Al Viro | 2012-10-23 | 2 | -19/+1 | |
| | * | | | | | | | | | | | hexagon: kernel_thread()/kernel_execve() conversion | Al Viro | 2012-10-23 | 7 | -98/+46 | |
| | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge branch 'arch-tile' into no-rebases | Al Viro | 2012-11-16 | 17 | -200/+128 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | | tile: sanitize copy_thread() | Al Viro | 2012-10-25 | 1 | -13/+11 | |
| | * | | | | | | | | | | arch/tile: eliminate pt_regs trampolines for syscalls | Chris Metcalf | 2012-10-23 | 10 | -57/+39 | |
| | * | | | | | | | | | | tile: switch to generic sys_execve() | Al Viro | 2012-10-23 | 8 | -49/+5 | |
| | * | | | | | | | | | | tile: support GENERIC_KERNEL_THREAD and GENERIC_KERNEL_EXECVE | Chris Metcalf | 2012-10-20 | 6 | -76/+75 | |
| | * | | | | | | | | | | Drop struct pt_regs * argument in compat_sys_execve() | Al Viro | 2012-10-20 | 6 | -13/+6 | |
| | | |_|_|_|_|/ / / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge branch 'arch-parisc' into no-rebases | Al Viro | 2012-11-16 | 6 | -301/+39 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | parisc: switch to saner kernel_execve() semantics | Al Viro | 2012-10-21 | 3 | -20/+4 | |
| | * | | | | | | | | | | parisc: optimizations in copy_thread() and friends | Al Viro | 2012-10-14 | 2 | -87/+27 | |
| | * | | | | | | | | | | parisc: switch to generic sys_execve() | Al Viro | 2012-10-14 | 5 | -92/+2 | |
| | * | | | | | | | | | | parisc: switch to generic kernel_execve() | Al Viro | 2012-10-14 | 3 | -32/+7 | |
| | * | | | | | | | | | | parisc: switch to generic kernel_thread() | Al Viro | 2012-10-14 | 3 | -89/+18 | |
| | | |/ / / / / / / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge branch 'arch-ia64' into no-rebases | Al Viro | 2012-11-16 | 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-14 | 1 | -5/+4 | |
| | * | | | | | | | | | | ia64: dead code in copy_thread() since 2004 | Al Viro | 2012-10-14 | 1 | -9/+0 | |
| | * | | | | | | | | | | ia64: clone() had been unused since 2004 | Al Viro | 2012-10-14 | 1 | -6/+0 | |
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge branch 'arch-openrisc' into no-rebases | Al Viro | 2012-11-16 | 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 | |
| | |/ / / / / / / / / |