aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/include/asm/processor.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang1-3/+0
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook1-1/+1
2021-08-26ARC: mm: support 3 levels of page tablesVineet Gupta1-1/+1
2020-10-05ARC: [plat-eznps]: Drop support for EZChip NPS platformVineet Gupta1-37/+0
2020-03-16ARC: add support for DSP-enabled userspace applicationsEugeniy Paltsev1-0/+4
2020-01-17ARC: fpu: declutter code, move bits out into fpu.hVineet Gupta1-9/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-10-31treewide: remove current_text_addrNick Desaulniers1-8/+0
2017-09-22arch: remove unused *_segments() macros/functionsTobias Klauser1-3/+0
2017-08-28ARC: [plat-eznps] handle extra aux regs #1: save/restore on context switchNoam Camus1-0/+10
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser1-2/+0
2016-11-17locking/core: Provide common cpu_relax_yield() definitionChristian Borntraeger1-3/+0
2016-11-16locking/core, arch: Remove cpu_relax_lowlatency()Christian Borntraeger1-2/+0
2016-11-16locking/core: Introduce cpu_relax_yield()Christian Borntraeger1-0/+2
2016-05-30Fix typosAndrea Gelmini1-1/+1
2016-05-09ARC: [plat-eznps] Use dedicated cpu_relax()Tal Zilcer1-2/+12
2016-05-09ARC: [plat-eznps] Use dedicated user stack topNoam Camus1-0/+18
2016-05-09ARC: Make vmalloc size configurableNoam Camus1-10/+9
2015-11-14ARC: cpu_relax() to be compiler barrier even for UPVineet Gupta1-4/+0
2015-10-28ARC: mm: HIGHMEM: kmap API implementationVineet Gupta1-1/+6
2015-06-19ARC: mm: document system mem map clearlyVineet Gupta1-19/+16
2015-05-19ARC: fix warning in sched due to thread_saved_pc()Vineet Gupta1-1/+1
2015-02-27ARC: Fix thread_saved_pc()Vineet Gupta1-3/+2
2015-02-27ARC: Fix KSTK_ESP()Vineet Gupta1-4/+5
2015-02-02arc: Remove unused prepare_to_copy()Tobias Klauser1-3/+0
2014-10-13ARC: unbork FPU save/restoreVineet Gupta1-0/+9
2014-10-13ARC: remove extraneous __KERNEL__ guardsVineet Gupta1-4/+0
2014-07-17arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso1-0/+2
2014-05-05ARC: make start_thread() out-of-lineVineet Gupta1-25/+4
2013-06-26ARC: Remove explicit passing around of ECRVineet Gupta1-1/+0
2013-06-22ARC: pt_regs update #4: r25 saved/restored unconditionallyVineet Gupta1-3/+0
2013-06-22ARC: pt_regs update #3: Remove unused gutter at start of callee_regsVineet Gupta1-3/+8
2013-06-22ARC: pt_regs update #1: Align pt_regs end with end of kernel stack pageVineet Gupta1-1/+1
2013-02-15ARC: SMP supportVineet Gupta1-0/+8
2013-02-15ARC: [optim] Cache "current" in Register r25Vineet Gupta1-0/+3
2013-02-11ARC: Process-creation/scheduling/idle-loopVineet Gupta1-6/+3
2013-02-11ARC: Fundamental ARCH data-types/definesVineet Gupta1-0/+143