summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-01libbpf: Convert st_ops->data to shadow type.Kui-Feng Lee1-2/+38
2024-03-01libbpf: Set btf_value_type_id of struct bpf_map for struct_ops.Kui-Feng Lee1-0/+5
2024-03-01bpf: Replace bpf_lpm_trie_key 0-length array with flexible arrayKees Cook8-25/+59
2024-02-29Merge branch 'bpf-arm64-use-bpf-prog-pack-allocator-in-bpf-jit'Alexei Starovoitov3-24/+192
2024-02-29bpf, arm64: use bpf_prog_pack for memory managementPuranjay Mohan1-24/+115
2024-02-29arm64: patching: implement text_poke APIPuranjay Mohan2-0/+77
2024-02-28Merge branch 'bpf-arm64-support-exceptions'Alexei Starovoitov3-20/+94
2024-02-28bpf, arm64: support exceptionsPuranjay Mohan2-20/+68
2024-02-28arm64: stacktrace: Implement arch_bpf_stack_walk() for the BPF JITPuranjay Mohan1-0/+26
2024-02-23bpf: add is_async_callback_calling_insn() helperBenjamin Tissoires1-4/+7
2024-02-23bpf: introduce in_sleepable() helperBenjamin Tissoires1-6/+11
2024-02-23bpf: allow more maps in sleepable bpf programsBenjamin Tissoires1-0/+2
2024-02-22Merge branch 'Check cfi_stubs before registering a struct_ops type.'Martin KaFai Lau7-3/+156
2024-02-22selftests/bpf: Test case for lacking CFI stub functions.Kui-Feng Lee6-3/+151
2024-02-22bpf: Check cfi_stubs before registering a struct_ops type.Kui-Feng Lee1-0/+5
2024-02-22bpf: Clarify batch lookup/lookup_and_delete semanticsMartin Kelly3-7/+22
2024-02-22bpf, docs: specify which BPF_ABS and BPF_IND fields were zeroDave Thaler1-3/+4
2024-02-22bpf, docs: Fix typos in instruction-set.rstDave Thaler1-37/+37
2024-02-22Merge branch 'selftests-bpf-reduce-tcp_custom_syncookie-verification-complexity'Alexei Starovoitov1-30/+53
2024-02-22selftests/bpf: update tcp_custom_syncookie to use scalar packet offsetEduard Zingerman1-30/+53
2024-02-22bpf: Shrink size of struct bpf_map/bpf_array.Alexei Starovoitov1-9/+3
2024-02-22selftests/bpf: Remove intermediate test files.Alexei Starovoitov1-0/+3
2024-02-16selftests/bpf: Remove empty TEST_CUSTOM_PROGSMarcos Paulo de Souza1-3/+2
2024-02-16bpf: Fix test verif_scale_strobemeta_subprogs failure due to llvm19Yonghong Song3-9/+21
2024-02-16bpf: improve duplicate source code line detectionAndrii Nakryiko1-2/+15
2024-02-15bpf: Use O(log(N)) binary search to find line info recordAndrii Nakryiko1-5/+25
2024-02-14libbpf: Make remark about zero-initializing bpf_*_info structsMatt Bobrowski1-5/+17
2024-02-14bpf: emit source code file name and line number in verifier logAndrii Nakryiko2-5/+14
2024-02-14Merge branch 'fix-global-subprog-ptr_to_ctx-arg-handling'Alexei Starovoitov5-24/+88
2024-02-14selftests/bpf: add anonymous user struct as global subprog arg testAndrii Nakryiko1-0/+29
2024-02-14bpf: don't infer PTR_TO_CTX for programs with unnamed context typeAndrii Nakryiko2-0/+22
2024-02-14bpf: handle bpf_user_pt_regs_t typedef explicitly for PTR_TO_CTX global argAndrii Nakryiko1-0/+15
2024-02-14bpf: simplify btf_get_prog_ctx_type() into btf_is_prog_ctx_type()Andrii Nakryiko3-24/+22
2024-02-14bpf: remove check in __cgroup_bpf_run_filter_skbOliver Crumrine2-4/+2
2024-02-14Merge branch 'Support PTR_MAYBE_NULL for struct_ops arguments.'Martin KaFai Lau10-42/+406
2024-02-14selftests/bpf: Test PTR_MAYBE_NULL arguments of struct_ops operators.Kui-Feng Lee5-1/+115
2024-02-14bpf: Create argument information for nullable arguments.Kui-Feng Lee5-12/+257
2024-02-14bpf: Move __kfunc_param_match_suffix() to btf.c.Kui-Feng Lee3-28/+32
2024-02-14bpf: add btf pointer to struct bpf_ctx_arg_aux.Kui-Feng Lee2-1/+2
2024-02-14bpf, docs: Update ISA document titleDave Thaler1-4/+4
2024-02-13libbpf: Add support to GCC in CORE macro definitionsCupertino Miranda1-7/+38
2024-02-13bpf: Abstract loop unrolling pragmas in BPF selftestsJose E. Marchesi19-42/+102
2024-02-13selftests/bpf: Ensure fentry prog cannot attach to bpf_spin_{lock,unlcok}()Yonghong Song2-0/+57
2024-02-13bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctlyYonghong Song2-11/+14
2024-02-13bpf: Have bpf_rdonly_cast() take a const pointerDaniel Xu1-2/+2
2024-02-12bpf: Allow compiler to inline most of bpf_local_storage_lookup()Marco Elver5-90/+41
2024-02-08Merge branch 'bpf, btf: Add DEBUG_INFO_BTF checks for __register_bpf_struct_ops'Martin KaFai Lau1-21/+18
2024-02-08bpf, btf: Check btf for register_bpf_struct_opsGeliang Tang1-1/+3
2024-02-08bpf, btf: Add check_btf_kconfigs helperGeliang Tang1-18/+15
2024-02-08bpf, btf: Fix return value of register_btf_id_dtor_kfuncsGeliang Tang1-4/+2