summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2021-11-01tools, build: Add RISC-V to HOSTARCH parsingBjörn Töpel
2021-11-01selftests, bpf: Add one test for sockmap with strparserLiu Jian
2021-11-01selftests, bpf: Fix test_txmsg_ingress_parser errorLiu Jian
2021-11-01selftests/bpf: Fix strobemeta selftest regressionAndrii Nakryiko
2021-11-01selftests: add amt interface selftest scriptTaehee Yoo
2021-11-01selftests: mptcp: more stable simult_flows testsPaolo Abeni
2021-11-01selftests: mptcp: fix proto type in link_failure testsGeliang Tang
2021-11-01selftests: udp: test for passing SO_MARK as cmsgJakub Kicinski
2021-10-31perf script: Fix PERF_SAMPLE_WEIGHT_STRUCT supportKan Liang
2021-10-31perf callchain: Fix compilation on powerpc with gcc11+Jiri Olsa
2021-10-31perf script: Check session->header.env.arch before using itSong Liu
2021-10-31perf build: Suppress 'rm dlfilter' build messageAdrian Hunter
2021-10-31Merge tag 'kvmarm-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2021-10-30selftests/x86/iopl: Adjust to the faked iopl CLI/STI usageBorislav Petkov
2021-10-29selftests/core: fix conflicting types compile error for close_range()Shuah Khan
2021-10-29kunit: tool: fix typecheck errors about loading qemu configsDaniel Latypov
2021-10-29selftests/bpf: Fix fclose/pclose mismatch in test_progsAndrea Righi
2021-10-29selftests: net: bridge: update IGMP/MLD membership interval valueNikolay Aleksandrov
2021-10-29selftests/net: update .gitignore with newly added testsShuah Khan
2021-10-28selftests: mlxsw: Test port shaperPetr Machata
2021-10-28selftests: mlxsw: Test offloadability of root TBFPetr Machata
2021-10-28tools/testing/selftests/vm/split_huge_page_test.c: fix application of sizeof ...David Yang
2021-10-28selftests/bpf: Fix memory leak in test_imaKumar Kartikeya Dwivedi
2021-10-28selftests/bpf: Fix fd cleanup in sk_lookup testKumar Kartikeya Dwivedi
2021-10-28selftests/bpf: Add weak/typeless ksym test for light skeletonKumar Kartikeya Dwivedi
2021-10-28libbpf: Use O_CLOEXEC uniformly when opening fdsKumar Kartikeya Dwivedi
2021-10-28libbpf: Ensure that BPF syscall fds are never 0, 1, or 2Kumar Kartikeya Dwivedi
2021-10-28libbpf: Add weak ksym support to gen_loaderKumar Kartikeya Dwivedi
2021-10-28libbpf: Add typeless ksym support to gen_loaderKumar Kartikeya Dwivedi
2021-10-28bpf: Add bpf_kallsyms_lookup_name helperKumar Kartikeya Dwivedi
2021-10-28objtool,x86: Replace alternatives with .retpoline_sitesPeter Zijlstra
2021-10-28objtool: Shrink struct instructionPeter Zijlstra
2021-10-28objtool: Explicitly avoid self modifying code in .altinstr_replacementPeter Zijlstra
2021-10-28objtool: Classify symbolsPeter Zijlstra
2021-10-28bpf/benchs: Add benchmarks for comparing hashmap lookups w/ vs. w/out bloom f...Joanne Koong
2021-10-28bpf/benchs: Add benchmark tests for bloom filter throughput + false positiveJoanne Koong
2021-10-28selftests/bpf: Add bloom filter map test casesJoanne Koong
2021-10-28libbpf: Add "map_extra" as a per-map-type extra flagJoanne Koong
2021-10-28bpf: Add bloom filter map implementationJoanne Koong
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-28selftests/x86/amx: Add context switch testChang S. Bae
2021-10-28selftests/x86/amx: Add test cases for AMX state managementChang S. Bae
2021-10-27selftests/bpf: Adding a namespace reset for tc_redirectYucong Sun
2021-10-27selftests/bpf: Fix attach_probe in parallel modeYucong Sun
2021-10-27selfetests/bpf: Update vmtest.sh defaultsYucong Sun
2021-10-27libbpf: Deprecate bpf_objects_listJoe Burton
2021-10-27selftests/powerpc: Use date instead of EPOCHSECONDS in mitigation-patching.shRussell Currey
2021-10-26selftests/ftrace: Stop tracing while reading the trace file by defaultMasami Hiramatsu
2021-10-26Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-10-26selftests/bpf: Use recv_timeout() instead of retriesYucong Sun