summaryrefslogtreecommitdiff
path: root/kernel/lockdep.c
AgeCommit message (Expand)Author
2009-10-09lockdep: Use cpu_clock() for lockstatPeter Zijlstra
2009-09-23lockdep: use new arch_is_kernel_data()Mike Frysinger
2009-08-29lockdep: Remove recursion stattisticsMing Lei
2009-08-02lockdep: Fix memory usage info of BFSMing Lei
2009-08-02lockdep: Reintroduce generation count to make BFS fasterMing Lei
2009-08-02lockdep: Deal with many similar locksPeter Zijlstra
2009-08-02lockdep: Introduce lockdep_assert_held()Peter Zijlstra
2009-08-02lockdep: Fix style nitsPeter Zijlstra
2009-08-02lockdep: Fix backtracesPeter Zijlstra
2009-07-24lockdep: BFS cleanupPeter Zijlstra
2009-07-24lockdep: Add statistics info for max bfs queue depthMing Lei
2009-07-24lockdep: Update memory usage introduced by BFSMing Lei
2009-07-24lockdep: Implement lockdep_count_*ward_deps by BFSMing Lei
2009-07-24lockdep: Introduce print_shortest_lock_dependenciesMing Lei
2009-07-24lockdep: Implement find_usage_*wards by BFSMing Lei
2009-07-24lockdep: Implement check_noncircular() by BFSMing Lei
2009-07-24lockdep: Introduce match function to BFSMing Lei
2009-07-24lockdep: Improve implementation of BFSMing Lei
2009-07-24lockdep: Print the shortest dependency chain if finding a circleMing Lei
2009-05-07Merge branch 'linus' into tracing/coreIngo Molnar
2009-04-17lockdep: more robust lockdep_map init sequencePeter Zijlstra
2009-04-14tracing/events: move trace point headers into include/trace/eventsSteven Rostedt
2009-04-14tracing: create automated trace definesSteven Rostedt
2009-04-10tracing/lockdep: report the time waited for a lockFrederic Weisbecker
2009-04-06Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar
2009-03-31lockdep: add stack dumps to assertsPeter Zijlstra
2009-03-31Merge branch 'linus' into locking-for-linusIngo Molnar
2009-03-30lockdep: fix deadlock in lockdep_trace_allocPeter Zijlstra
2009-03-13Merge branch 'core/locking' into tracing/ftraceIngo Molnar
2009-03-05lockdep: remove duplicate CONFIG_DEBUG_LOCKDEP definitionsDavid Rientjes
2009-03-04tracing: add lockdep tracepoints for lock acquire/releasePeter Zijlstra
2009-03-04lockdep: remove extra "irq" stringPeter Zijlstra
2009-03-04lockdep: fix incorrect state namePeter Zijlstra
2009-02-15lockdep: build fix for !PROVE_LOCKINGPeter Zijlstra
2009-02-14lockdep: use stringify.hPeter Zijlstra
2009-02-14lockdep: simplify check_prev_add_irq()Peter Zijlstra
2009-02-14lockdep: get_user_chars() redoPeter Zijlstra
2009-02-14lockdep: simplify get_user_chars()Peter Zijlstra
2009-02-14lockdep: add comments to mark_lock_irq()Peter Zijlstra
2009-02-14lockdep: remove macro usage from mark_held_locks()Peter Zijlstra
2009-02-14lockdep: fully reduce mark_lock_irq()Peter Zijlstra
2009-02-14lockdep: merge the !_READ mark_lock_irq() helpersPeter Zijlstra
2009-02-14lockdep: merge the _READ mark_lock_irq() helpersPeter Zijlstra
2009-02-14lockdep: simplify mark_lock_irq() helpers #3Peter Zijlstra
2009-02-14lockdep: further simplify mark_lock_irq() helpersPeter Zijlstra
2009-02-14lockdep: simplify the mark_lock_irq() helpersPeter Zijlstra
2009-02-14lockdep: split up mark_lock_irq()Peter Zijlstra
2009-02-14lockdep: generate usage stringsPeter Zijlstra
2009-02-14lockdep: simplify mark_lock()Peter Zijlstra