summaryrefslogtreecommitdiffstats
path: root/arch/h8300/kernel/process.c
AgeCommit message (Expand)AuthorLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser-5/+0
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2015-06-23h8300: process helpersYoshinori Sato-0/+171
2013-09-16Drop support for Renesas H8/300 (h8300) architectureGuenter Roeck-154/+0
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo-0/+2
2013-04-08h8300: Use generic idle loopThomas Gleixner-31/+4
2012-11-28flagday: don't pass regs to copy_thread()Al Viro-1/+1
2012-11-28h8300: switch to generic fork/vfork/cloneAl Viro-35/+3
2012-10-14h8300: generic sys_execve()Al Viro-21/+0
2012-10-14h8300: generic kernel_thread()Al Viro-33/+8
2012-10-12vfs: define struct filename and have getname() return itJeff Layton-2/+2
2012-09-23h8300: Add missing RCU idle APIs on idle loopFrederic Weisbecker-0/+3
2012-03-28Disintegrate asm/system.h for H8300David Howells-1/+0
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner-3/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann-1/+0
2010-08-17Make do_execve() take a const filename pointerDavid Howells-1/+4
2010-08-13Mark arguments to certain syscalls as being constDavid Howells-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-1/+1
2009-10-14h83000: Remove BKL from sys_execveJohn Kacur-4/+1
2009-04-02Simplify copy_thread()Alexey Dobriyan-1/+1
2008-09-06Remove asm/a.out.h files for all architectures without a.out support.Adrian Bunk-1/+0
2007-08-22h8300: missing includeYoshinori Sato-0/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2006-03-24[PATCH] kill include/linux/platform.h, default_idle() cleanupAdrian Bunk-2/+2
2006-03-06[PATCH] add missing pm_power_off'sAdrian Bunk-0/+3
2006-01-12[PATCH] h8300: task_stack_page()Al Viro-1/+1
2006-01-10[PATCH] dump_thread() cleanupakpm@osdl.org-28/+0
2005-11-09[PATCH] sched: disable preempt in idle tasksNick Piggin-13/+15
2005-07-26[PATCH] Don't export machine_restart, machine_halt, or machine_power_off.Eric W. Biederman-6/+0
2005-05-31[PATCH] h8300 sleep problemNick Piggin-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+288