| Commit message (Expand) | Author | Age | Files | Lines |
* | arch: Remove cmpxchg_double | Peter Zijlstra | 2023-06-05 | 1 | -10/+0 |
* | percpu: Wire up cmpxchg128 | Peter Zijlstra | 2023-06-05 | 1 | -0/+20 |
* | printk: stop including cache.h from printk.h | Peter Collingbourne | 2022-05-13 | 1 | -0/+1 |
* | KVM: arm64: Support per_cpu_ptr in nVHE hyp code | David Brazdil | 2020-12-04 | 1 | -0/+6 |
* | kvm: arm64: Remove __hyp_this_cpu_read | David Brazdil | 2020-09-30 | 1 | -2/+26 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 | Thomas Gleixner | 2019-06-19 | 1 | -12/+1 |
* | arm64: percpu: Fix LSE implementation of value-returning pcpu atomics | Will Deacon | 2018-12-12 | 1 | -1/+1 |
* | arm64: percpu: Rewrite per-cpu ops to allow use of LSE atomics | Will Deacon | 2018-12-07 | 1 | -230/+160 |
* | arm64: percpu: Initialize ret in the default case | Nathan Chancellor | 2018-09-25 | 1 | -0/+3 |
* | arm64: move percpu cmpxchg implementation from cmpxchg.h to percpu.h | Will Deacon | 2018-03-27 | 1 | -0/+29 |
* | arm64: alternatives: use tpidr_el2 on VHE hosts | James Morse | 2018-01-13 | 1 | -2/+9 |
* | arm64: factor out current_stack_pointer | Mark Rutland | 2016-11-11 | 1 | -0/+2 |
* | arm64: percpu: kill off final ACCESS_ONCE() uses | Mark Rutland | 2016-11-09 | 1 | -8/+8 |
* | arm64: percpu: rewrite ll/sc loops in assembly | Will Deacon | 2016-10-19 | 1 | -64/+56 |
* | arm64: use preempt_disable_notrace in _percpu_read/write | Chunyan Zhang | 2016-09-09 | 1 | -4/+4 |
* | arm64: force CONFIG_SMP=y and remove redundant #ifdefs | Will Deacon | 2015-07-27 | 1 | -8/+0 |
* | arm64: percpu: Make this_cpu accessors pre-empt safe | Steve Capper | 2015-03-24 | 1 | -11/+33 |
* | arm64: percpu: Implement this_cpu operations | Steve Capper | 2014-11-20 | 1 | -0/+215 |
* | arm64: LLVMLinux: Use global stack register variable for aarch64 | Mark Charlebois | 2014-09-08 | 1 | -2/+2 |
* | arm64: Fix !CONFIG_SMP kernel build | Catalin Marinas | 2014-02-28 | 1 | -0/+8 |
* | arm64: percpu: implement optimised pcpu access using tpidr_el1 | Will Deacon | 2013-12-19 | 1 | -0/+41 |