Age | Commit message (Expand) | Author |
2012-10-01 | unicore32: remove pointless test | Al Viro |
2012-10-01 | h8300: trim _TIF_WORK_MASK | Al Viro |
2012-10-01 | parisc: decide whether to go to slow path (tracesys) based on thread flags | Al Viro |
2012-10-01 | parisc: don't bother looping in do_signal() | Al Viro |
2012-10-01 | parisc: fix double restarts | Al Viro |
2012-10-01 | bury the rest of TIF_IRET | Al Viro |
2012-10-01 | sanitize tsk_is_polling() | Al Viro |
2012-10-01 | bury _TIF_RESTORE_SIGMASK | Al Viro |
2012-10-01 | unicore32: unobfuscate _TIF_WORK_MASK | Al Viro |
2012-10-01 | mips: NOTIFY_RESUME is not needed in TIF masks | Al Viro |
2012-10-01 | mips: merge the identical "return from syscall" per-ABI code | Al Viro |
2012-10-01 | mips: unobfuscate _TIF..._MASK | Al Viro |
2012-10-01 | mips: prevent hitting do_notify_resume() with !user_mode(regs) | Al Viro |
2012-10-01 | ia64: can't reach do_signal() when returning to kernel mode | Al Viro |
2012-10-01 | score: fix bogus restarts on sigreturn() | Al Viro |
2012-10-01 | mn10300: get rid of calling do_notify_resume() when returning to kernel mode | Al Viro |
2012-10-01 | xtensa: can't get to do_notify_resume() when user_mode(regs) is not true | Al Viro |
2012-10-01 | c6x: switch to generic kernel_thread() | Al Viro |
2012-10-01 | c6x: switch to generic sys_execve | Mark Salter |
2012-10-01 | c6x: switch to generic kernel_execve | Mark Salter |
2012-10-01 | c6x: add ret_from_kernel_thread(), simplify kernel_thread() | Mark Salter |
2012-10-01 | mn10300: convert to generic kernel_thread() | Al Viro |
2012-10-01 | mn10300: switch to generic kernel_execve() | Al Viro |
2012-10-01 | mn10300: switch to generic sys_execve() | Al Viro |
2012-10-01 | mn10300: split ret_from_fork, simplify kernel_thread() | Al Viro |
2012-10-01 | frv: switch to generic kernel_thread() | Al Viro |
2012-10-01 | frv: switch to generic kernel_execve | Al Viro |
2012-10-01 | frv: switch to generic sys_execve() | Al Viro |
2012-10-01 | frv: split ret_from_fork, simplify kernel_thread() a lot | Al Viro |
2012-10-01 | m68k: switch to generic sys_execve()/kernel_execve() | Al Viro |
2012-10-01 | m68k: split ret_from_fork(), simplify kernel_thread() | Al Viro |
2012-10-01 | m68k: always set stack frame format for ColdFire on thread start | Greg Ungerer |
2012-09-30 | powerpc: switch to generic sys_execve()/kernel_execve() | Al Viro |
2012-09-30 | powerpc: split ret_from_fork | Al Viro |
2012-09-30 | s390: convert to generic kernel_execve() | Al Viro |
2012-09-30 | s390: switch to generic kernel_thread() | Al Viro |
2012-09-30 | s390: fold kernel_thread_helper() into ret_from_fork() | Al Viro |
2012-09-30 | s390: fold execve_tail() into start_thread(), convert to generic sys_execve() | Al Viro |
2012-09-30 | um: switch to generic kernel_thread() | Al Viro |
2012-09-30 | x86, um/x86: switch to generic sys_execve and kernel_execve | Al Viro |
2012-09-30 | x86: split ret_from_fork | Al Viro |
2012-09-30 | alpha: introduce ret_from_kernel_execve(), switch to generic kernel_execve() | Al Viro |
2012-09-30 | alpha: switch to generic kernel_thread() | Al Viro |
2012-09-30 | alpha: switch to generic sys_execve() | Al Viro |
2012-09-30 | arm: get rid of execve wrapper, switch to generic execve() implementation | Al Viro |
2012-09-30 | arm: optimized current_pt_regs() | Al Viro |
2012-09-30 | arm: introduce ret_from_kernel_execve(), switch to generic kernel_execve() | Al Viro |
2012-09-30 | arm: split ret_from_fork, simplify kernel_thread() [based on patch by rmk] | Al Viro |
2012-09-30 | preparation for generic kernel_thread() | Al Viro |
2012-09-20 | um: kill thread->forking | Al Viro |