summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-03-07selftests: mptcp: add mptcp_lib_events helperGeliang Tang
2024-03-07selftests: mptcp: more operations in ns_init/exitGeliang Tang
2024-03-07selftests: mptcp: add mptcp_lib_ns_init/exit helpersGeliang Tang
2024-03-07selftests: mptcp: add local variables rndhGeliang Tang
2024-03-07selftests: mptcp: add mptcp_lib_check_tools helperGeliang Tang
2024-03-07selftests: mptcp: stop forcing iptables-legacyMatthieu Baerts (NGI0)
2024-03-07selftests/net: fix waiting time for ipv6_gc test in fib_tests.sh.Kui-Feng Lee
2024-03-07tools/net/ynl: Add nest-type-value decodingDonald Hunter
2024-03-07tools/net/ynl: Fix c codegen for array-nestDonald Hunter
2024-03-07tools/net/ynl: Report netlink errors without stacktraceDonald Hunter
2024-03-07tools/net/ynl: Fix extack decoding for netlink-rawDonald Hunter
2024-03-07bpftool: rename is_internal_mmapable_map into is_mmapable_mapAndrii Nakryiko
2024-03-07libbpf: Allow specifying 64-bit integers in map BTF.Alexei Starovoitov
2024-03-07Merge tag 'linux-cpupower-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kern...Rafael J. Wysocki
2024-03-07Merge branches 'for-next/reorg-va-space', 'for-next/rust-for-arm64', 'for-nex...Catalin Marinas
2024-03-07tools: ynl: check for overflow of constructed messagesJakub Kicinski
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-07Merge tag 'net-6.8-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-03-07kselftest/arm64: Add 2023 DPISA hwcap test coverageMark Brown
2024-03-07kselftest/arm64: Add basic FPMR testMark Brown
2024-03-07kselftest/arm64: Handle FPMR context in generic signal frame parserMark Brown
2024-03-06selftests/harness: Fix TEST_F()'s vfork handlingMickaël Salaün
2024-03-06perf annotate: Add comments in the data structuresNamhyung Kim
2024-03-06perf annotate: Remove sym_hist.addr[] arrayNamhyung Kim
2024-03-06perf annotate: Calculate instruction overhead using hashmapNamhyung Kim
2024-03-06perf annotate: Add a hashmap for symbol histogramNamhyung Kim
2024-03-06selftests/bpf: Test cases for '?' in BTF namesEduard Zingerman
2024-03-06selftests/bpf: Test case for SEC("?.struct_ops")Eduard Zingerman
2024-03-06libbpf: Rewrite btf datasec names starting from '?'Eduard Zingerman
2024-03-06libbpf: Struct_ops in SEC("?.struct_ops") / SEC("?.struct_ops.link")Eduard Zingerman
2024-03-06libbpf: Replace elf_state->st_ops_* fields with SEC_ST_OPS sec_typeEduard Zingerman
2024-03-06selftests/bpf: Verify struct_ops autoload/autocreate syncEduard Zingerman
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-06KVM: selftests: Check that PV_UNHALT is cleared when HLT exiting is disabledVitaly Kuznetsov
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