summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-02-05bpf: Support negative offsets, BPF_SUB, and alu32 for linked register trackingPuranjay Mohan3-13/+45
2026-02-05Merge branch 'bpf-add-bitwise-tracking-for-bpf_end'Alexei Starovoitov4-3/+121
2026-02-05selftests/bpf: Add tests for BPF_END bitwise trackingTianci Cao1-0/+43
2026-02-05bpf: Add bitwise tracking for BPF_ENDTianci Cao3-3/+78
2026-02-05Merge branch 'bpf-fix-conditions-when-timer-wq-can-be-called'Andrii Nakryiko3-6/+128
2026-02-05selftests/bpf: Strengthen timer_start_deadlock testAlexei Starovoitov1-7/+2
2026-02-05bpf: Add a recursion check to prevent loops in bpf_timerAlexei Starovoitov1-0/+16
2026-02-05selftests/bpf: Add a testcase for deadlock avoidanceAlexei Starovoitov2-0/+108
2026-02-05bpf: Tighten conditions when timer/wq can be called synchronouslyAlexei Starovoitov1-7/+10
2026-02-04resolve_btfids: Refactor the sort_btf_by_name functionDonglin Peng1-7/+11
2026-02-04Merge branch 'bpf-misc-changes-around-af_unix'Martin KaFai Lau2-6/+2
2026-02-04bpf: Don't check sk_fullsock() in bpf_skc_to_unix_sock().Kuniyuki Iwashima1-1/+1
2026-02-04bpf: Use sk_is_inet() and sk_is_unix() in __cgroup_bpf_run_filter_sock_addr().Kuniyuki Iwashima1-5/+1
2026-02-04Merge branch 'bpf-avoid-locks-in-bpf_timer-and-bpf_wq'Andrii Nakryiko7-342/+851
2026-02-04selftests/bpf: Add a test to stress bpf_timer_start and map_delete raceAlexei Starovoitov2-0/+203
2026-02-04selftests/bpf: Removed obsolete testsMykyta Yatsenko1-111/+0
2026-02-04selftests/bpf: Add timer stress test in NMI contextMykyta Yatsenko2-12/+231
2026-02-04selftests/bpf: Verify bpf_timer_cancel_async worksMykyta Yatsenko2-0/+48
2026-02-04selftests/bpf: Add stress test for timer async cancelMykyta Yatsenko2-4/+28
2026-02-04selftests/bpf: Refactor timer selftestsMykyta Yatsenko1-19/+36
2026-02-04bpf: Introduce bpf_timer_cancel_async() kfuncAlexei Starovoitov1-0/+48
2026-02-04bpf: Add verifier support for bpf_timer argument in kfuncsMykyta Yatsenko1-18/+37
2026-02-04bpf: Enable bpf_timer and bpf_wq in any contextAlexei Starovoitov1-183/+225
2026-02-03Merge branch 'bpf-add-bpf_stream_print_stack-kfunc'Alexei Starovoitov4-1/+85
2026-02-03selftests/bpf: Add selftests for stream functions under lockEmil Tsalapatis1-0/+32
2026-02-03bpf: Allow BPF stream kfuncs while holding a lockEmil Tsalapatis1-1/+12
2026-02-03selftests/bpf: Add selftests for bpf_stream_print_stackEmil Tsalapatis1-0/+21
2026-02-03bpf: Add bpf_stream_print_stack stack dumping kfuncEmil Tsalapatis2-0/+20
2026-02-03Merge branch 'bpf-verifier-improve-state-pruning-for-scalar-registers'Alexei Starovoitov3-25/+199
2026-02-03selftests/bpf: Add a test for ids=0 to verifier_scalar_ids testPuranjay Mohan1-0/+45
2026-02-03bpf: Relax scalar id equivalence for state pruningPuranjay Mohan2-15/+56
2026-02-03bpf: Relax maybe_widen_reg() constraintsPuranjay Mohan1-8/+14
2026-02-03bpf: Clear singular ids for scalars in is_state_visited()Puranjay Mohan2-2/+73
2026-02-03bpf: Let the verifier assign ids on stack fillsPuranjay Mohan1-0/+11
2026-02-03bpf: Replace snprintf("%s") with strscpyThorsten Blum1-2/+3
2026-02-02ftrace: Fix direct_functions leak in update_ftrace_direct_delJiri Olsa1-0/+1
2026-02-01Merge branch 'bpf-arm64-add-fsession-support'Alexei Starovoitov9-20/+110
2026-02-01selftests/bpf: Enable get_func_args and get_func_ip tests on arm64Leon Hwang2-2/+2
2026-02-01bpf, arm64: Add fsession supportLeon Hwang2-10/+68
2026-02-01bpf: Add bpf_jit_supports_fsession()Leon Hwang5-8/+40
2026-02-01selftests/bpf: Test access from RO map from xdp_store_bytesPaul Chaignon1-0/+35
2026-02-01bpf: Fix bpf_xdp_store_bytes proto for read-only argPaul Chaignon1-1/+1
2026-01-31Merge branch 'bpf-unify-special-map-field-validation-in-verifier'Alexei Starovoitov1-95/+48
2026-01-31bpf: Consolidate special map field validation in verifierMykyta Yatsenko1-59/+11
2026-01-31bpf: Introduce struct bpf_map_desc in verifierMykyta Yatsenko1-39/+40
2026-01-31Merge branch 'x86-fgraph-bpf-fix-orc-stack-unwind-from-kprobe_multi'Andrii Nakryiko8-16/+190
2026-01-31selftests/bpf: Allow to benchmark trigger with stacktraceJiri Olsa4-9/+43
2026-01-31selftests/bpf: Add stacktrace ips test for fentry/fexitJiri Olsa2-0/+71
2026-01-31selftests/bpf: Add stacktrace ips test for kprobe/kretprobeJiri Olsa2-0/+57
2026-01-31selftests/bpf: Fix kprobe multi stacktrace_ips testJiri Olsa1-5/+14