aboutsummaryrefslogtreecommitdiff
path: root/lib/percpu-refcount.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-16percpu-refcount: use RCU-sched insted of normal RCUGravatar Tejun Heo 1-1/+1
2013-06-13percpu-refcount: implement percpu_tryget() along with percpu_ref_kill_and_con...Gravatar Tejun Heo 1-6/+17
2013-06-13percpu-refcount: implement percpu_ref_cancel_init()Gravatar Tejun Heo 1-0/+31
2013-06-13percpu-refcount: add __must_check to percpu_ref_init() and don't use ACCESS_O...Gravatar Tejun Heo 1-3/+1
2013-06-12percpu-refcount: cosmetic updatesGravatar Tejun Heo 1-3/+4
2013-06-03percpu-refcount: Don't use silly cmpxchg()Gravatar Kent Overstreet 1-15/+4
2013-06-03percpu: implement generic percpu refcountingGravatar Kent Overstreet 1-0/+128