summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-29selftests/bpf: remove test_tc_edt.shAlexis Lothoré (eBPF Foundation)
2025-11-29selftests/bpf: integrate test_tc_edt into test_progsAlexis Lothoré (eBPF Foundation)
2025-11-29selftests/bpf: rename test_tc_edt.bpf.c section to expose program typeAlexis Lothoré (eBPF Foundation)
2025-11-29Merge branch 'limited-queueing-in-nmi-for-rqspinlock'Alexei Starovoitov
2025-11-29selftests/bpf: Add success stats to rqspinlock stress testKumar Kartikeya Dwivedi
2025-11-29rqspinlock: Precede non-head waiter queueing with AA checkKumar Kartikeya Dwivedi
2025-11-29rqspinlock: Disable spinning for trylock fallbackKumar Kartikeya Dwivedi
2025-11-29rqspinlock: Use trylock fallback when per-CPU rqnode is busyKumar Kartikeya Dwivedi
2025-11-29rqspinlock: Perform AA checks immediatelyKumar Kartikeya Dwivedi
2025-11-29rqspinlock: Enclose lock/unlock within lock entry acquisitionsKumar Kartikeya Dwivedi
2025-11-28bpf: Remove runqslower toolHoyeon Lee
2025-11-28selftests/bpf: Remove usage of lsm/file_alloc_security in selftestAmery Hung
2025-11-28bpf: Disable file_alloc_security hookAmery Hung
2025-11-28Merge branch 'a-pair-of-follow-ups-for-indirect-jumps'Alexei Starovoitov
2025-11-28bpf: check for insn arrays in check_ptr_alignmentAnton Protopopov
2025-11-28bpf: force BPF_F_RDONLY_PROG on insn array creationAnton Protopopov
2025-11-26bpf: Fix exclusive map memory leakEdward Adam Davis
2025-11-25Merge branch 'general-enhancements-to-rqspinlock-stress-test'Alexei Starovoitov
2025-11-25selftests/bpf: Make CS length configurable for rqspinlock stress testKumar Kartikeya Dwivedi
2025-11-25selftests/bpf: Add lock wait time stats to rqspinlock stress testKumar Kartikeya Dwivedi
2025-11-25selftests/bpf: Relax CPU requirements for rqspinlock stress testKumar Kartikeya Dwivedi
2025-11-25bpf: Introduce internal bpf_map_check_op_flags helper functionLeon Hwang
2025-11-25libbpf: Fix some incorrect @param descriptions in the comment of libbpf.hJianyun Gao
2025-11-25selftests/bpf: Call bpf_get_numa_node_id() in trigger_count()Menglong Dong
2025-11-25docs: bpf: map_array: Specify BPF_MAP_TYPE_PERCPU_ARRAY value size limitAlex Tran
2025-11-24selftests/bpf: Fix htab_update/reenter_update selftest failureSaket Kumar Bhaskar
2025-11-24Merge branch 'ease-bpf-signing-build-requirements'Alexei Starovoitov
2025-11-24selftests/bpf: Allow selftests to build with older xxdAlan Maguire
2025-11-24bpftool: Allow bpftool to build with openssl < 3Alan Maguire
2025-11-24Merge branch 'bpf-trampoline-support-jmp-mode'Alexei Starovoitov
2025-11-24bpf: implement "jmp" mode for trampolineMenglong Dong
2025-11-24bpf: specify the old and new poke_type for bpf_arch_text_pokeMenglong Dong
2025-11-24bpf,x86: adjust the "jmp" mode for bpf trampolineMenglong Dong
2025-11-24bpf: fix the usage of BPF_TRAMP_F_SKIP_FRAMEMenglong Dong
2025-11-24x86/ftrace: Implement DYNAMIC_FTRACE_WITH_JMPMenglong Dong
2025-11-24ftrace: Introduce FTRACE_OPS_FL_JMPMenglong Dong
2025-11-24bpf: cleanup aux->used_maps after jitAnton Protopopov
2025-11-21Merge branch 'bpf-nested-rcu-critical-sections'Alexei Starovoitov
2025-11-21selftests: bpf: Add tests for unbalanced rcu_read_lockPuranjay Mohan
2025-11-21bpf: support nested rcu critical sectionsPuranjay Mohan
2025-11-21bpf: test the correct stack liveness of tail callsEduard Zingerman
2025-11-21bpf: correct stack liveness for tail callsEduard Zingerman
2025-11-21bpf: test the proper verification of tail callsMartin Teichmann
2025-11-21bpf: properly verify tail call behaviorMartin Teichmann
2025-11-21bpf: Add a check to make static analysers happyAnton Protopopov
2025-11-21selftests/bpf: Update test_tag to use sha256Xing Guo
2025-11-21selftests/bpf: Improve reliability of test_perf_branches_no_hw()Matt Bobrowski
2025-11-21selftests/bpf: skip test_perf_branches_hw() on unsupported platformsMatt Bobrowski
2025-11-21Merge branch 'bpf-arm64-indirect-jumps'Alexei Starovoitov
2025-11-21selftests: bpf: Enable gotox tests from arm64Puranjay Mohan