1. e966eaee locking/lockdep: Remove the cross-release locking checks by Ingo Molnar · 7 years ago
  2. d89c703 locking/core: Remove break_lock field when CONFIG_GENERIC_LOCKBREAK=y by Will Deacon · 7 years ago
  3. f87f3a3 locking/core: Fix deadlock during boot on systems with GENERIC_LOCKBREAK by Will Deacon · 7 years ago
  4. 5e351ad locking/lockdep: Fix possible NULL deref by Peter Zijlstra · 7 years ago
  5. 4950276 kmemcheck: remove annotations by Levin, Alexander (Sasha Levin) · 7 years ago
  6. 11752ad locking/pvqspinlock: Implement hybrid PV queued/unfair locks by Waiman Long · 7 years ago
  7. f791dd2 locking/rwlocks: Fix comments by Cheng Jian · 7 years ago
  8. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  9. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  10. e121d64 locking/lockdep: Introduce CONFIG_BOOTPARAM_LOCKDEP_CROSSRELEASE_FULLSTACK=y by Byungchul Park · 7 years ago
  11. d141bab locking/lockdep: Add a boot parameter allowing unwind in cross-release and disable it by default by Byungchul Park · 7 years ago
  12. d133166 locking/qrwlock: Prevent slowpath writers getting held up by fastpath by Will Deacon · 7 years ago
  13. b519b56 locking/qrwlock: Use atomic_cond_read_acquire() when spinning in qrwlock by Will Deacon · 7 years ago
  14. e0d0228 locking/qrwlock: Use 'struct qrwlock' instead of 'struct __qrwlock' by Will Deacon · 7 years ago
  15. a8a217c locking/core: Remove {read,spin,write}_can_lock() by Will Deacon · 7 years ago
  16. 76f8507 locking/rwsem: Add down_read_killable() by Kirill Tkhai · 7 years ago
  17. 8b405d5 locking/lockdep: Fix stacktrace mess by Peter Zijlstra · 7 years ago
  18. 9c29c318 locking/rwsem-xadd: Fix missed wakeup due to reordering of load by Prateek Sood · 7 years ago
  19. 0ee931c mm: treewide: remove GFP_TEMPORARY allocation flag by Michal Hocko · 7 years ago
  20. a23ba90 locking/rtmutex: replace top-waiter and pi_waiters leftmost caching by Davidlohr Bueso · 7 years ago
  21. 5f82e71 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  22. 34d54f3 locking/pvqspinlock: Relax cmpxchg's to improve performance on some architectures by Waiman Long · 8 years ago
  23. f52be57 locking/lockdep: Untangle xhlock history save/restore from task independence by Peter Zijlstra · 7 years ago
  24. e6f3faa locking/lockdep: Fix workqueue crossrelease annotation by Peter Zijlstra · 7 years ago
  25. d3a024a locking: Remove spin_unlock_wait() generic definitions by Paul E. McKenney · 8 years ago
  26. 907dc16 locking/lockdep: Fix the rollback and overwrite detection logic in crossrelease by Byungchul Park · 8 years ago
  27. a10b5c5 locking/lockdep: Add a comment about crossrelease_hist_end() in lockdep_sys_exit() by Byungchul Park · 8 years ago
  28. 383a4bc locking/lockdep: Make print_circular_bug() aware of crossrelease by Byungchul Park · 8 years ago
  29. 28a903f locking/lockdep: Handle non(or multi)-acquisition of a crosslock by Byungchul Park · 8 years ago
  30. 23f873d locking/lockdep: Detect and handle hist_lock ring buffer overwrite by Byungchul Park · 8 years ago
  31. b09be67 locking/lockdep: Implement the 'crossrelease' feature by Byungchul Park · 8 years ago
  32. ce07a941 locking/lockdep: Make check_prev_add() able to handle external stack_trace by Byungchul Park · 8 years ago
  33. 70911fd locking/lockdep: Change the meaning of check_prev_add()'s return value by Byungchul Park · 8 years ago
  34. 49347a9 locking/lockdep: Add a function building a chain between two classes by Byungchul Park · 8 years ago
  35. 545c23f locking/lockdep: Refactor lookup_chain_cache() by Byungchul Park · 8 years ago
  36. ae81330 locking/lockdep: Avoid creating redundant links by Peter Zijlstra · 8 years ago
  37. d92a8cf locking/lockdep: Rework FS_RECLAIM annotation by Peter Zijlstra · 8 years ago
  38. 83ced16 locking/rwsem-xadd: Add killable versions of rwsem_down_read_failed() by Kirill Tkhai · 8 years ago
  39. 0aa1125 locking/rwsem-spinlock: Add killable versions of __down_read() by Kirill Tkhai · 8 years ago
  40. 50972fe locking/osq_lock: Fix osq_lock queue corruption by Prateek Sood · 8 years ago
  41. bc2eecd futex: Allow for compiling out PI support by Nicolas Pitre · 8 years ago
  42. 8b810a3 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  43. 69f0d42 locking/rtmutex: Remove unnecessary priority adjustment by Alex Shi · 8 years ago
  44. c8b2ba8 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  45. fe1b518 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next by Linus Torvalds · 8 years ago
  46. 5671360 locking/qspinlock: Explicitly include asm/prefetch.h by Stafford Horne · 8 years ago
  47. 3d375d7 mm: update callers to use HASH_ZERO flag by Pavel Tatashin · 8 years ago
  48. a0c4acd locking/rwsem-spinlock: Fix EINTR branch in __down_write_common() by Kirill Tkhai · 8 years ago
  49. 650fc87 Merge tag 'docs-4.13' of git://git.lwn.net/linux by Linus Torvalds · 8 years ago
  50. 892ad5a Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  51. cde50a6 locking/rtmutex: Don't initialize lockdep when not required by Levin, Alexander (Sasha Levin) · 8 years ago
  52. 95c4629 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by David S. Miller · 8 years ago
  53. c4a09ff rcu: Remove the now-obsolete PROVE_RCU_REPEATEDLY Kconfig option by Paul E. McKenney · 8 years ago
  54. 681fbec lockdep: Use consistent printing primitives by Paul E. McKenney · 8 years ago
  55. f569478 rt_mutex: Add lockdep annotations by Peter Zijlstra · 8 years ago
  56. 9ab6055 kernel/locking: Fix compile error with qrwlock.c by Babu Moger · 8 years ago
  57. 04dc1b2 futex,rt_mutex: Fix rt_mutex_cleanup_proxy_lock() by Peter Zijlstra · 8 years ago
  58. 6312811 Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbook by Jonathan Corbet · 8 years ago
  59. 7b4ff1a mutex, futex: adjust kernel-doc markups to generate ReST by Mauro Carvalho Chehab · 8 years ago
  60. de4d195 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  61. dd23f27 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  62. 7dea19f mm: introduce memalloc_nofs_{save,restore} API by Michal Hocko · 8 years ago
  63. 7e78442 lockdep: allow to disable reclaim lockup detection by Michal Hocko · 8 years ago
  64. 6d7225f lockdep: teach lockdep about memalloc_noio_save by Nikolay Borisov · 8 years ago
  65. 2f34c123 Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  66. 207fb8c Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  67. 58d30c3 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 8 years ago
  68. a5dd63e lockdep: Use "WARNING" tag on lockdep splats by Paul E. McKenney · 8 years ago
  69. 395102d sparc64: Use LOCKDEP_SMALL, not PROVE_LOCKING_SMALL by Daniel Jordan · 8 years ago
  70. def34ea rtmutex: Plug preempt count leak in rt_mutex_futex_unlock() by Mike Galbraith · 8 years ago
  71. 19830e5 rtmutex: Fix more prio comparisons by Peter Zijlstra · 8 years ago
  72. e0aad5b rtmutex: Fix PI chain order integrity by Peter Zijlstra · 8 years ago
  73. acd5862 sched/rtmutex: Refactor rt_mutex_setprio() by Peter Zijlstra · 8 years ago
  74. aa2bfe5 rtmutex: Clean up by Peter Zijlstra · 8 years ago
  75. 85e2d4f sched/deadline/rtmutex: Dont miss the dl_runtime/dl_period update by Xunlei Pang · 8 years ago
  76. e96a7705 sched/rtmutex/deadline: Fix a PI crash for deadline tasks by Xunlei Pang · 8 years ago
  77. 2a1c602 rtmutex: Deboost before waking up the top waiter by Xunlei Pang · 8 years ago
  78. 57dd924 locking/ww-mutex: Limit stress test to 2 seconds by Chris Wilson · 8 years ago
  79. 56222b2 futex: Drop hb->lock before enqueueing on the rtmutex by Peter Zijlstra · 8 years ago
  80. cfafcd1 futex: Rework futex_lock_pi() to use rt_mutex_*_proxy_lock() by Peter Zijlstra · 8 years ago
  81. 38d589f futex,rt_mutex: Restructure rt_mutex_finish_proxy_lock() by Peter Zijlstra · 8 years ago
  82. 5080935 futex,rt_mutex: Introduce rt_mutex_init_waiter() by Peter Zijlstra · 8 years ago
  83. 5293c2e futex,rt_mutex: Provide futex specific rt_mutex API by Peter Zijlstra · 8 years ago
  84. fffa954 futex: Remove rt_mutex_deadlock_account_*() by Peter Zijlstra · 8 years ago
  85. 65d1086 BackMerge tag 'v4.11-rc3' into drm-next by Dave Airlie · 8 years ago
  86. bf7b3ac locking/ww_mutex: Improve test to cover acquire context changes by Peter Zijlstra · 8 years ago
  87. 383776f locking/lockdep: Handle statically initialized PER_CPU locks properly by Thomas Gleixner · 8 years ago
  88. 6419c4a locking/lockdep: Add new check to lock_downgrade() by J. R. Okajima · 8 years ago
  89. e969970 locking/lockdep: Factor out the validate_held_lock() helper function by J. R. Okajima · 8 years ago
  90. 41c2c5b locking/lockdep: Factor out the find_held_lock() helper function by J. R. Okajima · 8 years ago
  91. 17fcbd5 locking/rwsem: Fix down_write_killable() for CONFIG_RWSEM_GENERIC_SPINLOCK=y by Niklas Cassel · 8 years ago
  92. 05df49e drm/i915: annote drop_caches debugfs interface with lockdep by Daniel Vetter · 8 years ago
  93. 500e1af Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  94. 857811a locking/ww_mutex: Adjust the lock number for stress test by Boqun Feng · 8 years ago
  95. 7fb4a2c locking/lockdep: Add nest_lock integrity test by Peter Zijlstra · 8 years ago
  96. 2b232e0 locking/ww_mutex: Replace cpu_relax() with cond_resched() for tests by Chris Wilson · 8 years ago
  97. 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  98. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  99. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  100. 037741a sched/headers: Prepare for the removal of <linux/rtmutex.h> from <linux/sched.h> by Ingo Molnar · 8 years ago