summaryrefslogtreecommitdiffstats
path: root/lib/refcount.c
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* locking/refcount: Create unchecked atomic_t implementationKees Cook2017-06-281-0/+3
* refcount: change EXPORT_SYMBOL markingsGreg Kroah-Hartman2017-05-061-11/+11
* locking/refcounts: Use atomic_try_cmpxchg()Peter Zijlstra2017-03-231-32/+15
* locking/refcount: Add refcount_t API kernel-doc commentsDavid Windsor2017-03-131-12/+110
* locking/refcounts: Change WARN() to WARN_ONCE()Ingo Molnar2017-03-011-7/+7
* locking/refcounts: Out-of-line everythingPeter Zijlstra2017-02-241-0/+267