aboutsummaryrefslogtreecommitdiff
path: root/arch/arc/kernel/process.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-28ARC: [plat-eznps] handle extra aux regs #2: kernel/entry exitGravatar Liav Rehana 1-0/+4
2017-08-28ARC: [plat-eznps] use schd.wft instruction instead of sleep at idle taskGravatar Noam Camus 1-1/+12
2017-08-28ARC: create cpu specific version of arch_cpu_idle()Gravatar Vineet Gupta 1-2/+16
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+2
2016-11-07ARC: change return value of userspace cmpxchg assist syscallGravatar Vineet Gupta 1-9/+11
2016-10-24ARC: syscall for userspace cmpxchg assistGravatar Vineet Gupta 1-0/+33
2016-08-19ARC: Support syscall ABI v4Gravatar Vineet Gupta 1-1/+1
2016-05-20exit_thread: remove empty bodiesGravatar Jiri Slaby 1-7/+0
2015-11-16ARC: Abstract out ISA specific SLEEP argsGravatar Vineet Gupta 1-5/+4
2015-08-20ARC: add/fix some comments in code - no functional changeGravatar Vineet Gupta 1-1/+1
2015-06-28ARC: Fix build failures for ARCompact in linux-next after ARCv2 supportGravatar Vineet Gupta 1-7/+1
2015-06-22ARCv2: Support for ARCv2 ISA and HS38x coresGravatar Vineet Gupta 1-3/+16
2015-06-19ARC: intc: split into ARCompact ISA specific, common bitsGravatar Vineet Gupta 1-2/+1
2015-04-24Merge tag 'arc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Gravatar Linus Torvalds 1-3/+6
2015-04-11whack-a-mole: no need to set_fs(USER_DS) in {start,flush}_thread()Gravatar Al Viro 1-2/+0
2015-03-31arc: copy_thread(): rename 'arg' argument to 'kthread_arg'Gravatar Alex Dowad 1-3/+6
2015-02-27ARC: Fix thread_saved_pc()Gravatar Vineet Gupta 1-23/+0
2014-05-05ARC: make start_thread() out-of-lineGravatar Vineet Gupta 1-0/+23
2013-06-26ARC: pt_regs update #5: Use real ECR for pt_regs->event vs. synth valuesGravatar Vineet Gupta 1-1/+1
2013-06-22ARC: pt_regs update #4: r25 saved/restored unconditionallyGravatar Vineet Gupta 1-0/+1
2013-06-22ARC: Increase readability of entry handlersGravatar Vineet Gupta 1-0/+4
2013-06-22ARC: pt_regs update #3: Remove unused gutter at start of callee_regsGravatar Vineet Gupta 1-3/+1
2013-06-22ARC: pt_regs update #1: Align pt_regs end with end of kernel stack pageGravatar Vineet Gupta 1-2/+0
2013-04-08arc: Use generic idle loopGravatar Thomas Gleixner 1-26/+1
2013-02-27ARC: Fixup the current ABI versionGravatar Vineet Gupta 1-1/+1
2013-02-11ARC: Process-creation/scheduling/idle-loopGravatar Vineet Gupta 1-0/+193
2013-02-11ARC: Syscall support (no-legacy-syscall ABI)Gravatar Vineet Gupta 1-0/+42