| Age | Commit message (Expand) | Author |
| 2024-02-22 | bpf: allow more maps in sleepable bpf programs | Benjamin Tissoires |
| 2024-02-22 | Merge branch 'Check cfi_stubs before registering a struct_ops type.' | Martin KaFai Lau |
| 2024-02-22 | selftests/bpf: Test case for lacking CFI stub functions. | Kui-Feng Lee |
| 2024-02-22 | bpf: Check cfi_stubs before registering a struct_ops type. | Kui-Feng Lee |
| 2024-02-22 | bpf: Clarify batch lookup/lookup_and_delete semantics | Martin Kelly |
| 2024-02-22 | bpf, docs: specify which BPF_ABS and BPF_IND fields were zero | Dave Thaler |
| 2024-02-22 | bpf, docs: Fix typos in instruction-set.rst | Dave Thaler |
| 2024-02-22 | Merge branch 'selftests-bpf-reduce-tcp_custom_syncookie-verification-complexity' | Alexei Starovoitov |
| 2024-02-22 | selftests/bpf: update tcp_custom_syncookie to use scalar packet offset | Eduard Zingerman |
| 2024-02-21 | bpf: Shrink size of struct bpf_map/bpf_array. | Alexei Starovoitov |
| 2024-02-21 | selftests/bpf: Remove intermediate test files. | Alexei Starovoitov |
| 2024-02-16 | selftests/bpf: Remove empty TEST_CUSTOM_PROGS | Marcos Paulo de Souza |
| 2024-02-15 | bpf: Fix test verif_scale_strobemeta_subprogs failure due to llvm19 | Yonghong Song |
| 2024-02-15 | bpf: improve duplicate source code line detection | Andrii Nakryiko |
| 2024-02-14 | bpf: Use O(log(N)) binary search to find line info record | Andrii Nakryiko |
| 2024-02-14 | libbpf: Make remark about zero-initializing bpf_*_info structs | Matt Bobrowski |
| 2024-02-13 | bpf: emit source code file name and line number in verifier log | Andrii Nakryiko |
| 2024-02-13 | Merge branch 'fix-global-subprog-ptr_to_ctx-arg-handling' | Alexei Starovoitov |
| 2024-02-13 | selftests/bpf: add anonymous user struct as global subprog arg test | Andrii Nakryiko |
| 2024-02-13 | bpf: don't infer PTR_TO_CTX for programs with unnamed context type | Andrii Nakryiko |
| 2024-02-13 | bpf: handle bpf_user_pt_regs_t typedef explicitly for PTR_TO_CTX global arg | Andrii Nakryiko |
| 2024-02-13 | bpf: simplify btf_get_prog_ctx_type() into btf_is_prog_ctx_type() | Andrii Nakryiko |
| 2024-02-13 | bpf: remove check in __cgroup_bpf_run_filter_skb | Oliver Crumrine |
| 2024-02-13 | Merge branch 'Support PTR_MAYBE_NULL for struct_ops arguments.' | Martin KaFai Lau |
| 2024-02-13 | selftests/bpf: Test PTR_MAYBE_NULL arguments of struct_ops operators. | Kui-Feng Lee |
| 2024-02-13 | bpf: Create argument information for nullable arguments. | Kui-Feng Lee |
| 2024-02-13 | bpf: Move __kfunc_param_match_suffix() to btf.c. | Kui-Feng Lee |
| 2024-02-13 | bpf: add btf pointer to struct bpf_ctx_arg_aux. | Kui-Feng Lee |
| 2024-02-13 | bpf, docs: Update ISA document title | Dave Thaler |
| 2024-02-13 | libbpf: Add support to GCC in CORE macro definitions | Cupertino Miranda |
| 2024-02-13 | bpf: Abstract loop unrolling pragmas in BPF selftests | Jose E. Marchesi |
| 2024-02-13 | selftests/bpf: Ensure fentry prog cannot attach to bpf_spin_{lock,unlcok}() | Yonghong Song |
| 2024-02-13 | bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctly | Yonghong Song |
| 2024-02-13 | bpf: Have bpf_rdonly_cast() take a const pointer | Daniel Xu |
| 2024-02-11 | bpf: Allow compiler to inline most of bpf_local_storage_lookup() | Marco Elver |
| 2024-02-08 | Merge branch 'bpf, btf: Add DEBUG_INFO_BTF checks for __register_bpf_struct_ops' | Martin KaFai Lau |
| 2024-02-08 | bpf, btf: Check btf for register_bpf_struct_ops | Geliang Tang |
| 2024-02-08 | bpf, btf: Add check_btf_kconfigs helper | Geliang Tang |
| 2024-02-08 | bpf, btf: Fix return value of register_btf_id_dtor_kfuncs | Geliang Tang |
| 2024-02-07 | bpf: Merge two CONFIG_BPF entries | Masahiro Yamada |
| 2024-02-07 | selftests/bpf: Mark cpumask kfunc declarations as __weak | Yafang Shao |
| 2024-02-07 | selftests/bpf: Fix error checking for cpumask_success__load() | Yafang Shao |
| 2024-02-07 | Merge branch 'tools-resolve_btfids-fix-cross-compilation-to-non-host-endianness' | Andrii Nakryiko |
| 2024-02-07 | tools/resolve_btfids: Fix cross-compilation to non-host endianness | Viktor Malik |
| 2024-02-07 | tools/resolve_btfids: Refactor set sorting with types from btf_ids.h | Viktor Malik |
| 2024-02-06 | libbpf: Use OPTS_SET() macro in bpf_xdp_query() | Toke Høiland-Jørgensen |
| 2024-02-06 | bpf: Use -Wno-address-of-packed-member in some selftests | Jose E. Marchesi |
| 2024-02-06 | bpf, docs: Fix typos in instructions-set.rst | Dave Thaler |
| 2024-02-05 | selftests/bpf: mark dynptr kfuncs __weak to make them optional on old kernels | Andrii Nakryiko |
| 2024-02-05 | libbpf: fix return value for PERF_EVENT __arg_ctx type fix up check | Andrii Nakryiko |