Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-12lockref: Add lockref_put_not_zeroAndreas Gruenbacher
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-11-16locking/core: Remove cpu_relax_lowlatency() usersChristian Borntraeger
2015-08-12locking/lockref: Remove homebrew cmpxchg64_relaxed() macro definitionWill Deacon
2015-02-24locking: Remove ACCESS_ONCE() usageDavidlohr Bueso
2015-01-26dcache: let the dentry count go down to zero without taking d_lockLinus Torvalds
2014-07-17arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso
2013-11-28lockref: include mutex.h rather than reinvent arch_mutex_cpu_relaxWill Deacon
2013-11-15lockref: use BLOATED_SPINLOCKS to avoid explicit config dependenciesPeter Zijlstra
2013-11-11Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-10-15GFS2: Use lockref for glocksSteven Whitehouse
2013-09-28lockref: use arch_mutex_cpu_relax() in CMPXCHG_LOOP()Heiko Carstens
2013-09-27lockref: allow relaxed cmpxchg64 variant for lockless updatesWill Deacon
2013-09-20lockref: use cmpxchg64 explicitly for lockless updatesWill Deacon
2013-09-08lockref: add ability to mark lockrefs "dead"Linus Torvalds
2013-09-08lockref: fix docbook argument namesLinus Torvalds
2013-09-04lockref: Relax in cmpxchg loopLuck, Tony
2013-09-02lockref: implement lockless reference count updates using cmpxchg()Linus Torvalds
2013-09-02lockref: uninline lockref helper functionsLinus Torvalds