aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel/process.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2018-10-05ARC: clone syscall to setp r25 as thread pointerVineet Gupta1-0/+20
2018-07-09ARC: Improve cmpxchg syscall implementationPeter Zijlstra1-11/+36
2017-08-28ARC: [plat-eznps] handle extra aux regs #2: kernel/entry exitLiav Rehana1-0/+4
2017-08-28ARC: [plat-eznps] use schd.wft instruction instead of sleep at idle taskNoam Camus1-1/+12
2017-08-28ARC: create cpu specific version of arch_cpu_idle()Vineet Gupta1-2/+16
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/+2
2016-11-07ARC: change return value of userspace cmpxchg assist syscallVineet Gupta1-9/+11
2016-10-24ARC: syscall for userspace cmpxchg assistVineet Gupta1-0/+33
2016-08-19ARC: Support syscall ABI v4Vineet Gupta1-1/+1
2016-05-20exit_thread: remove empty bodiesJiri Slaby1-7/+0
2015-11-16ARC: Abstract out ISA specific SLEEP argsVineet Gupta1-5/+4
2015-08-20ARC: add/fix some comments in code - no functional changeVineet Gupta1-1/+1
2015-06-28ARC: Fix build failures for ARCompact in linux-next after ARCv2 supportVineet Gupta1-7/+1
2015-06-22ARCv2: Support for ARCv2 ISA and HS38x coresVineet Gupta1-3/+16
2015-06-19ARC: intc: split into ARCompact ISA specific, common bitsVineet Gupta1-2/+1
2015-04-24Merge tag 'arc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds1-3/+6
2015-04-11whack-a-mole: no need to set_fs(USER_DS) in {start,flush}_thread()Al Viro1-2/+0
2015-03-31arc: copy_thread(): rename 'arg' argument to 'kthread_arg'Alex Dowad1-3/+6
2015-02-27ARC: Fix thread_saved_pc()Vineet Gupta1-23/+0
2014-05-05ARC: make start_thread() out-of-lineVineet Gupta1-0/+23
2013-06-26ARC: pt_regs update #5: Use real ECR for pt_regs->event vs. synth valuesVineet Gupta1-1/+1
2013-06-22ARC: pt_regs update #4: r25 saved/restored unconditionallyVineet Gupta1-0/+1
2013-06-22ARC: Increase readability of entry handlersVineet Gupta1-0/+4
2013-06-22ARC: pt_regs update #3: Remove unused gutter at start of callee_regsVineet Gupta1-3/+1
2013-06-22ARC: pt_regs update #1: Align pt_regs end with end of kernel stack pageVineet Gupta1-2/+0
2013-04-08arc: Use generic idle loopThomas Gleixner1-26/+1
2013-02-27ARC: Fixup the current ABI versionVineet Gupta1-1/+1
2013-02-11ARC: Process-creation/scheduling/idle-loopVineet Gupta1-0/+193
2013-02-11ARC: Syscall support (no-legacy-syscall ABI)Vineet Gupta1-0/+42