index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
/
asm
/
percpu.h
Age
Commit message (
Expand
)
Author
2020-12-04
KVM: arm64: Support per_cpu_ptr in nVHE hyp code
David Brazdil
2020-09-30
kvm: arm64: Remove __hyp_this_cpu_read
David Brazdil
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
2018-12-12
arm64: percpu: Fix LSE implementation of value-returning pcpu atomics
Will Deacon
2018-12-07
arm64: percpu: Rewrite per-cpu ops to allow use of LSE atomics
Will Deacon
2018-09-25
arm64: percpu: Initialize ret in the default case
Nathan Chancellor
2018-03-27
arm64: move percpu cmpxchg implementation from cmpxchg.h to percpu.h
Will Deacon
2018-01-13
arm64: alternatives: use tpidr_el2 on VHE hosts
James Morse
2016-11-11
arm64: factor out current_stack_pointer
Mark Rutland
2016-11-09
arm64: percpu: kill off final ACCESS_ONCE() uses
Mark Rutland
2016-10-19
arm64: percpu: rewrite ll/sc loops in assembly
Will Deacon
2016-09-09
arm64: use preempt_disable_notrace in _percpu_read/write
Chunyan Zhang
2015-07-27
arm64: force CONFIG_SMP=y and remove redundant #ifdefs
Will Deacon
2015-03-24
arm64: percpu: Make this_cpu accessors pre-empt safe
Steve Capper
2014-11-20
arm64: percpu: Implement this_cpu operations
Steve Capper
2014-09-08
arm64: LLVMLinux: Use global stack register variable for aarch64
Mark Charlebois
2014-02-28
arm64: Fix !CONFIG_SMP kernel build
Catalin Marinas
2013-12-19
arm64: percpu: implement optimised pcpu access using tpidr_el1
Will Deacon