aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/spinlock.h
AgeCommit message (Expand)Author
2021-03-26powerpc/spinlock: Define smp_mb__after_spinlock only onceDavidlohr Bueso
2020-07-27powerpc/pseries: Implement paravirt qspinlocks for SPLPARNicholas Piggin
2020-07-27powerpc/64s: Implement queued spinlocks and rwlocksNicholas Piggin
2020-07-26powerpc: Move spinlock implementation to simple_spinlockNicholas Piggin
2020-07-26powerpc/pseries: Move some PAPR paravirt functions to their own fileNicholas Piggin
2020-05-28powerpc: Remove IBM405 Erratum #77Christophe Leroy
2019-12-30powerpc/spinlocks: Include correct header for static keyJason A. Donenfeld
2019-12-13powerpc/shared: Use static key to detect shared processorSrikar Dronamraju
2019-12-13powerpc/vcpu: Assume dedicated processors as non-preemptSrikar Dronamraju
2019-08-27powerpc/spinlocks: Fix oops in __spin_yield() on bare metalChristopher M. Riedl
2019-08-27powerpc/spinlocks: Rename SPLPAR-only spinlocksChristopher M. Riedl
2019-08-27powerpc/spinlocks: Refactor SHARED_PROCESSORChristopher M. Riedl
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-08powerpc/mmiowb: Hook up mmwiob() implementation to asm-generic codeWill Deacon
2018-07-30powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy
2018-07-30powerpc/405: move PPC405_ERR77 in asm-405.hChristophe Leroy
2018-04-03powerpc: Fix oops due to bad access of lppaca on bare metalAneesh Kumar K.V
2017-10-10locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementationsWill Deacon
2017-10-10locking/core: Remove {read,spin,write}_can_lock()Will Deacon
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-08-17arch: Remove spin_unlock_wait() arch-specific definitionsPaul E. McKenney
2017-08-10locking: Introduce smp_mb__after_spinlock()Peter Zijlstra
2016-11-22locking/core, powerpc: Implement vcpu_is_preempted(cpu)Pan Xinhui
2016-06-14powerpc/spinlock: Fix spin_unlock_wait()Boqun Feng
2015-08-04rcu,locking: Privatize smp_mb__after_unlock_lock()Paul E. McKenney
2014-08-13powerpc: Add smp_mb() to arch_spin_is_locked()Michael Ellerman
2014-01-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2014-01-28powerpc: Implement arch_spin_is_locked() using arch_spin_value_unlocked()Michael Ellerman
2014-01-28powerpc: Add support for the optimised lockref implementationMichael Ellerman
2013-12-16powerpc: Full barrier for smp_mb__after_unlock_lock()Paul E. McKenney
2013-08-14powerpc: Make rwlocks endian safeAnton Blanchard
2013-08-14powerpc: Stop using non-architected shared_proc field in lppacaAnton Blanchard
2013-01-29powerpc: Avoid debug_smp_processor_id() check in SHARED_PROCESSORLi Zhong
2012-03-21powerpc: Remove the remaining CONFIG_PPC_ISERIES piecesStephen Rothwell
2010-02-17powerpc: Rename LWSYNC_ON_SMP to PPC_RELEASE_BARRIER, ISYNC_ON_SMP to PPC_ACQ...Anton Blanchard
2010-02-17powerpc: Use lwarx hint in spinlocksAnton Blanchard
2009-12-14locking: Convert raw_rwlock functions to arch_rwlockThomas Gleixner
2009-12-14locking: Convert raw_rwlock to arch_rwlockThomas Gleixner
2009-12-14locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner
2009-12-14locking: Convert raw_spinlock to arch_spinlockThomas Gleixner
2009-08-31locking, powerpc: Rename __spin_try_lock() and friendsHeiko Carstens
2009-04-02Allow rwlocks to re-enable interruptsRobin Holt
2008-11-19powerpc: Tell gcc when we clobber the carry in inline asmPaul Mackerras
2008-08-04powerpc: Move include files to arch/powerpc/include/asmStephen Rothwell