summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2012-10-12infrastructure for saner ret_from_kernel_thread semanticsAl Viro
2012-10-11ppc: eeh_event should just use kthread_run()Al Viro
2012-10-11alpha: get rid of switch_stack argument of do_work_pending()Al Viro
2012-10-11alpha: don't bother passing switch_stack separately from regsAl Viro
2012-10-11alpha: take SIGPENDING/NOTIFY_RESUME loop into signal.cAl Viro
2012-10-11alpha: simplify TIF_NEED_RESCHED handlingAl Viro
2012-10-01alpha: don't open-code trace_report_syscall_{enter,exit}Al Viro
2012-10-01Uninclude linux/freezer.hRichard Weinberger
2012-10-01m32r: trim masksAl Viro
2012-10-01avr32: trim masksAl Viro
2012-10-01tile: don't bother with SIGTRAP in setup_frameAl Viro
2012-10-01microblaze: don't bother with SIGTRAP in setup_rt_frame()Al Viro
2012-10-01mn10300: don't bother with SIGTRAP in setup_frame()Al Viro
2012-10-01frv: no need to raise SIGTRAP in setup_frame()Al Viro
2012-10-01x86: get rid of duplicate code in case of CONFIG_VM86Al Viro
2012-10-01unicore32: remove pointless testAl Viro
2012-10-01h8300: trim _TIF_WORK_MASKAl Viro
2012-10-01parisc: decide whether to go to slow path (tracesys) based on thread flagsAl Viro
2012-10-01parisc: don't bother looping in do_signal()Al Viro
2012-10-01parisc: fix double restartsAl Viro
2012-10-01bury the rest of TIF_IRETAl Viro
2012-10-01sanitize tsk_is_polling()Al Viro
2012-10-01bury _TIF_RESTORE_SIGMASKAl Viro
2012-10-01unicore32: unobfuscate _TIF_WORK_MASKAl Viro
2012-10-01mips: NOTIFY_RESUME is not needed in TIF masksAl Viro
2012-10-01mips: merge the identical "return from syscall" per-ABI codeAl Viro
2012-10-01mips: unobfuscate _TIF..._MASKAl Viro
2012-10-01mips: prevent hitting do_notify_resume() with !user_mode(regs)Al Viro
2012-10-01ia64: can't reach do_signal() when returning to kernel modeAl Viro
2012-10-01score: fix bogus restarts on sigreturn()Al Viro
2012-10-01mn10300: get rid of calling do_notify_resume() when returning to kernel modeAl Viro
2012-10-01xtensa: can't get to do_notify_resume() when user_mode(regs) is not trueAl Viro
2012-10-01c6x: switch to generic kernel_thread()Al Viro
2012-10-01c6x: switch to generic sys_execveMark Salter
2012-10-01c6x: switch to generic kernel_execveMark Salter
2012-10-01c6x: add ret_from_kernel_thread(), simplify kernel_thread()Mark Salter
2012-10-01mn10300: convert to generic kernel_thread()Al Viro
2012-10-01mn10300: switch to generic kernel_execve()Al Viro
2012-10-01mn10300: switch to generic sys_execve()Al Viro
2012-10-01mn10300: split ret_from_fork, simplify kernel_thread()Al Viro
2012-10-01frv: switch to generic kernel_thread()Al Viro
2012-10-01frv: switch to generic kernel_execveAl Viro
2012-10-01frv: switch to generic sys_execve()Al Viro
2012-10-01frv: split ret_from_fork, simplify kernel_thread() a lotAl Viro
2012-10-01m68k: switch to generic sys_execve()/kernel_execve()Al Viro
2012-10-01m68k: split ret_from_fork(), simplify kernel_thread()Al Viro
2012-10-01m68k: always set stack frame format for ColdFire on thread startGreg Ungerer
2012-09-30powerpc: switch to generic sys_execve()/kernel_execve()Al Viro
2012-09-30powerpc: split ret_from_forkAl Viro
2012-09-30s390: convert to generic kernel_execve()Al Viro