aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2018-01-17tools lib traceevent: Simplify pointer print logic and fix %pFSteven Rostedt (VMware)1-8/+9
2018-01-17tools lib traceevent: Print value of unknown symbolic fieldsJan Kiszka1-0/+2
2018-01-17tools lib traceevent: Show value of flags that have not been parsedSteven Rostedt (VMware)1-0/+5
2018-01-17tools lib traceevent: Fix bad force_token escape sequenceMichael Sartain1-1/+1
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-9/+606
2018-01-17libbpf: Makefile set specified permission modeJesper Dangaard Brouer1-1/+1
2018-01-17libbpf: cleanup Makefile, remove unused elementsJesper Dangaard Brouer1-13/+2
2018-01-17libbpf: install the header file libbpf.hJesper Dangaard Brouer1-1/+2
2018-01-17libbpf: fix string comparison for guessing eBPF program typeQuentin Monnet1-1/+1
2018-01-17tools: bpftool: add -DPACKAGE when including bfd.hJiong Wang2-2/+2
2018-01-16bpf: reject stores into ctx via st and xaddDaniel Borkmann1-2/+27
2018-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+40
2018-01-16selftests: Fix loss of test output in run_kselftests.shMichael Ellerman2-2/+9
2018-01-16selftest: ftrace: Fix to add 256 kprobe events correctlyMasami Hiramatsu1-2/+17
2018-01-16selftest: ftrace: Fix to pick text symbols for kprobesMasami Hiramatsu1-2/+2
2018-01-16bpftool: recognize BPF_PROG_TYPE_CGROUP_DEVICE programsRoman Gushchin1-0/+1
2018-01-16objtool: Improve error message for bad file argumentJosh Poimboeuf1-1/+3
2018-01-15usercopy: Enhance and rename report_usercopy()Kees Cook1-0/+1
2018-01-15Merge 4.15-rc8 into usb-nextGreg Kroah-Hartman6-30/+567
2018-01-14bpf: offload: add map offload infrastructureJakub Kicinski1-0/+1
2018-01-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-8/+565
2018-01-13tools/objtool/Makefile: don't assume sync-check.sh is executableAndrew Morton1-1/+1
2018-01-13selftests/x86: Add test_vsyscallAndy Lutomirski2-1/+501
2018-01-12perf trace: Fix setting of --call-graph/--max-stack for non-syscall eventsArnaldo Carvalho de Melo1-15/+5
2018-01-12perf evsel: Check if callchain is enabled before setting it upArnaldo Carvalho de Melo1-3/+11
2018-01-12perf tools: Fix copyfile_offset update of output offsetJiri Olsa1-1/+1
2018-01-12selftests: media_tests: Add SPDX license identifierShuah Khan3-3/+6
2018-01-12selftests: kselftest.h: Add SPDX license identifierShuah Khan1-1/+1
2018-01-12selftests: kselftest_install.sh: Add SPDX license identifierShuah Khan1-3/+1
2018-01-12selftests: gen_kselftest_tar.h: Add SPDX license identifierShuah Khan1-3/+1
2018-01-12selftests: media_tests: Fix Makefile 'clean' target warningShuah Khan1-5/+2
2018-01-12tools/testing: Fix trailing semicolonLuis de Bethencourt1-1/+1
2018-01-12perf trace: No need to set PERF_SAMPLE_IDENTIFIER explicitelyArnaldo Carvalho de Melo1-23/+0
2018-01-12perf script python: Add script to profile and resolve physical mem typeKan Liang4-0/+119
2018-01-12perf evlist: Remove trailing semicolonLuis de Bethencourt1-1/+1
2018-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-21/+1
2018-01-12objtool: Allow alternatives to be ignoredJosh Poimboeuf2-7/+57
2018-01-12objtool: Detect jumps to retpoline thunksJosh Poimboeuf1-0/+7
2018-01-11perf evsel: Fix incorrect handling of type _TERM_DRV_CFGMathieu Poirier1-1/+1
2018-01-10bpf: arsh is not supported in 32 bit alu thus reject itDaniel Borkmann1-0/+40
2018-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-21/+1
2018-01-10tools headers: Synchronize kernel <-> tooling headersArnaldo Carvalho de Melo2-2/+10
2018-01-10perf report: Introduce --mmapsArnaldo Carvalho de Melo2-5/+54
2018-01-10kselftest: fix OOM in memory compaction testArnd Bergmann1-0/+2
2018-01-10selftests: seccomp: fix compile error seccomp_bpfAnders Roxell1-2/+2
2018-01-10perf report: Add --tasks option to display monitored tasksJiri Olsa2-2/+138
2018-01-10perf trace: Beautify 'gettid' syscall resultArnaldo Carvalho de Melo1-0/+1
2018-01-10perf report: Add --stats option to display quick data statisticsJiri Olsa2-1/+29
2018-01-10perf tools: Make the tool's warning messages optionalJiri Olsa2-2/+5
2018-01-10perf script: Add support to display lost eventsJiri Olsa3-0/+39