index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-14
tracing,x86: Add a TSC trace_clock
David Sharp
33
-0
/
+88
2012-11-02
tracing: Add trace_options kernel command line parameter
Steven Rostedt
2
-15
/
+55
2012-11-02
tracing: Use irq_work for wake ups and remove *_nowake_*() functions
Steven Rostedt
9
-73
/
+84
2012-11-02
tracing: Remove deprecated tracing_enabled file
Steven Rostedt
1
-3
/
+0
2012-11-02
tracing: Make tracing_enabled be equal to tracing_on
Steven Rostedt
2
-86
/
+5
2012-11-02
tracing: Remove unused function unregister_tracer()
Steven Rostedt
2
-27
/
+0
2012-11-02
tracing: Separate open function from set_event and available_events
Steven Rostedt
1
-19
/
+27
2012-11-02
ring-buffer: Change unsigned long type of ring_buffer_oldest_event_ts() to u64
Yoshihiro YUNOMAE
2
-3
/
+3
2012-11-02
tracing: Reset ring buffer when changing trace_clocks
David Sharp
1
-0
/
+8
2012-11-01
linux/kernel.h: Remove duplicate trace_printk declaration
Michal Hocko
1
-5
/
+2
2012-11-01
tracing: Cleanup unnecessary function declarations
Vaibhav Nagarnaik
2
-53
/
+29
2012-11-01
tracing: Trivial cleanup
David Sharp
2
-5
/
+3
2012-11-01
tracing: Cache comms only after an event occurred
Steven Rostedt
4
-11
/
+33
2012-11-01
tracing: Have tracing_sched_wakeup_trace() use standard unlock_commit
Steven Rostedt
1
-3
/
+1
2012-11-01
tracing: Enable comm recording if trace_printk() is used
Steven Rostedt
3
-2
/
+38
2012-11-01
tracing: Expand ring buffer when trace_printk() is used
Steven Rostedt
1
-0
/
+7
2012-11-01
ring-buffer: Add a 'dropped events' counter
Slava Pestov
3
-6
/
+39
2012-11-01
tracing: Change tracer's integer flags to bool
Hiraku Toyooka
3
-12
/
+12
2012-11-01
tracing: Allow tracers to start at core initcall
Steven Rostedt
6
-8
/
+7
2012-11-01
tracing: Replace strict_strto* with kstrto*
Daniel Walter
7
-14
/
+14
2012-10-30
perf/x86: Fix sparse warnings
Peter Huewe
1
-2
/
+2
2012-10-30
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
34
-829
/
+1196
2012-10-29
perf python: Initialize 'page_size' variable
Arnaldo Carvalho de Melo
1
-0
/
+2
2012-10-29
perf record: Fix mmap error output condition
Jiri Olsa
1
-1
/
+2
2012-10-29
perf header: Add is_perf_magic() func
Feng Tang
2
-0
/
+11
2012-10-29
perf hists browser: Integrate script browser into main hists browser
Feng Tang
1
-0
/
+38
2012-10-29
perf annotate browser: Integrate script browser into annotation browser
Feng Tang
1
-0
/
+6
2012-10-29
perf scripts browser: Add a browser for perf script
Feng Tang
3
-0
/
+200
2012-10-29
perf script: Add more filter to find_scripts()
Feng Tang
1
-3
/
+79
2012-10-29
perf tools: Add a global variable "const char *input_name"
Feng Tang
11
-29
/
+20
2012-10-29
perf tools: Move dso_* related functions into dso object
Jiri Olsa
5
-726
/
+751
2012-10-29
perf tools: Move strxfrchar into string object
Jiri Olsa
4
-12
/
+19
2012-10-29
perf tools: Move hex2u64 into util object
Jiri Olsa
4
-34
/
+34
2012-10-29
perf tools: Move BUILD_ID_SIZE into build-id object
Jiri Olsa
5
-5
/
+9
2012-10-29
perf tools: Move build_id__sprintf into build-id object
Jiri Olsa
7
-17
/
+19
2012-10-28
perf tools: Move parse_events error printing to parse_events_options
Andi Kleen
1
-3
/
+7
2012-10-26
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
9
-61
/
+256
2012-10-26
perf stat: Add --pre and --post command
Peter Zijlstra
2
-6
/
+41
2012-10-26
perf inject: Mark a dso if it's used
Andrew Vagin
3
-8
/
+17
2012-10-26
perf inject: Merge sched_stat_* and sched_switch events
Andrew Vagin
2
-3
/
+144
2012-10-26
perf inject: Work with files
Andrew Vagin
2
-3
/
+41
2012-10-26
perf tools: Fix LIBELF_MMAP checking
Namhyung Kim
1
-1
/
+2
2012-10-26
perf tools: Always show CHK message when doing try-cc
Namhyung Kim
1
-2
/
+1
2012-10-26
perf tools: Convert invocation of MAKE into SUBDIR
Namhyung Kim
1
-3
/
+3
2012-10-26
perf tools: Cleanup doc related targets
Namhyung Kim
1
-37
/
+9
2012-10-26
tools lib traceevent: Do not generate dependency for system header files
Namhyung Kim
1
-1
/
+1
2012-10-26
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
3
-14
/
+110
2012-10-25
perf trace: Use sched:sched_stat_runtime to provide a thread summary
Arnaldo Carvalho de Melo
2
-1
/
+90
2012-10-25
perf trace: Count number of events for each thread and globally
Arnaldo Carvalho de Melo
1
-6
/
+14
2012-10-25
perf tools: Don't stop synthesizing threads when one vanishes
Arnaldo Carvalho de Melo
1
-7
/
+6
[next]