aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/lockdep.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-09lockdep: Use cpu_clock() for lockstatPeter Zijlstra1-8/+12
2009-09-23lockdep: use new arch_is_kernel_data()Mike Frysinger1-0/+3
2009-08-29lockdep: Remove recursion stattisticsMing Lei1-4/+0
2009-08-02lockdep: Fix memory usage info of BFSMing Lei1-1/+2
2009-08-02lockdep: Reintroduce generation count to make BFS fasterMing Lei1-5/+6
2009-08-02lockdep: Deal with many similar locksPeter Zijlstra1-12/+77
2009-08-02lockdep: Introduce lockdep_assert_held()Peter Zijlstra1-0/+33
2009-08-02lockdep: Fix style nitsPeter Zijlstra1-3/+8
2009-08-02lockdep: Fix backtracesPeter Zijlstra1-1/+11
2009-07-24lockdep: BFS cleanupPeter Zijlstra1-114/+170
2009-07-24lockdep: Add statistics info for max bfs queue depthMing Lei1-1/+5
2009-07-24lockdep: Update memory usage introduced by BFSMing Lei1-1/+5
2009-07-24lockdep: Implement lockdep_count_*ward_deps by BFSMing Lei1-27/+25
2009-07-24lockdep: Introduce print_shortest_lock_dependenciesMing Lei1-26/+67
2009-07-24lockdep: Implement find_usage_*wards by BFSMing Lei1-108/+72
2009-07-24lockdep: Implement check_noncircular() by BFSMing Lei1-52/+37
2009-07-24lockdep: Introduce match function to BFSMing Lei1-17/+26
2009-07-24lockdep: Improve implementation of BFSMing Lei1-7/+16
2009-07-24lockdep: Print the shortest dependency chain if finding a circleMing Lei1-9/+106
2009-05-07Merge branch 'linus' into tracing/coreIngo Molnar1-8/+14
2009-04-17lockdep: more robust lockdep_map init sequencePeter Zijlstra1-8/+14
2009-04-14tracing/events: move trace point headers into include/trace/eventsSteven Rostedt1-1/+1
2009-04-14tracing: create automated trace definesSteven Rostedt1-9/+3
2009-04-10tracing/lockdep: report the time waited for a lockFrederic Weisbecker1-4/+4
2009-04-06Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+5
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar1-11/+22
2009-03-31lockdep: add stack dumps to assertsPeter Zijlstra1-0/+5
2009-03-31Merge branch 'linus' into locking-for-linusIngo Molnar1-2/+19
2009-03-30lockdep: fix deadlock in lockdep_trace_allocPeter Zijlstra1-2/+19
2009-03-13Merge branch 'core/locking' into tracing/ftraceIngo Molnar1-7/+0
2009-03-05lockdep: remove duplicate CONFIG_DEBUG_LOCKDEP definitionsDavid Rientjes1-7/+0
2009-03-04tracing: add lockdep tracepoints for lock acquire/releasePeter Zijlstra1-0/+17
2009-03-04lockdep: remove extra "irq" stringPeter Zijlstra1-2/+2
2009-03-04lockdep: fix incorrect state namePeter Zijlstra1-2/+3
2009-02-15lockdep: build fix for !PROVE_LOCKINGPeter Zijlstra1-0/+4
2009-02-14lockdep: use stringify.hPeter Zijlstra1-9/+7
2009-02-14lockdep: simplify check_prev_add_irq()Peter Zijlstra1-93/+61
2009-02-14lockdep: get_user_chars() redoPeter Zijlstra1-12/+12
2009-02-14lockdep: simplify get_user_chars()Peter Zijlstra1-41/+24
2009-02-14lockdep: add comments to mark_lock_irq()Peter Zijlstra1-7/+30
2009-02-14lockdep: remove macro usage from mark_held_locks()Peter Zijlstra1-15/+5
2009-02-14lockdep: fully reduce mark_lock_irq()Peter Zijlstra1-78/+8
2009-02-14lockdep: merge the !_READ mark_lock_irq() helpersPeter Zijlstra1-43/+15
2009-02-14lockdep: merge the _READ mark_lock_irq() helpersPeter Zijlstra1-38/+23
2009-02-14lockdep: simplify mark_lock_irq() helpers #3Peter Zijlstra1-38/+27
2009-02-14lockdep: further simplify mark_lock_irq() helpersPeter Zijlstra1-16/+31
2009-02-14lockdep: simplify the mark_lock_irq() helpersPeter Zijlstra1-16/+44
2009-02-14lockdep: split up mark_lock_irq()Peter Zijlstra1-225/+147
2009-02-14lockdep: generate usage stringsPeter Zijlstra1-13/+13
2009-02-14lockdep: simplify mark_lock()Peter Zijlstra1-12/+7