index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf stat: Fix indentation of stalled backend cycle
Namhyung Kim
2016-05-17
1
-1
/
+1
*
perf symbols: Store vdso buildid unconditionally
He Kuang
2016-05-17
2
-2
/
+3
*
perf stat: Avoid fractional digits for integer scales
Andi Kleen
2016-05-17
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
*
|
|
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
2016-05-11
252
-1043
/
+2131
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
perf diff: Fix duplicated output column
Namhyung Kim
2016-05-11
1
-0
/
+3
|
*
Merge tag 'pci-v4.6-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2016-05-10
1
-2
/
+4
|
|
\
|
|
*
PCI: Do not treat EPROBE_DEFER as device attach failure
Lukas Wunner
2016-05-02
1
-1
/
+1
|
|
*
PCI: Fix BUG on device attach failure
Lukas Wunner
2016-05-02
1
-1
/
+3
|
*
|
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2016-05-10
3
-1
/
+20
|
|
\
\
|
|
*
|
x86/topology: Set x86_max_cores to 1 for CONFIG_SMP=n
Thomas Gleixner
2016-05-10
1
-1
/
+1
|
|
*
|
MAINTAINERS: Add mmiotrace entry
Ingo Molnar
2016-05-08
1
-0
/
+14
|
|
*
|
x86/topology: Handle CPUID bogosity gracefully
Thomas Gleixner
2016-05-07
1
-0
/
+5
|
*
|
|
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2016-05-10
3
-1
/
+10
|
|
\
\
\
|
|
*
|
|
sched/rt, sched/dl: Don't push if task's scheduling class was changed
Xunlei Pang
2016-05-10
2
-0
/
+2
[next]