index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
lockdep.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
rcu: Make lockdep_rcu_dereference() message less alarmist
Paul E. McKenney
2010-02-26
1
-3
/
+3
*
rcu: Integrate rcu_dereference_check() message into lockdep
Paul E. McKenney
2010-02-25
1
-0
/
+18
*
lockdep: Fix check_usage_backwards() error message
Oleg Nesterov
2010-01-27
1
-1
/
+1
*
locking: Convert __raw_spin* functions to arch_spin*
Thomas Gleixner
2009-12-14
1
-9
/
+9
*
locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKED
Thomas Gleixner
2009-12-14
1
-1
/
+1
*
locking: Convert raw_spinlock to arch_spinlock
Thomas Gleixner
2009-12-14
1
-1
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
2009-12-14
1
-5
/
+6
|
\
|
*
percpu: make percpu symbols under kernel/ and mm/ unique
Tejun Heo
2009-10-29
1
-5
/
+6
*
|
lockdep: Avoid out of bounds array reference in save_trace()
Luck, Tony
2009-12-10
1
-1
/
+2
*
|
lockstat: Fix min, max times in /proc/lock_stats
Frank Rowand
2009-12-06
1
-3
/
+10
*
|
tracing: Rename 'lockdep' event subsystem into 'lock'
Frederic Weisbecker
2009-11-13
1
-1
/
+1
*
|
lockdep: Use cpu_clock() for lockstat
Peter Zijlstra
2009-10-09
1
-8
/
+12
|
/
*
lockdep: use new arch_is_kernel_data()
Mike Frysinger
2009-09-23
1
-0
/
+3
*
lockdep: Remove recursion stattistics
Ming Lei
2009-08-29
1
-4
/
+0
*
lockdep: Fix memory usage info of BFS
Ming Lei
2009-08-02
1
-1
/
+2
*
lockdep: Reintroduce generation count to make BFS faster
Ming Lei
2009-08-02
1
-5
/
+6
*
lockdep: Deal with many similar locks
Peter Zijlstra
2009-08-02
1
-12
/
+77
*
lockdep: Introduce lockdep_assert_held()
Peter Zijlstra
2009-08-02
1
-0
/
+33
*
lockdep: Fix style nits
Peter Zijlstra
2009-08-02
1
-3
/
+8
*
lockdep: Fix backtraces
Peter Zijlstra
2009-08-02
1
-1
/
+11
*
lockdep: BFS cleanup
Peter Zijlstra
2009-07-24
1
-114
/
+170
*
lockdep: Add statistics info for max bfs queue depth
Ming Lei
2009-07-24
1
-1
/
+5
*
lockdep: Update memory usage introduced by BFS
Ming Lei
2009-07-24
1
-1
/
+5
*
lockdep: Implement lockdep_count_*ward_deps by BFS
Ming Lei
2009-07-24
1
-27
/
+25
*
lockdep: Introduce print_shortest_lock_dependencies
Ming Lei
2009-07-24
1
-26
/
+67
*
lockdep: Implement find_usage_*wards by BFS
Ming Lei
2009-07-24
1
-108
/
+72
*
lockdep: Implement check_noncircular() by BFS
Ming Lei
2009-07-24
1
-52
/
+37
*
lockdep: Introduce match function to BFS
Ming Lei
2009-07-24
1
-17
/
+26
*
lockdep: Improve implementation of BFS
Ming Lei
2009-07-24
1
-7
/
+16
*
lockdep: Print the shortest dependency chain if finding a circle
Ming Lei
2009-07-24
1
-9
/
+106
*
Merge branch 'linus' into tracing/core
Ingo Molnar
2009-05-07
1
-8
/
+14
|
\
|
*
lockdep: more robust lockdep_map init sequence
Peter Zijlstra
2009-04-17
1
-8
/
+14
*
|
tracing/events: move trace point headers into include/trace/events
Steven Rostedt
2009-04-14
1
-1
/
+1
*
|
tracing: create automated trace defines
Steven Rostedt
2009-04-14
1
-9
/
+3
*
|
tracing/lockdep: report the time waited for a lock
Frederic Weisbecker
2009-04-10
1
-4
/
+4
|
/
*
Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2009-04-06
1
-0
/
+5
|
\
|
*
lockdep: add stack dumps to asserts
Peter Zijlstra
2009-03-31
1
-0
/
+5
|
*
Merge branch 'linus' into locking-for-linus
Ingo Molnar
2009-03-31
1
-2
/
+19
|
|
\
*
|
\
Merge branch 'tracing/core-v2' into tracing-for-linus
Ingo Molnar
2009-04-02
1
-11
/
+22
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Merge branch 'core/locking' into tracing/ftrace
Ingo Molnar
2009-03-13
1
-7
/
+0
|
|
\
|
|
|
*
lockdep: remove duplicate CONFIG_DEBUG_LOCKDEP definitions
David Rientjes
2009-03-05
1
-7
/
+0
|
*
|
tracing: add lockdep tracepoints for lock acquire/release
Peter Zijlstra
2009-03-04
1
-0
/
+17
|
|
/
|
*
lockdep: remove extra "irq" string
Peter Zijlstra
2009-03-04
1
-2
/
+2
|
*
lockdep: fix incorrect state name
Peter Zijlstra
2009-03-04
1
-2
/
+3
*
|
lockdep: fix deadlock in lockdep_trace_alloc
Peter Zijlstra
2009-03-30
1
-2
/
+19
|
/
*
lockdep: build fix for !PROVE_LOCKING
Peter Zijlstra
2009-02-15
1
-0
/
+4
*
lockdep: use stringify.h
Peter Zijlstra
2009-02-14
1
-9
/
+7
*
lockdep: simplify check_prev_add_irq()
Peter Zijlstra
2009-02-14
1
-93
/
+61
*
lockdep: get_user_chars() redo
Peter Zijlstra
2009-02-14
1
-12
/
+12
*
lockdep: simplify get_user_chars()
Peter Zijlstra
2009-02-14
1
-41
/
+24
[next]