summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
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-28perf test sample-parsing: Add endian test for struct branch_flagsMadhavan Srinivasan
2021-10-28perf evsel: Add bitfield_swap() to handle branch_stack endian issueMadhavan Srinivasan
2021-10-28perf script: Support instruction latencyKan Liang
2021-10-27perf script: Show binary offsets for userspace addrLexi Shao
2021-10-27perf bench futex: Add support for 32-bit systems with 64-bit time_tAlistair Francis
2021-10-27perf bench futex: Call the futex syscall from a functionAlistair Francis
2021-10-27perf intel-pt: Support itrace d+o option to direct debug log to stdoutAdrian Hunter
2021-10-27perf auxtrace: Add itrace d+o option to direct debug log to stdoutAdrian Hunter
2021-10-27perf dlfilter: Add dlfilter-show-cyclesAdrian Hunter
2021-10-27perf intel-pt: Support itrace A option to approximate IPCAdrian Hunter
2021-10-27perf auxtrace: Add itrace A option to approximate IPCAdrian Hunter
2021-10-27perf auxtrace: Add missing Z option to ITRACE_HELPAdrian Hunter
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
2021-10-26tools build: Drop needless slang include path in test-allJohn Keeping
2021-10-26perf tests: Improve temp file cleanup in test_arm_coresight.shJames Clark
2021-10-26perf tests: Fix trace+probe_vfs_getname.sh /tmp cleanupJames Clark
2021-10-26perf test: Fix record+script_probe_vfs_getname.sh /tmp cleanupJames Clark
2021-10-26Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2021-10-26selftests: mlxsw: Remove deprecated test casesDanielle Ratson
2021-10-26selftests: Add an occupancy test for RIF MAC profilesDanielle Ratson
2021-10-26selftests: mlxsw: Add forwarding test for RIF MAC profilesDanielle Ratson
2021-10-26selftests: mlxsw: Add a scale test for RIF MAC profilesDanielle Ratson
2021-10-25selftests/bpf: Guess function end for test_get_branch_snapshotSong Liu