aboutsummaryrefslogtreecommitdiffstats
path: root/arch/h8300/kernel/process.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-23h8300: process helpersYoshinori Sato1-0/+171
2013-09-16Drop support for Renesas H8/300 (h8300) architectureGuenter Roeck1-154/+0
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo1-0/+2
2013-04-08h8300: Use generic idle loopThomas Gleixner1-31/+4
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-1/+1
2012-11-28h8300: switch to generic fork/vfork/cloneAl Viro1-35/+3
2012-10-14h8300: generic sys_execve()Al Viro1-21/+0
2012-10-14h8300: generic kernel_thread()Al Viro1-33/+8
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-2/+2
2012-09-23h8300: Add missing RCU idle APIs on idle loopFrederic Weisbecker1-0/+3
2012-03-28Disintegrate asm/system.h for H8300David Howells1-1/+0
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner1-3/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-08-17Make do_execve() take a const filename pointerDavid Howells1-1/+4
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-14h83000: Remove BKL from sys_execveJohn Kacur1-4/+1
2009-04-02Simplify copy_thread()Alexey Dobriyan1-1/+1
2008-09-06Remove asm/a.out.h files for all architectures without a.out support.Adrian Bunk1-1/+0
2007-08-22h8300: missing includeYoshinori Sato1-0/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-24[PATCH] kill include/linux/platform.h, default_idle() cleanupAdrian Bunk1-2/+2
2006-03-06[PATCH] add missing pm_power_off'sAdrian Bunk1-0/+3
2006-01-12[PATCH] h8300: task_stack_page()Al Viro1-1/+1
2006-01-10[PATCH] dump_thread() cleanupakpm@osdl.org1-28/+0
2005-11-09[PATCH] sched: disable preempt in idle tasksNick Piggin1-13/+15
2005-07-26[PATCH] Don't export machine_restart, machine_halt, or machine_power_off.Eric W. Biederman1-6/+0
2005-05-31[PATCH] h8300 sleep problemNick Piggin1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+288