summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf alias: Rebuild alias expression string to make it comparableThomas Richter2018-06-251-1/+24
* perf alias: Remove trailing newline when reading sysfs filesThomas Richter2018-06-251-0/+3
* perf tools: Fix a clang 7.0 compilation errorYonghong Song2018-06-251-2/+9
* tools include uapi: Synchronize bpf.h with the kernelArnaldo Carvalho de Melo2018-06-251-1/+1
* tools include uapi: Update if_link.h to pick IFLA_{BRPORT_ISOLATED,VXLAN_TTL_...Arnaldo Carvalho de Melo2018-06-251-0/+2
* tools include powerpc: Update arch/powerpc/include/uapi/asm/unistd.h copy to ...Arnaldo Carvalho de Melo2018-06-251-0/+1
* perf tools: Update x86's syscall_64.tbl, adding 'io_pgetevents' and 'rseq'Arnaldo Carvalho de Melo2018-06-251-0/+2
* tools headers uapi: Synchronize drm/drm.hArnaldo Carvalho de Melo2018-06-251-0/+7
* perf intel-pt: Fix packet decoding of CYC packetsAdrian Hunter2018-06-251-1/+1
* perf tests: Add valid callback for parse-events testJiri Olsa2018-06-251-2/+15
* perf tests: Add event parsing error handling to parse events testJiri Olsa2018-06-251-3/+5
* perf report powerpc: Fix crash if callchain is emptySandipan Das2018-06-251-1/+1
* perf test session topology: Fix test on s390Thomas Richter2018-06-251-0/+1
* perf record: Support s390 random socket_id assignmentThomas Richter2018-06-251-1/+9
* perf/core: Move the inline keyword at the beginning of the function declarationMathieu Malaterre2018-06-221-3/+3
* uprobes/x86: Remove incorrect WARN_ON() in uprobe_init_insn()Oleg Nesterov2018-06-211-1/+1
* Merge tag 'perf-urgent-for-mingo-4.18-20180611' of git://git.kernel.org/pub/s...Ingo Molnar2018-06-149-33/+67
|\
| * perf script: Show hw-cache eventsSeeteena Thoufeek2018-06-081-0/+12
| * perf c2c: Keep struct hist_entry at the end of struct c2c_hist_entryJiri Olsa2018-06-081-5/+5
| * perf stat: Add event parsing error handling to add_default_attributesJiri Olsa2018-06-071-4/+6
| * perf stat: Allow to specify specific metric column lenJiri Olsa2018-06-071-4/+5
| * perf stat: Fix metric column header display alignmentJiri Olsa2018-06-071-8/+9
| * perf stat: Use only color_fprintf call in print_metric_onlyJiri Olsa2018-06-071-4/+1
| * perf stat: Add --interval-clear optionJiri Olsa2018-06-072-2/+12
| * perf tools: Fix error index for pmu event parserJiri Olsa2018-06-071-0/+5
| * perf hists: Reimplement hists__has_callchains()Arnaldo Carvalho de Melo2018-06-072-4/+6
| * perf hists browser gtk: Use hist_entry__has_callchains()Arnaldo Carvalho de Melo2018-06-071-1/+1
| * perf hists: Make hist_entry__has_callchains() work with 'perf c2c'Arnaldo Carvalho de Melo2018-06-071-1/+1
| * perf hists: Save the callchain_size in struct hist_entryArnaldo Carvalho de Melo2018-06-072-2/+6
* | Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-1044-8/+5491
|\ \
| * | rseq/selftests: Provide Makefile, scripts, gitignoreMathieu Desnoyers2018-06-065-0/+159
| * | rseq/selftests: Provide parametrized testsMathieu Desnoyers2018-06-061-0/+1260
| * | rseq/selftests: Provide basic percpu ops testMathieu Desnoyers2018-06-061-0/+312
| * | rseq/selftests: Provide basic testMathieu Desnoyers2018-06-061-0/+56
| * | rseq/selftests: Provide rseq libraryMathieu Desnoyers2018-06-066-0/+2847
| * | selftests/lib.mk: Introduce OVERRIDE_TARGETSMathieu Desnoyers2018-06-061-0/+4
| * | powerpc: Wire up restartable sequences system callBoqun Feng2018-06-063-1/+3
| * | powerpc: Add syscall detection for restartable sequencesBoqun Feng2018-06-062-0/+15
| * | powerpc: Add support for restartable sequencesBoqun Feng2018-06-062-0/+4
| * | x86: Wire up restartable sequence system callMathieu Desnoyers2018-06-062-0/+2
| * | x86: Add support for restartable sequencesMathieu Desnoyers2018-06-063-0/+10
| * | arm: Wire up restartable sequences system callMathieu Desnoyers2018-06-061-0/+1
| * | arm: Add syscall detection for restartable sequencesMathieu Desnoyers2018-06-062-6/+26
| * | arm: Add restartable sequences supportMathieu Desnoyers2018-06-062-0/+8
| * | rseq: Introduce restartable sequences system callMathieu Desnoyers2018-06-0613-1/+734
| * | uapi/headers: Provide types_32_64.hMathieu Desnoyers2018-06-061-0/+50
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-06-1026-80/+176
|\ \ \
| * | | x86/intel_rdt: Enable CMT and MBM on new Skylake steppingTony Luck2018-06-091-0/+2
| * | | x86/apic/vector: Print APIC control bits in debugfsThomas Gleixner2018-06-061-13/+14
| * | | genirq/affinity: Defer affinity setting if irq chip is busyThomas Gleixner2018-06-061-2/+35