Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | get rid of pt_regs argument of do_execve_common() | Al Viro | 2012-11-29 | 1 | -4/+4 | |
| * | get rid of pt_regs argument of do_execve() | Al Viro | 2012-11-29 | 3 | -13/+8 | |
| * | make compat_do_execve() static, lose pt_regs argument | Al Viro | 2012-11-29 | 2 | -8/+4 | |
| * | kill stray kernel_thread() garbage | Al Viro | 2012-11-29 | 4 | -6/+0 | |
| * | audit: no nested contexts anymore... | Al Viro | 2012-11-29 | 1 | -81/+21 | |
| * | consolidate sys_execve() prototype | Al Viro | 2012-11-29 | 6 | -18/+3 | |
| *-----------------. | Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arc... | Al Viro | 2012-11-29 | 165 | -2781/+982 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | | | | | | * | powerpc: make fork_idle() take the common "kernel thread" path in copy_thread() | Al Viro | 2012-10-22 | 1 | -1/+1 | |
| | | | | | | | | | | * | powerpc: put the "zero usp means using parent's stack pointer" to copy_thread() | Al Viro | 2012-10-22 | 1 | -5/+4 | |
| | | | | | | | | | | * | powerpc: don't bother with CHECK_FULL_REGS in sys_fork() et.al. | Al Viro | 2012-10-22 | 1 | -3/+0 | |
| | | | | | | | | | | * | powerpc: don't bother with zero-extending arguments in sys_clone() | Al Viro | 2012-10-22 | 1 | -8/+0 | |
| | | | | | | | | | | * | powerpc: take dereferencing to ret_from_kernel_thread() | Al Viro | 2012-10-22 | 2 | -3/+2 | |
| | | | | | | | | | | * | powerpc: don't mess with r2 in copy_thread() and friends | Al Viro | 2012-10-15 | 2 | -3/+0 | |
| | | | | | | | | | | * | powerpc: switch to saner kernel_execve() semantics | Al Viro | 2012-10-15 | 5 | -22/+4 | |
| | | | | | | | | | * | | sh: convert to generic sys_execve() | Al Viro | 2012-10-23 | 5 | -56/+1 | |
| | | | | | | | | | * | | sh: switch to generic kernel_thread()/kernel_execve() | Al Viro | 2012-10-23 | 10 | -174/+71 | |
| | | | | | | | | | |/ | ||||||
| | | | | | | | | * | | score: switch to generic sys_execve() | Al Viro | 2012-10-15 | 4 | -30/+1 | |
| | | | | | | | | * | | score: switch to generic kernel_thread()/kernel_execve() | Al Viro | 2012-10-15 | 5 | -72/+23 | |
| | | | | | | | | |/ | ||||||
| | | | | | | | * / | mn10300: switch to saner kernel_execve() semantics | Al Viro | 2012-10-15 | 3 | -7/+2 | |
| | | | | | | | |/ | ||||||
| | | | | | | * | | m32r: switch to generic sys_execve() | Al Viro | 2012-11-01 | 3 | -36/+13 | |
| | | | | | | * | | m32r: switch to generic kernel_thread()/kernel_execve() | Al Viro | 2012-11-01 | 5 | -70/+27 | |
| | | | | | | |/ | ||||||
| | | | | | * | | h8300: generic sys_execve() | Al Viro | 2012-10-15 | 2 | -21/+1 | |
| | | | | | * | | h8300: generic kernel_execve() | Al Viro | 2012-10-15 | 3 | -28/+2 | |
| | | | | | * | | h8300: generic kernel_thread() | Al Viro | 2012-10-15 | 6 | -36/+21 | |
| | | | | | |/ | ||||||
| | | | | * | | cris: switch to generic kernel_execve/sys_execve | Al Viro | 2012-10-15 | 6 | -65/+6 | |
| | | | | * | | cris: switch to generic kernel_thread() | Al Viro | 2012-10-15 | 7 | -115/+69 | |
| | | | | |/ | ||||||
| | | | * | | blackfin: switch to generic sys_execve() | Al Viro | 2012-10-15 | 2 | -20/+1 | |
| | | | * | | blackfin: convert kernel_thread() and kernel_execve() to generic ones | Al Viro | 2012-10-15 | 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-29 | 1 | -1/+1 | |
| | |\ \ | ||||||
| | | * | | tile: compat rt_sigreturn gets too enthusiastic about sigaltstack errors | Al Viro | 2012-11-29 | 1 | -1/+1 | |
| | * | | | Merge branch 'arch-unicore32' into no-rebases | Al Viro | 2012-11-17 | 17 | -218/+159 | |
| | |\ \ \ | ||||||
| | * \ \ \ | Merge branch 'arch-microblaze' into no-rebases | Al Viro | 2012-11-17 | 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-17 | 106 | -590/+1128 | |
| | |\ \ \ \ \ | ||||||
| | * \ \ \ \ \ | Merge branch 'arch-sparc' into no-rebases | Al Viro | 2012-11-17 | 13 | -61/+117 | |
| | |\ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ | Merge commit '517ffce4e1a03aea979fe3a18a3dd1761a24fafb' into arch-sparc | Al Viro | 2012-11-17 | 895 | -11056/+13176 | |
| | | |\ \ \ \ \ \ | ||||||
| | * | \ \ \ \ \ \ | Merge branch 'arch-xtensa' into no-rebases | Al Viro | 2012-11-17 | 10 | -132/+104 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ | Merge branch 'arch-frv' into no-rebases | Al Viro | 2012-11-17 | 1103 | -12109/+15120 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ | Merge branch 'arch-s390' into no-rebases | Al Viro | 2012-11-17 | 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-17 | 8 | -116/+46 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | hexagon: switch to generic sys_execve() | Al Viro | 2012-10-24 | 2 | -19/+1 | |
| | | * | | | | | | | | | | hexagon: kernel_thread()/kernel_execve() conversion | Al Viro | 2012-10-24 | 7 | -98/+46 | |
| | | |/ / / / / / / / / | ||||||
| | * | | | | | | | | | | Merge branch 'arch-tile' into no-rebases | Al Viro | 2012-11-17 | 17 | -200/+128 | |
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | ||||||
| | | * | | | | | | | | | tile: sanitize copy_thread() | Al Viro | 2012-10-25 | 1 | -13/+11 |