1. 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
  2. dd23f27 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  3. 7dea19f mm: introduce memalloc_nofs_{save,restore} API by Michal Hocko · 8 years ago
  4. 7e78442 lockdep: allow to disable reclaim lockup detection by Michal Hocko · 8 years ago
  5. 6d7225f lockdep: teach lockdep about memalloc_noio_save by Nikolay Borisov · 8 years ago
  6. 2f34c123 Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  7. a5dd63e lockdep: Use "WARNING" tag on lockdep splats by Paul E. McKenney · 8 years ago
  8. 65d1086 BackMerge tag 'v4.11-rc3' into drm-next by Dave Airlie · 8 years ago
  9. 383776f locking/lockdep: Handle statically initialized PER_CPU locks properly by Thomas Gleixner · 8 years ago
  10. 6419c4a locking/lockdep: Add new check to lock_downgrade() by J. R. Okajima · 8 years ago
  11. e969970 locking/lockdep: Factor out the validate_held_lock() helper function by J. R. Okajima · 8 years ago
  12. 41c2c5b locking/lockdep: Factor out the find_held_lock() helper function by J. R. Okajima · 8 years ago
  13. 05df49e drm/i915: annote drop_caches debugfs interface with lockdep by Daniel Vetter · 8 years ago
  14. 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
  15. 7fb4a2c locking/lockdep: Add nest_lock integrity test by Peter Zijlstra · 8 years ago
  16. 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  17. e601757 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h> by Ingo Molnar · 8 years ago
  18. 42e1b14 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  19. f9af456 lockdep: Fix incorrect condition to print bug msgs for MAX_LOCKDEP_CHAIN_HLOCKS by Byungchul Park · 8 years ago
  20. 4d4f88f lockdep: Make RCU suspicious-access splats use pr_err by Paul E. McKenney · 8 years ago
  21. 5cc60ae Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 8 years ago
  22. 6f38751 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 8 years ago
  23. f943fe0 lockdep: Fix report formatting by Dmitry Vyukov · 8 years ago
  24. f831948 locking/lockdep: Provide a type check for lock_is_held by Peter Zijlstra · 8 years ago
  25. 83f0616 locking/lockdep: Remove unused parameter from the add_lock_to_list() function by Tahsin Erdogan · 8 years ago
  26. dfaaf3f locking/lockdep: Use __jhash_mix() for iterate_chain_key() by Peter Zijlstra · 9 years ago
  27. 825a3b2 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  28. eb60b3e Merge branch 'sched/urgent' into sched/core to pick up fixes by Ingo Molnar · 9 years ago
  29. e8c8ce5 Merge tag 'v4.6-rc6' into locking/core, to pick up fixes by Ingo Molnar · 9 years ago
  30. e7904a2 locking/lockdep, sched/core: Implement a better lock pinning scheme by Peter Zijlstra · 9 years ago
  31. 75dd602 lockdep: Fix lock_chain::base size by Peter Zijlstra · 9 years ago
  32. c246975 locking/lockdep: Fix ->irq_context calculation by Boqun Feng · 9 years ago
  33. c003ed9 locking/lockdep: Deinline register_lock_class(), save 2328 bytes by Denys Vlasenko · 9 years ago
  34. 5c8a010 locking/lockdep: Fix print_collision() unused warning by Borislav Petkov · 9 years ago
  35. 39e2e17 locking/lockdep: Print chain_key collision information by Alfredo Alvarez Fernandez · 9 years ago
  36. 2552821 tags: Fix DEFINE_PER_CPU expansions by Peter Zijlstra · 9 years ago
  37. 9e4e755 locking/lockdep: Detect chain_key collisions by Ingo Molnar · 9 years ago
  38. 5f18ab5 locking/lockdep: Prevent chain_key collisions by Alfredo Alvarez Fernandez · 9 years ago
  39. 06bea3d locking/lockdep: Eliminate lockdep_init() by Andrey Ryabinin · 9 years ago
  40. a63f38c locking/lockdep: Convert hash tables to hlists by Andrew Morton · 9 years ago
  41. 8a5fd56 locking/lockdep: Fix stack trace caching logic by Dmitry Vyukov · 9 years ago
  42. 90eec10 treewide: Remove old email address by Peter Zijlstra · 9 years ago
  43. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  44. 21199f2 locking/lockdep: Fix hlock->pin_count reset on lock stack rebuilds by Peter Zijlstra · 9 years ago
  45. 98ec21a Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  46. 1bf7067 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  47. a24fc60 lockdep: Implement lock pinning by Peter Zijlstra · 10 years ago
  48. e0f56fd lockdep: Simplify lock_release() by Peter Zijlstra · 10 years ago
  49. cee34d8 lockdep: Fix a race between /proc/lock_stat and module unload by Peter Zijlstra · 10 years ago
  50. 92ae183 lockdep: Do not break user-visible string by Borislav Petkov · 10 years ago
  51. d7bc319 lockdep: Make print_lock() robust against concurrent release by Peter Zijlstra · 10 years ago
  52. 35a9393 lockdep: Fix the module unload key range freeing logic by Peter Zijlstra · 10 years ago
  53. acf5937 locking/lockdep: Only ask for /proc/lock_stat output when available by Andreas Gruenbacher · 11 years ago
  54. 722a9f9 asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/* by Andi Kleen · 11 years ago
  55. 176ab02 Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  56. b35f830 asmlinkage: Make trace_hardirq visible by Andi Kleen · 11 years ago
  57. 63f9a7f asmlinkage: Make lockdep_sys_exit asmlinkage by Andi Kleen · 11 years ago
  58. 34d0ed5 lockdep: Change mark_held_locks() to check hlock->check instead of lockdep_no_validate by Oleg Nesterov · 11 years ago
  59. 1b5ff81 lockdep: Don't create the wrong dependency on hlock->check == 0 by Oleg Nesterov · 11 years ago
  60. fb9edbe lockdep: Make held_lock->check and "int check" argument bool by Oleg Nesterov · 11 years ago
  61. 8dce7a9 lockdep: Be nice about building from userspace by Sasha Levin · 12 years ago
  62. 5216d53 locking/lockdep: Mark __lockdep_count_forward_deps() as static by Fengguang Wu · 11 years ago
  63. 8eddac3 locking: Move the lockdep code to kernel/locking/ by Peter Zijlstra · 11 years ago[Renamed from kernel/lockdep.c]
  64. 5c173eb rcu: Consistent rcu_is_watching() naming by Paul E. McKenney · 11 years ago
  65. 1b1d2fb lockdep: remove task argument from debug_check_no_locks_held by Colin Cross · 12 years ago
  66. ebb3727 Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  67. 2c52283 lockdep: Consolidate bug messages into a single print_lockdep_off() function by Dave Jones · 12 years ago
  68. 199e371 lockdep: Print out additional debugging advice when we hit lockdep BUGs by Dave Jones · 12 years ago
  69. bfaf4af lockdep: Remove unnecessary 'hlock_next' variable by Hong Zhiguo · 12 years ago
  70. dbf520a Revert "lockdep: check that no locks held at freeze time" by Paul Walmsley · 12 years ago
  71. ea6749c Export __lockdep_no_validate__ by Kent Overstreet · 12 years ago
  72. 6aa9707 lockdep: check that no locks held at freeze time by Mandeep Singh Baines · 12 years ago
  73. c054060 lockdep: Print more info when MAX_LOCK_DEPTH is exceeded by Ben Greear · 12 years ago
  74. f86f755 lockdep: Rename print_unlock_inbalance_bug() to print_unlock_imbalance_bug() by Srivatsa S. Bhat · 12 years ago
  75. d094595 lockdep: Check if nested lock is actually held by Maarten Lankhorst · 12 years ago
  76. c5fdcec lockdep: Add CPU-idle/offline warning to lockdep-RCU splat by Paul E. McKenney · 13 years ago
  77. 35b740e Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  78. 423d091 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  79. d87f69a Merge commit 'v3.2-rc6' into perf/core by Ingo Molnar · 13 years ago
  80. 0464e93 rcu: Inform the user about extended quiescent state on PROVE_RCU warning by Frederic Weisbecker · 13 years ago
  81. a33caeb lockdep, kmemcheck: Annotate ->lock in lockdep_init_map() by Yong Zhang · 13 years ago
  82. 81140ac lockdep: Print lock name in lockdep_init_error() by Ming Lei · 13 years ago
  83. d3d03d4 lockdep, kmemcheck: Annotate ->lock in lockdep_init_map() by Yong Zhang · 13 years ago
  84. fbdc4b9 lockdep, rtmutex, bug: Show taint flags on error by Ben Hutchings · 13 years ago
  85. 87cdee7 lockdep: Always try to set ->class_cache in register_lock_class() lockdep_init_map() by Yong Zhang · 13 years ago
  86. efc9673 Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core by Ingo Molnar · 13 years ago
  87. e5e78d0 lockdep: Show subclass in pretty print of lockdep output by Steven Rostedt · 13 years ago
  88. 19b4a8d Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  89. b3fbab0 rcu: Restore checks for blocking in RCU read-side critical sections by Paul E. McKenney · 14 years ago
  90. 0119fee lockdep: Comment all warnings by Peter Zijlstra · 13 years ago
  91. 80e0401 lockdep: Fix wrong assumption in match_held_lock by Peter Zijlstra · 13 years ago
  92. f59de89 lockdep: Clear whole lockdep_map on initialization by Tejun Heo · 14 years ago
  93. 70a0686 lockdep: Fix up warning by Peter Zijlstra · 13 years ago
  94. 7d36b26 lockdep: Fix trace_hardirqs_on_caller() by Peter Zijlstra · 13 years ago
  95. 391d627 Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  96. efbe2ee lockdep: Fix lockdep_no_validate against IRQ states by Peter Zijlstra · 14 years ago
  97. dd4e5d3 lockdep: Fix trace_[soft,hard]irqs_[on,off]() recursion by Peter Zijlstra · 14 years ago
  98. f2513cd lockdep: Fix lock_is_held() on recursion by Peter Zijlstra · 14 years ago
  99. e0944ee lockdep: Remove cmpxchg to update nr_chain_hlocks by Steven Rostedt · 14 years ago
  100. 282b5c2 lockdep: Print a nicer description for simple irq lock inversions by Steven Rostedt · 14 years ago