| Commit message (Expand) | Author | Age | Files | Lines |
* | bury the rest of TIF_IRET | Al Viro | 2012-10-01 | 5 | -10/+0 |
* | sanitize tsk_is_polling() | Al Viro | 2012-10-01 | 25 | -37/+19 |
* | bury _TIF_RESTORE_SIGMASK | Al Viro | 2012-10-01 | 17 | -17/+0 |
* | unicore32: unobfuscate _TIF_WORK_MASK | Al Viro | 2012-10-01 | 1 | -1/+2 |
* | mips: NOTIFY_RESUME is not needed in TIF masks | Al Viro | 2012-10-01 | 1 | -2/+1 |
* | mips: merge the identical "return from syscall" per-ABI code | Al Viro | 2012-10-01 | 5 | -51/+13 |
* | mips: unobfuscate _TIF..._MASK | Al Viro | 2012-10-01 | 1 | -3/+4 |
* | mips: prevent hitting do_notify_resume() with !user_mode(regs) | Al Viro | 2012-10-01 | 2 | -8/+3 |
* | ia64: can't reach do_signal() when returning to kernel mode | Al Viro | 2012-10-01 | 1 | -8/+0 |
* | score: fix bogus restarts on sigreturn() | Al Viro | 2012-10-01 | 1 | -0/+1 |
* | mn10300: get rid of calling do_notify_resume() when returning to kernel mode | Al Viro | 2012-10-01 | 2 | -5/+4 |
* | xtensa: can't get to do_notify_resume() when user_mode(regs) is not true | Al Viro | 2012-10-01 | 1 | -3/+0 |
* | c6x: switch to generic kernel_thread() | Al Viro | 2012-10-01 | 3 | -21/+6 |
* | c6x: switch to generic sys_execve | Mark Salter | 2012-10-01 | 4 | -50/+1 |
* | c6x: switch to generic kernel_execve | Mark Salter | 2012-10-01 | 2 | -7/+8 |
* | c6x: add ret_from_kernel_thread(), simplify kernel_thread() | Mark Salter | 2012-10-01 | 2 | -26/+32 |
* | mn10300: convert to generic kernel_thread() | Al Viro | 2012-10-01 | 3 | -36/+19 |
* | mn10300: switch to generic kernel_execve() | Al Viro | 2012-10-01 | 6 | -49/+13 |
* | mn10300: switch to generic sys_execve() | Al Viro | 2012-10-01 | 3 | -16/+2 |
* | mn10300: split ret_from_fork, simplify kernel_thread() | Al Viro | 2012-10-01 | 5 | -71/+27 |
* | frv: switch to generic kernel_thread() | Al Viro | 2012-10-01 | 3 | -23/+20 |
* | frv: switch to generic kernel_execve | Al Viro | 2012-10-01 | 5 | -39/+10 |
* | frv: switch to generic sys_execve() | Al Viro | 2012-10-01 | 3 | -19/+2 |
* | frv: split ret_from_fork, simplify kernel_thread() a lot | Al Viro | 2012-10-01 | 5 | -100/+32 |
* | m68k: switch to generic sys_execve()/kernel_execve() | Al Viro | 2012-10-01 | 5 | -37/+9 |
* | m68k: split ret_from_fork(), simplify kernel_thread() | Al Viro | 2012-10-01 | 4 | -62/+36 |
* | m68k: always set stack frame format for ColdFire on thread start | Greg Ungerer | 2012-10-01 | 1 | -11/+12 |
* | powerpc: switch to generic sys_execve()/kernel_execve() | Al Viro | 2012-09-30 | 8 | -51/+21 |
* | powerpc: split ret_from_fork | Al Viro | 2012-09-30 | 8 | -84/+43 |
* | s390: convert to generic kernel_execve() | Al Viro | 2012-09-30 | 3 | -49/+13 |
* | s390: switch to generic kernel_thread() | Al Viro | 2012-09-30 | 3 | -40/+34 |
* | s390: fold kernel_thread_helper() into ret_from_fork() | Al Viro | 2012-09-30 | 3 | -16/+28 |
* | s390: fold execve_tail() into start_thread(), convert to generic sys_execve() | Al Viro | 2012-09-30 | 9 | -61/+5 |
* | um: switch to generic kernel_thread() | Al Viro | 2012-09-30 | 3 | -16/+4 |
* | x86, um/x86: switch to generic sys_execve and kernel_execve | Al Viro | 2012-09-30 | 17 | -158/+34 |
* | x86: split ret_from_fork | Al Viro | 2012-09-30 | 7 | -85/+67 |
* | alpha: introduce ret_from_kernel_execve(), switch to generic kernel_execve() | Al Viro | 2012-09-30 | 3 | -19/+14 |
* | alpha: switch to generic kernel_thread() | Al Viro | 2012-09-30 | 5 | -72/+31 |
* | alpha: switch to generic sys_execve() | Al Viro | 2012-09-30 | 3 | -30/+1 |
* | arm: get rid of execve wrapper, switch to generic execve() implementation | Al Viro | 2012-09-30 | 4 | -26/+2 |
* | arm: optimized current_pt_regs() | Al Viro | 2012-09-30 | 1 | -0/+5 |
* | arm: introduce ret_from_kernel_execve(), switch to generic kernel_execve() | Al Viro | 2012-09-30 | 3 | -42/+13 |
* | arm: split ret_from_fork, simplify kernel_thread() [based on patch by rmk] | Al Viro | 2012-09-30 | 4 | -67/+26 |
* | preparation for generic kernel_thread() | Al Viro | 2012-09-30 | 1 | -0/+3 |
* | um: kill thread->forking | Al Viro | 2012-09-20 | 7 | -66/+29 |
* | um: let signal_delivered() do SIGTRAP on singlestepping into handler | Al Viro | 2012-09-20 | 2 | -7/+5 |
* | um: don't leak floating point state and segment registers on execve() | Al Viro | 2012-09-20 | 1 | -0/+1 |
* | um: take cleaning singlestep to start_thread() | Al Viro | 2012-09-20 | 1 | -19/+5 |
* | don't bother exporting kernel_execve() | Al Viro | 2012-09-20 | 3 | -3/+0 |
* | the only place that needs to include asm/exec.h is linux/binfmts.h | Al Viro | 2012-09-20 | 1 | -1/+0 |