aboutsummaryrefslogtreecommitdiff
path: root/include/linux/refcount.h
AgeCommit message (Expand)AuthorFilesLines
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