1. 11752ad locking/pvqspinlock: Implement hybrid PV queued/unfair locks by Waiman Long · 7 years ago
  2. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  3. 34d54f3 locking/pvqspinlock: Relax cmpxchg's to improve performance on some architectures by Waiman Long · 7 years ago
  4. 3d375d7 mm: update callers to use HASH_ZERO flag by Pavel Tatashin · 8 years ago
  5. 75437bb locking/pvqspinlock: Don't wait if vCPU is preempted by Pan Xinhui · 8 years ago
  6. b193049 locking/pv-qspinlock: Use cmpxchg_release() in __pv_queued_spin_unlock() by Pan Xinhui · 8 years ago
  7. 08be8f6 locking/pvstat: Separate wait_again and spurious wakeup stats by Waiman Long · 9 years ago
  8. 64a5e3c locking/qspinlock: Improve readability by Peter Zijlstra · 9 years ago
  9. 229ce63 locking/pvqspinlock: Fix double hash race by Wanpeng Li · 9 years ago
  10. e37837f locking/atomic: Remove the deprecated atomic_{set,clear}_mask() functions by Peter Zijlstra · 9 years ago
  11. 32d6251 locking/pvqspinlock: Enable slowpath locking count tracking by Waiman Long · 9 years ago
  12. eaff0e7 locking/pvqspinlock: Move lock stealing count tracking code into pv_queued_spin_steal_lock() by Waiman Long · 9 years ago
  13. cd0272f locking/pvqspinlock: Queue node adaptive spinning by Waiman Long · 9 years ago
  14. 1c4941f locking/pvqspinlock: Allow limited lock stealing by Waiman Long · 9 years ago
  15. 45e898b locking/pvqspinlock: Collect slowpath lock statistics by Waiman Long · 9 years ago
  16. d780453 locking/pvqspinlock, x86: Optimize the PV unlock code path by Waiman Long · 9 years ago
  17. 93edc8b locking/pvqspinlock: Kick the PV CPU unconditionally when _Q_SLOW_VAL by Waiman Long · 9 years ago
  18. 75d2270 locking/pvqspinlock: Only kick CPU at unlock time by Waiman Long · 10 years ago
  19. 3b3fdf1 locking/pvqspinlock: Order pv_unhash() after cmpxchg() on unlock slowpath by Will Deacon · 10 years ago
  20. 0b792bf locking: Clean up pvqspinlock warning by Peter Zijlstra · 10 years ago
  21. cba77f0 locking/pvqspinlock: Fix kernel panic in locking-selftest by Waiman Long · 10 years ago
  22. b92b8b3 locking/arch: Rename set_mb() to smp_store_mb() by Peter Zijlstra · 10 years ago
  23. 52c9d2b locking/pvqspinlock: Replace xchg() by the more descriptive set_mb() by Waiman Long · 10 years ago
  24. a23db28 locking/pvqspinlock: Implement simple paravirt support for the qspinlock by Waiman Long · 10 years ago