aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2020-05-01bpf: Sharing bpf runtime stats with BPF_ENABLE_STATSSong Liu1-0/+11
2020-05-01selftests: fix kvm relocatable native/cross builds and installsShuah Khan1-1/+28
2020-05-01selftests/ftrace: Make XFAIL green colorMasami Hiramatsu1-1/+1
2020-05-01ftrace/selftest: make unresolved cases cause failure if --fail-unresolved setAlan Maguire1-1/+7
2020-05-01ftrace/selftests: workaround cgroup RT scheduling issuesAlan Maguire1-0/+22
2020-04-30Merge tag 'linux-kselftest-5.7-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds19-40/+315
2020-04-30iocost_monitor: drop string wrap around numbers when outputting jsonTejun Heo1-21/+21
2020-04-30iocost_monitor: exit successfully if interval is zeroTejun Heo1-1/+5
2020-04-30objtool: Add support for intra-function callsAlexandre Chartre3-4/+91
2020-04-30objtool: Move the IRET hack into the arch decoderMiroslav Benes5-25/+21
2020-04-30objtool: Remove INSN_STACKPeter Zijlstra3-27/+0
2020-04-30objtool: Make handle_insn_ops() unconditionalPeter Zijlstra1-5/+3
2020-04-30objtool: Rework allocating stack_ops on decodePeter Zijlstra1-104/+147
2020-04-30objtool: UNWIND_HINT_RET_OFFSET should not check registersAlexandre Chartre1-0/+8
2020-04-30objtool: is_fentry_call() crashes if call has no destinationAlexandre Chartre1-1/+1
2020-04-30objtool: Fix ORC vs alternativesPeter Zijlstra2-1/+40
2020-04-30objtool: Uniquely identify alternative instruction groupsAlexandre Chartre2-2/+7
2020-04-30objtool: Remove check preventing branches within alternativeJulien Thierry1-6/+0
2020-04-30Merge branch 'x86/asm' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/t...Will Deacon1-1/+0
2020-04-30selftests/bpf: Test allowed maps for bpf_sk_select_reuseportJakub Sitnicki2-1/+56
2020-04-30libbpf: Fix false uninitialized variable warningAndrii Nakryiko1-1/+1
2020-04-30perf vendor events power9: Add hv_24x7 socket/chip level metric eventsKajol Jain1-0/+19
2020-04-30perf tools: Enable Hz/hz prinitg for --metric-only optionKajol Jain1-2/+0
2020-04-30perf tests expr: Added test for runtime param in metric expressionKajol Jain1-0/+8
2020-04-30perf metricgroups: Enhance JSON/metric infrastructure to handle "?"Kajol Jain8-27/+79
2020-04-30perf pmu: Fix function name in comment, its get_cpuid_str(), not get_cpustr()Shaokun Zhang1-1/+1
2020-04-30perf report: Fix warning assignment of 0/1 to bool variableZou Wei1-1/+1
2020-04-30perf tools: Remove unneeded semicolonsZou Wei7-7/+7
2020-04-30perf c2c: Remove unneeded semicolonZou Wei1-3/+3
2020-04-30libtraceevent: Remove unneeded semicolonZou Wei1-1/+1
2020-04-30perf script: Remove extraneous newline in perf_sample__fprintf_regs()Stephane Eranian1-2/+0
2020-04-30perf synthetic events: Remove use of sscanf from /proc readingIan Rogers1-52/+105
2020-04-30tools api: Add a lightweight buffered reading apiIan Rogers5-0/+422
2020-04-30perf bench: Add a multi-threaded synthesize benchmarkIan Rogers1-25/+186
2020-04-29selftests/bpf: Use SOCKMAP for server sockets in bpf_sk_assign testJakub Sitnicki3-52/+53
2020-04-29selftests/bpf: Test that lookup on SOCKMAP/SOCKHASH is allowedJakub Sitnicki2-30/+70
2020-04-29tools: bpftool: Make libcap dependency optionalQuentin Monnet3-5/+38
2020-04-29tools: bpftool: Allow unprivileged users to probe featuresQuentin Monnet4-16/+100
2020-04-29tools: bpftool: For "feature probe" define "full_mode" bool as globalQuentin Monnet1-8/+7
2020-04-28selftests/bpf: Add runqslower binary to .gitignoreAndrii Nakryiko1-1/+1
2020-04-28selftests/bpf: Fix bpf_link leak in ns_current_pid_tgid selftestAndrii Nakryiko1-4/+1
2020-04-28selftests/bpf: Disable ASAN instrumentation for mmap()'ed memory readAndrii Nakryiko1-0/+5
2020-04-28libbpf: Fix huge memory leak in libbpf_find_vmlinux_btf_id()Andrii Nakryiko1-1/+4
2020-04-28selftests/bpf: Fix invalid memory reads in core_relo selftestAndrii Nakryiko1-1/+1
2020-04-28selftests/bpf: Fix memory leak in extract_build_id()Andrii Nakryiko1-0/+1
2020-04-28selftests/bpf: Fix memory leak in test selectorAndrii Nakryiko1-4/+16
2020-04-28libbpf: Fix memory leak and possible double-free in hashmap__clearAndrii Nakryiko1-0/+7
2020-04-28selftests/bpf: Convert test_hashmap into test_progs testAndrii Nakryiko3-144/+140
2020-04-28selftests/bpf: Add SAN_CFLAGS param to selftests build to allow sanitizersAndrii Nakryiko1-3/+4
2020-04-28selftests/bpf: Ensure test flavors use correct skeletonsAndrii Nakryiko1-1/+1