aboutsummaryrefslogtreecommitdiff
path: root/arch/arc/kernel/process.c
AgeCommit message (Expand)Author
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman
2022-02-25uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann
2021-10-29signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)Eric W. Biederman
2021-05-10arc: Fix typos/spellosBhaskar Chowdhury
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe
2020-10-05ARC: [plat-eznps]: Drop support for EZChip NPS platformVineet Gupta
2020-08-12mm/gup: remove task_struct pointer for all gup codePeter Xu
2020-08-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2020-07-27kill unused dump_fpu() instancesAl Viro
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-01-17ARCv2: fpu: preserve userspace fpu stateVineet Gupta
2020-01-15ARC: wireup clone3 syscallVineet Gupta
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman
2019-05-27signal: Remove task parameter from force_sigsegvEric W. Biederman
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-10-05ARC: clone syscall to setp r25 as thread pointerVineet Gupta
2018-07-09ARC: Improve cmpxchg syscall implementationPeter Zijlstra
2017-08-28ARC: [plat-eznps] handle extra aux regs #2: kernel/entry exitLiav Rehana
2017-08-28ARC: [plat-eznps] use schd.wft instruction instead of sleep at idle taskNoam Camus
2017-08-28ARC: create cpu specific version of arch_cpu_idle()Vineet Gupta
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-11-07ARC: change return value of userspace cmpxchg assist syscallVineet Gupta
2016-10-24ARC: syscall for userspace cmpxchg assistVineet Gupta
2016-08-19ARC: Support syscall ABI v4Vineet Gupta
2016-05-20exit_thread: remove empty bodiesJiri Slaby
2015-11-16ARC: Abstract out ISA specific SLEEP argsVineet Gupta
2015-08-20ARC: add/fix some comments in code - no functional changeVineet Gupta
2015-06-28ARC: Fix build failures for ARCompact in linux-next after ARCv2 supportVineet Gupta
2015-06-22ARCv2: Support for ARCv2 ISA and HS38x coresVineet Gupta
2015-06-19ARC: intc: split into ARCompact ISA specific, common bitsVineet Gupta
2015-04-24Merge tag 'arc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds
2015-04-11whack-a-mole: no need to set_fs(USER_DS) in {start,flush}_thread()Al Viro
2015-03-31arc: copy_thread(): rename 'arg' argument to 'kthread_arg'Alex Dowad
2015-02-27ARC: Fix thread_saved_pc()Vineet Gupta
2014-05-05ARC: make start_thread() out-of-lineVineet Gupta
2013-06-26ARC: pt_regs update #5: Use real ECR for pt_regs->event vs. synth valuesVineet Gupta
2013-06-22ARC: pt_regs update #4: r25 saved/restored unconditionallyVineet Gupta
2013-06-22ARC: Increase readability of entry handlersVineet Gupta
2013-06-22ARC: pt_regs update #3: Remove unused gutter at start of callee_regsVineet Gupta
2013-06-22ARC: pt_regs update #1: Align pt_regs end with end of kernel stack pageVineet Gupta
2013-04-08arc: Use generic idle loopThomas Gleixner
2013-02-27ARC: Fixup the current ABI versionVineet Gupta
2013-02-11ARC: Process-creation/scheduling/idle-loopVineet Gupta
2013-02-11ARC: Syscall support (no-legacy-syscall ABI)Vineet Gupta