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