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
2021-05-10
arc: Fix typos/spellos
Bhaskar Chowdhury
2021-02-21
arch: setup PF_IO_WORKER threads like PF_KTHREAD
Jens Axboe
2020-10-05
ARC: [plat-eznps]: Drop support for EZChip NPS platform
Vineet Gupta
2020-08-12
mm/gup: remove task_struct pointer for all gup code
Peter Xu
2020-08-09
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2020-07-27
kill unused dump_fpu() instances
Al Viro
2020-07-04
arch: rename copy_thread_tls() back to copy_thread()
Christian Brauner
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2020-01-17
ARCv2: fpu: preserve userspace fpu state
Vineet Gupta
2020-01-15
ARC: wireup clone3 syscall
Vineet Gupta
2019-07-08
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-05-27
signal: Remove task parameter from force_sig
Eric W. Biederman
2019-05-27
signal: Remove task parameter from force_sigsegv
Eric W. Biederman
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
2018-10-05
ARC: clone syscall to setp r25 as thread pointer
Vineet Gupta
2018-07-09
ARC: Improve cmpxchg syscall implementation
Peter Zijlstra
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