1. 9dbbc3b lib: fix spelling mistakes by Zhen Lei · 3 years, 6 months ago
  2. fb041bb locking/refcount: Consolidate implementations of refcount_t by Will Deacon · 5 years ago
  3. 1eb085d locking/refcount: Move saturation warnings out of line by Will Deacon · 5 years ago
  4. 77e9971 locking/refcount: Move the bulk of the REFCOUNT_FULL implementation into the <linux/refcount.h> header by Will Deacon · 5 years ago
  5. 7221762 locking/refcount: Remove unused refcount_*_checked() variants by Will Deacon · 5 years ago
  6. 97a1420a locking/refcount: Ensure integer operands are treated as signed by Will Deacon · 5 years ago
  7. 23e6b16 locking/refcount: Define constants for saturation and max refcount values by Will Deacon · 5 years ago
  8. 47b8f3a refcount_t: Add ACQUIRE ordering on success for dec(sub)_and_test() variants by Elena Reshetova · 6 years ago
  9. 52b544b Merge tag 'v4.18-rc5' into locking/core, to pick up fixes by Ingo Molnar · 6 years ago
  10. afed7bc locking/refcount: Always allow checked forms by Mark Rutland · 6 years ago
  11. 75a040f locking/refcounts: Include fewer headers in <linux/refcount.h> by Alexey Dobriyan · 7 years ago
  12. 7ea959c locking/refcounts: Implement refcount_dec_and_lock_irqsave() by Anna-Maria Gleixner · 7 years ago
  13. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  14. fd25d19f locking/refcount: Create unchecked atomic_t implementation by Kees Cook · 8 years ago
  15. d557d1b refcount: change EXPORT_SYMBOL markings by Greg Kroah-Hartman · 8 years ago
  16. b78c0d4 locking/refcounts: Use atomic_try_cmpxchg() by Peter Zijlstra · 8 years ago
  17. bd17416 locking/refcount: Add refcount_t API kernel-doc comments by David Windsor · 8 years ago
  18. 9dcfe2c locking/refcounts: Change WARN() to WARN_ONCE() by Ingo Molnar · 8 years ago
  19. 29dee3c locking/refcounts: Out-of-line everything by Peter Zijlstra · 8 years ago