summaryrefslogtreecommitdiffstats
path: root/rust/compiler_builtins.rs (unfollow)
Commit message (Expand)AuthorFilesLines
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-11bpf: Allow compiler to inline most of bpf_local_storage_lookup()Marco Elver5-90/+41
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
2024-02-08bpf: Merge two CONFIG_BPF entriesMasahiro Yamada2-5/+1
2024-02-08selftests/bpf: Mark cpumask kfunc declarations as __weakYafang Shao1-28/+29
2024-02-08selftests/bpf: Fix error checking for cpumask_success__load()Yafang Shao1-3/+3
2024-02-08tools/resolve_btfids: Fix cross-compilation to non-host endiannessViktor Malik1-0/+35
2024-02-08tools/resolve_btfids: Refactor set sorting with types from btf_ids.hViktor Malik2-14/+30
2024-02-06libbpf: Use OPTS_SET() macro in bpf_xdp_query()Toke Høiland-Jørgensen1-2/+2
2024-02-06bpf: Use -Wno-address-of-packed-member in some selftestsJose E. Marchesi3-0/+6
2024-02-06bpf, docs: Fix typos in instructions-set.rstDave Thaler1-3/+4
2024-02-06selftests/bpf: mark dynptr kfuncs __weak to make them optional on old kernelsAndrii Nakryiko1-9/+9
2024-02-06libbpf: fix return value for PERF_EVENT __arg_ctx type fix up checkAndrii Nakryiko1-3/+3
2024-02-06xsk: document ability to redirect to any socket bound to the same umemMagnus Karlsson1-14/+19
2024-02-06xsk: support redirect to any socket bound to the same umemMagnus Karlsson1-1/+4
2024-02-06selftests/bpf: Add tests for RCU lock transfer between subprogsKumar Kartikeya Dwivedi2-0/+126
2024-02-06bpf: Transfer RCU lock state between subprog callsKumar Kartikeya Dwivedi1-2/+1
2024-02-06selftests/bpf: Add test for static subprog call in lock csKumar Kartikeya Dwivedi3-0/+111
2024-02-06bpf: Allow calling static subprogs while holding a bpf_spin_lockKumar Kartikeya Dwivedi2-4/+9
2024-02-05bpf, docs: Expand set of initial conformance groupsDave Thaler1-12/+36
2024-02-05selftests/bpf: Fix flaky selftest lwt_redirect/lwt_rerouteYonghong Song3-2/+2
2024-02-05selftests/bpf: Suppress warning message of an unused variable.Kui-Feng Lee3-7/+4
2024-02-05selftests/bpf: Fix flaky test ptr_untrustedYonghong Song1-3/+3
2024-02-05bpf: Remove an unnecessary check.Kui-Feng Lee1-12/+9
2024-02-03bpf: don't emit warnings intended for global subprogs for static subprogsAndrii Nakryiko1-0/+6
2024-02-03selftests/bpf: add more cases for __arg_trusted __arg_nullable argsAndrii Nakryiko1-3/+29
2024-02-03bpf: handle trusted PTR_TO_BTF_ID_OR_NULL in argument check logicAndrii Nakryiko1-0/+1
2024-02-02selftests/bpf: trace_helpers.c: do not use poisoned typeShung-Hsi Yu1-1/+1
2024-02-02selftests/bpf: States pruning checks for scalar vs STACK_MISCEduard Zingerman1-0/+154
2024-02-02bpf: Handle scalar spill vs all MISC in stacksafe()Eduard Zingerman1-3/+69
2024-02-02selftests/bpf: Add test cases for narrowing fillMaxim Mikityanskiy1-0/+111
2024-02-02bpf: Preserve boundaries and track scalars on narrowing fillMaxim Mikityanskiy3-11/+39
2024-02-02selftests/bpf: Test tracking spilled unbounded scalarsMaxim Mikityanskiy1-0/+27
2024-02-02bpf: Track spilled unbounded scalarsMaxim Mikityanskiy2-18/+4
2024-02-01selftests/bpf: Fix bench runner SIGSEGVAndrii Nakryiko1-2/+10
2024-02-01libbpf: Add missed btf_ext__raw_data() APIAndrii Nakryiko3-3/+7
2024-02-01libbpf: Add btf__new_split() API that was declared but not implementedAndrii Nakryiko2-1/+7
2024-02-01libbpf: Add missing LIBBPF_API annotation to libbpf_set_memlock_rlim APIAndrii Nakryiko1-1/+1
2024-02-01libbpf: Call memfd_create() syscall directlyAndrii Nakryiko1-1/+10
2024-02-01bpf: Minor clean-up to sleepable_lsm_hooks BTF setMatt Bobrowski1-4/+2
2024-02-01selftests/bpf: Enable inline bpf_kptr_xchg() test for RV64Pu Lehui1-1/+2
2024-02-01riscv, bpf: Enable inline bpf_kptr_xchg() for RV64Pu Lehui1-0/+5
2024-02-01bpf, docs: Clarify which legacy packet instructions existedDave Thaler1-1/+3
2024-02-01libbpf: Remove unnecessary null check in kernel_supports()Eduard Zingerman1-1/+1
2024-02-01bpf: treewide: Annotate BPF kfuncs in BTFDaniel Xu22-62/+70