index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
/
asm
/
qspinlock.h
Age
Commit message (
Expand
)
Author
2022-12-02
powerpc/qspinlock: add compile-time tuning adjustments
Nicholas Piggin
2022-12-02
powerpc/qspinlock: allow lock stealing in trylock and lock fastpath
Nicholas Piggin
2022-12-02
powerpc/qspinlock: store owner CPU in lock word
Nicholas Piggin
2022-12-02
powerpc/qspinlock: allow new waiters to steal the lock before queueing
Nicholas Piggin
2022-12-02
powerpc/qspinlock: convert atomic operations to assembly
Nicholas Piggin
2022-12-02
powerpc/qspinlock: use a half-word store to unlock to avoid larx/stcx.
Nicholas Piggin
2022-12-02
powerpc/qspinlock: add mcs queueing for contended waiters
Nicholas Piggin
2022-12-02
powerpc/qspinlock: powerpc qspinlock implementation
Nicholas Piggin
2021-05-26
locking/atomic: powerpc: move to ARCH_ATOMIC
Mark Rutland
2021-03-29
powerpc/qspinlock: Use generic smp_cond_load_relaxed
Davidlohr Bueso
2021-03-26
powerpc/spinlock: Unserialize spin_is_locked
Davidlohr Bueso
2021-03-26
powerpc/spinlock: Define smp_mb__after_spinlock only once
Davidlohr Bueso
2020-07-27
powerpc/qspinlock: Optimised atomic_try_cmpxchg_lock() that adds the lock hint
Nicholas Piggin
2020-07-27
powerpc/pseries: Implement paravirt qspinlocks for SPLPAR
Nicholas Piggin
2020-07-27
powerpc/64s: Implement queued spinlocks and rwlocks
Nicholas Piggin