summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-03-06libbpf: Sync progs autoload with maps autocreate for struct_ops mapsEduard Zingerman
2024-03-06selftests/bpf: Test autocreate behavior for struct_ops mapsEduard Zingerman
2024-03-06selftests/bpf: Bad_struct_ops testEduard Zingerman
2024-03-06selftests/bpf: Utility functions to capture libbpf log in test_progsEduard Zingerman
2024-03-06selftests/bpf: Test struct_ops map definition with type suffixEduard Zingerman
2024-03-06libbpf: Honor autocreate flag for struct_ops mapsEduard Zingerman
2024-03-06libbpf: Tie struct_ops programs to kernel BTF ids, not to local idsEduard Zingerman
2024-03-06libbpf: Allow version suffixes (___smth) for struct_ops typesEduard Zingerman
2024-03-06selftests/bpf: Test may_gotoAlexei Starovoitov
2024-03-06bpf: Add cond_break macroAlexei Starovoitov
2024-03-06bpf: Introduce may_goto instructionAlexei Starovoitov
2024-03-06Fix cpupower-frequency-info.1 man page typoJan Kratochvil
2024-03-07selftests/ftrace: Add test cases for entry args at function exitMasami Hiramatsu (Google)
2024-03-07tracing/probes: Support $argN in return probe (kprobe and fprobe)Masami Hiramatsu (Google)
2024-03-06KVM: riscv: selftests: Add Zacas extension to get-reg-list testAnup Patel
2024-03-06KVM: riscv: selftests: Add Ztso extension to get-reg-list testAnup Patel
2024-03-06KVM: riscv: selftests: Add sstc timer testHaibo Xu
2024-03-06KVM: riscv: selftests: Change vcpu_has_ext to a common functionHaibo Xu
2024-03-06KVM: riscv: selftests: Add guest helper to get vcpu idHaibo Xu
2024-03-06KVM: riscv: selftests: Add exception handling supportHaibo Xu
2024-03-06tools: ynl: add --dbg-small-recv for easier kernel testingJakub Kicinski
2024-03-06tools: ynl: support debug printing messagesJakub Kicinski
2024-03-06tools: ynl: allow setting recv() sizeJakub Kicinski
2024-03-06tools: ynl: move the new line in NlMsg __repr__Jakub Kicinski
2024-03-06tools: ynl: remove __pycache__ during cleanJakub Kicinski
2024-03-06tools: ynl: add distclean to .PHONY in all makefilesJakub Kicinski
2024-03-06tools: ynl: rename make hardclean -> distcleanJakub Kicinski
2024-03-05selftests: avoid using SKIP(exit()) in harness fixure setupJakub Kicinski
2024-03-05selftests/bpf: Fix up xdp bonding test wrt feature flagsDaniel Borkmann
2024-03-05selftests/bpf: test case for callback_depth states pruning logicEduard Zingerman
2024-03-05selftests/exec: Perform script checks with /bin/bashKees Cook
2024-03-05KVM: selftests: Explicitly close guest_memfd files in some gmem testsDongli Zhang
2024-03-05selftest: gpio: remove obsolete gpio-mockup testKent Gibson
2024-03-05selftests/powerpc: Fix load_unaligned_zeropad build failureMichael Ellerman
2024-03-05selftests: forwarding: Make {, ip6}gre-inner-v6-multipath tests more robustIdo Schimmel
2024-03-05selftests: forwarding: Make VXLAN ECN encap tests more robustIdo Schimmel
2024-03-05selftests: forwarding: Make vxlan-bridge-1q pass on debug kernelsIdo Schimmel
2024-03-05selftests: forwarding: Make tc-police pass on debug kernelsIdo Schimmel
2024-03-05selftests: forwarding: Parametrize mausezahn delayIdo Schimmel
2024-03-05selftests: forwarding: Remove IPv6 L3 multipath hash testsIdo Schimmel
2024-03-05tools: virtio: introduce vhost_net_testYunsheng Lin
2024-03-05slab: remove PARTIAL_NODE slab_stateChengming Zhou
2024-03-04selftests/tc-testing: require an up to date iproute2 for blockcast testsPedro Tammela
2024-03-04selftests: net: Correct couple of spelling mistakesPrabhav Kumar Vaish
2024-03-04mm: huge_memory: enable debugfs to split huge pages to any orderZi Yan
2024-03-04selftests: damon: add access_memory to .gitignoreJavier Carrasco
2024-03-04selftest: damon: fix minor typos in test logsVincenzo Mezzela
2024-03-04selftests/bpf: Test struct_ops maps with a large number of struct_ops program.Kui-Feng Lee
2024-03-04kselftest: Add basic test for probing the rust sample modulesLaura Nao
2024-03-04selftests/bpf: xdp_hw_metadata reduce sleep intervalSong Yoong Siang