summaryrefslogtreecommitdiff
path: root/include/linux/refcount.h
AgeCommit message (Expand)Author
2020-12-03refcount: Fix a kernel-doc markupMauro Carvalho Chehab
2020-10-28locking/refcount: move kernel-doc markups to the proper placeMauro Carvalho Chehab
2020-08-26locking/refcount: Provide __refcount API to obtain the old valuePeter Zijlstra
2020-04-08locking/refcount: Document interaction with PID_MAX_LIMITJann Horn
2019-11-25locking/refcount: Consolidate implementations of refcount_tWill Deacon
2019-11-25locking/refcount: Consolidate REFCOUNT_{MAX,SATURATED} definitionsWill Deacon
2019-11-25locking/refcount: Move saturation warnings out of lineWill Deacon
2019-11-25locking/refcount: Improve performance of generic REFCOUNT_FULL codeWill Deacon
2019-11-25locking/refcount: Move the bulk of the REFCOUNT_FULL implementation into the ...Will Deacon
2019-11-25locking/refcount: Remove unused refcount_*_checked() variantsWill Deacon
2019-11-25locking/refcount: Ensure integer operands are treated as signedWill Deacon
2019-11-25locking/refcount: Define constants for saturation and max refcount valuesWill Deacon
2018-07-17Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar
2018-07-13locking/refcount: Always allow checked formsMark Rutland
2018-06-21locking/refcounts: Include fewer headers in <linux/refcount.h>Alexey Dobriyan
2018-06-12locking/refcounts: Implement refcount_dec_and_lock_irqsave()Anna-Maria Gleixner
2017-12-11docs: refcount_t documentationElena Reshetova
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-17locking/refcounts, x86/asm: Implement fast refcount overflow protectionKees Cook
2017-07-02locking/refcount: Remove the half-implemented refcount_sub() APIKees Cook
2017-06-28locking/refcount: Create unchecked atomic_t implementationKees Cook
2017-03-13locking/refcount: Add refcount_t API kernel-doc commentsDavid Windsor
2017-02-24locking/refcounts: Add missing kernel.h header to have UINT_MAX definedElena Reshetova
2017-02-24locking/refcounts: Out-of-line everythingPeter Zijlstra
2017-02-10refcount_t: Introduce a special purpose refcount typePeter Zijlstra