summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2024-03-07tools: ynl: check for overflow of constructed messagesJakub Kicinski-4/+68
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-21/+84
2024-03-07Merge tag 'net-6.8-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-11/+78
2024-03-07kselftest/arm64: Add 2023 DPISA hwcap test coverageMark Brown-0/+217
2024-03-07kselftest/arm64: Add basic FPMR testMark Brown-0/+83
2024-03-07kselftest/arm64: Handle FPMR context in generic signal frame parserMark Brown-0/+9
2024-03-06selftests/harness: Fix TEST_F()'s vfork handlingMickaël Salaün-23/+27
2024-03-06perf annotate: Add comments in the data structuresNamhyung Kim-7/+62
2024-03-06perf annotate: Remove sym_hist.addr[] arrayNamhyung Kim-34/+6
2024-03-06perf annotate: Calculate instruction overhead using hashmapNamhyung Kim-17/+52
2024-03-06perf annotate: Add a hashmap for symbol histogramNamhyung Kim-2/+42
2024-03-06selftests/bpf: Test cases for '?' in BTF namesEduard Zingerman-0/+29
2024-03-06selftests/bpf: Test case for SEC("?.struct_ops")Eduard Zingerman-6/+56
2024-03-06libbpf: Rewrite btf datasec names starting from '?'Eduard Zingerman-2/+41
2024-03-06libbpf: Struct_ops in SEC("?.struct_ops") / SEC("?.struct_ops.link")Eduard Zingerman-1/+14
2024-03-06libbpf: Replace elf_state->st_ops_* fields with SEC_ST_OPS sec_typeEduard Zingerman-29/+32
2024-03-06selftests/bpf: Verify struct_ops autoload/autocreate syncEduard Zingerman-4/+125
2024-03-06libbpf: Sync progs autoload with maps autocreate for struct_ops mapsEduard Zingerman-0/+43
2024-03-06selftests/bpf: Test autocreate behavior for struct_ops mapsEduard Zingerman-0/+118
2024-03-06selftests/bpf: Bad_struct_ops testEduard Zingerman-0/+88
2024-03-06selftests/bpf: Utility functions to capture libbpf log in test_progsEduard Zingerman-0/+62
2024-03-06selftests/bpf: Test struct_ops map definition with type suffixEduard Zingerman-10/+46
2024-03-06libbpf: Honor autocreate flag for struct_ops mapsEduard Zingerman-3/+15
2024-03-06libbpf: Tie struct_ops programs to kernel BTF ids, not to local idsEduard Zingerman-23/+26
2024-03-06libbpf: Allow version suffixes (___smth) for struct_ops typesEduard Zingerman-1/+5
2024-03-06selftests/bpf: Test may_gotoAlexei Starovoitov-3/+101
2024-03-06bpf: Add cond_break macroAlexei Starovoitov-0/+12
2024-03-06bpf: Introduce may_goto instructionAlexei Starovoitov-0/+5
2024-03-06KVM: selftests: Check that PV_UNHALT is cleared when HLT exiting is disabledVitaly Kuznetsov-0/+48
2024-03-06Fix cpupower-frequency-info.1 man page typoJan Kratochvil-1/+1
2024-03-07selftests/ftrace: Add test cases for entry args at function exitMasami Hiramatsu (Google)-0/+36
2024-03-07tracing/probes: Support $argN in return probe (kprobe and fprobe)Masami Hiramatsu (Google)-0/+6
2024-03-06KVM: riscv: selftests: Add Zacas extension to get-reg-list testAnup Patel-0/+4
2024-03-06KVM: riscv: selftests: Add Ztso extension to get-reg-list testAnup Patel-0/+4
2024-03-06KVM: riscv: selftests: Add sstc timer testHaibo Xu-10/+210
2024-03-06KVM: riscv: selftests: Change vcpu_has_ext to a common functionHaibo Xu-10/+13
2024-03-06KVM: riscv: selftests: Add guest helper to get vcpu idHaibo Xu-4/+10
2024-03-06KVM: riscv: selftests: Add exception handling supportHaibo Xu-0/+221
2024-03-06tools: ynl: add --dbg-small-recv for easier kernel testingJakub Kicinski-1/+6
2024-03-06tools: ynl: support debug printing messagesJakub Kicinski-0/+15
2024-03-06tools: ynl: allow setting recv() sizeJakub Kicinski-3/+18
2024-03-06tools: ynl: move the new line in NlMsg __repr__Jakub Kicinski-3/+3
2024-03-06tools: ynl: remove __pycache__ during cleanJakub Kicinski-0/+1
2024-03-06tools: ynl: add distclean to .PHONY in all makefilesJakub Kicinski-3/+3
2024-03-06tools: ynl: rename make hardclean -> distcleanJakub Kicinski-5/+5
2024-03-05selftests: avoid using SKIP(exit()) in harness fixure setupJakub Kicinski-4/+4
2024-03-05selftests/bpf: Fix up xdp bonding test wrt feature flagsDaniel Borkmann-2/+2
2024-03-05selftests/bpf: test case for callback_depth states pruning logicEduard Zingerman-0/+70
2024-03-05selftests/exec: Perform script checks with /bin/bashKees Cook-1/+1
2024-03-05KVM: selftests: Explicitly close guest_memfd files in some gmem testsDongli Zhang-0/+5