summaryrefslogtreecommitdiffstats
path: root/arch/openrisc/kernel/process.c
AgeCommit message (Expand)AuthorLines
2017-07-07Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linuxLinus Torvalds-1/+1
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser-5/+0
2017-05-29kthread: fix boot hang (regression) on MIPS/OpenRISCVegard Nossum-2/+0
2017-05-15openrisc: Switch to use export.h instead of module.hStafford Horne-1/+1
2017-03-16openrisc: Export symbols needed by modulesStafford Horne-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
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-02-25openrisc: Initial support for the idle stateSebastian Macke-0/+11
2017-02-06openrisc: add l.lwa/l.swa emulationStefan Kristiansson-0/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2016-12-12openrisc: Add thread-local storage (TLS) supportChristian Svensson-0/+13
2015-04-11whack-a-mole: no need to set_fs(USER_DS) in {start,flush}_thread()Al Viro-1/+0
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo-0/+1
2012-11-28flagday: don't pass regs to copy_thread()Al Viro-1/+1
2012-11-28openrisc: switch to use of generic fork and cloneAl Viro-2/+3
2012-10-19openrisc: use generic sys_execveJonas Bonn-24/+0
2012-10-19openrisc: use generic kernel_thread/kernel_execveJonas Bonn-82/+56
2012-10-19openrisc: pass correct arg to schedule_tailJonas Bonn-1/+0
2012-10-12vfs: define struct filename and have getname() return itJeff Layton-2/+2
2012-03-28Disintegrate asm/system.h for OpenRISCDavid Howells-1/+0
2011-07-22OpenRISC: Scheduling/Process managementJonas Bonn-0/+311