summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-07-1314-81/+84
|\
| * perf tools: Use python-config --includes rather than --cflagsJeremy Cline2018-07-111-2/+1
| * perf script python: Fix dict reference countingJanne Huttunen2018-07-111-6/+2
| * perf stat: Fix --interval_clear optionJiri Olsa2018-07-111-1/+1
| * perf tools: Fix compilation errors on gcc8Jiri Olsa2018-07-112-2/+3
| * perf test shell: Prevent temporary editor files from being considered test sc...Kim Phillips2018-07-111-1/+1
| * perf llvm-utils: Remove bashism from kernel include fetch scriptKim Phillips2018-07-111-3/+3
| * perf test shell: Make perf's inet_pton test more portableKim Phillips2018-07-111-16/+21
| * perf test shell: Replace '|&' with '2>&1 |' to work with more shellsKim Phillips2018-07-111-1/+1
| * perf scripts python: Add Python 3 support to EventClass.pyJeremy Cline2018-07-111-1/+3
| * perf scripts python: Add Python 3 support to sched-migration.pyJeremy Cline2018-07-111-5/+9
| * perf scripts python: Add Python 3 support to Util.pyJeremy Cline2018-07-111-5/+6
| * perf scripts python: Add Python 3 support to SchedGui.pyJeremy Cline2018-07-111-1/+1
| * perf scripts python: Add Python 3 support to Core.pyJeremy Cline2018-07-111-23/+17
| * perf tools: Generate a Python script compatible with Python 2 and 3Jeremy Cline2018-07-111-14/+15
* | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-07-131-7/+17
|\ \
| * | rseq/selftests: cleanup: Update comment above rseq_prepare_unloadMathieu Desnoyers2018-07-101-6/+7
| * | rseq: uapi: Declare rseq_cs field as union, update includesMathieu Desnoyers2018-07-101-1/+10
| |/
* | Merge tag 'kbuild-fixes-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-07-133-5/+5
|\ \
| * | tools: build: Use HOSTLDFLAGS with fixdepLaura Abbott2018-07-131-1/+1
| * | tools: build: Fixup host c flagsLaura Abbott2018-07-132-2/+2
| * | tools build: fix # escaping in .cmd files for future MakePaul Menzel2018-07-131-2/+2
* | | Merge tag 'libnvdimm-fixes-4.18-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-07-131-2/+1
|\ \ \ | |_|/ |/| |
| * | tools/testing/nvdimm: advertise a write cache for nfit_testVishal Verma2018-06-301-2/+1
* | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-07-081-13/+28
|\ \ \
| * | | objtool: Support GCC 8 '-fnoreorder-functions'Josh Poimboeuf2018-07-021-13/+28
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-07-027-10/+36
|\ \ \ | |/ / |/| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-07-016-10/+36
| |\ \
| | * | selftests: bpf: notification about privilege required to run test_lwt_seg6loc...Jeffrin Jose T2018-06-261-0/+9
| | * | selftests: bpf: notification about privilege required to run test_lirc_mode2....Jeffrin Jose T2018-06-261-0/+9
| | * | selftests: bpf: add missing NET_SCHED to configAnders Roxell2018-06-261-0/+1
| | * | tools/bpf: fix test_sockmap failureYonghong Song2018-06-221-6/+0
| | * | selftests: bpf: notification about privilege required to run test_kmod.sh tes...Jeffrin Jose T2018-06-221-0/+9
| | * | tools: bpftool: remember to close the libbpf object after prog loadJakub Kicinski2018-06-211-1/+7
| | * | tools: bpftool: remove duplicated error message on prog loadJakub Kicinski2018-06-211-3/+1
| * | | selftests/net: Fix permissions for fib_tests.shShuah Khan2018-06-281-0/+0
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-06-301-23/+36
|\ \ \ \
| * | | | selftests/x86/sigreturn: Do minor cleanupsAndy Lutomirski2018-06-271-6/+7
| * | | | selftests/x86/sigreturn/64: Fix spurious failures on AMD CPUsAndy Lutomirski2018-06-271-17/+29
| |/ / /
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-3021-21/+200
|\ \ \ \
| * | | | tools/headers: Pick up latest kernel ABIsIngo Molnar2018-06-265-0/+6
| * | | | Merge tag 'perf-urgent-for-mingo-4.18-20180625' of git://git.kernel.org/pub/s...Ingo Molnar2018-06-2616-21/+194
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | perf tools: Fix crash caused by accessing feat_ops[HEADER_LAST_FEATURE]Ravi Bangoria2018-06-254-4/+23
| | * | | perf script: Fix crash because of missing evsel->privRavi Bangoria2018-06-251-0/+14
| | * | | perf script: Add missing output fields in a hintRavi Bangoria2018-06-251-2/+3
| | * | | perf bench: Fix numa report output codeJiri Olsa2018-06-251-2/+3
| | * | | perf stat: Remove duplicate event countingThomas Richter2018-06-251-1/+70
| | * | | 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