aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-12infrastructure for saner ret_from_kernel_thread semanticsAl Viro1-0/+3
2012-10-11ppc: eeh_event should just use kthread_run()Al Viro1-3/+2
2012-10-11alpha: get rid of switch_stack argument of do_work_pending()Al Viro2-23/+20
2012-10-11alpha: don't bother passing switch_stack separately from regsAl Viro1-13/+13
2012-10-11alpha: take SIGPENDING/NOTIFY_RESUME loop into signal.cAl Viro2-17/+20
2012-10-11alpha: simplify TIF_NEED_RESCHED handlingAl Viro1-17/+9
2012-10-01alpha: don't open-code trace_report_syscall_{enter,exit}Al Viro2-26/+19
2012-10-01Uninclude linux/freezer.hRichard Weinberger12-12/+0
2012-10-01m32r: trim masksAl Viro1-2/+2
2012-10-01avr32: trim masksAl Viro1-7/+6
2012-10-01tile: don't bother with SIGTRAP in setup_frameAl Viro2-19/+2
2012-10-01microblaze: don't bother with SIGTRAP in setup_rt_frame()Al Viro1-5/+2
2012-10-01mn10300: don't bother with SIGTRAP in setup_frame()Al Viro1-8/+0
2012-10-01frv: no need to raise SIGTRAP in setup_frame()Al Viro1-8/+0
2012-10-01x86: get rid of duplicate code in case of CONFIG_VM86Al Viro1-11/+6
2012-10-01unicore32: remove pointless testAl Viro1-2/+0
2012-10-01h8300: trim _TIF_WORK_MASKAl Viro1-1/+2
2012-10-01parisc: decide whether to go to slow path (tracesys) based on thread flagsAl Viro2-3/+6
2012-10-01parisc: don't bother looping in do_signal()Al Viro1-22/+7
2012-10-01parisc: fix double restartsAl Viro3-10/+10
2012-10-01bury the rest of TIF_IRETAl Viro5-10/+0
2012-10-01sanitize tsk_is_polling()Al Viro25-37/+19
2012-10-01bury _TIF_RESTORE_SIGMASKAl Viro17-17/+0
2012-10-01unicore32: unobfuscate _TIF_WORK_MASKAl Viro1-1/+2
2012-10-01mips: NOTIFY_RESUME is not needed in TIF masksAl Viro1-2/+1
2012-10-01mips: merge the identical "return from syscall" per-ABI codeAl Viro5-51/+13
2012-10-01mips: unobfuscate _TIF..._MASKAl Viro1-3/+4
2012-10-01mips: prevent hitting do_notify_resume() with !user_mode(regs)Al Viro2-8/+3
2012-10-01ia64: can't reach do_signal() when returning to kernel modeAl Viro1-8/+0
2012-10-01score: fix bogus restarts on sigreturn()Al Viro1-0/+1
2012-10-01mn10300: get rid of calling do_notify_resume() when returning to kernel modeAl Viro2-5/+4
2012-10-01xtensa: can't get to do_notify_resume() when user_mode(regs) is not trueAl Viro1-3/+0
2012-10-01c6x: switch to generic kernel_thread()Al Viro3-21/+6
2012-10-01c6x: switch to generic sys_execveMark Salter4-50/+1
2012-10-01c6x: switch to generic kernel_execveMark Salter2-7/+8
2012-10-01c6x: add ret_from_kernel_thread(), simplify kernel_thread()Mark Salter2-26/+32
2012-10-01mn10300: convert to generic kernel_thread()Al Viro3-36/+19
2012-10-01mn10300: switch to generic kernel_execve()Al Viro6-49/+13
2012-10-01mn10300: switch to generic sys_execve()Al Viro3-16/+2
2012-10-01mn10300: split ret_from_fork, simplify kernel_thread()Al Viro5-71/+27
2012-10-01frv: switch to generic kernel_thread()Al Viro3-23/+20
2012-10-01frv: switch to generic kernel_execveAl Viro5-39/+10
2012-10-01frv: switch to generic sys_execve()Al Viro3-19/+2
2012-10-01frv: split ret_from_fork, simplify kernel_thread() a lotAl Viro5-100/+32
2012-10-01m68k: switch to generic sys_execve()/kernel_execve()Al Viro5-37/+9
2012-10-01m68k: split ret_from_fork(), simplify kernel_thread()Al Viro4-62/+36
2012-10-01m68k: always set stack frame format for ColdFire on thread startGreg Ungerer1-11/+12
2012-09-30powerpc: switch to generic sys_execve()/kernel_execve()Al Viro8-51/+21
2012-09-30powerpc: split ret_from_forkAl Viro8-84/+43
2012-09-30s390: convert to generic kernel_execve()Al Viro3-49/+13