index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf top browser: Adjust the browser indexes when refreshing
Arnaldo Carvalho de Melo
2011-02-23
1
-0
/
+23
*
perf top: Live TUI Annotation
Arnaldo Carvalho de Melo
2011-02-22
5
-58
/
+156
*
perf probe: Remove redundant checks
Arnaldo Carvalho de Melo
2011-02-22
2
-4
/
+3
*
perf evsel: Fix inverted test for fixing up attr.inherit flag
Arnaldo Carvalho de Melo
2011-02-21
1
-2
/
+13
*
perf probe: Fix error propagation leading to segfault
Arnaldo Carvalho de Melo
2011-02-21
2
-2
/
+7
*
perf tools: Makefile: Remove various and sundry cruft
Michael Witten
2011-02-18
3
-223
/
+10
*
perf tools: Makefile: Remove tool-specific cruft
Michael Witten
2011-02-18
1
-72
/
+1
*
perf tools: Makefile: Remove platform-specific cruft
Michael Witten
2011-02-18
2
-250
/
+8
*
perf tools: Makefile: Remove vestigial git-specific cruft
Michael Witten
2011-02-18
1
-61
/
+1
*
x86: Remove die_nmi()
Jan Beulich
2011-02-18
4
-36
/
+0
*
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...
Ingo Molnar
2011-02-18
10
-31
/
+177
|
\
|
*
perf list: Allow filtering list of events
Arnaldo Carvalho de Melo
2011-02-17
4
-23
/
+142
|
*
perf report: Tell the user when a perf.data file has no samples
Arnaldo Carvalho de Melo
2011-02-17
1
-0
/
+6
|
*
perf record: Delay setting the header writing atexit call
Arnaldo Carvalho de Melo
2011-02-17
1
-5
/
+5
|
*
perf hists: Print number of samples, not the period sum
Arnaldo Carvalho de Melo
2011-02-17
1
-2
/
+5
|
*
perf: make perf stat print user provided full event names
Stephane Eranian
2011-02-17
3
-0
/
+18
|
*
perf python: Add cgroup.c to setup.py to get it building again
Arnaldo Carvalho de Melo
2011-02-17
1
-1
/
+1
*
|
Revert "tracing: Add unstable sched clock note to the warning"
Ingo Molnar
2011-02-18
1
-6
/
+2
*
|
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...
Ingo Molnar
2011-02-17
10
-20
/
+85
|
\
\
|
|
/
|
*
perf probe: Show filename which contains target function
Masami Hiramatsu
2011-02-16
1
-1
/
+1
|
*
perf probe: Support function@filename syntax for --line
Masami Hiramatsu
2011-02-16
2
-6
/
+16
|
*
perf tools: Update Makefile with some help
Jesse Brandeburg
2011-02-16
2
-9
/
+40
|
*
perf annotate browser: Use the percent color for the whole line
Arnaldo Carvalho de Melo
2011-02-16
1
-2
/
+3
|
*
perf annotate: Check if offset is less than symbol size
Arnaldo Carvalho de Melo
2011-02-16
1
-1
/
+2
|
*
perf ui: Serialize screen updates
Arnaldo Carvalho de Melo
2011-02-16
5
-1
/
+23
*
|
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
2011-02-17
9
-197
/
+74
|
\
\
|
|
/
|
/
|
|
*
tracing: Deprecate tracing_enabled for tracing_on
Steven Rostedt
2011-02-08
2
-19
/
+23
|
*
tracing: Remove obsolete sched_switch tracer
Steven Rostedt
2011-02-08
2
-158
/
+0
|
*
tracing: Compile time initialization for event flags value
Lai Jiangshan
2011-02-08
1
-4
/
+4
|
*
trivial: Fix Steven's Copyright typos
Uwe Kleine-König
2011-02-08
2
-2
/
+2
|
*
tracing: Add unstable sched clock note to the warning
Jiri Olsa
2011-02-08
1
-2
/
+6
|
*
tracing/syscalls: Early terminate search for sys_ni_syscall
Ian Munsie
2011-02-07
1
-0
/
+3
|
*
tracing/syscalls: Allow arch specific syscall symbol matching
Ian Munsie
2011-02-07
2
-7
/
+18
|
*
tracing/syscalls: Make arch_syscall_addr weak
Ian Munsie
2011-02-07
2
-1
/
+4
|
*
tracing/syscalls: Convert redundant syscall_nr checks into WARN_ON
Ian Munsie
2011-02-07
1
-4
/
+4
|
*
tracing/syscalls: Don't add events for unmapped syscalls
Ian Munsie
2011-02-07
2
-0
/
+10
*
|
perf: Optimize hrtimer events
Peter Zijlstra
2011-02-16
1
-3
/
+32
*
|
perf: Optimize throttling code
Peter Zijlstra
2011-02-16
3
-20
/
+29
*
|
perf, x86: Add support for AMD family 15h core counters
Robert Richter
2011-02-16
3
-3
/
+186
*
|
perf, x86: Store perfctr msr addresses in config_base/event_base
Robert Richter
2011-02-16
3
-19
/
+14
*
|
perf, x86: Add new AMD family 15h msrs to perfctr reservation code
Robert Richter
2011-02-16
1
-0
/
+4
*
|
perf, x86: Calculate perfctr msr addresses in helper functions
Robert Richter
2011-02-16
2
-15
/
+25
*
|
perf, x86: Use helper function in x86_pmu_enable_all()
Robert Richter
2011-02-16
1
-11
/
+8
*
|
perf tool: Add cgroup support
Stephane Eranian
2011-02-16
9
-10
/
+276
*
|
perf: Add cgroup support
Stephane Eranian
2011-02-16
6
-38
/
+671
*
|
cgroup: Fix cgroup_subsys::exit callback
Peter Zijlstra
2011-02-16
3
-18
/
+22
*
|
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
2011-02-16
376
-2095
/
+3252
|
\
\
|
*
|
perf: Fix throttle logic
Peter Zijlstra
2011-02-16
1
-4
/
+15
|
*
|
perf, x86: P4 PMU: Fix spurious NMI messages
Cyrill Gorcunov
2011-02-16
2
-3
/
+9
|
*
|
Linux 2.6.38-rc5
v2.6.38-rc5
Linus Torvalds
2011-02-15
1
-1
/
+1
[next]