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
/
trace
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'trace-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2013-09-09
5
-208
/
+64
|
\
|
*
ftrace: Fix a slight race in modifying what function callback gets traced
Steven Rostedt (Red Hat)
2013-09-03
1
-1
/
+16
|
*
tracing: Make tracing_cpumask available for all instances
Alexander Z Lam
2013-08-22
2
-17
/
+21
|
*
tracing: Kill the !CONFIG_MODULES code in trace_events.c
Oleg Nesterov
2013-08-21
1
-12
/
+6
|
*
tracing: Don't pass file_operations array to event_create_dir()
Oleg Nesterov
2013-08-21
1
-34
/
+12
|
*
tracing: Kill trace_create_file_ops() and friends
Oleg Nesterov
2013-08-21
1
-144
/
+9
|
*
tracing/syscalls: Annotate raw_init function with __init
Li Zefan
2013-08-21
1
-5
/
+5
*
|
Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...
Ingo Molnar
2013-09-03
2
-0
/
+22
|
\
\
|
|
/
|
/
|
|
*
tracing: Add __tracepoint_string() to export string pointers
Steven Rostedt (Red Hat)
2013-07-26
2
-0
/
+22
*
|
tracing: Fix reset of time stamps during trace_clock changes
Alexander Z Lam
2013-08-02
1
-12
/
+12
*
|
tracing: Make TRACE_ITER_STOP_ON_FREE stop the correct buffer
Alexander Z Lam
2013-08-02
1
-1
/
+1
*
|
tracing: Fix fields of struct trace_iterator that are zeroed by mistake
Andrew Vagin
2013-08-02
1
-0
/
+1
*
|
tracing/uprobes: Fail to unregister if probe event files are in use
Steven Rostedt (Red Hat)
2013-08-01
1
-13
/
+38
*
|
tracing/kprobes: Fail to unregister if probe event files are in use
Steven Rostedt (Red Hat)
2013-07-31
1
-6
/
+15
*
|
tracing: Add comment to describe special break case in probe_remove_event_call()
Steven Rostedt (Red Hat)
2013-07-31
1
-0
/
+6
*
|
tracing: trace_remove_event_call() should fail if call/file is in use
Oleg Nesterov
2013-07-31
1
-2
/
+33
*
|
ftrace: Check module functions being traced on reload
Steven Rostedt (Red Hat)
2013-07-30
1
-9
/
+62
*
|
ftrace: Consolidate some duplicate code for updating ftrace ops
Steven Rostedt (Red Hat)
2013-07-29
1
-6
/
+10
*
|
tracing: Change remove_event_file_dir() to clear "d_subdirs"->i_private
Oleg Nesterov
2013-07-29
1
-32
/
+15
*
|
tracing: Introduce remove_event_file_dir()
Oleg Nesterov
2013-07-29
1
-24
/
+23
*
|
tracing: Change f_start() to take event_mutex and verify i_private != NULL
Oleg Nesterov
2013-07-29
1
-4
/
+9
*
|
tracing: Change event_filter_read/write to verify i_private != NULL
Oleg Nesterov
2013-07-29
2
-18
/
+25
*
|
tracing: Change event_enable/disable_read() to verify i_private != NULL
Oleg Nesterov
2013-07-29
1
-10
/
+20
*
|
tracing: Turn event/id->i_private into call->event.type
Oleg Nesterov
2013-07-29
1
-5
/
+13
*
|
tracing: Remove locking trace_types_lock from tracing_reset_all_online_cpus()
Steven Rostedt (Red Hat)
2013-07-26
1
-2
/
+1
*
|
ftrace: Add check for NULL regs if ops has SAVE_REGS set
Steven Rostedt (Red Hat)
2013-07-24
1
-4
/
+14
*
|
tracing: Kill trace_cpu struct/members
Oleg Nesterov
2013-07-24
2
-29
/
+0
*
|
tracing: Change tracing_fops/snapshot_fops to rely on tracing_get_cpu()
Oleg Nesterov
2013-07-24
1
-28
/
+22
*
|
tracing: Change tracing_entries_fops to rely on tracing_get_cpu()
Oleg Nesterov
2013-07-24
1
-37
/
+12
*
|
tracing: Change tracing_stats_fops to rely on tracing_get_cpu()
Oleg Nesterov
2013-07-24
1
-7
/
+6
*
|
tracing: Change tracing_buffers_fops to rely on tracing_get_cpu()
Oleg Nesterov
2013-07-24
1
-5
/
+4
*
|
tracing: Change tracing_pipe_fops() to rely on tracing_get_cpu()
Oleg Nesterov
2013-07-24
1
-9
/
+7
*
|
tracing: Introduce trace_create_cpu_file() and tracing_get_cpu()
Oleg Nesterov
2013-07-24
1
-14
/
+36
*
|
tracing: Kill the unbalanced tr->ref++ in tracing_buffers_open()
Oleg Nesterov
2013-07-19
1
-2
/
+0
*
|
tracing: Kill trace_array->waiter
Oleg Nesterov
2013-07-19
1
-1
/
+0
*
|
tracing: Do not (ab)use trace_seq in event_id_read()
Oleg Nesterov
2013-07-18
1
-13
/
+4
*
|
tracing: Simplify the iteration logic in f_start/f_next
Oleg Nesterov
2013-07-18
1
-38
/
+22
*
|
tracing: Add ref_data to function and fgraph tracer structs
Steven Rostedt (Red Hat)
2013-07-18
3
-2
/
+11
*
|
tracing: Miscellaneous fixes for trace_array ref counting
Alexander Z Lam
2013-07-18
2
-8
/
+37
*
|
tracing: Fix error handling to ensure instances can always be removed
Alexander Z Lam
2013-07-18
1
-1
/
+3
*
|
tracing/kprobe: Wait for disabling all running kprobe handlers
Masami Hiramatsu
2013-07-18
1
-6
/
+17
*
|
tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare()
Oleg Nesterov
2013-07-18
4
-20
/
+4
*
|
tracing/syscall: Avoid perf_trace_buf_*() if sys_data->perf_events is empty
Oleg Nesterov
2013-07-18
1
-4
/
+8
*
|
tracing/function: Avoid perf_trace_buf_*() if event_function.perf_events is e...
Oleg Nesterov
2013-07-18
1
-2
/
+4
*
|
tracing: Typo fix on ring buffer comments
zhangwei(Jovi)
2013-07-18
1
-7
/
+9
*
|
tracing: Use trace_seq_puts()/trace_seq_putc() where possible
zhangwei(Jovi)
2013-07-18
6
-45
/
+45
*
|
tracing: Use correct config guard CONFIG_STACK_TRACER
zhangwei(Jovi)
2013-07-15
1
-2
/
+2
|
/
*
Merge tag 'trace-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2013-07-11
11
-265
/
+640
|
\
|
*
tracing: Make tracing_open_generic_{tr,tc}() static
Steven Rostedt (Red Hat)
2013-07-02
1
-2
/
+2
|
*
tracing: Remove ftrace() function
zhangwei(Jovi)
2013-07-02
2
-14
/
+0
[next]