summaryrefslogtreecommitdiffstats
path: root/kernel/lockdep.c
AgeCommit message (Expand)AuthorLines
2012-01-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-17/+13
2012-01-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+22
2011-12-20Merge commit 'v3.2-rc6' into perf/coreIngo Molnar-1/+7
2011-12-11rcu: Inform the user about extended quiescent state on PROVE_RCU warningFrederic Weisbecker-0/+22
2011-12-06lockdep, kmemcheck: Annotate ->lock in lockdep_init_map()Yong Zhang-1/+7
2011-12-06lockdep: Print lock name in lockdep_init_error()Ming Lei-1/+4
2011-12-06lockdep, kmemcheck: Annotate ->lock in lockdep_init_map()Yong Zhang-1/+7
2011-12-06lockdep, rtmutex, bug: Show taint flags on errorBen Hutchings-8/+15
2011-11-14lockdep: Always try to set ->class_cache in register_lock_class() lockdep_ini...Yong Zhang-1/+2
2011-11-11Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar-17/+13
2011-11-07lockdep: Show subclass in pretty print of lockdep outputSteven Rostedt-17/+13
2011-10-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-37/+47
2011-09-28rcu: Restore checks for blocking in RCU read-side critical sectionsPaul E. McKenney-37/+47
2011-09-18lockdep: Comment all warningsPeter Zijlstra-9/+147
2011-08-09lockdep: Fix wrong assumption in match_held_lockPeter Zijlstra-1/+7
2011-08-04lockdep: Clear whole lockdep_map on initializationTejun Heo-4/+1
2011-08-04lockdep: Fix up warningPeter Zijlstra-1/+1
2011-08-04lockdep: Fix trace_hardirqs_on_caller()Peter Zijlstra-14/+16
2011-07-22Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-10/+20
2011-07-21lockdep: Fix lockdep_no_validate against IRQ statesPeter Zijlstra-0/+3
2011-06-22lockdep: Fix trace_[soft,hard]irqs_[on,off]() recursionPeter Zijlstra-10/+20
2011-06-07lockdep: Fix lock_is_held() on recursionPeter Zijlstra-1/+1
2011-04-22lockdep: Remove cmpxchg to update nr_chain_hlocksSteven Rostedt-10/+4
2011-04-22lockdep: Print a nicer description for simple irq lock inversionsSteven Rostedt-0/+20
2011-04-22lockdep: Replace "Bad BFS generated tree" message with something less crypticSteven Rostedt-1/+1
2011-04-22lockdep: Print a nicer description for irq inversion bugsSteven Rostedt-5/+29
2011-04-22lockdep: Print a nicer description for simple deadlocksSteven Rostedt-0/+21
2011-04-22lockdep: Print a nicer description for normal deadlocksSteven Rostedt-0/+55
2011-04-22lockdep: Print a nicer description for irq lock inversionsSteven Rostedt-0/+70
2011-03-31Fix common misspellingsLucas De Marchi-2/+2
2011-01-20lockdep: Move early boot local IRQ enable/disable status to init/main.cTejun Heo-17/+1
2010-10-18lockdep: Check the depth of subclassHitoshi Mitake-8/+10
2010-10-18lockdep: Add improved subclass cachingHitoshi Mitake-7/+18
2010-08-17lockdep: Remove __debug_show_held_locksJohn Kacur-7/+1
2010-06-09sched_clock: Add local_clock() API and improve documentationPeter Zijlstra-1/+1
2010-05-21lockdep: Add novalidate class for dev->mutex conversionPeter Zijlstra-0/+5
2010-05-18Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+2
2010-05-18Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+3
2010-05-10rcu: optionally leave lockdep enabled after RCU lockdep splatLai Jiangshan-0/+3
2010-05-09tracing: Drop the nested field from lock_release eventFrederic Weisbecker-1/+1
2010-05-09tracing: Drop lock_acquired waittime fieldFrederic Weisbecker-1/+1
2010-05-07lockdep: Reduce stack_trace usageYong Zhang-8/+21
2010-05-04lockdep: Provide off case for redundant_hardirqs_on incrementFrederic Weisbecker-1/+1
2010-04-30lockdep: Fix redundant_hardirqs_on incremented with irqs enabledFrederic Weisbecker-1/+6
2010-04-30Merge commit 'v2.6.34-rc6' into core/lockingFrederic Weisbecker-22/+10
2010-04-06lockstat: Make lockstat counting per cpuFrederic Weisbecker-30/+17
2010-04-05Merge branch 'slabh' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/miscLinus Torvalds-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-29percpu, module: implement and use is_kernel/module_percpu_address()Tejun Heo-16/+5
2010-03-18Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-6/+3