index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf tools: Move libunwind check config into config/Makefile
Jiri Olsa
2013-05-29
2
-24
/
+27
*
perf tools: Move libdw check config into config/Makefile
Jiri Olsa
2013-05-28
2
-7
/
+15
*
perf tools: Move libelf check config into config/Makefile
Jiri Olsa
2013-05-28
2
-46
/
+47
*
perf tools: Move compiler and linker flags check into config/Makefile
Jiri Olsa
2013-05-28
2
-91
/
+85
*
perf tools: Move programs check into config/Makefile
Jiri Olsa
2013-05-28
2
-16
/
+18
*
perf tools: Move arch check into config/Makefile
Jiri Olsa
2013-05-28
2
-29
/
+48
*
perf tools: Add automated make test suite
Jiri Olsa
2013-05-28
1
-0
/
+138
*
perf tools: Save parent pid in thread struct
David Ahern
2013-05-28
2
-0
/
+5
*
perf stats: Fix divide by 0 in variance
David Ahern
2013-05-28
1
-1
/
+1
*
perf kvm: Handle realloc failures
David Ahern
2013-05-28
1
-0
/
+3
*
perf evsel: Fix printing of perf_event_paranoid message
David Ahern
2013-05-28
1
-1
/
+1
*
perf test: Fix typo
Arnaldo Carvalho de Melo
2013-05-28
1
-1
/
+1
*
perf hists: Rename hist_entry__add_pair arguments
Jiri Olsa
2013-05-28
1
-3
/
+3
*
perf diff: Use internal rb tree for hists__precompute
Jiri Olsa
2013-05-28
1
-3
/
+10
*
perf report: Add report.percent-limit config variable
Namhyung Kim
2013-05-28
1
-1
/
+6
*
perf top: Add --percent-limit option
Namhyung Kim
2013-05-28
4
-4
/
+34
*
perf report: Add --percent-limit option
Namhyung Kim
2013-05-28
8
-25
/
+115
*
perf report: Don't bother locking when adding hist entries
Namhyung Kim
2013-05-28
1
-4
/
+0
*
perf hists: Move locking to its call-sites
Namhyung Kim
2013-05-28
3
-17
/
+18
*
perf top: Get rid of *_threaded() functions
Namhyung Kim
2013-05-28
3
-52
/
+19
*
perf top: Fix percent output when no samples collected
Namhyung Kim
2013-05-28
1
-6
/
+17
*
perf top: Fix -E option behavior
Namhyung Kim
2013-05-28
1
-12
/
+5
*
perf record: handle death by SIGTERM
David Ahern
2013-05-28
1
-1
/
+1
*
perf tools: Handle JITed code in shared memory
Andi Kleen
2013-05-28
1
-0
/
+1
*
perf tests: Fix compile errors in bp_signal files
Sukadev Bhattiprolu
2013-05-28
2
-0
/
+12
*
perf tools: Fix tab vs spaces issue in Makefile ifdef/endif
Jiri Olsa
2013-05-28
1
-3
/
+3
*
perf hists browser: Use sort__has_sym
Arnaldo Carvalho de Melo
2013-05-28
1
-7
/
+2
*
perf top: Use sort__has_sym
Namhyung Kim
2013-05-28
2
-10
/
+3
*
perf sort: Cleanup sort__has_sym setting
Namhyung Kim
2013-05-28
1
-4
/
+1
*
perf sort: Reorder HISTC_SRCLINE index
Namhyung Kim
2013-05-28
1
-1
/
+1
*
perf archive: Fix typo on Documentation
Arnaldo Carvalho de Melo
2013-05-28
1
-1
/
+1
*
perf sort: Consolidate sort_entry__setup_elide()
Namhyung Kim
2013-05-28
5
-29
/
+47
*
perf sort: Separate out memory-specific sort keys
Namhyung Kim
2013-05-28
3
-16
/
+44
*
perf sort: Factor out common code in sort_dimension__add()
Namhyung Kim
2013-05-28
1
-24
/
+17
*
perf sort: Introduce sort__mode variable
Namhyung Kim
2013-05-28
4
-15
/
+24
*
perf report: Fix alignment of symbol column when -v is given
Namhyung Kim
2013-05-28
2
-12
/
+16
*
perf hists: Free unused mem info of a matched hist entry
Namhyung Kim
2013-05-28
1
-0
/
+6
*
perf hists: Fix an invalid memory free on he->branch_info
Namhyung Kim
2013-05-28
2
-3
/
+20
*
perf tools: Fix bug in isupper() and islower()
Sukadev Bhattiprolu
2013-05-28
1
-2
/
+2
*
watchdog: Remove softlockup_thresh from Documentation
Li Zefan
2013-05-28
1
-10
/
+0
*
watchdog: Document watchdog_thresh sysctl
Li Zefan
2013-05-28
1
-0
/
+14
*
watchdog: Disallow setting watchdog_thresh to -1
Li Zefan
2013-05-28
1
-2
/
+1
*
perf/x86/amd: Rework AMD PMU init code
Peter Zijlstra
2013-05-28
1
-17
/
+17
*
perf/x86: Check branch sampling priv level in generic code
Stephane Eranian
2013-05-28
2
-15
/
+7
*
perf/x86/intel: Prevent some shift wrapping bugs in the Intel uncore driver
Dan Carpenter
2013-05-28
2
-4
/
+4
*
perf: Add sysfs entry to adjust multiplexing interval per PMU
Stephane Eranian
2013-05-28
2
-4
/
+60
*
perf: Use hrtimers for event multiplexing
Stephane Eranian
2013-05-28
3
-10
/
+109
*
perf: Fix hw breakpoints overflow period sampling
Jiri Olsa
2013-05-28
3
-1
/
+8
*
x86/signals: Merge EFLAGS bit clearing into a single statement
Jiri Olsa
2013-05-28
1
-7
/
+3
*
x86/signals: Clear RF EFLAGS bit for signal handler
Jiri Olsa
2013-05-28
1
-0
/
+6
[next]