summaryrefslogtreecommitdiffstats
path: root/kernel/locking/lockdep.c
AgeCommit message (Expand)AuthorLines
2018-01-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-42/+47
2018-01-24locking/lockdep: Avoid triggering hardlockup from debug_show_all_locks()Tejun Heo-0/+2
2018-01-18lockdep: Make lockdep checking constantMatthew Wilcox-6/+7
2018-01-18lockdep: Assign lock keys on registrationMatthew Wilcox-36/+40
2017-12-12locking/lockdep: Remove the cross-release locking checksIngo Molnar-617/+35
2017-12-06locking/lockdep: Fix possible NULL derefPeter Zijlstra-1/+2
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)-3/+0
2017-10-25locking/lockdep: Introduce CONFIG_BOOTPARAM_LOCKDEP_CROSSRELEASE_FULLSTACK=yByungchul Park-0/+4
2017-10-25locking/lockdep: Add a boot parameter allowing unwind in cross-release and di...Byungchul Park-2/+17
2017-10-10locking/lockdep: Fix stacktrace messPeter Zijlstra-28/+20
2017-08-29locking/lockdep: Untangle xhlock history save/restore from task independencePeter Zijlstra-41/+38
2017-08-25locking/lockdep: Fix workqueue crossrelease annotationPeter Zijlstra-20/+36
2017-08-14locking/lockdep: Fix the rollback and overwrite detection logic in crossreleaseByungchul Park-6/+6
2017-08-14locking/lockdep: Add a comment about crossrelease_hist_end() in lockdep_sys_e...Byungchul Park-0/+4
2017-08-10locking/lockdep: Make print_circular_bug() aware of crossreleaseByungchul Park-20/+47
2017-08-10locking/lockdep: Handle non(or multi)-acquisition of a crosslockByungchul Park-26/+56
2017-08-10locking/lockdep: Detect and handle hist_lock ring buffer overwriteByungchul Park-5/+47
2017-08-10locking/lockdep: Implement the 'crossrelease' featureByungchul Park-23/+485
2017-08-10locking/lockdep: Make check_prev_add() able to handle external stack_traceByungchul Park-21/+19
2017-08-10locking/lockdep: Change the meaning of check_prev_add()'s return valueByungchul Park-3/+4
2017-08-10locking/lockdep: Add a function building a chain between two classesByungchul Park-0/+70
2017-08-10locking/lockdep: Refactor lookup_chain_cache()Byungchul Park-48/+93
2017-08-10locking/lockdep: Avoid creating redundant linksPeter Zijlstra-0/+27
2017-08-10locking/lockdep: Rework FS_RECLAIM annotationPeter Zijlstra-94/+1
2017-06-08rcu: Remove the now-obsolete PROVE_RCU_REPEATEDLY Kconfig optionPaul E. McKenney-4/+0
2017-06-08lockdep: Use consistent printing primitivesPaul E. McKenney-86/+86
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-43/+43
2017-05-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds-2/+9
2017-05-03mm: introduce memalloc_nofs_{save,restore} APIMichal Hocko-3/+3
2017-05-03lockdep: allow to disable reclaim lockup detectionMichal Hocko-0/+4
2017-05-03lockdep: teach lockdep about memalloc_noio_saveNikolay Borisov-1/+4
2017-05-03Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-0/+2
2017-04-19lockdep: Use "WARNING" tag on lockdep splatsPaul E. McKenney-43/+43
2017-03-23BackMerge tag 'v4.11-rc3' into drm-nextDave Airlie-2/+9
2017-03-16locking/lockdep: Handle statically initialized PER_CPU locks properlyThomas Gleixner-10/+23
2017-03-16locking/lockdep: Add new check to lock_downgrade()J. R. Okajima-0/+55
2017-03-16locking/lockdep: Factor out the validate_held_lock() helper functionJ. R. Okajima-18/+22
2017-03-16locking/lockdep: Factor out the find_held_lock() helper functionJ. R. Okajima-60/+54
2017-03-14drm/i915: annote drop_caches debugfs interface with lockdepDaniel Vetter-0/+2
2017-03-07Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-2/+9
2017-03-02locking/lockdep: Add nest_lock integrity testPeter Zijlstra-2/+9
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2017-02-10lockdep: Fix incorrect condition to print bug msgs for MAX_LOCKDEP_CHAIN_HLOCKSByungchul Park-1/+1
2017-01-23lockdep: Make RCU suspicious-access splats use pr_errPaul E. McKenney-6/+6
2016-12-14Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-8/+12
2016-12-11Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar-54/+57
2016-12-06lockdep: Fix report formattingDmitry Vyukov-54/+57
2016-11-30locking/lockdep: Provide a type check for lock_is_heldPeter Zijlstra-8/+12