index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
/
asm
/
qspinlock.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/qspinlock: add compile-time tuning adjustments
Nicholas Piggin
2022-12-02
1
-3
/
+58
*
powerpc/qspinlock: allow lock stealing in trylock and lock fastpath
Nicholas Piggin
2022-12-02
1
-2
/
+20
*
powerpc/qspinlock: store owner CPU in lock word
Nicholas Piggin
2022-12-02
1
-2
/
+10
*
powerpc/qspinlock: allow new waiters to steal the lock before queueing
Nicholas Piggin
2022-12-02
1
-0
/
+23
*
powerpc/qspinlock: convert atomic operations to assembly
Nicholas Piggin
2022-12-02
1
-5
/
+19
*
powerpc/qspinlock: use a half-word store to unlock to avoid larx/stcx.
Nicholas Piggin
2022-12-02
1
-5
/
+1
*
powerpc/qspinlock: add mcs queueing for contended waiters
Nicholas Piggin
2022-12-02
1
-3
/
+7
*
powerpc/qspinlock: powerpc qspinlock implementation
Nicholas Piggin
2022-12-02
1
-57
/
+29
*
locking/atomic: powerpc: move to ARCH_ATOMIC
Mark Rutland
2021-05-26
1
-1
/
+1
*
powerpc/qspinlock: Use generic smp_cond_load_relaxed
Davidlohr Bueso
2021-03-29
1
-0
/
+7
*
powerpc/spinlock: Unserialize spin_is_locked
Davidlohr Bueso
2021-03-26
1
-12
/
+0
*
powerpc/spinlock: Define smp_mb__after_spinlock only once
Davidlohr Bueso
2021-03-26
1
-2
/
+0
*
powerpc/qspinlock: Optimised atomic_try_cmpxchg_lock() that adds the lock hint
Nicholas Piggin
2020-07-27
1
-1
/
+1
*
powerpc/pseries: Implement paravirt qspinlocks for SPLPAR
Nicholas Piggin
2020-07-27
1
-0
/
+66
*
powerpc/64s: Implement queued spinlocks and rwlocks
Nicholas Piggin
2020-07-27
1
-0
/
+25