index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-26
Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Ingo Molnar
3
-18
/
+23
2009-08-26
ftrace: Move setting of clock-source out of options
Zhaolei
2
-20
/
+79
2009-08-26
tracing/filters: Support filtering for char * strings
Li Zefan
1
-3
/
+23
2009-08-26
tracing/filters: Add __field_ext() to TRACE_EVENT
Li Zefan
4
-14
/
+17
2009-08-26
tracing/filters: Add filter_type to struct ftrace_event_field
Li Zefan
3
-9
/
+18
2009-08-26
tracing: Create generic syscall TRACE_EVENTs
Josh Stone
1
-8
/
+9
2009-08-26
tracing: Move tracepoint callbacks from declaration to definition
Josh Stone
1
-5
/
+9
2009-08-26
tracing: Make syscall tracepoints conditional
Josh Stone
1
-1
/
+1
2009-08-26
tracing: Rename FTRACE_SYSCALLS for tracepoints
Josh Stone
2
-4
/
+4
2009-08-25
tracing: Eliminate code duplication in kernel/tracepoint.c
Anirban Sinha
1
-3
/
+0
2009-08-20
tracing/syscalls: Fix the output of syscalls with no arguments
Li Zefan
1
-9
/
+16
2009-08-19
tracing/syscalls: Add filtering support
Li Zefan
2
-6
/
+50
2009-08-19
tracing/events: Add trace_define_common_fields()
Li Zefan
2
-5
/
+25
2009-08-19
tracing/events: Add ftrace_event_call param to define_fields()
Li Zefan
2
-4
/
+3
2009-08-19
tracing/syscalls: Add fields format for exit events
Li Zefan
1
-1
/
+17
2009-08-19
tracing/syscalls: Fix fields format for enter events
Li Zefan
1
-23
/
+28
2009-08-17
ftrace: Simplify seqfile code
Li Zefan
1
-13
/
+2
2009-08-17
trace_stack: Simplify seqfile code
Li Zefan
1
-22
/
+12
2009-08-17
trace_stat: Fix missing entry in stat file
Li Zefan
1
-3
/
+7
2009-08-17
tracing/syscalls: Fix to print parameter types
Li Zefan
1
-16
/
+1
2009-08-17
tracing/events: Add module tracepoints
Li Zefan
2
-0
/
+15
2009-08-13
tracing: Fix syscall tracing on !HAVE_FTRACE_SYSCALLS architectures
Ingo Molnar
1
-0
/
+3
2009-08-11
tracing: Support for syscall events raw records in perfcounters
Frederic Weisbecker
1
-2
/
+37
2009-08-11
tracing: Add fields format definition for syscall events
Frederic Weisbecker
1
-0
/
+46
2009-08-11
tracing: Add ftrace event call parameter to its field descriptor handler
Frederic Weisbecker
2
-3
/
+5
2009-08-11
tracing: Add perf counter support for syscalls tracing
Jason Baron
1
-0
/
+121
2009-08-11
tracing: Add individual syscalls tracepoint id support
Jason Baron
2
-16
/
+16
2009-08-11
tracing: Add trace events for each syscall entry/exit
Jason Baron
1
-92
/
+91
2009-08-11
tracing: Add ftrace_event_call void * 'data' field
Jason Baron
1
-2
/
+2
2009-08-11
tracing: Raw_init() bailout in trace event register fail case
Jason Baron
1
-10
/
+19
2009-08-11
tracing: Add syscall tracepoints
Jason Baron
1
-0
/
+38
2009-08-11
tracing: Call arch_init_ftrace_syscalls at boot
Jason Baron
1
-1
/
+0
2009-08-11
tracing: Rename set_tracer_flags()'s local variable trace_flags
Zhaolei
1
-7
/
+7
2009-08-11
Merge branch 'linus' into tracing/core
Ingo Molnar
36
-367
/
+712
2009-08-10
Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
1
-94
/
+145
2009-08-10
Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+2
2009-08-10
perf_counter: Require CAP_SYS_ADMIN for raw tracepoint data
Peter Zijlstra
1
-0
/
+8
2009-08-10
perf_counter: Correct PERF_SAMPLE_RAW output
Peter Zijlstra
1
-6
/
+24
2009-08-09
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-3
/
+4
2009-08-09
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
5
-20
/
+42
2009-08-09
Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-4
/
+3
2009-08-09
perf_counter: Fix a race on perf_counter_ctx
Peter Zijlstra
1
-15
/
+15
2009-08-09
perf_counter: Fix tracepoint sampling to be part of generic sampling
Frederic Weisbecker
1
-10
/
+10
2009-08-09
perf_counter: Work around gcc warning by initializing tracepoint record uncon...
Frederic Weisbecker
1
-3
/
+4
2009-08-09
perf_counter: Fix software counters for fast moving event sources
Peter Zijlstra
1
-70
/
+94
2009-08-09
perf_counter: Fix/complete ftrace event records sampling
Frederic Weisbecker
3
-5
/
+18
2009-08-09
perf_counter, ftrace: Fix perf_counter integration
Peter Zijlstra
1
-3
/
+3
2009-08-09
Merge branch 'linus' into tracing/urgent
Ingo Molnar
12
-116
/
+254
2009-08-08
posix_cpu_timers_exit_group(): Do not use thread_group_cputimer()
Stanislaw Gruszka
1
-3
/
+4
2009-08-08
tracing/filters: Don't use pred on alloc failure
Tom Zanussi
1
-0
/
+2
[next]