aboutsummaryrefslogtreecommitdiff
path: root/include/linux/percpu-refcount.h
AgeCommit message (Expand)Author
2013-06-16percpu-refcount: use RCU-sched insted of normal RCUTejun Heo
2013-06-13percpu-refcount: implement percpu_tryget() along with percpu_ref_kill_and_con...Tejun Heo
2013-06-13percpu-refcount: implement percpu_ref_cancel_init()Tejun Heo
2013-06-13percpu-refcount: add __must_check to percpu_ref_init() and don't use ACCESS_O...Tejun Heo
2013-06-12percpu-refcount: cosmetic updatesTejun Heo
2013-06-12percpu-refcount: consistently use plain (non-sched) RCUTejun Heo
2013-06-03percpu: implement generic percpu refcountingKent Overstreet