aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/refcount.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-11docs: refcount_t documentationElena Reshetova1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-17locking/refcounts, x86/asm: Implement fast refcount overflow protectionKees Cook1-0/+4
2017-07-02locking/refcount: Remove the half-implemented refcount_sub() APIKees Cook1-6/+0
2017-06-28locking/refcount: Create unchecked atomic_t implementationKees Cook1-0/+42
2017-03-13locking/refcount: Add refcount_t API kernel-doc commentsDavid Windsor1-0/+19
2017-02-24locking/refcounts: Add missing kernel.h header to have UINT_MAX definedElena Reshetova1-0/+1
2017-02-24locking/refcounts: Out-of-line everythingPeter Zijlstra1-265/+12
2017-02-10refcount_t: Introduce a special purpose refcount typePeter Zijlstra1-0/+294