nfsd: clean up readdirplus encoding
[safe/jmp/linux-2.6] / kernel / lockdep.c
2009-05-07 Ingo MolnarMerge branch 'linus' into tracing/core
2009-04-17 Peter Zijlstralockdep: more robust lockdep_map init sequence
2009-04-15 Steven Rostedttracing/events: move trace point headers into include...
2009-04-14 Steven Rostedttracing: create automated trace defines
2009-04-10 Frederic Weisbeckertracing/lockdep: report the time waited for a lock
2009-04-06 Linus TorvaldsMerge branch 'locking-for-linus' of git://git./linux...
2009-04-01 Ingo MolnarMerge branch 'tracing/core-v2' into tracing-for-linus
2009-03-31 Peter Zijlstralockdep: add stack dumps to asserts
2009-03-31 Ingo MolnarMerge branch 'linus' into locking-for-linus
2009-03-30 Peter Zijlstralockdep: fix deadlock in lockdep_trace_alloc
2009-03-13 Ingo MolnarMerge branch 'core/locking' into tracing/ftrace
2009-03-05 David Rientjeslockdep: remove duplicate CONFIG_DEBUG_LOCKDEP definitions
2009-03-04 Peter Zijlstratracing: add lockdep tracepoints for lock acquire/release
2009-03-04 Peter Zijlstralockdep: remove extra "irq" string
2009-03-04 Peter Zijlstralockdep: fix incorrect state name
2009-02-14 Peter Zijlstralockdep: build fix for !PROVE_LOCKING
2009-02-14 Peter Zijlstralockdep: use stringify.h
2009-02-14 Peter Zijlstralockdep: simplify check_prev_add_irq()
2009-02-14 Peter Zijlstralockdep: get_user_chars() redo
2009-02-14 Peter Zijlstralockdep: simplify get_user_chars()
2009-02-14 Peter Zijlstralockdep: add comments to mark_lock_irq()
2009-02-14 Peter Zijlstralockdep: remove macro usage from mark_held_locks()
2009-02-14 Peter Zijlstralockdep: fully reduce mark_lock_irq()
2009-02-14 Peter Zijlstralockdep: merge the !_READ mark_lock_irq() helpers
2009-02-14 Peter Zijlstralockdep: merge the _READ mark_lock_irq() helpers
2009-02-14 Peter Zijlstralockdep: simplify mark_lock_irq() helpers #3
2009-02-14 Peter Zijlstralockdep: further simplify mark_lock_irq() helpers
2009-02-14 Peter Zijlstralockdep: simplify the mark_lock_irq() helpers
2009-02-14 Peter Zijlstralockdep: split up mark_lock_irq()
2009-02-14 Peter Zijlstralockdep: generate usage strings
2009-02-14 Peter Zijlstralockdep: simplify mark_lock()
2009-02-14 Peter Zijlstralockdep: simplify mark_held_locks
2009-02-14 Peter Zijlstralockdep: sanitize reclaim bit names
2009-02-14 Peter Zijlstralockdep: sanitize bit names
2009-02-14 Nick Pigginlockdep: annotate reclaim context (__GFP_NOFS)
2008-12-31 Linus TorvaldsMerge branch 'core-for-linus' of git://git./linux/kerne...
2008-12-12 Ingo MolnarMerge branch 'tracing/fastboot' into cpus4096
2008-12-04 Peter Zijlstralockdep: change a held lock's class
2008-12-04 Ingo MolnarMerge commit 'v2.6.28-rc7' into core/locking
2008-12-03 Steven Rostedtftrace: replace raw_local_irq_save with local_irq_save
2008-11-25 Ingo Molnarlockdep: fix unused function warning in kernel/lockdep.c
2008-11-24 Ingo MolnarMerge branches 'core/debug', 'core/futexes', 'core...
2008-11-21 Li Zefanlockdep: consistent alignement for lockdep info
2008-11-12 Ingo MolnarMerge branch 'linus' into core/locking
2008-10-28 Heiko Carstenslockdep: fix irqs on/off ip tracing
2008-10-28 qinghuang fenglockdep: minor fix for debug_show_all_locks()
2008-10-20 Peter Zijlstralockstat: contend with points
2008-08-27 Zhu Yilockdep: fix invalid list_del_rcu in zap_class
2008-08-26 Joe Kortylockstat: repair erronous contention statistics
2008-08-18 Dmitry Baryshkovlockdep: fix spurious 'inconsistent lock state' warning
2008-08-13 Arjan van de Venlockdep: use WARN() in kernel/lockdep.c
2008-08-11 Peter Zijlstralockdep: fix debug_lock_alloc
2008-08-11 Rabin Vincentlockdep: handle chains involving classes defined in...
2008-08-11 Peter Zijlstralockdep: lock protection locks
2008-08-11 Dave Joneslockdep: shrink held_lock structure
2008-08-11 Peter Zijlstralockdep: lock_set_subclass - reset a held lock's subclass
2008-07-31 David Millerlockdep: fix combinatorial explosion in lock subgraph...
2008-07-14 Linus TorvaldsMerge branch 'core/locking' of git://git./linux/kernel...
2008-07-14 Ingo Molnarlockdep: fix ftrace irq tracing false positive
2008-06-23 Huang, Yinglockdep: add lock_class information to lock_chain and...
2008-06-20 Huang, Yinglockdep: add lock_class information to lock_chain and...
2008-05-23 Steven Rostedtlockdep: update lockdep_recursion on graph_lock
2008-05-23 Steven Rostedtftrace: use Makefile to remove tracing from lockdep
2008-05-23 Steven Rostedtftrace: lockdep notrace annotations
2008-05-23 Steven Rostedtftrace: trace irq disabled critical timings
2008-02-25 Dale FarnsworthSubject: lockdep: include all lock classes in all_lock_...
2008-01-25 Ingo Molnarsoftlockup: automatically detect hung TASK_UNINTERRUPTI...
2008-01-24 Arjan van de Venlockdep: fix kernel crash on module unload
2008-01-16 Nick Pigginlockdep: fix internal double unlock during self-test
2007-12-07 Ingo Molnarlockdep: make cli/sti annotation warnings clearer
2007-12-05 Oleg Nesterovlockdep: in_range() fix
2007-12-05 Ingo Molnarlockdep: fix debug_show_all_locks()
2007-10-28 Gautham R Shenoylockdep: fix a typo in the __lock_acquire comment
2007-10-19 Pavel EmelyanovUse helpers to obtain task pid in printks
2007-10-19 Johannes Bergworkqueue: debug flushing deadlocks with lockdep
2007-10-11 Peter Zijlstralockdep: syscall exit check
2007-10-11 Gregory Haskinslockdep: fix mismatched lockdep_depth/curr_chain_hash
2007-07-19 Johannes Berglockdep debugging: give stacktrace for init_error
2007-07-19 Peter Zijlstralockstat: measure lock bouncing
2007-07-19 Peter Zijlstralockdep: various fixes
2007-07-19 Peter Zijlstralockstat: human readability tweaks
2007-07-19 Peter Zijlstralockstat: core infrastructure
2007-07-19 Peter Zijlstralockdep: reduce the ifdeffery
2007-07-19 Peter Zijlstralockdep: sanitise CONFIG_PROVE_LOCKING
2007-07-17 Tejun Heokallsyms: make KSYM_NAME_LEN include space for trailing...
2007-05-08 Jarek Poplawskilockdep: removed unused ip argument in mark_lock &...
2007-05-08 Jarek Poplawskilockdep: lookup_chain_cache comment errata
2007-05-08 Alexey DobriyanSimplify kallsyms_lookup()
2007-05-08 Christoph Hellwigsimplify the stacktrace code
2007-03-23 Jarek Poplawski[PATCH] lockdep: debug_show_all_locks & debug_show_held...
2007-03-01 Sam Ravnborg[PATCH] fix section mismatch warning in lockdep
2007-02-21 Jarek Poplawski[PATCH] lockdep: debug_locks check after check_chain_key
2007-02-11 Jason Baron[PATCH] lockdep: add graph depth information to /proc...
2007-02-11 Jarek Poplawski[PATCH] lockdep: more unlock-on-error fixes
2006-12-30 Andrew Morton[PATCH] lockdep: printk warning fix
2006-12-13 Ingo Molnar[PATCH] lockdep: fix possible races while disabling...
2006-12-13 Ingo Molnar[PATCH] lockdep: print irq-trace info on asserts
2006-12-13 Ingo Molnar[PATCH] lockdep: use chain hash on CONFIG_DEBUG_LOCKDEP too
2006-12-13 Ingo Molnar[PATCH] lockdep: clean up VERY_VERBOSE define
2006-12-13 Ingo Molnar[PATCH] lockdep: improve lockdep_reset()
next