1. 9e9da02 percpu_ref: Don't opencode percpu_ref_is_dying by Nikolay Borisov · 3 years, 8 months ago
  2. 3375efe percpu_ref: Dump mem_dump_obj() info upon reference-count underflow by Paul E. McKenney · 4 years, 1 month ago
  3. 7ea6bf2 percpu_ref: don't refer to ref->data if it isn't allocated by Ming Lei · 4 years, 3 months ago
  4. 2b0d3d3 percpu_ref: reduce memory footprint of percpu_ref in fast path by Ming Lei · 4 years, 3 months ago
  5. a818e52 lib/percpu-refcount.c: use a more common logging style by Joe Perches · 4 years, 7 months ago
  6. 15617df percpu_ref: Fix comment regarding percpu_ref_init flags by Ira Weiny · 4 years, 10 months ago
  7. a1240cf74 Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu by Linus Torvalds · 5 years ago
  8. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  9. 7d9ab9b percpu_ref: release percpu memory early without PERCPU_REF_ALLOW_REINIT by Roman Gushchin · 6 years ago
  10. d75f773 treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively by Sakari Ailus · 6 years ago
  11. 36bd1a8 percpu-refcount: Replace call_rcu_sched() with call_rcu() by Paul E. McKenney · 6 years ago
  12. 18c9a6b percpu-refcount: Introduce percpu_ref_resurrect() by Bart Van Assche · 6 years ago
  13. b3a5d11 percpu_ref: Update doc to dissuade users from depending on internal RCU grace periods by Tejun Heo · 7 years ago
  14. b393e8b percpu: READ_ONCE() now implies smp_read_barrier_depends() by Paul E. McKenney · 7 years ago
  15. 210f7cd percpu-refcount: support synchronous switch to atomic mode. by NeilBrown · 8 years ago
  16. a67823c percpu-refcount: init ->confirm_switch member properly by Roman Pen · 8 years ago
  17. 33e465c percpu_ref: allow operation mode switching operations to be called concurrently by Tejun Heo · 9 years ago
  18. 3f49bdd percpu_ref: restructure operation mode switching by Tejun Heo · 9 years ago
  19. 1880835 percpu_ref: unify staggered atomic switching wait behavior by Tejun Heo · 9 years ago
  20. b2302c7 percpu_ref: reorganize __percpu_ref_switch_to_atomic() and relocate percpu_ref_switch_to_atomic() by Tejun Heo · 9 years ago
  21. a2f5630 percpu_ref: remove unnecessary RCU grace period for staggered atomic switching confirmation by Tejun Heo · 9 years ago
  22. bdb428c lib+mm: fix few spelling mistakes by Bogdan Sikora · 9 years ago
  23. 1cae13e percpu_ref: make INIT_ATOMIC and switch_to_atomic() sticky by Tejun Heo · 10 years ago
  24. 2aad2a8 percpu_ref: add PERCPU_REF_INIT_* flags by Tejun Heo · 10 years ago
  25. f47ad45 percpu_ref: decouple switching to percpu mode and reinit by Tejun Heo · 10 years ago
  26. 490c79a percpu_ref: decouple switching to atomic mode and killing by Tejun Heo · 10 years ago
  27. 27344a9 percpu_ref: add PCPU_REF_DEAD by Tejun Heo · 10 years ago
  28. 9e804d1 percpu_ref: rename things to prepare for decoupling percpu/atomic mode switch by Tejun Heo · 10 years ago
  29. eecc16b percpu_ref: replace pcpu_ prefix with percpu_ by Tejun Heo · 10 years ago
  30. 6251f99 percpu_ref: minor code and comment updates by Tejun Heo · 10 years ago
  31. a223737 percpu_ref: relocate percpu_ref_reinit() by Tejun Heo · 10 years ago
  32. 9eca804 Revert "blk-mq, percpu_ref: implement a kludge for SCSI blk-mq stall during probe" by Tejun Heo · 10 years ago
  33. d06efeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block into for-3.18 by Tejun Heo · 10 years ago
  34. 0a30288 blk-mq, percpu_ref: implement a kludge for SCSI blk-mq stall during probe by Tejun Heo · 10 years ago
  35. e625305 percpu-refcount: make percpu_ref based on longs instead of ints by Tejun Heo · 10 years ago
  36. 4843c33 percpu-refcount: improve WARN messages by Tejun Heo · 10 years ago
  37. a34375e percpu-refcount: add @gfp to percpu_ref_init() by Tejun Heo · 10 years ago
  38. 2d72278 percpu-refcount: implement percpu_ref_reinit() and percpu_ref_is_zero() by Tejun Heo · 11 years ago
  39. 9a1049d percpu-refcount: require percpu_ref to be exited explicitly by Tejun Heo · 11 years ago
  40. 7d74207 percpu-refcount: use unsigned long for pcpu_count pointer by Tejun Heo · 11 years ago
  41. eae7975 percpu-refcount: add helpers for ->percpu_count accesses by Tejun Heo · 11 years ago
  42. d630dc4 percpu-refcount: one bit is enough for REF_STATUS by Tejun Heo · 11 years ago
  43. 687b0ad percpu-refcount: Add a WARN() for ref going negative by Kent Overstreet · 11 years ago
  44. 5e9dd37 percpu_refcount: export symbols by Matias Bjorling · 11 years ago
  45. a424445 percpu-refcount: use RCU-sched insted of normal RCU by Tejun Heo · 12 years ago
  46. dbece3a percpu-refcount: implement percpu_tryget() along with percpu_ref_kill_and_confirm() by Tejun Heo · 12 years ago
  47. bc497bd percpu-refcount: implement percpu_ref_cancel_init() by Tejun Heo · 12 years ago
  48. acac788 percpu-refcount: add __must_check to percpu_ref_init() and don't use ACCESS_ONCE() in percpu_ref_kill_rcu() by Tejun Heo · 12 years ago
  49. ac89906 percpu-refcount: cosmetic updates by Tejun Heo · 12 years ago
  50. c1ae6e9 percpu-refcount: Don't use silly cmpxchg() by Kent Overstreet · 12 years ago
  51. 215e262 percpu: implement generic percpu refcounting by Kent Overstreet · 12 years ago