index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
tracing/function-graph-tracer: use the more lightweight local clock
Frederic Weisbecker
2009-03-05
3
-8
/
+9
*
Merge branch 'tracing/ftrace' into tracing/core
Ingo Molnar
2009-03-05
31
-432
/
+1155
|
\
|
*
tracing: add lockdep tracepoints for lock acquire/release
Peter Zijlstra
2009-03-04
7
-8
/
+82
|
*
Merge branch 'core/locking' into tracing/ftrace
Ingo Molnar
2009-03-04
22
-381
/
+716
|
|
\
|
|
*
lockdep: require framepointers for x86
Peter Zijlstra
2009-03-04
1
-1
/
+1
|
|
*
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: annotate reclaim context (__GFP_NOFS), fix
Ingo Molnar
2009-02-15
1
-2
/
+1
|
|
*
lockdep: build fix for !PROVE_LOCKING
Peter Zijlstra
2009-02-15
1
-0
/
+4
|
|
*
lockstat: warn about disabled lock debugging
Peter Zijlstra
2009-02-14
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
4
-31
/
+36
|
|
*
lockdep: simplify get_user_chars()
Peter Zijlstra
2009-02-14
1
-41
/
+24
|
|
*
lockdep: add comments to mark_lock_irq()
Peter Zijlstra
2009-02-14
1
-7
/
+30
|
|
*
lockdep: remove macro usage from mark_held_locks()
Peter Zijlstra
2009-02-14
1
-15
/
+5
|
|
*
lockdep: fully reduce mark_lock_irq()
Peter Zijlstra
2009-02-14
1
-78
/
+8
|
|
*
lockdep: merge the !_READ mark_lock_irq() helpers
Peter Zijlstra
2009-02-14
1
-43
/
+15
|
|
*
lockdep: merge the _READ mark_lock_irq() helpers
Peter Zijlstra
2009-02-14
1
-38
/
+23
|
|
*
lockdep: simplify mark_lock_irq() helpers #3
Peter Zijlstra
2009-02-14
1
-38
/
+27
|
|
*
lockdep: further simplify mark_lock_irq() helpers
Peter Zijlstra
2009-02-14
1
-16
/
+31
|
|
*
lockdep: simplify the mark_lock_irq() helpers
Peter Zijlstra
2009-02-14
1
-16
/
+44
|
|
*
lockdep: split up mark_lock_irq()
Peter Zijlstra
2009-02-14
1
-225
/
+147
|
|
*
lockdep: generate usage strings
Peter Zijlstra
2009-02-14
1
-13
/
+13
|
|
*
lockdep: generate the state bit definitions
Peter Zijlstra
2009-02-14
1
-27
/
+20
|
|
*
lockdep: move state bit definitions around
Peter Zijlstra
2009-02-14
3
-45
/
+56
|
|
*
lockdep: simplify mark_lock()
Peter Zijlstra
2009-02-14
1
-12
/
+7
|
|
*
lockdep: simplify mark_held_locks
Peter Zijlstra
2009-02-14
1
-24
/
+14
|
|
*
lockdep: lockdep_states.h
Peter Zijlstra
2009-02-14
1
-0
/
+3
|
|
*
lockdep: sanitize reclaim bit names
Peter Zijlstra
2009-02-14
2
-23
/
+23
|
|
*
lockdep: sanitize bit names
Peter Zijlstra
2009-02-14
3
-59
/
+59
|
|
*
lockdep: annotate reclaim context (__GFP_NOFS)
Nick Piggin
2009-02-14
10
-17
/
+254
|
|
*
timer: implement lockdep deadlock detection
Johannes Berg
2009-02-14
2
-20
/
+141
|
|
*
Merge branch 'linus' into core/locking
Ingo Molnar
2009-02-07
2145
-18501
/
+40054
|
|
|
\
|
|
*
|
Btrfs: stop spinning on mutex_trylock and let the adaptive code spin for us
Chris Mason
2009-01-15
1
-10
/
+0
|
|
*
|
mutex: adaptive spinnning, performance tweaks
Chris Mason
2009-01-14
1
-13
/
+7
|
|
*
|
mutex: implement adaptive spinning
Peter Zijlstra
2009-01-14
8
-31
/
+201
|
|
*
|
mutex: preemption fixes
Peter Zijlstra
2009-01-14
3
-4
/
+12
|
|
*
|
mutex: small cleanup
Peter Zijlstra
2009-01-14
1
-5
/
+2
|
*
|
|
Merge branch 'rfc/splice/tip/tracing/ftrace' of git://git.kernel.org/pub/scm/...
Ingo Molnar
2009-03-04
4
-43
/
+357
|
/
|
|
|
|
*
|
|
tracing: add binary buffer files for use with splice
Steven Rostedt
2009-03-04
2
-7
/
+268
|
*
|
|
ring-buffer: make ring_buffer_read_page read from start on partial page
Steven Rostedt
2009-03-04
1
-10
/
+33
|
*
|
|
ring-buffer: replace sizeof of event header with offsetof
Steven Rostedt
2009-03-04
1
-1
/
+1
|
*
|
|
ring-buffer: fix ring_buffer_read_page
Steven Rostedt
2009-03-04
2
-35
/
+64
|
*
|
|
ring-buffer: reset write field for ring_buffer_read_page
Steven Rostedt
2009-03-04
1
-0
/
+1
*
|
|
|
Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc7' into tracing/core
Ingo Molnar
2009-03-04
126
-552
/
+1154
|
\
\
\
\
|
*
|
|
|
Linux 2.6.29-rc7
v2.6.29-rc7
Linus Torvalds
2009-03-04
1
-1
/
+1
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2009-03-04
5
-8
/
+21
|
|
\
\
\
\
|
|
*
|
|
|
crypto: ixp4xx - Fix qmgr_request_queue build failure
Krzysztof HaĆasa
2009-03-04
1
-2
/
+4
|
|
*
|
|
|
crypto: api - Fix module load deadlock with fallback algorithms
Herbert Xu
2009-02-26
4
-6
/
+17
[next]