summaryrefslogtreecommitdiffstats
path: root/kernel/locking/lockdep.c
AgeCommit message (Expand)AuthorLines
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
2016-11-11locking/lockdep: Remove unused parameter from the add_lock_to_list() functionTahsin Erdogan-5/+5
2016-06-08locking/lockdep: Use __jhash_mix() for iterate_chain_key()Peter Zijlstra-4/+9
2016-05-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-9/+62
2016-05-12Merge branch 'sched/urgent' into sched/core to pick up fixesIngo Molnar-3/+34
2016-05-05Merge tag 'v4.6-rc6' into locking/core, to pick up fixesIngo Molnar-3/+34
2016-05-05locking/lockdep, sched/core: Implement a better lock pinning schemePeter Zijlstra-9/+62
2016-04-23lockdep: Fix lock_chain::base sizePeter Zijlstra-1/+23
2016-04-23locking/lockdep: Fix ->irq_context calculationBoqun Feng-2/+11
2016-04-13locking/lockdep: Deinline register_lock_class(), save 2328 bytesDenys Vlasenko-1/+1
2016-04-04locking/lockdep: Fix print_collision() unused warningBorislav Petkov-0/+2