summaryrefslogtreecommitdiffstats
path: root/kernel/locking/lockdep.c
AgeCommit message (Expand)AuthorLines
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
2016-03-31locking/lockdep: Print chain_key collision informationAlfredo Alvarez Fernandez-2/+77
2016-03-15tags: Fix DEFINE_PER_CPU expansionsPeter Zijlstra-2/+1
2016-02-29locking/lockdep: Detect chain_key collisionsIngo Molnar-8/+51
2016-02-29locking/lockdep: Prevent chain_key collisionsAlfredo Alvarez Fernandez-8/+6
2016-02-09locking/lockdep: Eliminate lockdep_init()Andrey Ryabinin-59/+0
2016-02-09locking/lockdep: Convert hash tables to hlistsAndrew Morton-23/+19
2016-02-09locking/lockdep: Fix stack trace caching logicDmitry Vyukov-6/+10
2015-11-23treewide: Remove old email addressPeter Zijlstra-1/+1
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman-1/+1
2015-09-23locking/lockdep: Fix hlock->pin_count reset on lock stack rebuildsPeter Zijlstra-5/+5
2015-06-24Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-90/+87
2015-06-22Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+1
2015-06-19lockdep: Implement lock pinningPeter Zijlstra-0/+80
2015-06-19lockdep: Simplify lock_release()Peter Zijlstra-101/+18