aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m32r/kernel/process.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-09arch: remove m32r portArnd Bergmann1-154/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
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: remove empty bodiesJiri Slaby1-9/+0
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo1-0/+2
2013-04-08m32r: Use generic idle loopThomas Gleixner1-18/+0
2013-02-17m32r idle: delete pm_idle, and other dead idle codeLen Brown1-49/+2
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-1/+1
2012-11-28m32r: switch to generic fork/vfork/cloneAl Viro1-42/+4
2012-10-31m32r: switch to generic sys_execve()Al Viro1-36/+10
2012-10-31m32r: switch to generic kernel_thread()/kernel_execve()Al Viro1-44/+16
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-2/+2
2012-09-23m32r: Add missing RCU idle APIs on idle loopFrederic Weisbecker1-0/+3
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner1-3/+1
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/+2
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-06-18ptrace: remove PT_DTRACE from arch/m32rOleg Nesterov1-5/+0
2009-04-02Simplify copy_thread()Alexey Dobriyan1-1/+1
2008-10-16misc: replace __FUNCTION__ with __func__Harvey Harrison1-1/+1
2008-09-27m32r/kernel/: cleanupsAdrian Bunk1-28/+2
2007-02-11[PATCH] m32r: build fix for processors without ISA_DSP_LEVEL2Hirokazu Takata1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-04-19[PATCH] m32r: mappi3 reboot supportHirokazu Takata1-0/+4
2006-01-12[PATCH] m32r: task_pt_regs(), task_stack_page(), task_thread_info()Al Viro1-4/+1
2006-01-10[PATCH] dump_thread() cleanupakpm@osdl.org1-8/+0
2006-01-08[PATCH] Don't attempt to power off if power off is not implementedEric W. Biederman1-0/+4
2005-11-09[PATCH] sched: disable preempt in idle tasksNick Piggin1-0/+2
2005-07-26[PATCH] Don't export machine_restart, machine_halt, or machine_power_off.Eric W. Biederman1-6/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+359