index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arc
/
kernel
/
process.c
Age
Commit message (
Expand
)
Author
2017-08-28
ARC: [plat-eznps] handle extra aux regs #2: kernel/entry exit
Liav Rehana
2017-08-28
ARC: [plat-eznps] use schd.wft instruction instead of sleep at idle task
Noam Camus
2017-08-28
ARC: create cpu specific version of arch_cpu_idle()
Vineet Gupta
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2016-11-07
ARC: change return value of userspace cmpxchg assist syscall
Vineet Gupta
2016-10-24
ARC: syscall for userspace cmpxchg assist
Vineet Gupta
2016-08-19
ARC: Support syscall ABI v4
Vineet Gupta
2016-05-20
exit_thread: remove empty bodies
Jiri Slaby
2015-11-16
ARC: Abstract out ISA specific SLEEP args
Vineet Gupta
2015-08-20
ARC: add/fix some comments in code - no functional change
Vineet Gupta
2015-06-28
ARC: Fix build failures for ARCompact in linux-next after ARCv2 support
Vineet Gupta
2015-06-22
ARCv2: Support for ARCv2 ISA and HS38x cores
Vineet Gupta
2015-06-19
ARC: intc: split into ARCompact ISA specific, common bits
Vineet Gupta
2015-04-24
Merge tag 'arc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...
Linus Torvalds
2015-04-11
whack-a-mole: no need to set_fs(USER_DS) in {start,flush}_thread()
Al Viro
2015-03-31
arc: copy_thread(): rename 'arg' argument to 'kthread_arg'
Alex Dowad
2015-02-27
ARC: Fix thread_saved_pc()
Vineet Gupta
2014-05-05
ARC: make start_thread() out-of-line
Vineet Gupta
2013-06-26
ARC: pt_regs update #5: Use real ECR for pt_regs->event vs. synth values
Vineet Gupta
2013-06-22
ARC: pt_regs update #4: r25 saved/restored unconditionally
Vineet Gupta
2013-06-22
ARC: Increase readability of entry handlers
Vineet Gupta
2013-06-22
ARC: pt_regs update #3: Remove unused gutter at start of callee_regs
Vineet Gupta
2013-06-22
ARC: pt_regs update #1: Align pt_regs end with end of kernel stack page
Vineet Gupta
2013-04-08
arc: Use generic idle loop
Thomas Gleixner
2013-02-27
ARC: Fixup the current ABI version
Vineet Gupta
2013-02-11
ARC: Process-creation/scheduling/idle-loop
Vineet Gupta
2013-02-11
ARC: Syscall support (no-legacy-syscall ABI)
Vineet Gupta