summaryrefslogtreecommitdiffstats
path: root/lib/refcount.c
Commit message (Expand)AuthorAgeFilesLines
* locking/refcount: Consolidate implementations of refcount_tWill Deacon2019-11-251-1/+1
* locking/refcount: Move saturation warnings out of lineWill Deacon2019-11-251-0/+28
* locking/refcount: Move the bulk of the REFCOUNT_FULL implementation into the ...Will Deacon2019-11-251-237/+1
* locking/refcount: Remove unused refcount_*_checked() variantsWill Deacon2019-11-251-25/+29
* locking/refcount: Ensure integer operands are treated as signedWill Deacon2019-11-251-3/+3
* locking/refcount: Define constants for saturation and max refcount valuesWill Deacon2019-11-251-17/+20
* refcount_t: Add ACQUIRE ordering on success for dec(sub)_and_test() variantsElena Reshetova2019-02-041-5/+13
* Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar2018-07-171-0/+28
|\
| * locking/refcounts: Implement refcount_dec_and_lock_irqsave()Anna-Maria Gleixner2018-06-121-0/+28
* | locking/refcount: Always allow checked formsMark Rutland2018-07-131-28/+25
* | locking/refcounts: Include fewer headers in <linux/refcount.h>Alexey Dobriyan2018-06-211-0/+2
|/
* 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