aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2018-03-10Merge branch 'linus' into locking/core, to pick up fixes and dependenciesIngo Molnar47-288/+698
2018-03-09selftests/vm/run_vmtests: adjust hugetlb size according to nr_cpusLi Zhijian1-8/+17
2018-03-09arch: remove score portArnd Bergmann2-14/+0
2018-03-09arch: remove m32r portArnd Bergmann2-9/+0
2018-03-09arch: remove frv portArnd Bergmann2-9/+0
2018-03-09mn10300: Remove the architectureDavid Howells3-9/+1
2018-03-09Merge tag 'powerpc-4.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds3-1/+17
2018-03-09usbip: tools: change to use new error codes in server reply messagesShuah Khan5-19/+24
2018-03-09usbip: usbip_host_common: Use new error codes to return request statusShuah Khan1-1/+4
2018-03-09usbip: tools: add more error codes for usbip request/reply messagesShuah Khan3-3/+35
2018-03-09usbip: tools usbip_network: Fix cryptic error messagesShuah Khan1-2/+2
2018-03-09usbip: tools usbip_attach: Fix cryptic error messagesShuah Khan1-1/+2
2018-03-09tools: tc-testing: Can pause just before post-suiteBrenda J. Butler1-0/+9
2018-03-09tools: tc-testing: Can refer to $TESTID in test specBrenda J. Butler1-0/+6
2018-03-09tc-testing: add csum testsRoman Mashak1-0/+410
2018-03-09tools: bpf: silence make by not deleting intermediate fileJiri Benc1-1/+1
2018-03-09tools: bpf: respect quiet/verbose buildJiri Benc1-11/+27
2018-03-09tools: bpf: call descend in MakefileJiri Benc1-3/+3
2018-03-09tools: bpf: make install should build firstJiri Benc1-2/+4
2018-03-09tools: bpf: consistent make bpf_installJiri Benc1-4/+6
2018-03-09tools: bpf: respect output directory during buildJiri Benc1-16/+22
2018-03-09tools: bpftool: silence 'missing initializer' warningsJiri Benc1-1/+1
2018-03-08selftests/net: enable fragments for fib-onlink-testsAnders Roxell1-0/+5
2018-03-08perf tools: Update quipper informationStephane Eranian1-6/+1
2018-03-08perf annotate: Handle s390 PC relative load and store instruction.Thomas Richter1-0/+63
2018-03-08perf annotate: Support to display the IPC/Cycle in TUI modeJin Yao1-6/+82
2018-03-08perf report: Provide libtraceevent with a kernel symbol resolverWang YanQing1-0/+9
2018-03-08perf build: Force llvm/clang test compile output to .make.outputJiri Olsa1-3/+6
2018-03-08perf build: Add llvm/clang make targets to FILESJiri Olsa1-1/+4
2018-03-08perf build: Add llvm/clang/cxx make tests into FEATURE_TESTS_EXTRAJiri Olsa1-1/+5
2018-03-08perf tools: Update tags with .cpp filesJiri Olsa1-3/+3
2018-03-08perf tools: Add MEM_TOPOLOGY feature to perf data fileJiri Olsa4-1/+316
2018-03-08perf c2c: Use mem_info refcnt logicJiri Olsa1-13/+11
2018-03-08perf tools: Add refcnt into struct mem_infoJiri Olsa4-6/+41
2018-03-08perf record: Remove progname from struct recordJiri Olsa1-3/+0
2018-03-08perf record: Move machine variable down the functionJiri Olsa1-3/+1
2018-03-08perf report: Display perf.data header infoJiri Olsa1-1/+6
2018-03-08perf report: Fix the output for stdio events listJiri Olsa4-9/+34
2018-03-08perf annotate: Fix s390 target function disassemblyThomas Richter2-2/+53
2018-03-08perf intel-pt: Adjust overlap-checking to support sampling modeAdrian Hunter1-3/+4
2018-03-08perf intel-pt: Remove a check for sampling modeAdrian Hunter1-3/+0
2018-03-08perf intel-pt: Tidy old_buffer handling in intel_pt_get_trace()Adrian Hunter1-13/+11
2018-03-08perf intel-pt: Get rid of intel_pt_use_buffer_pid_tid()Adrian Hunter1-36/+3
2018-03-08perf intel-pt/bts: In auxtrace_record__init_intel() evlist is never NULLAdrian Hunter1-9/+5
2018-03-08perf intel-pt: Fix timestamp following overflowAdrian Hunter1-0/+1
2018-03-08perf intel-pt: Fix error recovery from missing TIP packetAdrian Hunter1-0/+1
2018-03-08perf intel-pt: Fix sync_switchAdrian Hunter1-7/+25
2018-03-08perf intel-pt: Fix overlap detection to identify consecutive buffers correctlyAdrian Hunter3-35/+34
2018-03-08perf mmap: Simplify perf_mmap__read_init()Kan Liang17-40/+18
2018-03-08perf mmap: Simplify perf_mmap__read_event()Kan Liang17-22/+17