aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/locking/lockdep.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-33/+43
2018-12-11locking/lockdep: Stop using RCU primitives to access 'all_lock_classes'Bart Van Assche1-4/+5
2018-12-11locking/lockdep: Make concurrent lockdep_reset_lock() calls safeBart Van Assche1-1/+4
2018-12-11locking/lockdep: Remove a superfluous INIT_LIST_HEAD() statementBart Van Assche1-1/+0
2018-12-11locking/lockdep: Introduce lock_class_cache_is_registered()Bart Van Assche1-20/+30
2018-12-11locking/lockdep: Inline __lockdep_init_map()Bart Van Assche1-7/+1
2018-12-11locking/lockdep: Declare local symbols staticBart Van Assche1-0/+3
2018-11-27lockdep: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney1-1/+1
2018-10-19locking/lockdep: Fix debug_locks off performance problemWaiman Long1-2/+2
2018-10-16Merge branch 'x86/build' into locking/core, to pick up dependent patches and unify jump-label workIngo Molnar1-1/+0
2018-10-16locking/lockdep: Remove duplicated 'lock_class_ops' percpu arrayWaiman Long1-1/+0
2018-10-09locking/lockdep: Make class->ops a percpu counter and move it under CONFIG_DEBUG_LOCKDEP=yWaiman Long1-3/+8
2018-10-03locking/lockdep: Add a faster path in __lock_release()Waiman Long1-3/+14
2018-10-03locking/lockdep: Eliminate redundant IRQs check in __lock_acquire()Waiman Long1-8/+7
2018-10-03locking/lockdep: Remove add_chain_cache_classes()Waiman Long1-70/+0
2018-09-10locking/lockdep: Delete unnecessary #includeBen Hutchings1-1/+0
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