aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/locking/lockdep.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-10tracing: Partial revert of "tracing: Centralize preemptirq tracepoints and unify their usage"Steven Rostedt (VMware)1-12/+2
2018-07-31tracing: Centralize preemptirq tracepoints and unify their usageJoel Fernandes (Google)1-21/+14
2018-07-30lockdep: Use this_cpu_ptr instead of get_cpu_var statsJoel Fernandes (Google)1-9/+1
2018-06-21locking/lockdep: Do not record IRQ state within lockdep codeSteven Rostedt (VMware)1-6/+6
2018-05-14locking/lockdep: Move sanity check to inside lockdep_print_held_locks()Tetsuo Handa1-16/+13
2018-05-14locking/lockdep: Use for_each_process_thread() for debug_show_all_locks()Tetsuo Handa1-35/+8
2018-03-29lockdep: Make the lock debug output more usefulTetsuo Handa1-2/+2
2018-02-28locking/lockdep: Show unadorned pointersBorislav Petkov1-12/+12
2018-01-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-42/+47
2018-01-24locking/lockdep: Avoid triggering hardlockup from debug_show_all_locks()Tejun Heo1-0/+2
2018-01-18lockdep: Make lockdep checking constantMatthew Wilcox1-6/+7
2018-01-18lockdep: Assign lock keys on registrationMatthew Wilcox1-36/+40
2017-12-12locking/lockdep: Remove the cross-release locking checksIngo Molnar1-617/+35
2017-12-06locking/lockdep: Fix possible NULL derefPeter Zijlstra1-1/+2
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)1-3/+0
2017-10-25locking/lockdep: Introduce CONFIG_BOOTPARAM_LOCKDEP_CROSSRELEASE_FULLSTACK=yByungchul Park1-0/+4
2017-10-25locking/lockdep: Add a boot parameter allowing unwind in cross-release and disable it by defaultByungchul Park1-2/+17
2017-10-10locking/lockdep: Fix stacktrace messPeter Zijlstra1-28/+20
2017-08-29locking/lockdep: Untangle xhlock history save/restore from task independencePeter Zijlstra1-41/+38
2017-08-25locking/lockdep: Fix workqueue crossrelease annotationPeter Zijlstra1-20/+36
2017-08-14locking/lockdep: Fix the rollback and overwrite detection logic in crossreleaseByungchul Park1-6/+6
2017-08-14locking/lockdep: Add a comment about crossrelease_hist_end() in lockdep_sys_exit()Byungchul Park1-0/+4
2017-08-10locking/lockdep: Make print_circular_bug() aware of crossreleaseByungchul Park1-20/+47
2017-08-10locking/lockdep: Handle non(or multi)-acquisition of a crosslockByungchul Park1-26/+56
2017-08-10locking/lockdep: Detect and handle hist_lock ring buffer overwriteByungchul Park1-5/+47
2017-08-10locking/lockdep: Implement the 'crossrelease' featureByungchul Park1-23/+485
2017-08-10locking/lockdep: Make check_prev_add() able to handle external stack_traceByungchul Park1-21/+19
2017-08-10locking/lockdep: Change the meaning of check_prev_add()'s return valueByungchul Park1-3/+4
2017-08-10locking/lockdep: Add a function building a chain between two classesByungchul Park1-0/+70
2017-08-10locking/lockdep: Refactor lookup_chain_cache()Byungchul Park1-48/+93
2017-08-10locking/lockdep: Avoid creating redundant linksPeter Zijlstra1-0/+27
2017-08-10locking/lockdep: Rework FS_RECLAIM annotationPeter Zijlstra1-94/+1
2017-06-08rcu: Remove the now-obsolete PROVE_RCU_REPEATEDLY Kconfig optionPaul E. McKenney1-4/+0
2017-06-08lockdep: Use consistent printing primitivesPaul E. McKenney1-86/+86
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-43/+43
2017-05-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+9
2017-05-03mm: introduce memalloc_nofs_{save,restore} APIMichal Hocko1-3/+3
2017-05-03lockdep: allow to disable reclaim lockup detectionMichal Hocko1-0/+4
2017-05-03lockdep: teach lockdep about memalloc_noio_saveNikolay Borisov1-1/+4
2017-05-03Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+2
2017-04-19lockdep: Use "WARNING" tag on lockdep splatsPaul E. McKenney1-43/+43
2017-03-23BackMerge tag 'v4.11-rc3' into drm-nextDave Airlie1-2/+9
2017-03-16locking/lockdep: Handle statically initialized PER_CPU locks properlyThomas Gleixner1-10/+23
2017-03-16locking/lockdep: Add new check to lock_downgrade()J. R. Okajima1-0/+55
2017-03-16locking/lockdep: Factor out the validate_held_lock() helper functionJ. R. Okajima1-18/+22
2017-03-16locking/lockdep: Factor out the find_held_lock() helper functionJ. R. Okajima1-60/+54
2017-03-14drm/i915: annote drop_caches debugfs interface with lockdepDaniel Vetter1-0/+2
2017-03-07Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+9
2017-03-02locking/lockdep: Add nest_lock integrity testPeter Zijlstra1-2/+9
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar1-0/+1