index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-01
tracing: combine the default tracers into one config
Steven Rostedt
1
-16
/
+3
2009-06-01
tracing: fix config options to not show when automatically selected
Steven Rostedt
1
-15
/
+28
2009-06-01
ftrace: add kernel command line function filtering
Steven Rostedt
1
-0
/
+42
2009-05-28
trace: disable preemption before taking raw spinlocks
Heiko Carstens
1
-0
/
+2
2009-05-26
tracing: add __print_symbolic to trace events
Steven Rostedt
1
-0
/
+25
2009-05-26
tracing: add __print_flags for events
Steven Rostedt
1
-0
/
+39
2009-05-26
ftrace: clean up of using ftrace_event_enable_disable()
Zhaolei
1
-30
/
+14
2009-05-26
ftrace: Add task_comm support for trace_event
Zhaolei
2
-2
/
+13
2009-05-25
tracing: add trace_event_read_lock()
Lai Jiangshan
3
-7
/
+28
2009-05-20
ftrace: fix check for return value of register_module_notifier in event_trace...
Ming Lei
1
-1
/
+1
2009-05-19
blktrace: remove debugfs entries on bad path
Stefan Raspl
1
-0
/
+1
2009-05-18
tracing: fix check for return value of register_module_notifier
Ming Lei
1
-1
/
+1
2009-05-18
Merge commit 'v2.6.30-rc6' into tracing/core
Ingo Molnar
6
-41
/
+37
2009-05-15
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...
Linus Torvalds
1
-2
/
+2
2009-05-15
sysrq, intel_fb: fix sysrq g collision
Jason Wessel
1
-2
/
+2
2009-05-15
Revert "mm: add /proc controls for pdflush threads"
Jens Axboe
1
-23
/
+0
2009-05-14
tracing/filters: fix off-by-one bug
Li Zefan
1
-1
/
+1
2009-05-14
tracing/filters: add missing unlock in a failure path
Li Zefan
1
-4
/
+6
2009-05-14
tracing: stop stack trace on first empty entry
Steven Rostedt
1
-0
/
+2
2009-05-11
ring-buffer: move code around to remove some branches
Steven Rostedt
1
-10
/
+10
2009-05-11
ring-buffer: use internal time stamp function
Steven Rostedt
1
-4
/
+9
2009-05-11
ring-buffer: small optimizations
Steven Rostedt
1
-6
/
+6
2009-05-11
ring-buffer: move calculation of event length
Steven Rostedt
1
-5
/
+9
2009-05-11
ring-buffer: remove type parameter from rb_reserve_next_event
Steven Rostedt
1
-4
/
+4
2009-05-11
ring-buffer: check for divide by zero in ring-buffer-benchmark
Steven Rostedt
1
-0
/
+6
2009-05-11
ring-buffer: replace constants with time macros in ring-buffer-benchmark
Steven Rostedt
1
-5
/
+7
2009-05-11
blktrace: pdu_buf of pc events should be unsigned
Li Zefan
1
-1
/
+1
2009-05-09
Convert obvious places to deactivate_locked_super()
Al Viro
1
-2
/
+1
2009-05-08
kprobes: fix to use text_mutex around arm/disarm kprobe
Masami Hiramatsu
1
-9
/
+22
2009-05-08
tracing: add trace_set_clr_event to export event enabling function
Steven Rostedt
1
-0
/
+17
2009-05-08
tracing: initialize return value for __ftrace_set_clr_event
Steven Rostedt
1
-1
/
+1
2009-05-08
tracing/events: simplify system_enable_read()
Li Zefan
1
-34
/
+6
2009-05-08
tracing/events: clean up for ftrace_set_clr_event()
Li Zefan
1
-80
/
+46
2009-05-07
ring-buffer: change WARN_ON from checking preempt_count to preemptible
Steven Rostedt
1
-1
/
+1
2009-05-07
ring-buffer: add total count in ring-buffer-benchmark
Steven Rostedt
1
-0
/
+11
2009-05-07
ring-buffer: only periodically call cond_resched to ring-buffer-benchmark
Steven Rostedt
1
-2
/
+9
2009-05-07
tracing: have menu default enabled when kernel debug is configured
Steven Rostedt
1
-0
/
+1
2009-05-07
tracing: append ":*" to internal setting of system events
Steven Rostedt
1
-2
/
+4
2009-05-07
ring-buffer: remove complex calculations in ring-buffer-test
Steven Rostedt
1
-30
/
+7
2009-05-07
Merge branch 'tracing/hw-branch-tracing' into tracing/core
Ingo Molnar
8
-110
/
+214
2009-05-07
Merge branch 'linus' into tracing/core
Ingo Molnar
25
-170
/
+175
2009-05-07
tracing/events: fix concurrent access to ftrace_events list, fix
Li Zefan
1
-2
/
+3
2009-05-07
tracing/filters: support for operator reserved characters in strings
Frederic Weisbecker
1
-0
/
+10
2009-05-07
tracing/filters: support for filters of dynamic sized arrays
Frederic Weisbecker
1
-3
/
+41
2009-05-06
tracing: add hierarchical enabling of events
Steven Rostedt
1
-0
/
+140
2009-05-06
tracing: reset ring buffer when removing modules with events
Steven Rostedt
3
-0
/
+21
2009-05-06
Eliminate thousands of warnings with gcc 3.2 build
Andi Kleen
1
-3
/
+10
2009-05-06
inotify: use GFP_NOFS in kernel_event() to work around a lockdep false-positive
Wu Fengguang
1
-2
/
+2
2009-05-06
ring-buffer: change test to be more latency friendly
Steven Rostedt
1
-0
/
+31
2009-05-06
ring-buffer: make moving the tail page a separate function
Steven Rostedt
1
-40
/
+49
[next]