aboutsummaryrefslogtreecommitdiff
path: root/include/linux/refcount.h
AgeCommit message (Expand)AuthorFilesLines
2020-04-08locking/refcount: Document interaction with PID_MAX_LIMITGravatar Jann Horn 1-5/+18
2019-11-25locking/refcount: Consolidate implementations of refcount_tGravatar Will Deacon 1-100/+58
2019-11-25locking/refcount: Consolidate REFCOUNT_{MAX,SATURATED} definitionsGravatar Will Deacon 1-7/+2
2019-11-25locking/refcount: Move saturation warnings out of lineGravatar Will Deacon 1-19/+20
2019-11-25locking/refcount: Improve performance of generic REFCOUNT_FULL codeGravatar Will Deacon 1-56/+75
2019-11-25locking/refcount: Move the bulk of the REFCOUNT_FULL implementation into the ...Gravatar Will Deacon 1-9/+228
2019-11-25locking/refcount: Remove unused refcount_*_checked() variantsGravatar Will Deacon 1-18/+7
2019-11-25locking/refcount: Ensure integer operands are treated as signedGravatar Will Deacon 1-7/+7
2019-11-25locking/refcount: Define constants for saturation and max refcount valuesGravatar Will Deacon 1-1/+9
2018-07-17Merge tag 'v4.18-rc5' into locking/core, to pick up fixesGravatar Ingo Molnar 1-1/+3
2018-07-13locking/refcount: Always allow checked formsGravatar Mark Rutland 1-7/+20
2018-06-21locking/refcounts: Include fewer headers in <linux/refcount.h>Gravatar Alexey Dobriyan 1-3/+4
2018-06-12locking/refcounts: Implement refcount_dec_and_lock_irqsave()Gravatar Anna-Maria Gleixner 1-1/+3
2017-12-11docs: refcount_t documentationGravatar Elena Reshetova 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-08-17locking/refcounts, x86/asm: Implement fast refcount overflow protectionGravatar Kees Cook 1-0/+4
2017-07-02locking/refcount: Remove the half-implemented refcount_sub() APIGravatar Kees Cook 1-6/+0
2017-06-28locking/refcount: Create unchecked atomic_t implementationGravatar Kees Cook 1-0/+42
2017-03-13locking/refcount: Add refcount_t API kernel-doc commentsGravatar David Windsor 1-0/+19
2017-02-24locking/refcounts: Add missing kernel.h header to have UINT_MAX definedGravatar Elena Reshetova 1-0/+1
2017-02-24locking/refcounts: Out-of-line everythingGravatar Peter Zijlstra 1-265/+12
2017-02-10refcount_t: Introduce a special purpose refcount typeGravatar Peter Zijlstra 1-0/+294