aboutsummaryrefslogtreecommitdiff
path: root/lib/refcount.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-08lib: fix spelling mistakesGravatar Zhen Lei 1-1/+1
2019-11-25locking/refcount: Consolidate implementations of refcount_tGravatar Will Deacon 1-1/+1
2019-11-25locking/refcount: Move saturation warnings out of lineGravatar Will Deacon 1-0/+28
2019-11-25locking/refcount: Move the bulk of the REFCOUNT_FULL implementation into the ...Gravatar Will Deacon 1-237/+1
2019-11-25locking/refcount: Remove unused refcount_*_checked() variantsGravatar Will Deacon 1-25/+29
2019-11-25locking/refcount: Ensure integer operands are treated as signedGravatar Will Deacon 1-3/+3
2019-11-25locking/refcount: Define constants for saturation and max refcount valuesGravatar Will Deacon 1-17/+20
2019-02-04refcount_t: Add ACQUIRE ordering on success for dec(sub)_and_test() variantsGravatar Elena Reshetova 1-5/+13
2018-07-17Merge tag 'v4.18-rc5' into locking/core, to pick up fixesGravatar Ingo Molnar 1-0/+28
2018-07-13locking/refcount: Always allow checked formsGravatar Mark Rutland 1-28/+25
2018-06-21locking/refcounts: Include fewer headers in <linux/refcount.h>Gravatar Alexey Dobriyan 1-0/+2
2018-06-12locking/refcounts: Implement refcount_dec_and_lock_irqsave()Gravatar Anna-Maria Gleixner 1-0/+28
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-06-28locking/refcount: Create unchecked atomic_t implementationGravatar Kees Cook 1-0/+3
2017-05-06refcount: change EXPORT_SYMBOL markingsGravatar Greg Kroah-Hartman 1-11/+11
2017-03-23locking/refcounts: Use atomic_try_cmpxchg()Gravatar Peter Zijlstra 1-32/+15
2017-03-13locking/refcount: Add refcount_t API kernel-doc commentsGravatar David Windsor 1-12/+110
2017-03-01locking/refcounts: Change WARN() to WARN_ONCE()Gravatar Ingo Molnar 1-7/+7
2017-02-24locking/refcounts: Out-of-line everythingGravatar Peter Zijlstra 1-0/+267