summaryrefslogtreecommitdiffstats
path: root/kernel/locking/lockdep.c
AgeCommit message (Expand)Author
2019-04-27Revert "locking/lockdep: Add debug_locks check in __lock_downgrade()"Greg Kroah-Hartman
2019-03-27locking/lockdep: Add debug_locks check in __lock_downgrade()Waiman Long
2018-11-13locking/lockdep: Fix debug_locks off performance problemWaiman Long
2018-09-10locking/lockdep: Delete unnecessary #includeBen Hutchings
2018-08-10tracing: Partial revert of "tracing: Centralize preemptirq tracepoints and un...Steven Rostedt (VMware)
2018-07-31tracing: Centralize preemptirq tracepoints and unify their usageJoel Fernandes (Google)
2018-07-30lockdep: Use this_cpu_ptr instead of get_cpu_var statsJoel Fernandes (Google)
2018-06-21locking/lockdep: Do not record IRQ state within lockdep codeSteven Rostedt (VMware)
2018-05-14locking/lockdep: Move sanity check to inside lockdep_print_held_locks()Tetsuo Handa
2018-05-14locking/lockdep: Use for_each_process_thread() for debug_show_all_locks()Tetsuo Handa
2018-03-29lockdep: Make the lock debug output more usefulTetsuo Handa
2018-02-28locking/lockdep: Show unadorned pointersBorislav Petkov
2018-01-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-01-24locking/lockdep: Avoid triggering hardlockup from debug_show_all_locks()Tejun Heo
2018-01-18lockdep: Make lockdep checking constantMatthew Wilcox
2018-01-18lockdep: Assign lock keys on registrationMatthew Wilcox
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