aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mn10300/kernel/process.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-09mn10300: Remove the architectureDavid Howells1-175/+0
2017-09-22arch: remove unused *_segments() macros/functionsTobias Klauser1-12/+0
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser1-8/+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
2016-05-20exit_thread: accept a task parameter to be exitedJiri Slaby1-2/+2
2016-05-20mn10300: let exit_fpu accept a taskJiri Slaby1-1/+1
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo1-0/+1
2013-04-08mn10300: Use generic idle loopThomas Gleixner1-64/+6
2013-02-17mn10300 idle: delete pm_idleLen Brown1-7/+0
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-1/+1
2012-11-28mn10300: switch to generic fork/vfork/cloneAl Viro1-28/+5
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-68/+23
2012-10-01mn10300: convert to generic kernel_thread()Al Viro1-31/+18
2012-10-01mn10300: switch to generic sys_execve()Al Viro1-16/+0
2012-10-01mn10300: split ret_from_fork, simplify kernel_thread()Al Viro1-34/+18
2012-09-23mn10300: Add missing RCU idle APIs on idle loopFrederic Weisbecker1-0/+3
2012-05-16fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha1-4/+6
2012-03-28Disintegrate asm/system.h for MN10300David Howells1-1/+0
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner1-3/+1
2011-03-18MN10300: Generalise kernel debugger kernel halt, reboot or power off hookDavid Howells1-3/+3
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-27MN10300: Save frame pointer in thread_info struct rather than global varDavid Howells1-9/+11
2010-10-27MN10300: And Panasonic AM34 subarch and implement SMPAkira Takeuchi1-4/+37
2010-10-27MN10300: Delete idle_timestamp from irq_cpustat_tAkira Takeuchi1-2/+0
2010-08-17Make do_execve() take a const filename pointerDavid Howells1-2/+2
2010-08-13Mark arguments to certain syscalls as being constDavid Howells1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+1
2009-10-14mn10300: Remove the BKL from sys_execveJohn Kacur1-8/+4
2009-06-18ptrace: remove PT_DTRACE from avr32, mn10300, parisc, s390, sh, xtensaOleg Nesterov1-3/+0
2009-04-02Simplify copy_thread()Alexey Dobriyan1-1/+1
2008-07-04mn10300: export certain arch symbols required to build allmodconfigDavid Howells1-0/+1
2008-06-16MN10300: Kill linux/a.out.h inclusionsDavid Howells1-1/+0
2008-02-08mn10300: add the MN10300/AM33 architecture to the kernelDavid Howells1-0/+297