summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/percpu.h
AgeCommit message (Expand)Author
2023-06-05arch: Remove cmpxchg_doublePeter Zijlstra
2023-06-05percpu: Wire up cmpxchg128Peter Zijlstra
2022-05-13printk: stop including cache.h from printk.hPeter Collingbourne
2020-12-04KVM: arm64: Support per_cpu_ptr in nVHE hyp codeDavid Brazdil
2020-09-30kvm: arm64: Remove __hyp_this_cpu_readDavid Brazdil
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2018-12-12arm64: percpu: Fix LSE implementation of value-returning pcpu atomicsWill Deacon
2018-12-07arm64: percpu: Rewrite per-cpu ops to allow use of LSE atomicsWill Deacon
2018-09-25arm64: percpu: Initialize ret in the default caseNathan Chancellor
2018-03-27arm64: move percpu cmpxchg implementation from cmpxchg.h to percpu.hWill Deacon
2018-01-13arm64: alternatives: use tpidr_el2 on VHE hostsJames Morse
2016-11-11arm64: factor out current_stack_pointerMark Rutland
2016-11-09arm64: percpu: kill off final ACCESS_ONCE() usesMark Rutland
2016-10-19arm64: percpu: rewrite ll/sc loops in assemblyWill Deacon
2016-09-09arm64: use preempt_disable_notrace in _percpu_read/writeChunyan Zhang
2015-07-27arm64: force CONFIG_SMP=y and remove redundant #ifdefsWill Deacon
2015-03-24arm64: percpu: Make this_cpu accessors pre-empt safeSteve Capper
2014-11-20arm64: percpu: Implement this_cpu operationsSteve Capper
2014-09-08arm64: LLVMLinux: Use global stack register variable for aarch64Mark Charlebois
2014-02-28arm64: Fix !CONFIG_SMP kernel buildCatalin Marinas
2013-12-19arm64: percpu: implement optimised pcpu access using tpidr_el1Will Deacon