aboutsummaryrefslogtreecommitdiffstats
path: root/arch/frv/kernel/process.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-09arch: remove frv portArnd Bergmann1-275/+0
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser1-9/+0
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2013-04-08frv: Use generic idle loopThomas Gleixner1-22/+5
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-1/+1
2012-11-28frv: switch to generic fork/vfork/cloneAl Viro1-40/+5
2012-11-02FRV: Fix the new-style kernel_thread() stuffDavid Howells1-2/+3
2012-10-16FRV: Fix incorrect symbol in copy_thread()David Howells1-1/+1
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-43/+23
2012-10-01frv: switch to generic kernel_thread()Al Viro1-22/+19
2012-10-01frv: switch to generic sys_execve()Al Viro1-19/+0
2012-10-01frv: split ret_from_fork, simplify kernel_thread() a lotAl Viro1-21/+23
2012-09-23frv: Add missing RCU idle APIs on idle loopFrederic Weisbecker1-0/+3
2012-05-23Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-11/+0
2012-05-16fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha1-11/+0
2012-05-05frv: Use core allocator for task_structThomas Gleixner1-10/+0
2012-05-05frv: Use correct size for task_struct allocationThomas Gleixner1-7/+2
2012-03-28Disintegrate asm/system.h for FRVDavid Howells1-1/+0
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner1-3/+1
2011-07-26frv, exec: remove redundant set_fs(USER_DS)Mathias Krause1-4/+1
2011-03-22mm: NUMA aware alloc_task_struct_node()Eric Dumazet1-2/+3
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-08-17Make do_execve() take a const filename pointerDavid Howells1-2/+3
2010-08-13Mark arguments to certain syscalls as being constDavid Howells1-1/+2
2009-10-14frv: Remove the BKL from sys_execveJohn Kacur1-4/+1
2009-09-23FRV: Use asm/generic-hardirq.hChristoph Hellwig1-4/+0
2009-04-02Simplify copy_thread()Alexey Dobriyan1-1/+1
2007-05-09FRV: Replace pgd management via slabs through quicklistsChristoph Lameter1-0/+4
2006-07-10[PATCH] FRV: Introduce asm-offsets for FRV archDavid Howells1-1/+2
2006-07-10[PATCH] FDPIC: Add coredump capability for the ELF-FDPIC binfmtDavid Howells1-0/+8
2006-07-10[PATCH] FRV: Fix FRV arch compile errorsDavid Howells1-0/+4
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-23[PATCH] frv: misc __user annotationsAl Viro1-1/+1
2006-01-12[PATCH] frv: task_thread_info(), task_stack_page()Al Viro1-2/+2
2006-01-10[PATCH] dump_thread() cleanupakpm@osdl.org1-22/+0
2005-11-09[PATCH] sched: disable preempt in idle tasksNick Piggin1-1/+5
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+388