index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-18
tools: Move utilities.mak from perf to tools/scripts/
Arnaldo Carvalho de Melo
6
-5
/
+5
2016-03-11
perf test: Remove 'core_id' check in topo test
Sukadev Bhattiprolu
1
-5
/
+0
2016-03-11
Merge tag 'perf-core-for-mingo-20160310' of git://git.kernel.org/pub/scm/linu...
Ingo Molnar
18
-146
/
+542
2016-03-10
perf stat: Add --metric-only support for -A
Andi Kleen
2
-9
/
+38
2016-03-10
perf stat: Implement --metric-only mode
Andi Kleen
2
-10
/
+205
2016-03-10
perf stat: Document CSV format in manpage
Andi Kleen
1
-0
/
+23
2016-03-10
perf hists browser: Check sort keys before hot key actions
Namhyung Kim
1
-0
/
+9
2016-03-10
perf hists browser: Allow thread filtering for comm sort key
Namhyung Kim
1
-10
/
+32
2016-03-10
perf tools: Add sort__has_comm variable
Namhyung Kim
2
-0
/
+4
2016-03-10
perf tools: Recalc total periods using top-level entries in hierarchy
Namhyung Kim
1
-10
/
+34
2016-03-10
perf tools: Remove nr_sort_keys field
Namhyung Kim
3
-31
/
+0
2016-03-10
perf hists browser: Cleanup hist_browser__fprintf_hierarchy_entry()
Namhyung Kim
1
-14
/
+8
2016-03-10
perf tools: Remove hist_entry->fmt field
Namhyung Kim
1
-1
/
+0
2016-03-10
perf tools: Fix command line filters in hierarchy mode
Namhyung Kim
1
-3
/
+97
2016-03-10
perf tools: Add more sort entry check functions
Namhyung Kim
2
-31
/
+23
2016-03-10
perf tools: Fix hist_entry__filter() for hierarchy
Namhyung Kim
1
-7
/
+21
2016-03-10
perf jitdump: Build only on supported archs
Jiri Olsa
7
-6
/
+19
2016-03-10
tools lib traceevent: Add '~' operation within arg_num_eval()
Steven Rostedt
1
-0
/
+6
2016-03-09
perf tools: Omit unnecessary cast in perf_pmu__parse_scale
Jiri Olsa
1
-2
/
+2
2016-03-09
perf tools: Pass perf_hpp_list all the way through setup_sort_list
Jiri Olsa
1
-18
/
+26
2016-03-09
perf tools: Fix perf script python database export crash
Chris Phlipot
1
-4
/
+2
2016-03-09
perf jitdump: DWARF is also needed
Arnaldo Carvalho de Melo
2
-5
/
+8
2016-03-09
perf bench mem: Prepare the x86-64 build for upstream memcpy_mcsafe() changes
Ingo Molnar
1
-0
/
+5
2016-03-08
perf/x86/intel/rapl: Simplify quirk handling even more
Borislav Petkov
1
-19
/
+13
2016-03-08
x86/nmi: Mark 'ignore_nmis' as __read_mostly
Kostenzer Felix
1
-1
/
+2
2016-03-08
perf/x86/intel: Fix PEBS data source interpretation on Nehalem/Westmere
Andi Kleen
3
-1
/
+14
2016-03-08
perf/x86/pebs: Add proper PEBS constraints for Broadwell
Stephane Eranian
3
-1
/
+27
2016-03-08
perf/x86/pebs: Add workaround for broken OVFL status on HSW+
Stephane Eranian
1
-0
/
+10
2016-03-08
perf/x86/intel: Add definition for PT PMI bit
Stephane Eranian
1
-0
/
+1
2016-03-08
perf/x86/intel: Fix PEBS warning by only restoring active PMU in pmi
Kan Liang
3
-3
/
+29
2016-03-08
perf/x86/intel: Use PAGE_SIZE for PEBS buffer size on Core2
Jiri Olsa
2
-2
/
+12
2016-03-08
perf/core: Fix perf_sched_count derailment
Alexander Shishkin
1
-4
/
+3
2016-03-08
Merge branch 'email/acme' into perf/core
Ingo Molnar
15
-314
/
+514
2016-03-08
perf report: Use hierarchy hpp list on gtk
Namhyung Kim
1
-22
/
+33
2016-03-08
perf hists browser: Use hierarchy hpp list
Namhyung Kim
1
-36
/
+45
2016-03-08
perf report: Use hierarchy hpp list on stdio
Namhyung Kim
1
-46
/
+57
2016-03-08
perf hists: Fix indent for multiple hierarchy sort key
Namhyung Kim
4
-28
/
+23
2016-03-08
perf hists: Support multiple sort keys in a hierarchy level
Namhyung Kim
1
-10
/
+32
2016-03-08
perf hists: Use own hpp_list for hierarchy mode
Namhyung Kim
7
-73
/
+103
2016-03-08
perf hists: Introduce perf_hpp__setup_hists_formats()
Namhyung Kim
4
-0
/
+118
2016-03-08
perf stat: Document --detailed option
Borislav Petkov
1
-0
/
+8
2016-03-08
perf hists: Add level field to struct perf_hpp_fmt
Namhyung Kim
2
-33
/
+42
2016-03-08
perf tools: Use 64-bit shifts with (TSC) time conversion
Adrian Hunter
2
-2
/
+2
2016-03-08
perf jit: Move clockid validation
Adrian Hunter
2
-24
/
+23
2016-03-08
perf jit: Let jit_process() return errors
Adrian Hunter
2
-6
/
+16
2016-03-08
perf session: Simplify tool stubs
Adrian Hunter
1
-33
/
+7
2016-03-08
perf inject: Hit all DSOs for AUX data in JIT and other cases
Adrian Hunter
1
-4
/
+8
2016-03-08
perf tools: Explicitly declare inc_group_count as a void function
Colin Ian King
1
-1
/
+1
2016-03-04
Merge tag 'perf-core-for-mingo-20160303' of git://git.kernel.org/pub/scm/linu...
Ingo Molnar
16
-149
/
+566
2016-03-03
perf stat: Check for frontend stalled for metrics
Andi Kleen
3
-1
/
+10
[next]