index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
lockdep.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-28
lockdep: fix irqs on/off ip tracing
Heiko Carstens
1
-7
/
+5
2008-10-28
lockdep: minor fix for debug_show_all_locks()
qinghuang feng
1
-2
/
+3
2008-08-27
lockdep: fix invalid list_del_rcu in zap_class
Zhu Yi
1
-2
/
+2
2008-08-26
lockstat: repair erronous contention statistics
Joe Korty
1
-1
/
+1
2008-08-18
lockdep: fix spurious 'inconsistent lock state' warning
Dmitry Baryshkov
1
-1
/
+1
2008-08-13
lockdep: use WARN() in kernel/lockdep.c
Arjan van de Ven
1
-4
/
+2
2008-08-11
lockdep: fix debug_lock_alloc
Peter Zijlstra
1
-6
/
+0
2008-08-11
lockdep: handle chains involving classes defined in modules
Rabin Vincent
1
-0
/
+1
2008-08-11
lockdep: lock protection locks
Peter Zijlstra
1
-5
/
+21
2008-08-11
lockdep: shrink held_lock structure
Dave Jones
1
-48
/
+65
2008-08-11
lockdep: lock_set_subclass - reset a held lock's subclass
Peter Zijlstra
1
-0
/
+69
2008-07-31
lockdep: fix combinatorial explosion in lock subgraph traversal
David Miller
1
-0
/
+86
2008-07-14
Merge branch 'core/locking' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-4
/
+43
2008-07-14
lockdep: fix ftrace irq tracing false positive
Ingo Molnar
1
-1
/
+2
2008-06-24
lockdep: add lock_class information to lock_chain and output it
Huang, Ying
1
-5
/
+11
2008-06-20
lockdep: add lock_class information to lock_chain and output it
Huang, Ying
1
-3
/
+35
2008-05-23
lockdep: update lockdep_recursion on graph_lock
Steven Rostedt
1
-0
/
+3
2008-05-23
ftrace: use Makefile to remove tracing from lockdep
Steven Rostedt
1
-13
/
+13
2008-05-23
ftrace: lockdep notrace annotations
Steven Rostedt
1
-11
/
+12
2008-05-23
ftrace: trace irq disabled critical timings
Steven Rostedt
1
-4
/
+19
2008-02-25
Subject: lockdep: include all lock classes in all_lock_classes
Dale Farnsworth
1
-4
/
+4
2008-01-25
softlockup: automatically detect hung TASK_UNINTERRUPTIBLE tasks
Ingo Molnar
1
-1
/
+11
2008-01-24
lockdep: fix kernel crash on module unload
Arjan van de Ven
1
-2
/
+5
2008-01-16
lockdep: fix internal double unlock during self-test
Nick Piggin
1
-4
/
+8
2007-12-07
lockdep: make cli/sti annotation warnings clearer
Ingo Molnar
1
-4
/
+9
2007-12-05
lockdep: in_range() fix
Oleg Nesterov
1
-12
/
+10
2007-12-05
lockdep: fix debug_show_all_locks()
Ingo Molnar
1
-0
/
+7
2007-10-28
lockdep: fix a typo in the __lock_acquire comment
Gautham R Shenoy
1
-1
/
+1
2007-10-19
Use helpers to obtain task pid in printks
Pavel Emelyanov
1
-11
/
+11
2007-10-19
workqueue: debug flushing deadlocks with lockdep
Johannes Berg
1
-1
/
+1
2007-10-11
lockdep: syscall exit check
Peter Zijlstra
1
-0
/
+16
2007-10-11
lockdep: fix mismatched lockdep_depth/curr_chain_hash
Gregory Haskins
1
-5
/
+5
2007-07-19
lockdep debugging: give stacktrace for init_error
Johannes Berg
1
-2
/
+11
2007-07-19
lockstat: measure lock bouncing
Peter Zijlstra
1
-12
/
+26
2007-07-19
lockdep: various fixes
Peter Zijlstra
1
-9
/
+12
2007-07-19
lockstat: human readability tweaks
Peter Zijlstra
1
-0
/
+44
2007-07-19
lockstat: core infrastructure
Peter Zijlstra
1
-0
/
+247
2007-07-19
lockdep: reduce the ifdeffery
Peter Zijlstra
1
-543
/
+628
2007-07-19
lockdep: sanitise CONFIG_PROVE_LOCKING
Peter Zijlstra
1
-1
/
+12
2007-07-17
kallsyms: make KSYM_NAME_LEN include space for trailing '\0'
Tejun Heo
1
-2
/
+2
2007-05-08
lockdep: removed unused ip argument in mark_lock & mark_held_locks
Jarek Poplawski
1
-23
/
+15
2007-05-08
lockdep: lookup_chain_cache comment errata
Jarek Poplawski
1
-2
/
+3
2007-05-08
Simplify kallsyms_lookup()
Alexey Dobriyan
1
-4
/
+1
2007-05-08
simplify the stacktrace code
Christoph Hellwig
1
-2
/
+1
2007-03-22
[PATCH] lockdep: debug_show_all_locks & debug_show_held_locks vs. debug_locks
Jarek Poplawski
1
-0
/
+8
2007-03-01
[PATCH] fix section mismatch warning in lockdep
Sam Ravnborg
1
-1
/
+1
2007-02-20
[PATCH] lockdep: debug_locks check after check_chain_key
Jarek Poplawski
1
-0
/
+4
2007-02-11
[PATCH] lockdep: add graph depth information to /proc/lockdep
Jason Baron
1
-7
/
+12
2007-02-11
[PATCH] lockdep: more unlock-on-error fixes
Jarek Poplawski
1
-4
/
+19
2006-12-30
[PATCH] lockdep: printk warning fix
Andrew Morton
1
-2
/
+6
[next]