aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2021-10-29kunit: tool: fix typecheck errors about loading qemu configsDaniel Latypov1-6/+9
2021-10-29selftests/bpf: Fix fclose/pclose mismatch in test_progsAndrea Righi1-2/+2
2021-10-29selftests: net: bridge: update IGMP/MLD membership interval valueNikolay Aleksandrov2-6/+18
2021-10-29selftests/net: update .gitignore with newly added testsShuah Khan1-0/+4
2021-10-28selftests: mlxsw: Test port shaperPetr Machata1-0/+28
2021-10-28selftests: mlxsw: Test offloadability of root TBFPetr Machata1-0/+14
2021-10-28tools/testing/selftests/vm/split_huge_page_test.c: fix application of sizeof ...David Yang1-1/+1
2021-10-28selftests/bpf: Fix memory leak in test_imaKumar Kartikeya Dwivedi1-1/+2
2021-10-28selftests/bpf: Fix fd cleanup in sk_lookup testKumar Kartikeya Dwivedi1-2/+2
2021-10-28selftests/bpf: Add weak/typeless ksym test for light skeletonKumar Kartikeya Dwivedi15-107/+142
2021-10-28libbpf: Use O_CLOEXEC uniformly when opening fdsKumar Kartikeya Dwivedi5-10/+10
2021-10-28libbpf: Ensure that BPF syscall fds are never 0, 1, or 2Kumar Kartikeya Dwivedi2-13/+46
2021-10-28libbpf: Add weak ksym support to gen_loaderKumar Kartikeya Dwivedi1-3/+32
2021-10-28libbpf: Add typeless ksym support to gen_loaderKumar Kartikeya Dwivedi3-23/+99
2021-10-28bpf: Add bpf_kallsyms_lookup_name helperKumar Kartikeya Dwivedi1-0/+16
2021-10-28objtool,x86: Replace alternatives with .retpoline_sitesPeter Zijlstra5-252/+93
2021-10-28objtool: Shrink struct instructionPeter Zijlstra2-4/+3
2021-10-28objtool: Explicitly avoid self modifying code in .altinstr_replacementPeter Zijlstra1-11/+31
2021-10-28objtool: Classify symbolsPeter Zijlstra2-14/+27
2021-10-28bpf/benchs: Add benchmarks for comparing hashmap lookups w/ vs. w/out bloom f...Joanne Koong4-5/+104
2021-10-28bpf/benchs: Add benchmark tests for bloom filter throughput + false positiveJoanne Koong8-30/+695
2021-10-28selftests/bpf: Add bloom filter map test casesJoanne Koong2-0/+286
2021-10-28libbpf: Add "map_extra" as a per-map-type extra flagJoanne Koong7-9/+91
2021-10-28bpf: Add bloom filter map implementationJoanne Koong1-0/+9
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-55/+23
2021-10-28selftests/x86/amx: Add context switch testChang S. Bae1-3/+157
2021-10-28selftests/x86/amx: Add test cases for AMX state managementChang S. Bae2-1/+698
2021-10-28perf test sample-parsing: Add endian test for struct branch_flagsMadhavan Srinivasan1-5/+38
2021-10-28perf evsel: Add bitfield_swap() to handle branch_stack endian issueMadhavan Srinivasan2-2/+88
2021-10-28perf script: Support instruction latencyKan Liang2-3/+13
2021-10-27perf script: Show binary offsets for userspace addrLexi Shao1-3/+9
2021-10-27perf bench futex: Add support for 32-bit systems with 64-bit time_tAlistair Francis1-3/+40
2021-10-27perf bench futex: Call the futex syscall from a functionAlistair Francis1-17/+26
2021-10-27perf intel-pt: Support itrace d+o option to direct debug log to stdoutAdrian Hunter3-6/+8
2021-10-27perf auxtrace: Add itrace d+o option to direct debug log to stdoutAdrian Hunter2-0/+3
2021-10-27perf dlfilter: Add dlfilter-show-cyclesAdrian Hunter3-2/+163
2021-10-27perf intel-pt: Support itrace A option to approximate IPCAdrian Hunter4-4/+24
2021-10-27perf auxtrace: Add itrace A option to approximate IPCAdrian Hunter3-0/+7
2021-10-27perf auxtrace: Add missing Z option to ITRACE_HELPAdrian Hunter1-0/+1
2021-10-27selftests/bpf: Adding a namespace reset for tc_redirectYucong Sun1-0/+14
2021-10-27selftests/bpf: Fix attach_probe in parallel modeYucong Sun1-2/+7
2021-10-27selfetests/bpf: Update vmtest.sh defaultsYucong Sun1-3/+3
2021-10-27libbpf: Deprecate bpf_objects_listJoe Burton3-2/+15
2021-10-27selftests/powerpc: Use date instead of EPOCHSECONDS in mitigation-patching.shRussell Currey1-2/+2
2021-10-26selftests/ftrace: Stop tracing while reading the trace file by defaultMasami Hiramatsu2-1/+13
2021-10-26Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-55/+20
2021-10-26selftests/bpf: Use recv_timeout() instead of retriesYucong Sun1-55/+20
2021-10-26tools build: Drop needless slang include path in test-allJohn Keeping1-1/+1
2021-10-26perf tests: Improve temp file cleanup in test_arm_coresight.shJames Clark1-3/+8
2021-10-26perf tests: Fix trace+probe_vfs_getname.sh /tmp cleanupJames Clark1-2/+2