summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-09-19perf annotate bpf: Don't enclose non-debug code with an assert()Arnaldo Carvalho de Melo1-3/+7
2023-09-19selftests/bpf: Clean up fmod_ret in bench_rename test scriptYipeng Zou1-1/+1
2023-09-19selftests/bpf: fix static assert compilation issue for test_cls_*.cAlan Maguire1-0/+9
2023-09-19bpftool: Use a local bpf_perf_event_value to fix accessing its fieldsAlexander Lobakin1-10/+17
2023-09-19selftests/resctrl: Close perf value read fd on errorsIlpo Järvinen1-7/+11
2023-09-19selftests/resctrl: Unmount resctrl FS if child fails to run benchmarkIlpo Järvinen1-0/+1
2023-09-19selftests/resctrl: Don't leak buffer in fill_cache()Ilpo Järvinen1-1/+2
2023-09-19selftests/harness: Actually report SKIP for signal testsKees Cook1-6/+5
2023-09-19vmbus_testing: fix wrong python syntax for integer value comparisonAni Sinha1-2/+2
2023-08-30objtool/x86: Fix SRSO messPeter Zijlstra4-5/+30
2023-08-26objtool/x86: Fixup frame-pointer vs rethunkPeter Zijlstra1-6/+11
2023-08-26x86/retpoline,kprobes: Fix position of thunk sections with CONFIG_LTO_CLANGPetr Pavlu1-1/+1
2023-08-26x86/cpu: Rename original retbleed methodsPeter Zijlstra2-2/+2
2023-08-26x86/cpu: Clean up SRSO return thunk messPeter Zijlstra1-1/+1
2023-08-26x86/ibt: Add ANNOTATE_NOENDBRPeter Zijlstra1-0/+16
2023-08-26objtool: Add frame-pointer-specific function ignoreJosh Poimboeuf1-0/+12
2023-08-26selftests: mirror_gre_changes: Tighten up the TTL test matchPetr Machata1-1/+2
2023-08-16selftests: forwarding: tc_flower: Relax success criterionIdo Schimmel1-4/+4
2023-08-16selftests: forwarding: Switch off timeoutIdo Schimmel1-0/+1
2023-08-16selftests: forwarding: Skip test when no interfaces are specifiedIdo Schimmel1-0/+5
2023-08-16selftests: forwarding: ethtool_extended_state: Skip when using veth pairsIdo Schimmel1-0/+2
2023-08-16selftests: forwarding: ethtool: Skip when using veth pairsIdo Schimmel1-0/+2
2023-08-16selftests: forwarding: Add a helper to skip test when using veth pairsIdo Schimmel1-0/+11
2023-08-16selftests/rseq: Fix build with undefined __weakMark Brown2-1/+5
2023-08-16radix tree test suite: fix incorrect allocation size for pthreadsColin Ian King1-1/+1
2023-08-16selftests/bpf: Fix sk_assign on s390xIlya Leoshkevich3-6/+33
2023-08-16selftests/bpf: Workaround verification failure for fexit_bpf2bpf/func_replace...Yonghong Song1-1/+1
2023-08-16selftests/bpf: make test_align selftest more robustAndrii Nakryiko1-13/+23
2023-08-11selftests/rseq: Play nice with binaries statically linked against glibc 2.35+Sean Christopherson1-6/+22
2023-08-11selftests/rseq: check if libc rseq support is registeredMichael Jeanson1-1/+2
2023-08-11perf test uprobe_from_different_cu: Skip if there is no gccGeorg Müller1-1/+7
2023-08-11selftests: mptcp: depend on SYN_COOKIESMatthieu Baerts1-0/+1
2023-08-08x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)1-1/+4
2023-08-08x86/bugs: Increase the x86 bugs vector size to two u32sBorislav Petkov (AMD)1-1/+1
2023-08-08tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo1-5/+13
2023-08-08x86/cpufeatures: Assign dedicated feature word for CPUID_0x8000001F[EAX]Sean Christopherson2-2/+4
2023-07-27selftests: tc: add 'ct' action kconfig depMatthieu Baerts1-0/+1
2023-07-27selftests: tc: set timeout to 15 minutesMatthieu Baerts1-0/+1
2023-07-27perf probe: Add test for regression introduced by switch to die_get_decl_file()Georg Müller1-0/+77
2023-07-27wireguard: netlink: send staged packets when setting initial private keyJason A. Donenfeld1-4/+26
2023-07-27selftests/bpf: Add verifier test for PTR_TO_MEM spillGilad Reti2-1/+41
2023-07-27perf dwarf-aux: Fix off-by-one in die_get_varname()Namhyung Kim1-1/+1
2023-07-27perf script: Fix allocation of evsel->priv related to per-event dump filesArnaldo Carvalho de Melo1-8/+8
2023-07-27perf script: Fixup 'struct evsel_script' method prefixArnaldo Carvalho de Melo1-10/+8
2023-07-27perf bench: Add missing setlocale() call to allow usage of %'d style formattingArnaldo Carvalho de Melo1-0/+2
2023-07-27perf bench: Use unbuffered output when pipe/tee'ing to a fileSohaib Mohamed2-2/+6
2023-07-27selftests: rtnetlink: remove netdevsim device after ipsec offload testSabrina Dubroca1-0/+1
2023-07-27bpftool: JIT limited misreported as negative value on aarch64Alan Maguire1-12/+12
2023-07-27libbpf: fix offsetof() and container_of() to work with CO-REAndrii Nakryiko1-5/+10
2023-07-27bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev7-3/+409