aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2021-02-11selftests/bpf: Integrate the socket_cookie test to test_progsFlorent Revest5-213/+72
2021-02-11bpf: Expose bpf_get_socket_cookie to tracing programsFlorent Revest1-0/+8
2021-02-11bpf: Be less specific about socket cookies guaranteesFlorent Revest1-4/+4
2021-02-11perf symbols: Use (long) for iterator for bfd symbolsDmitry Safonov1-2/+1
2021-02-11perf annotate: Fix jump parsing for C++ code.Martin Liška2-0/+9
2021-02-11selftests/ftrace: Add '!event' synthetic event syntax checkTom Zanussi1-0/+4
2021-02-11selftests/ftrace: Update synthetic event syntax errorsTom Zanussi1-8/+27
2021-02-11perf tools: Replace lkml.org links with loreKees Cook2-2/+2
2021-02-11tools headers UAPI: Sync linux/prctl.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+3
2021-02-11selftests/bpf: Convert test_xdp_redirect.sh to bashBjörn Töpel1-7/+3
2021-02-11selftests/bpf: Add a test for map-in-map and per-cpu maps in sleepable progsAlexei Starovoitov1-0/+69
2021-02-11selftests/bpf: Improve recursion selftestAlexei Starovoitov1-0/+8
2021-02-11bpf: Count the number of times recursion was preventedAlexei Starovoitov2-0/+5
2021-02-11selftest/bpf: Add a recursion testAlexei Starovoitov2-0/+79
2021-02-11bpf: Add per-program recursion prevention mechanismAlexei Starovoitov2-4/+4
2021-02-11perf tests: Add daemon 'lock' testJiri Olsa1-0/+38
2021-02-11perf tests: Add daemon 'ping' command testJiri Olsa1-0/+40
2021-02-11perf tests: Add daemon 'signal' command testJiri Olsa1-0/+40
2021-02-11perf tests: Add daemon 'stop' command testJiri Olsa1-0/+54
2021-02-11perf tests: Add daemon reconfig testJiri Olsa1-0/+119
2021-02-11perf tests: Add daemon 'list' command testJiri Olsa1-0/+184
2021-02-11perf daemon: Add examples to man pageJiri Olsa1-0/+98
2021-02-11perf daemon: Add up time for daemon/session listJiri Olsa1-0/+20
2021-02-11perf daemon: Use control to stop sessionJiri Olsa1-10/+46
2021-02-11perf daemon: Add 'ping' commandJiri Olsa2-0/+157
2021-02-11perf daemon: Set control fifo for sessionJiri Olsa2-1/+28
2021-02-11perf daemon: Allow only one daemon over base directoryJiri Olsa2-1/+77
2021-02-11perf daemon: Add 'stop' commandJiri Olsa2-0/+35
2021-02-11perf daemon: Add 'signal' commandJiri Olsa2-7/+77
2021-02-11perf daemon: Add 'list' commandJiri Olsa1-3/+85
2021-02-11perf daemon: Add signalfd supportJiri Olsa1-6/+155
2021-02-11perf daemon: Add background supportJiri Olsa2-0/+66
2021-02-11perf daemon: Add config file change checkJiri Olsa1-3/+97
2021-02-11perf daemon: Add config file supportJiri Olsa3-2/+393
2021-02-11KVM: selftests: Don't bother mapping GVA for Xen shinfo testSean Christopherson1-4/+3
2021-02-11KVM: selftests: Fix hex vs. decimal snafu in Xen testSean Christopherson1-1/+1
2021-02-11KVM: selftests: Fix size of memslots created by Xen testsSean Christopherson2-4/+2
2021-02-11KVM: selftests: Ignore recently added Xen tests' build outputSean Christopherson1-0/+2
2021-02-11KVM: selftests: Add missing header file needed by xAPIC IPI testsPeter Shier1-0/+55
2021-02-11KVM: selftests: Add operand to vmsave/vmload/vmrun in svm.cRicardo Koller1-4/+4
2021-02-11perf daemon: Add client socket supportJiri Olsa1-0/+138
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller12-22/+1284
2021-02-10selftests/bpf: Simplify the calculation of variablesJiapeng Chong1-3/+3
2021-02-10selftests/bpf: Fix endianness issues in atomic testsIlya Leoshkevich3-3/+3
2021-02-10objtool: Support stack-swizzlePeter Zijlstra1-0/+45
2021-02-10objtool,x86: Additionally decode: mov %rsp, (%reg)Peter Zijlstra1-8/+34
2021-02-10x86/unwind/orc: Change REG_SP_INDIRECTPeter Zijlstra1-1/+1
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-9/+14
2021-02-10selftest/bpf: Add test for var-offset stack accessAndrei Matei2-0/+86
2021-02-10selftest/bpf: Verifier tests for var-off accessAndrei Matei1-2/+97