index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf trace: Warn when trying to resolve kernel addresses with kptr_restrict=1
Arnaldo Carvalho de Melo
2016-05-20
3
-1
/
+21
*
perf machine: Do not bail out if not managing to read ref reloc symbol
Arnaldo Carvalho de Melo
2016-05-20
1
-4
/
+5
*
perf tools: Separate accounting of contexts and real addresses in a stack trace
Arnaldo Carvalho de Melo
2016-05-16
4
-11
/
+24
*
perf core: Separate accounting of contexts and real addresses in a stack trace
Arnaldo Carvalho de Melo
2016-05-16
5
-3
/
+49
*
perf core: Add perf_callchain_store_context() helper
Arnaldo Carvalho de Melo
2016-05-16
3
-5
/
+7
*
perf core: Add a 'nr' field to perf_event_callchain_context
Arnaldo Carvalho de Melo
2016-05-16
9
-17
/
+18
*
perf core: Pass max stack as a perf_callchain_entry context
Arnaldo Carvalho de Melo
2016-05-16
15
-73
/
+84
*
perf core: Generalize max_stack sysctl handler
Arnaldo Carvalho de Melo
2016-05-16
2
-3
/
+4
*
perf symbols: Introduce DSO__NAME_KALLSYMS and DSO__NAME_KCORE
Masami Hiramatsu
2016-05-16
5
-11
/
+14
*
perf stat: Use cpu-clock event for cpu targets
Namhyung Kim
2016-05-16
1
-0
/
+3
*
perf stat: Update runtime using cpu-clock event
Namhyung Kim
2016-05-16
1
-2
/
+4
*
perf stat: Fix indentation of stalled backend cycle
Namhyung Kim
2016-05-16
1
-1
/
+1
*
perf symbols: Store vdso buildid unconditionally
He Kuang
2016-05-16
2
-2
/
+3
*
perf stat: Avoid fractional digits for integer scales
Andi Kleen
2016-05-16
1
-9
/
+10
*
perf/core: Disable the event on a truncated AUX record
Alexander Shishkin
2016-05-12
1
-1
/
+9
*
perf/x86/intel/pt: Generate PMI in the STOP region as well
Alexander Shishkin
2016-05-12
1
-0
/
+2
*
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
2016-05-12
3
-2
/
+9
|
\
|
*
perf/x86: Fix undefined shift on 32-bit kernels
Andrey Ryabinin
2016-05-12
1
-1
/
+1
|
*
perf/x86/msr: Fix SMI overflow
Peter Zijlstra
2016-05-12
1
-1
/
+1
|
*
perf/x86/intel/uncore: Fix CHA registers configuration procedure for Knights ...
hchrzani
2016-05-12
1
-0
/
+7
*
|
Merge tag 'perf-core-for-mingo-20160511' of git://git.kernel.org/pub/scm/linu...
Ingo Molnar
2016-05-12
21
-138
/
+306
|
\
\
|
*
|
perf buildid-cache: Use lsdir() for looking up buildid caches
Masami Hiramatsu
2016-05-11
1
-26
/
+4
|
*
|
perf symbols: Use lsdir() for the search in kcore cache directory
Masami Hiramatsu
2016-05-11
1
-12
/
+14
|
*
|
perf tools: Use SBUILD_ID_SIZE where applicable
Masami Hiramatsu
2016-05-11
6
-7
/
+7
|
*
|
perf tools: Fix lsdir to set errno correctly
Masami Hiramatsu
2016-05-11
1
-1
/
+1
|
*
|
perf trace: Move seccomp args beautifiers to tools/perf/trace/beauty/
Arnaldo Carvalho de Melo
2016-05-11
2
-52
/
+53
|
*
|
perf trace: Move flock op beautifier to tools/perf/trace/beauty/
Arnaldo Carvalho de Melo
2016-05-11
2
-31
/
+32
|
*
|
perf build: Add build-test for debug-frame on arm/arm64
He Kuang
2016-05-11
4
-1
/
+42
|
*
|
perf build: Add build-test for libunwind cross-platforms support
He Kuang
2016-05-11
6
-0
/
+127
|
*
|
perf script: Fix export of callchains with recursion in db-export
Chris Phlipot
2016-05-11
1
-0
/
+4
|
*
|
perf script: Fix callchain addresses in db-export
Chris Phlipot
2016-05-11
1
-4
/
+1
|
*
|
perf script: Fix symbol insertion behavior in db-export
Chris Phlipot
2016-05-11
1
-2
/
+1
|
*
|
perf symbols: Add dso__insert_symbol function
Chris Phlipot
2016-05-11
2
-0
/
+15
|
*
|
perf scripting python: Use Py_FatalError instead of die()
Arnaldo Carvalho de Melo
2016-05-11
1
-2
/
+5
|
/
/
*
|
Merge tag 'perf-core-for-mingo-20160510' of git://git.kernel.org/pub/scm/linu...
Ingo Molnar
2016-05-11
27
-245
/
+510
|
\
\
|
*
|
perf tools: Remove xrealloc and ALLOC_GROW
Masami Hiramatsu
2016-05-10
4
-55
/
+0
|
*
|
perf help: Do not use ALLOC_GROW in add_cmd_list
Masami Hiramatsu
2016-05-10
1
-8
/
+22
|
*
|
perf pmu: Make pmu_formats_string to check return value of strbuf
Masami Hiramatsu
2016-05-10
1
-5
/
+5
|
*
|
perf header: Make topology checkers to check return value of strbuf
Masami Hiramatsu
2016-05-10
1
-11
/
+20
|
*
|
perf tools: Make alias handler to check return value of strbuf
Masami Hiramatsu
2016-05-10
3
-20
/
+26
|
*
|
perf help: Make check_emacsclient_version to check strbuf APIs
Masami Hiramatsu
2016-05-10
1
-8
/
+10
|
*
|
perf probe: Check the return value of strbuf APIs
Masami Hiramatsu
2016-05-10
3
-97
/
+128
|
*
|
perf tools: Rewrite strbuf not to die()
Masami Hiramatsu
2016-05-10
2
-36
/
+82
|
*
|
perf symbols: Fix handling of zero-length symbols.
Chris Phlipot
2016-05-09
1
-1
/
+1
|
*
|
perf evsel: Print state of perf_event_attr.write_backward
Arnaldo Carvalho de Melo
2016-05-09
1
-0
/
+1
|
*
|
perf tests: Add test to check backward ring buffer
Wang Nan
2016-05-09
4
-0
/
+157
|
*
|
perf tools: Support reading from backward ring buffer
Wang Nan
2016-05-09
2
-0
/
+54
|
*
|
perf script: Fix incorrect python db-export error message
Chris Phlipot
2016-05-09
1
-1
/
+1
|
*
|
perf stat: Scale values by unit before metrics
Andi Kleen
2016-05-09
1
-1
/
+3
|
*
|
perf callchain: Recording 'dwarf' callchains do not need DWARF unwinding support
He Kuang
2016-05-09
1
-2
/
+0
[next]