aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel/process.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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