summary refs log tree commit diff
path: root/tools
AgeCommit message (Expand)Author
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-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-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
2021-10-25selftests/bpf: Skip all serial_test_get_branch_snapshot in vmSong Liu
2021-10-25selftests/bpf: Fix test_core_reloc_mods on big-endian machinesIlya Leoshkevich
2021-10-25selftests/seccomp: Use __BYTE_ORDER__Ilya Leoshkevich
2021-10-25selftests/bpf: Use __BYTE_ORDER__Ilya Leoshkevich
2021-10-25libbpf: Use __BYTE_ORDER__Ilya Leoshkevich
2021-10-25libbpf: Fix endianness detection in BPF_CORE_READ_BITFIELD_PROBED()Ilya Leoshkevich
2021-10-25tools/latency-collector: Use correct size when writing queue_full_warningViktor Rosendahl
2021-10-25libbpf: Deprecate ambiguously-named bpf_program__size() APIAndrii Nakryiko
2021-10-25libbpf: Deprecate multi-instance bpf_program APIsAndrii Nakryiko
2021-10-25libbpf: Add ability to fetch bpf_program's underlying instructionsAndrii Nakryiko
2021-10-25libbpf: Fix off-by-one bug in bpf_core_apply_relo()Andrii Nakryiko
2021-10-25bpftool: Switch to libbpf's hashmap for PIDs/names referencesQuentin Monnet
2021-10-25bpftool: Switch to libbpf's hashmap for programs/maps in BTF listingQuentin Monnet
2021-10-25bpftool: Switch to libbpf's hashmap for pinned paths of BPF objectsQuentin Monnet
2021-10-25bpftool: Do not expose and init hash maps for pinned path in main.cQuentin Monnet
2021-10-25bpftool: Remove Makefile dep. on $(LIBBPF) for $(LIBBPF_INTERNAL_HDRS)Quentin Monnet
2021-10-25selftests/bpf: Split out bpf_verif_scale selftests into multiple testsAndrii Nakryiko
2021-10-25selftests/bpf: Mark tc_redirect selftest as serialAndrii Nakryiko
2021-10-25selftests/bpf: Support multiple tests per fileAndrii Nakryiko
2021-10-25selftests/bpf: Normalize selftest entry pointsAndrii Nakryiko