aboutsummaryrefslogtreecommitdiff
path: root/include/linux/kref.h
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Gravatar Thomas Gleixner 1-3/+1
2018-12-06kref/kobject: Improve documentationGravatar Ezequiel Garcia 1-4/+1
2017-05-08kref: remove WARN_ON for NULL release functionsGravatar Andi Kleen 1-6/+0
2017-02-10kref: Implement 'struct kref' using refcount_tGravatar Peter Zijlstra 1-18/+11
2017-01-18locking/atomic, kref: Implement kref_put_lock()Gravatar Peter Zijlstra 1-6/+16
2017-01-14locking/atomic, kref: Kill kref_sub()Gravatar Peter Zijlstra 1-28/+4
2017-01-14locking/atomic, kref: Add kref_read()Gravatar Peter Zijlstra 1-0/+5
2017-01-14locking/atomic, kref: Add KREF_INIT()Gravatar Peter Zijlstra 1-0/+2
2015-11-28kref: Remove kref_put_spinlock_irqsave()Gravatar Bart Van Assche 1-33/+0
2013-05-16Merge branch 'queue' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/tar...Gravatar Linus Torvalds 1-0/+33
2013-05-15target: close target_put_sess_cmd() vs. core_tmr_abort_task() raceGravatar Joern Engel 1-0/+33
2013-05-07kref: minor cleanupGravatar Anatol Pomozov 1-3/+6
2012-11-20kref: Implement kref_get_unless_zero v3Gravatar Thomas Hellstrom 1-0/+21
2012-08-22introduce kref_put_mutex()Gravatar Al Viro 1-0/+18
2012-01-17Fix compile breakage with kref.hGravatar James Bottomley 1-0/+1
2011-12-14kref: fix up the kfree build problemsGravatar Greg Kroah-Hartman 1-5/+10
2011-12-13kref: Remove the memory barriersGravatar Peter Zijlstra 1-2/+0
2011-12-13kref: Implement kref_put in terms of kref_subGravatar Peter Zijlstra 1-18/+10
2011-12-13kref: Inline all functionsGravatar Peter Zijlstra 1-5/+75
2010-11-22kref: Add a kref_sub functionGravatar Thomas Hellstrom 1-0/+2
2010-05-21kref: remove kref_setGravatar NeilBrown 1-1/+0
2010-03-15kobj: kref.h incorrectly describes itself as kref.c.Gravatar Robert P. J. Day 1-1/+1
2009-09-26headers: kref.h reduxGravatar Alexey Dobriyan 1-1/+0
2008-04-30Remove "#ifdef __KERNEL__" checks from unexported headersGravatar Robert P. J. Day 1-3/+0
2008-01-24kref: add kref_set()Gravatar Evgeniy Polyakov 1-0/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+32