index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
/
asm
/
spinlock.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-02
powerpc/qspinlock: powerpc qspinlock implementation
Nicholas Piggin
1
-1
/
+1
2021-03-26
powerpc/spinlock: Define smp_mb__after_spinlock only once
Davidlohr Bueso
1
-0
/
+3
2020-07-27
powerpc/pseries: Implement paravirt qspinlocks for SPLPAR
Nicholas Piggin
1
-0
/
+4
2020-07-27
powerpc/64s: Implement queued spinlocks and rwlocks
Nicholas Piggin
1
-0
/
+5
2020-07-26
powerpc: Move spinlock implementation to simple_spinlock
Nicholas Piggin
1
-284
/
+1
2020-07-26
powerpc/pseries: Move some PAPR paravirt functions to their own file
Nicholas Piggin
1
-23
/
+1
2020-05-28
powerpc: Remove IBM405 Erratum #77
Christophe Leroy
1
-4
/
+0
2019-12-30
powerpc/spinlocks: Include correct header for static key
Jason A. Donenfeld
1
-0
/
+1
2019-12-13
powerpc/shared: Use static key to detect shared processor
Srikar Dronamraju
1
-7
/
+2
2019-12-13
powerpc/vcpu: Assume dedicated processors as non-preempt
Srikar Dronamraju
1
-1
/
+3
2019-08-27
powerpc/spinlocks: Fix oops in __spin_yield() on bare metal
Christopher M. Riedl
1
-11
/
+25
2019-08-27
powerpc/spinlocks: Rename SPLPAR-only spinlocks
Christopher M. Riedl
1
-2
/
+4
2019-08-27
powerpc/spinlocks: Refactor SHARED_PROCESSOR
Christopher M. Riedl
1
-6
/
+18
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-04-08
powerpc/mmiowb: Hook up mmwiob() implementation to asm-generic code
Will Deacon
1
-17
/
+0
2018-07-30
powerpc: move ASM_CONST and stringify_in_c() into asm-const.h
Christophe Leroy
1
-1
/
+0
2018-07-30
powerpc/405: move PPC405_ERR77 in asm-405.h
Christophe Leroy
1
-0
/
+1
2018-04-03
powerpc: Fix oops due to bad access of lppaca on bare metal
Aneesh Kumar K.V
1
-0
/
+2
2017-10-10
locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementations
Will Deacon
1
-3
/
+1
2017-10-10
locking/core: Remove {read,spin,write}_can_lock()
Will Deacon
1
-3
/
+0
2017-09-04
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+3
2017-08-17
arch: Remove spin_unlock_wait() arch-specific definitions
Paul E. McKenney
1
-33
/
+0
2017-08-10
locking: Introduce smp_mb__after_spinlock()
Peter Zijlstra
1
-0
/
+3
2016-11-22
locking/core, powerpc: Implement vcpu_is_preempted(cpu)
Pan Xinhui
1
-0
/
+8
2016-06-14
powerpc/spinlock: Fix spin_unlock_wait()
Boqun Feng
1
-6
/
+32
2015-08-04
rcu,locking: Privatize smp_mb__after_unlock_lock()
Paul E. McKenney
1
-2
/
+0
2014-08-13
powerpc: Add smp_mb() to arch_spin_is_locked()
Michael Ellerman
1
-0
/
+1
2014-01-27
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
1
-2
/
+10
2014-01-28
powerpc: Implement arch_spin_is_locked() using arch_spin_value_unlocked()
Michael Ellerman
1
-2
/
+5
2014-01-28
powerpc: Add support for the optimised lockref implementation
Michael Ellerman
1
-0
/
+5
2013-12-16
powerpc: Full barrier for smp_mb__after_unlock_lock()
Paul E. McKenney
1
-0
/
+2
2013-08-14
powerpc: Make rwlocks endian safe
Anton Blanchard
1
-0
/
+4
2013-08-14
powerpc: Stop using non-architected shared_proc field in lppaca
Anton Blanchard
1
-1
/
+1
2013-01-29
powerpc: Avoid debug_smp_processor_id() check in SHARED_PROCESSOR
Li Zhong
1
-1
/
+1
2012-03-21
powerpc: Remove the remaining CONFIG_PPC_ISERIES pieces
Stephen Rothwell
1
-3
/
+2
2010-02-17
powerpc: Rename LWSYNC_ON_SMP to PPC_RELEASE_BARRIER, ISYNC_ON_SMP to PPC_ACQ...
Anton Blanchard
1
-12
/
+13
2010-02-17
powerpc: Use lwarx hint in spinlocks
Anton Blanchard
1
-3
/
+4
2009-12-14
locking: Convert raw_rwlock functions to arch_rwlock
Thomas Gleixner
1
-16
/
+16
2009-12-14
locking: Convert raw_rwlock to arch_rwlock
Thomas Gleixner
1
-9
/
+9
2009-12-14
locking: Convert __raw_spin* functions to arch_spin*
Thomas Gleixner
1
-16
/
+16
2009-12-14
locking: Convert raw_spinlock to arch_spinlock
Thomas Gleixner
1
-7
/
+7
2009-08-31
locking, powerpc: Rename __spin_try_lock() and friends
Heiko Carstens
1
-10
/
+10
2009-04-02
Allow rwlocks to re-enable interrupts
Robin Holt
1
-0
/
+3
2008-11-19
powerpc: Tell gcc when we clobber the carry in inline asm
Paul Mackerras
1
-1
/
+1
2008-08-04
powerpc: Move include files to arch/powerpc/include/asm
Stephen Rothwell
1
-0
/
+295