summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig2018-05-071-2/+0
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-291-14/+21
|\
| * x86/entry/64/compat: Preserve r8-r11 in int $0x80Andy Lutomirski2018-04-271-14/+21
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-04-2912-75/+123
|\ \
| * \ Merge tag 'perf-urgent-for-mingo-4.17-20180425' of git://git.kernel.org/pub/s...Ingo Molnar2018-04-2612-75/+123
| |\ \ | | |/ | |/|
| | * perf stat: Fix duplicate PMU name for interval printKan Liang2018-04-242-1/+5
| | * perf evsel: Only fall back group read for leaderKan Liang2018-04-241-1/+2
| | * perf stat: Print out hint for mixed PMU group errorKan Liang2018-04-241-1/+34
| | * perf pmu: Fix core PMU alias list for X86 platformKan Liang2018-04-241-13/+7
| | * perf record: Fix s390 undefined record__auxtrace_init() return valueThomas Richter2018-04-231-0/+1
| | * perf mem: Document incorrect and missing optionsSangwon Hong2018-04-231-12/+29
| | * perf evsel: Disable write_backward for leader sampling group eventsJiri Olsa2018-04-232-2/+8
| | * perf pmu: Fix pmu events parsing ruleJiri Olsa2018-04-231-4/+4
| | * perf stat: Keep the / modifier separator in fallbackJiri Olsa2018-04-231-1/+7
| | * perf test: Adapt test case record+probe_libc_inet_pton.sh for s390Thomas Richter2018-04-231-4/+2
| | * perf list: Remove s390 specific strcmp_cpuid_cmp functionThomas Richter2018-04-233-24/+6
| | * perf machine: Set main kernel end address properlyNamhyung Kim2018-04-231-12/+18
* | | Merge tag 'driver-core-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-273-5/+8
|\ \ \
| * | | selftests:firmware: fixes a call to a wrong function nameJeffrin Jose T2018-04-251-1/+1
| * | | test_firmware: fix setting old custom fw path back on exit, second tryBen Hutchings2018-04-231-4/+6
| * | | test_firmware: Install all scriptsBen Hutchings2018-04-231-0/+1
* | | | Merge tag 'trace-v4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-04-262-1/+45
|\ \ \ \
| * | | | selftests: ftrace: Add a testcase for multiple actions on triggerMasami Hiramatsu2018-04-251-0/+44
| * | | | selftests: ftrace: Fix trigger extended error testcaseMasami Hiramatsu2018-04-251-1/+1
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-04-244-2/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-04-224-2/+7
| |\ \ \
| | * | | tools/bpf: fix test_sock and test_sock_addr.sh failureYonghong Song2018-04-193-2/+4
| | * | | selftests: bpf: update .gitignore with missing generated filesAnders Roxell2018-04-111-0/+3
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-04-2254-511/+690
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | coresight: Move to SPDX identifierMathieu Poirier2018-04-198-76/+8
| * | | | perf test BPF: Fixup BPF test using epoll_pwait syscall function probeArnaldo Carvalho de Melo2018-04-181-1/+1
| * | | | perf tests mmap: Show which tracepoint is failingArnaldo Carvalho de Melo2018-04-181-1/+1
| * | | | perf tools: Add '\n' at the end of parse-options error messagesRavi Bangoria2018-04-181-3/+3
| * | | | perf record: Remove suggestion to enable APICAndi Kleen2018-04-181-2/+1
| * | | | perf record: Remove misleading error suggestionAndi Kleen2018-04-181-2/+1
| * | | | perf hists browser: Clarify top/report browser helpAndi Kleen2018-04-181-1/+1
| * | | | perf mem: Allow all record/report optionsAndi Kleen2018-04-182-2/+5
| * | | | perf trace: Support MAP_FIXED_NOREPLACEArnaldo Carvalho de Melo2018-04-181-0/+3
| * | | | perf list: Add s390 support for detailed/verbose PMU event descriptionThomas Richter2018-04-171-0/+6
| * | | | perf script: Extend misc field decoding with switch out event typeAlexey Budankov2018-04-172-9/+13
| * | | | perf report: Extend raw dump (-D) out with switch out event typeAlexey Budankov2018-04-171-1/+3
| * | | | perf/core: Store context switch out type in PERF_RECORD_SWITCH[_CPU_WIDE]Alexey Budankov2018-04-171-3/+15
| * | | | tools/headers: Synchronize kernel ABI headers, v4.17-rc1Ingo Molnar2018-04-1710-364/+451
| * | | | Merge tag 'perf-core-for-mingo-4.17-20180413' of git://git.kernel.org/pub/scm...Ingo Molnar2018-04-1624-46/+178
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | perf annotate: Handle variables in 'sub', 'or' and many other instructionsArnaldo Carvalho de Melo2018-04-131-1/+66
| | * | | perf annotate: Allow setting the offset level in .perfconfigArnaldo Carvalho de Melo2018-04-132-3/+17
| | * | | perf report: Fix switching to another perf.data fileArnaldo Carvalho de Melo2018-04-131-5/+3
| | * | | perf record: Change warning for missing sysfs entry to debugThomas Richter2018-04-131-1/+2
| | * | | perf tests: Disable breakpoint accounting test for powerpcSandipan Das2018-04-121-0/+1
| | * | | perf sched: Fix documentation for timehistTakuya Yamamoto2018-04-121-2/+2
OpenPOWER on IntegriCloud