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
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-28
perf tools: Robustify detection of clang binary
David Carrillo-Cisneros
5
-6
/
+8
2017-08-28
tools lib: Allow external definition of CC, AR and LD
David Carrillo-Cisneros
1
-3
/
+3
2017-08-28
perf tools: Allow external definition of flex and bison binary names
David Carrillo-Cisneros
1
-2
/
+2
2017-08-28
tools build tests: Don't hardcode gcc name
David Carrillo-Cisneros
1
-1
/
+1
2017-08-28
perf report: Group stat values on global event id
Jiri Olsa
2
-2
/
+2
2017-08-28
perf values: Zero value buffers
Jiri Olsa
1
-2
/
+7
2017-08-28
perf values: Fix allocation check
Jiri Olsa
1
-1
/
+1
2017-08-28
perf values: Fix thread index bug
Jiri Olsa
1
-2
/
+2
2017-08-28
perf report: Add dump_read function
Jiri Olsa
2
-4
/
+25
2017-08-28
perf record: Set read_format for inherit_stat
Jiri Olsa
1
-1
/
+6
2017-08-28
perf c2c: Fix remote HITM detection for Skylake
Jiri Olsa
1
-2
/
+9
2017-08-28
perf tools: Fix static build with newer toolchains
Jiri Olsa
1
-1
/
+7
2017-08-28
perf stat: Fix path to PMU formats in documentation
Jack Henschel
1
-2
/
+2
2017-08-24
Merge tag 'perf-core-for-mingo-4.14-20170823' of git://git.kernel.org/pub/scm...
Ingo Molnar
32
-64
/
+6595
2017-08-24
Merge branch 'linus' into perf/core, to pick up fixes
Ingo Molnar
2
-3
/
+4
2017-08-22
perf tools: Fix static linking with libunwind
Konstantin Khlebnikov
1
-1
/
+5
2017-08-22
perf tools: Fix static linking with libdw from elfutils
Konstantin Khlebnikov
1
-5
/
+5
2017-08-22
perf: Fix documentation for sysctls perf_event_paranoid and perf_event_mlock_kb
Konstantin Khlebnikov
1
-1
/
+3
2017-08-22
perf tools: Really install manpages via 'make install-man'
Konstantin Khlebnikov
1
-1
/
+1
2017-08-22
perf test: Add test cases for new data source encoding
Andi Kleen
4
-0
/
+62
2017-08-22
perf tools: Add support for printing new mem_info encodings
Andi Kleen
2
-5
/
+68
2017-08-22
perf vendor events: Add Skylake server uncore event list
Andi Kleen
2
-0
/
+1328
2017-08-22
perf vendor events: Add core event list for Skylake Server
Andi Kleen
8
-0
/
+4945
2017-08-22
perf tools: Dedup events in expression parsing
Andi Kleen
1
-1
/
+14
2017-08-22
perf tools: Increase maximum number of events in expressions
Andi Kleen
1
-1
/
+1
2017-08-22
perf tools: Expression parser enhancements for metrics
Andi Kleen
2
-6
/
+60
2017-08-22
perf tools: Add utility function to detect SMT status
Andi Kleen
3
-0
/
+51
2017-08-22
perf bpf: Tighten detection of BPF events
Andi Kleen
1
-4
/
+19
2017-08-22
perf evsel: Fix buffer overflow while freeing events
Andi Kleen
5
-40
/
+20
2017-08-22
perf xyarray: Save max_x, max_y
Andi Kleen
2
-0
/
+14
2017-08-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-1
/
+2
2017-08-20
tools lib bpf: improve warning
Eric Leblond
1
-1
/
+2
2017-08-18
test_kmod: fix description for -s -and -c parameters
Luis R. Rodriguez
1
-2
/
+2
2017-08-18
perf annotate browser: Circulate percent, total-period and nr-samples view
Taeung Song
1
-3
/
+8
2017-08-18
perf annotate browser: Support --show-nr-samples option
Taeung Song
2
-5
/
+13
2017-08-18
perf annotate: Document --show-total-period option
Taeung Song
1
-0
/
+2
2017-08-18
perf annotate stdio: Support --show-nr-samples option
Taeung Song
3
-3
/
+23
2017-08-17
perf tools: Use default CPUINFO_PROC where it fits
Arnaldo Carvalho de Melo
2
-20
/
+2
2017-08-17
perf tools: Remove unused cpu_relax() macros
Arnaldo Carvalho de Melo
1
-9
/
+0
2017-08-17
perf events parse: Rename parse_events_parse arguments
Arnaldo Carvalho de Melo
4
-104
/
+104
2017-08-17
perf events parse: Use just one parse events state struct
Arnaldo Carvalho de Melo
3
-6
/
+3
2017-08-17
perf events parse: Rename parsing state struct to clearer name
Arnaldo Carvalho de Melo
4
-31
/
+31
2017-08-17
perf events parse: Remove some needless local variables
Arnaldo Carvalho de Melo
1
-13
/
+7
2017-08-17
perf trace: Fix off by one string allocation problem
Arnaldo Carvalho de Melo
1
-1
/
+1
2017-08-17
perf jevents: Support FCMask and PortMask
Andi Kleen
1
-0
/
+2
2017-08-17
tools lib bpf: Fix double file test in Makefile
Daniel Díaz
1
-2
/
+2
2017-08-17
Merge tag 'perf-core-for-mingo-4.14-20170816' of git://git.kernel.org/pub/scm...
Ingo Molnar
14
-47
/
+611
2017-08-17
Merge branch 'linus' into perf/core, to pick up fixes
Ingo Molnar
4
-5
/
+4
2017-08-16
perf test shell: Replace '|&' with '2>&1 |' to work with more shells
Kim Phillips
3
-4
/
+4
2017-08-16
perf bpf: Fix endianness problem when loading parameters in prologue
Wang Nan
2
-3
/
+50
[next]