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