aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/lockdep.c
Commit message (Expand)AuthorAge
* Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-08
|\
| * Export __lockdep_no_validate__Kent Overstreet2013-03-23
* | lockdep: Consolidate bug messages into a single print_lockdep_off() functionDave Jones2013-04-26
* | lockdep: Print out additional debugging advice when we hit lockdep BUGsDave Jones2013-04-26
* | lockdep: Remove unnecessary 'hlock_next' variableHong Zhiguo2013-04-08
* | Revert "lockdep: check that no locks held at freeze time"Paul Walmsley2013-03-31
|/
* lockdep: check that no locks held at freeze timeMandeep Singh Baines2013-02-27
* lockdep: Print more info when MAX_LOCK_DEPTH is exceededBen Greear2013-02-19
* lockdep: Rename print_unlock_inbalance_bug() to print_unlock_imbalance_bug()Srivatsa S. Bhat2013-02-19
* lockdep: Check if nested lock is actually heldMaarten Lankhorst2012-09-13
* lockdep: Add CPU-idle/offline warning to lockdep-RCU splatPaul E. McKenney2012-02-21
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-01-06
|\
| * Merge commit 'v3.2-rc6' into perf/coreIngo Molnar2011-12-20
| |\
| * \ Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-11-11
| |\ \
| | * | lockdep: Show subclass in pretty print of lockdep outputSteven Rostedt2011-11-07
* | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-01-06
|\ \ \ \
| * | | | rcu: Inform the user about extended quiescent state on PROVE_RCU warningFrederic Weisbecker2011-12-11
| | |_|/ | |/| |
| * | | lockdep, kmemcheck: Annotate ->lock in lockdep_init_map()Yong Zhang2011-12-06
| |/ /
* | | lockdep: Print lock name in lockdep_init_error()Ming Lei2011-12-06
* | | lockdep, kmemcheck: Annotate ->lock in lockdep_init_map()Yong Zhang2011-12-06
* | | lockdep, rtmutex, bug: Show taint flags on errorBen Hutchings2011-12-06
* | | lockdep: Always try to set ->class_cache in register_lock_class() lockdep_ini...Yong Zhang2011-11-14
|/ /
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-10-26
|\ \
| * | rcu: Restore checks for blocking in RCU read-side critical sectionsPaul E. McKenney2011-09-29
| |/
* / lockdep: Comment all warningsPeter Zijlstra2011-09-18
|/
* lockdep: Fix wrong assumption in match_held_lockPeter Zijlstra2011-08-09
* lockdep: Clear whole lockdep_map on initializationTejun Heo2011-08-04
* lockdep: Fix up warningPeter Zijlstra2011-08-04
* lockdep: Fix trace_hardirqs_on_caller()Peter Zijlstra2011-08-04
* Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-07-22
|\
| * lockdep: Fix trace_[soft,hard]irqs_[on,off]() recursionPeter Zijlstra2011-06-22
* | lockdep: Fix lockdep_no_validate against IRQ statesPeter Zijlstra2011-07-21
* | lockdep: Fix lock_is_held() on recursionPeter Zijlstra2011-06-07
|/
* lockdep: Remove cmpxchg to update nr_chain_hlocksSteven Rostedt2011-04-22
* lockdep: Print a nicer description for simple irq lock inversionsSteven Rostedt2011-04-22
* lockdep: Replace "Bad BFS generated tree" message with something less crypticSteven Rostedt2011-04-22
* lockdep: Print a nicer description for irq inversion bugsSteven Rostedt2011-04-22
* lockdep: Print a nicer description for simple deadlocksSteven Rostedt2011-04-22
* lockdep: Print a nicer description for normal deadlocksSteven Rostedt2011-04-22
* lockdep: Print a nicer description for irq lock inversionsSteven Rostedt2011-04-22
* Fix common misspellingsLucas De Marchi2011-03-31
* lockdep: Move early boot local IRQ enable/disable status to init/main.cTejun Heo2011-01-20
* lockdep: Check the depth of subclassHitoshi Mitake2010-10-18
* lockdep: Add improved subclass cachingHitoshi Mitake2010-10-18
* lockdep: Remove __debug_show_held_locksJohn Kacur2010-08-17
* sched_clock: Add local_clock() API and improve documentationPeter Zijlstra2010-06-09
* lockdep: Add novalidate class for dev->mutex conversionPeter Zijlstra2010-05-21
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-18
|\
| * tracing: Drop the nested field from lock_release eventFrederic Weisbecker2010-05-09
| * tracing: Drop lock_acquired waittime fieldFrederic Weisbecker2010-05-09