index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arc
/
include
/
asm
/
processor.h
Age
Commit message (
Expand
)
Author
2023-08-17
ARC: __switch_to: move ksp to thread_info from thread_struct
Vineet Gupta
2023-08-17
ARC: kernel stack: INIT_THREAD need not setup @init_stack in @ksp
Vineet Gupta
2022-09-11
kernel: exit: cleanup release_thread()
Kefeng Wang
2021-10-15
sched: Add wrapper for get_wchan() to keep task blocked
Kees Cook
2021-08-26
ARC: mm: support 3 levels of page tables
Vineet Gupta
2020-10-05
ARC: [plat-eznps]: Drop support for EZChip NPS platform
Vineet Gupta
2020-03-16
ARC: add support for DSP-enabled userspace applications
Eugeniy Paltsev
2020-01-17
ARC: fpu: declutter code, move bits out into fpu.h
Vineet Gupta
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2018-10-31
treewide: remove current_text_addr
Nick Desaulniers
2017-09-22
arch: remove unused *_segments() macros/functions
Tobias Klauser
2017-08-28
ARC: [plat-eznps] handle extra aux regs #1: save/restore on context switch
Noam Camus
2017-06-28
arch: remove unused macro/function thread_saved_pc()
Tobias Klauser
2016-11-17
locking/core: Provide common cpu_relax_yield() definition
Christian Borntraeger
2016-11-16
locking/core, arch: Remove cpu_relax_lowlatency()
Christian Borntraeger
2016-11-16
locking/core: Introduce cpu_relax_yield()
Christian Borntraeger
2016-05-30
Fix typos
Andrea Gelmini
2016-05-09
ARC: [plat-eznps] Use dedicated cpu_relax()
Tal Zilcer
2016-05-09
ARC: [plat-eznps] Use dedicated user stack top
Noam Camus
2016-05-09
ARC: Make vmalloc size configurable
Noam Camus
2015-11-14
ARC: cpu_relax() to be compiler barrier even for UP
Vineet Gupta
2015-10-28
ARC: mm: HIGHMEM: kmap API implementation
Vineet Gupta
2015-06-19
ARC: mm: document system mem map clearly
Vineet Gupta
2015-05-19
ARC: fix warning in sched due to thread_saved_pc()
Vineet Gupta
2015-02-27
ARC: Fix thread_saved_pc()
Vineet Gupta
2015-02-27
ARC: Fix KSTK_ESP()
Vineet Gupta
2015-02-02
arc: Remove unused prepare_to_copy()
Tobias Klauser
2014-10-13
ARC: unbork FPU save/restore
Vineet Gupta
2014-10-13
ARC: remove extraneous __KERNEL__ guards
Vineet Gupta
2014-07-17
arch, locking: Ciao arch_mutex_cpu_relax()
Davidlohr Bueso
2014-05-05
ARC: make start_thread() out-of-line
Vineet Gupta
2013-06-26
ARC: Remove explicit passing around of ECR
Vineet Gupta
2013-06-22
ARC: pt_regs update #4: r25 saved/restored unconditionally
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-02-15
ARC: SMP support
Vineet Gupta
2013-02-15
ARC: [optim] Cache "current" in Register r25
Vineet Gupta
2013-02-11
ARC: Process-creation/scheduling/idle-loop
Vineet Gupta
2013-02-11
ARC: Fundamental ARCH data-types/defines
Vineet Gupta