summaryrefslogtreecommitdiff
path: root/arch/arc/kernel/process.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra1-0/+3
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman1-4/+3
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman1-3/+5
2022-02-25uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann1-1/+1
2021-10-29signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)Eric W. Biederman1-1/+1
2021-05-10arc: Fix typos/spellosBhaskar Chowdhury1-4/+4
2021-02-22arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe1-1/+1
2020-10-06ARC: [plat-eznps]: Drop support for EZChip NPS platformVineet Gupta1-15/+0
2020-08-12mm/gup: remove task_struct pointer for all gup codePeter Xu1-1/+1
2020-08-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+0
2020-07-27kill unused dump_fpu() instancesAl Viro1-5/+0
2020-07-05arch: rename copy_thread_tls() back to copy_thread()Christian Brauner1-2/+3
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2020-01-18ARCv2: fpu: preserve userspace fpu stateVineet Gupta1-1/+5
2020-01-16ARC: wireup clone3 syscallVineet Gupta1-4/+3
2019-07-09Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman1-1/+1
2019-05-27signal: Remove task parameter from force_sigsegvEric W. Biederman1-1/+1
2019-01-04Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2018-10-06ARC: clone syscall to setp r25 as thread pointerVineet Gupta1-0/+20
2018-07-09ARC: Improve cmpxchg syscall implementationPeter Zijlstra1-11/+36
2017-08-29ARC: [plat-eznps] handle extra aux regs #2: kernel/entry exitLiav Rehana1-0/+4
2017-08-29ARC: [plat-eznps] use schd.wft instruction instead of sleep at idle taskNoam Camus1-1/+12
2017-08-29ARC: 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 <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...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-21exit_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/vgup...Linus Torvalds1-3/+6
2015-04-12whack-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