summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-03-15bpf: simple DFA-based live registers analysisEduard Zingerman
2025-03-15bpf, x86: Support load-acquire and store-release instructionsPeilin Ye
2025-03-15bpf: get_call_summary() utility functionEduard Zingerman
2025-03-15bpf, arm64: Support load-acquire and store-release instructionsPeilin Ye
2025-03-15bpf: jmp_offset() and verbose_insn() utility functionsEduard Zingerman
2025-03-15arm64: insn: Add load-acquire and store-release instructionsPeilin Ye
2025-03-15arm64: insn: Add BIT(23) to {load,store}_ex's maskPeilin Ye
2025-03-15Merge branch 'timed-may_goto'Alexei Starovoitov
2025-03-15bpf: Introduce load-acquire and store-release instructionsPeilin Ye
2025-03-15Merge branch 'introduce-bpf_object__prepare'Andrii Nakryiko
2025-03-15bpf, x86: Add x86 JIT support for timed may_gotoKumar Kartikeya Dwivedi
2025-03-15selftests/bpf: Add tests for bpf_object__prepareMykyta Yatsenko
2025-03-15bpf: Add verifier support for timed may_gotoKumar Kartikeya Dwivedi
2025-03-15libbpf: Split bpf object load into prepare/loadMykyta Yatsenko
2025-03-15libbpf: Introduce more granular state for bpf_objectMykyta Yatsenko
2025-03-15net: filter: Avoid shadowing variable in bpf_convert_ctx_access()Breno Leitao
2025-03-15libbpf: Use map_is_created helper in map settersMykyta Yatsenko
2025-03-15Merge branch 'selftests-bpf-migrate-test_tunnel-sh-to-test_progs'Martin KaFai Lau
2025-03-15selftests/bpf: test_tunnel: Remove test_tunnel.shBastien Curutchet (eBPF Foundation)
2025-03-15selftests/bpf: test_tunnel: Move ip6tnl tunnel tests to test_progsBastien Curutchet (eBPF Foundation)
2025-03-15selftests/bpf: test_tunnel: Move ip6geneve tunnel test to test_progsBastien Curutchet (eBPF Foundation)
2025-03-15selftests/bpf: test_tunnel: Move geneve tunnel test to test_progsBastien Curutchet (eBPF Foundation)
2025-03-15selftests/bpf: test_tunnel: Move ip6erspan tunnel test to test_progsBastien Curutchet (eBPF Foundation)
2025-03-15selftests/bpf: test_tunnel: Move erspan tunnel tests to test_progsBastien Curutchet (eBPF Foundation)
2025-03-15selftests/bpf: test_tunnel: Move ip6gre tunnel test to test_progsBastien Curutchet (eBPF Foundation)
2025-03-15selftests/bpf: test_tunnel: Move gre tunnel test to test_progsBastien Curutchet (eBPF Foundation)
2025-03-15Merge branch 'veristat-files-list-txt-notation-for-object-files-list'Andrii Nakryiko
2025-03-15selftests/bpf: test_tunnel: Add ping helpersBastien Curutchet (eBPF Foundation)
2025-03-15bpf: Factor out check_load_mem() and check_store_reg()Peilin Ye
2025-03-15veristat: Report program type guess results to sdterrEduard Zingerman
2025-03-15selftests/bpf: test_tunnel: Add generic_attach* helpersBastien Curutchet (eBPF Foundation)
2025-03-15bpf: Factor out check_atomic_rmw()Peilin Ye
2025-03-15veristat: Strerror expects positive number (errno)Eduard Zingerman
2025-03-15bpf: Factor out atomic_ptr_type_ok()Peilin Ye
2025-03-15veristat: @files-list.txt notation for object files listEduard Zingerman
2025-03-15bpf: no longer acquire map_idr_lock in bpf_map_inc_not_zero()Eric Dumazet
2025-03-15Merge branch 'global-subprogs-in-rcu-preempt-irq-disabled-sections'Alexei Starovoitov
2025-03-15bpf/selftests: test_select_reuseport_kern: Remove unused headerAlexis Lothoré (eBPF Foundation)
2025-03-15selftests/bpf: Add tests for extending sleepable global subprogsKumar Kartikeya Dwivedi
2025-03-15selftests/bpf: Add selftests allowing cgroup prog pre-orderingYonghong Song
2025-03-15selftests/bpf: Test sleepable global subprogs in atomic contextsKumar Kartikeya Dwivedi
2025-03-15bpf: Allow pre-ordering for bpf cgroup progsYonghong Song
2025-03-15bpf: Summarize sleepable global subprogsKumar Kartikeya Dwivedi
2025-03-15Merge branch 'optimize-bpf-selftest-to-increase-ci-success-rate'Alexei Starovoitov
2025-03-15selftests/bpf: Fixes for test_maps testJiayuan Chen
2025-03-15Merge branch 'introduce-bpf_dynptr_copy-kfunc'Andrii Nakryiko
2025-03-15selftests/bpf: Allow auto port binding for bpf nfJiayuan Chen
2025-03-15selftests/bpf: Allow auto port binding for cgroup connectJiayuan Chen
2025-03-15selftests/bpf: Add tests for bpf_dynptr_copyMykyta Yatsenko
2025-03-15bpf/helpers: Introduce bpf_dynptr_copy kfuncMykyta Yatsenko