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: Consolidate max_tr into main trace_array structure
Steven Rostedt (Red Hat)
2013-03-15
14
-286
/
+365
*
tracing: Enable snapshot when any latency tracer is enabled
Steven Rostedt (Red Hat)
2013-03-15
1
-0
/
+3
*
tracing: Clear all trace buffers when unloaded module event was used
Steven Rostedt (Red Hat)
2013-03-15
3
-6
/
+16
*
tracing: Only clear trace buffer on module unload if event was traced
Steven Rostedt (Red Hat)
2013-03-15
2
-4
/
+13
*
tracing: Add comment for trace event flag IGNORE_ENABLE
Steven Rostedt (Red Hat)
2013-03-15
1
-0
/
+1
*
ring-buffer: Init waitqueue for blocked readers
Steven Rostedt (Red Hat)
2013-03-15
1
-0
/
+2
*
tracing: Fix some section mismatch warnings
Li Zefan
2013-03-15
3
-4
/
+4
*
tracing: Fix trace events build without modules
Steven Rostedt (Red Hat)
2013-03-15
1
-19
/
+36
*
tracing: Add __per_cpu annotation to trace array percpu data pointer
Steven Rostedt (Red Hat)
2013-03-15
1
-1
/
+1
*
tracing/syscalls: Annotate field-defining functions with __init
Li Zefan
2013-03-15
1
-2
/
+2
*
tracing: Annotate event field-defining functions with __init
Li Zefan
2013-03-15
2
-2
/
+2
*
tracing: Add a helper function for event print functions
Li Zefan
2013-03-15
3
-19
/
+38
*
tracing/ring-buffer: Move poll wake ups into ring buffer code
Steven Rostedt (Red Hat)
2013-03-15
3
-71
/
+164
*
tracing: Fix read blocking on trace_pipe_raw
Steven Rostedt
2013-03-15
1
-3
/
+15
*
tracing: Fix polling on trace_pipe_raw
Steven Rostedt
2013-03-15
1
-27
/
+51
*
tracing: Do not block on splice if either file or splice NONBLOCK flag is set
Steven Rostedt (Red Hat)
2013-03-15
1
-1
/
+1
*
tracing: Use direct field, type and system names
Steven Rostedt
2013-03-15
2
-19
/
+5
*
tracing: Use kmem_cache_alloc instead of kmalloc in trace_events.c
Steven Rostedt
2013-03-15
1
-7
/
+20
*
tracing: Get trace_events kernel command line working again
Steven Rostedt
2013-03-15
1
-7
/
+136
*
tracing: Add rmdir to remove multibuffer instances
Steven Rostedt
2013-03-15
3
-0
/
+102
*
tracing: Add interface to allow multiple trace buffers
Steven Rostedt
2013-03-15
3
-1
/
+142
*
tracing: Make syscall events suitable for multiple buffers
Steven Rostedt
2013-03-15
2
-34
/
+57
*
tracing: Replace the static global per_cpu arrays with allocated per_cpu
Steven Rostedt
2013-03-15
10
-61
/
+79
*
tracing: Pass the ftrace_file to the buffer lock reserve code
Steven Rostedt
2013-03-15
3
-4
/
+24
*
tracing: Encapsulate global_trace and remove dependencies on global vars
Steven Rostedt
2013-03-15
4
-240
/
+358
*
tracing: Use RING_BUFFER_ALL_CPUS for TRACE_PIPE_ALL_CPU
Steven Rostedt
2013-03-15
3
-18
/
+16
*
tracing: Separate out trace events from global variables
Steven Rostedt
2013-03-15
6
-260
/
+622
*
tracing: Prevent buffer overwrite disabled for latency tracers
Steven Rostedt (Red Hat)
2013-03-15
4
-16
/
+65
*
tracing: Keep overwrite in sync between regular and snapshot buffers
Steven Rostedt (Red Hat)
2013-03-15
1
-1
/
+5
*
tracing: Protect tracer flags with trace_types_lock
Steven Rostedt (Red Hat)
2013-03-14
1
-4
/
+8
*
tracing: Fix free of probe entry by calling call_rcu_sched()
Steven Rostedt (Red Hat)
2013-03-13
1
-2
/
+2
*
tracing: Fix race in snapshot swapping
Steven Rostedt (Red Hat)
2013-03-12
1
-1
/
+2
*
tracing: update documentation of snapshot utility
Hiraku Toyooka
2013-03-08
1
-1
/
+1
*
tracing: Do not return EINVAL in snapshot when not allocated
Steven Rostedt (Red Hat)
2013-03-07
1
-2
/
+0
*
tracing: Add help of snapshot feature when snapshot is empty
Steven Rostedt (Red Hat)
2013-03-07
1
-1
/
+24
*
Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...
Ingo Molnar
2013-02-28
1
-10
/
+14
|
\
|
*
ftrace: Update the kconfig for DYNAMIC_FTRACE
Steven Rostedt
2013-02-28
1
-10
/
+14
|
/
*
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
2013-02-20
4
-20
/
+94
|
\
|
*
ftrace: Call ftrace cleanup module notifier after all other notifiers
Steven Rostedt (Red Hat)
2013-02-19
1
-14
/
+32
|
*
tracing/syscalls: Allow archs to ignore tracing compat syscalls
Steven Rostedt
2013-02-12
3
-6
/
+62
*
|
perf/x86: Add Intel IvyBridge event scheduling constraints
Stephane Eranian
2013-02-20
1
-1
/
+22
*
|
Merge branch 'for-3.9-async' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2013-02-20
9
-109
/
+130
|
\
\
|
*
|
async: initialise list heads to fix crash
James Hogan
2013-01-25
1
-0
/
+2
|
*
|
async: replace list of active domains with global list of pending items
Tejun Heo
2013-01-23
1
-34
/
+29
|
*
|
async: keep pending tasks on async_domain and remove async_pending
Tejun Heo
2013-01-23
2
-55
/
+17
|
*
|
async: use ULLONG_MAX for infinity cookie value
Tejun Heo
2013-01-23
1
-5
/
+6
|
*
|
async: bring sanity to the use of words domain and running
Tejun Heo
2013-01-23
2
-37
/
+37
|
*
|
Merge branch 'master' into for-3.9-async
Tejun Heo
2013-01-23
3468
-31304
/
+74116
|
|
\
\
|
*
|
|
async, kmod: warn on synchronous request_module() from async workers
Tejun Heo
2013-01-23
1
-0
/
+9
|
*
|
|
block: don't request module during elevator init
Tejun Heo
2013-01-23
1
-7
/
+12
[next]