- 5e7481a Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 88f1c87 locking/lockdep: Avoid triggering hardlockup from debug_show_all_locks() by Tejun Heo · 7 years ago
- 08f36ff lockdep: Make lockdep checking constant by Matthew Wilcox · 7 years ago
- 64f29d1 lockdep: Assign lock keys on registration by Matthew Wilcox · 7 years ago
- e966eae locking/lockdep: Remove the cross-release locking checks by Ingo Molnar · 7 years ago
- 5e351ad locking/lockdep: Fix possible NULL deref by Peter Zijlstra · 7 years ago
- 4950276 kmemcheck: remove annotations by Levin, Alexander (Sasha Levin) · 7 years ago
- e121d64 locking/lockdep: Introduce CONFIG_BOOTPARAM_LOCKDEP_CROSSRELEASE_FULLSTACK=y by Byungchul Park · 7 years ago
- d141bab locking/lockdep: Add a boot parameter allowing unwind in cross-release and disable it by default by Byungchul Park · 7 years ago
- 8b405d5 locking/lockdep: Fix stacktrace mess by Peter Zijlstra · 7 years ago
- f52be57 locking/lockdep: Untangle xhlock history save/restore from task independence by Peter Zijlstra · 7 years ago
- e6f3faa locking/lockdep: Fix workqueue crossrelease annotation by Peter Zijlstra · 7 years ago
- 907dc16 locking/lockdep: Fix the rollback and overwrite detection logic in crossrelease by Byungchul Park · 7 years ago
- a10b5c5 locking/lockdep: Add a comment about crossrelease_hist_end() in lockdep_sys_exit() by Byungchul Park · 7 years ago
- 383a4bc locking/lockdep: Make print_circular_bug() aware of crossrelease by Byungchul Park · 7 years ago
- 28a903f locking/lockdep: Handle non(or multi)-acquisition of a crosslock by Byungchul Park · 7 years ago
- 23f873d locking/lockdep: Detect and handle hist_lock ring buffer overwrite by Byungchul Park · 7 years ago
- b09be67 locking/lockdep: Implement the 'crossrelease' feature by Byungchul Park · 7 years ago
- ce07a941 locking/lockdep: Make check_prev_add() able to handle external stack_trace by Byungchul Park · 7 years ago
- 70911fd locking/lockdep: Change the meaning of check_prev_add()'s return value by Byungchul Park · 7 years ago
- 49347a9 locking/lockdep: Add a function building a chain between two classes by Byungchul Park · 7 years ago
- 545c23f locking/lockdep: Refactor lookup_chain_cache() by Byungchul Park · 7 years ago
- ae81330 locking/lockdep: Avoid creating redundant links by Peter Zijlstra · 8 years ago
- d92a8cf locking/lockdep: Rework FS_RECLAIM annotation by Peter Zijlstra · 8 years ago
- c4a09ff rcu: Remove the now-obsolete PROVE_RCU_REPEATEDLY Kconfig option by Paul E. McKenney · 8 years ago
- 681fbec lockdep: Use consistent printing primitives by Paul E. McKenney · 8 years ago
- 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
- dd23f27 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
- 7dea19f mm: introduce memalloc_nofs_{save,restore} API by Michal Hocko · 8 years ago
- 7e78442 lockdep: allow to disable reclaim lockup detection by Michal Hocko · 8 years ago
- 6d7225f lockdep: teach lockdep about memalloc_noio_save by Nikolay Borisov · 8 years ago
- 2f34c123 Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
- a5dd63e lockdep: Use "WARNING" tag on lockdep splats by Paul E. McKenney · 8 years ago
- 65d1086 BackMerge tag 'v4.11-rc3' into drm-next by Dave Airlie · 8 years ago
- 383776f locking/lockdep: Handle statically initialized PER_CPU locks properly by Thomas Gleixner · 8 years ago
- 6419c4a locking/lockdep: Add new check to lock_downgrade() by J. R. Okajima · 8 years ago
- e969970 locking/lockdep: Factor out the validate_held_lock() helper function by J. R. Okajima · 8 years ago
- 41c2c5b locking/lockdep: Factor out the find_held_lock() helper function by J. R. Okajima · 8 years ago
- 05df49e drm/i915: annote drop_caches debugfs interface with lockdep by Daniel Vetter · 8 years ago
- 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
- 7fb4a2c locking/lockdep: Add nest_lock integrity test by Peter Zijlstra · 8 years ago
- 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
- e601757 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h> by Ingo Molnar · 8 years ago
- 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
- f9af456 lockdep: Fix incorrect condition to print bug msgs for MAX_LOCKDEP_CHAIN_HLOCKS by Byungchul Park · 8 years ago
- 4d4f88f lockdep: Make RCU suspicious-access splats use pr_err by Paul E. McKenney · 8 years ago
- 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
- 6f38751 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 8 years ago
- f943fe0 lockdep: Fix report formatting by Dmitry Vyukov · 8 years ago
- f831948 locking/lockdep: Provide a type check for lock_is_held by Peter Zijlstra · 8 years ago
- 83f0616 locking/lockdep: Remove unused parameter from the add_lock_to_list() function by Tahsin Erdogan · 8 years ago
- dfaaf3f locking/lockdep: Use __jhash_mix() for iterate_chain_key() by Peter Zijlstra · 9 years ago
- 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
- eb60b3e Merge branch 'sched/urgent' into sched/core to pick up fixes by Ingo Molnar · 9 years ago
- e8c8ce5 Merge tag 'v4.6-rc6' into locking/core, to pick up fixes by Ingo Molnar · 9 years ago
- e7904a2 locking/lockdep, sched/core: Implement a better lock pinning scheme by Peter Zijlstra · 9 years ago
- 75dd602 lockdep: Fix lock_chain::base size by Peter Zijlstra · 9 years ago
- c246975 locking/lockdep: Fix ->irq_context calculation by Boqun Feng · 9 years ago
- c003ed9 locking/lockdep: Deinline register_lock_class(), save 2328 bytes by Denys Vlasenko · 9 years ago
- 5c8a010 locking/lockdep: Fix print_collision() unused warning by Borislav Petkov · 9 years ago
- 39e2e17 locking/lockdep: Print chain_key collision information by Alfredo Alvarez Fernandez · 9 years ago
- 2552821 tags: Fix DEFINE_PER_CPU expansions by Peter Zijlstra · 9 years ago
- 9e4e755 locking/lockdep: Detect chain_key collisions by Ingo Molnar · 9 years ago
- 5f18ab5 locking/lockdep: Prevent chain_key collisions by Alfredo Alvarez Fernandez · 9 years ago
- 06bea3d locking/lockdep: Eliminate lockdep_init() by Andrey Ryabinin · 9 years ago
- a63f38c locking/lockdep: Convert hash tables to hlists by Andrew Morton · 9 years ago
- 8a5fd56 locking/lockdep: Fix stack trace caching logic by Dmitry Vyukov · 9 years ago
- 90eec10 treewide: Remove old email address by Peter Zijlstra · 9 years ago
- d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
- 21199f2 locking/lockdep: Fix hlock->pin_count reset on lock stack rebuilds by Peter Zijlstra · 9 years ago
- 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
- 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
- a24fc60 lockdep: Implement lock pinning by Peter Zijlstra · 10 years ago
- e0f56fd lockdep: Simplify lock_release() by Peter Zijlstra · 10 years ago
- cee34d8 lockdep: Fix a race between /proc/lock_stat and module unload by Peter Zijlstra · 10 years ago
- 92ae183 lockdep: Do not break user-visible string by Borislav Petkov · 10 years ago
- d7bc319 lockdep: Make print_lock() robust against concurrent release by Peter Zijlstra · 10 years ago
- 35a9393 lockdep: Fix the module unload key range freeing logic by Peter Zijlstra · 10 years ago
- acf5937 locking/lockdep: Only ask for /proc/lock_stat output when available by Andreas Gruenbacher · 11 years ago
- 722a9f9 asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/* by Andi Kleen · 11 years ago
- 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
- b35f830 asmlinkage: Make trace_hardirq visible by Andi Kleen · 11 years ago
- 63f9a7f asmlinkage: Make lockdep_sys_exit asmlinkage by Andi Kleen · 11 years ago
- 34d0ed5 lockdep: Change mark_held_locks() to check hlock->check instead of lockdep_no_validate by Oleg Nesterov · 11 years ago
- 1b5ff81 lockdep: Don't create the wrong dependency on hlock->check == 0 by Oleg Nesterov · 11 years ago
- fb9edbe lockdep: Make held_lock->check and "int check" argument bool by Oleg Nesterov · 11 years ago
- 8dce7a9 lockdep: Be nice about building from userspace by Sasha Levin · 12 years ago
- 5216d53 locking/lockdep: Mark __lockdep_count_forward_deps() as static by Fengguang Wu · 11 years ago
- 8eddac3 locking: Move the lockdep code to kernel/locking/ by Peter Zijlstra · 11 years ago[Renamed from kernel/lockdep.c]
- 5c173eb rcu: Consistent rcu_is_watching() naming by Paul E. McKenney · 11 years ago
- 1b1d2fb lockdep: remove task argument from debug_check_no_locks_held by Colin Cross · 12 years ago
- ebb3727 Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
- 2c52283 lockdep: Consolidate bug messages into a single print_lockdep_off() function by Dave Jones · 12 years ago
- 199e371 lockdep: Print out additional debugging advice when we hit lockdep BUGs by Dave Jones · 12 years ago
- bfaf4af lockdep: Remove unnecessary 'hlock_next' variable by Hong Zhiguo · 12 years ago
- dbf520a Revert "lockdep: check that no locks held at freeze time" by Paul Walmsley · 12 years ago
- ea6749c Export __lockdep_no_validate__ by Kent Overstreet · 12 years ago
- 6aa9707 lockdep: check that no locks held at freeze time by Mandeep Singh Baines · 12 years ago
- c054060 lockdep: Print more info when MAX_LOCK_DEPTH is exceeded by Ben Greear · 12 years ago
- f86f755 lockdep: Rename print_unlock_inbalance_bug() to print_unlock_imbalance_bug() by Srivatsa S. Bhat · 12 years ago