summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)AuthorLines
2025-09-23bpf: Allow union argument in trampoline based programsLeon Hwang-4/+4
2025-09-23bpf, x86: Add support for signed arena loadsKumar Kartikeya Dwivedi-3/+8
2025-09-23bpf: task work scheduling kfuncsMykyta Yatsenko-2/+290
2025-09-23bpf: extract map key pointer calculationMykyta Yatsenko-17/+13
2025-09-23bpf: bpf task work plumbingMykyta Yatsenko-18/+189
2025-09-23bpf: verifier: permit non-zero returns from async callbacksMykyta Yatsenko-3/+2
2025-09-23bpf: htab: extract helper for freeing special structsMykyta Yatsenko-12/+12
2025-09-23bpf: extract generic helper from process_timer_func()Mykyta Yatsenko-11/+36
2025-09-23bpf: refactor special field-type detectionMykyta Yatsenko-51/+33
2025-09-23VFS: rename kern_path_locked() and related functions.NeilBrown-2/+2
2025-09-22bpf: Implement signature verification for BPF programsKP Singh-2/+45
2025-09-19bpf: table based bpf_insn_successors()Eduard Zingerman-71/+57
2025-09-19bpf: disable and remove registers chain based livenessEduard Zingerman-316/+25
2025-09-19bpf: signal error if old liveness is more conservative than newEduard Zingerman-0/+9
2025-09-19bpf: enable callchain sensitive stack liveness trackingEduard Zingerman-8/+53
2025-09-19bpf: callchain sensitive stack liveness tracking using CFGEduard Zingerman-1/+678
2025-09-19bpf: compute instructions postorder per subprogramEduard Zingerman-13/+55
2025-09-19bpf: declare a few utility functions as internal apiEduard Zingerman-18/+16
2025-09-19bpf: remove redundant REG_LIVE_READ check in stacksafe()Eduard Zingerman-7/+0
2025-09-19bpf: use compute_live_registers() info in clean_func_stateEduard Zingerman-6/+9
2025-09-19bpf: bpf_verifier_state->cleaned flag instead of REG_LIVE_DONEEduard Zingerman-13/+6
2025-09-18bpf: Move the signature kfuncs to helpers.cKP Singh-0/+166
2025-09-18bpf: Return hashes of maps in BPF_OBJ_GET_INFO_BY_FDKP Singh-0/+36
2025-09-18bpf: Implement exclusive map creationKP Singh-4/+33
2025-09-18bpf: Update the bpf_prog_calc_tag to use SHA256KP Singh-4/+3
2025-09-18bpf: Enforce RCU protection for KF_RCU_PROTECTEDKumar Kartikeya Dwivedi-0/+10
2025-09-17bpf: dont report verifier bug for missing bpf_scc_visit on speculative pathEduard Zingerman-3/+18
2025-09-15bpf: potential double-free of env->insn_aux_dataEduard Zingerman-1/+0
2025-09-15bpf: Do not limit bpf_cgroup_from_id to current's namespaceKumar Kartikeya Dwivedi-1/+1
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik-1/+1
2025-09-11bpf: Report arena faults to BPF stderrPuranjay Mohan-0/+30
2025-09-11bpf: core: introduce main_prog_aux for stream accessPuranjay Mohan-3/+4
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov-16/+36
2025-09-10bpf: Reject bpf_timer for PREEMPT_RTLeon Hwang-0/+4
2025-09-09bpf: Tell memcg to use allow_spinning=false path in bpf_timer_init()Peilin Ye-2/+5
2025-09-09bpf: Allow fall back to interpreter for programs with stack size <= 512KaFai Wan-7/+9
2025-09-09rqspinlock: Choose trylock fallback for NMI waitersKumar Kartikeya Dwivedi-1/+2
2025-09-09bpf: Fix bpf_strnstr() to handle suffix match cases betterRong Tao-1/+8
2025-09-09bpf: Fix out-of-bounds dynptr write in bpf_crypto_cryptDaniel Borkmann-1/+1
2025-09-08bpf: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari-1/+2
2025-09-08bpf: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari-4/+4
2025-09-08bpf: replace use of system_wq with system_percpu_wqMarco Crivellari-2/+2
2025-09-04bpf: add bpf_strcasecmp kfuncRong Tao-20/+48
2025-09-02bpf: Replace kvfree with kfree for kzalloc memoryFeng Yang-2/+2
2025-08-27bpf: Improve the general precision of tnum_mulNandakumar Edamana-13/+42
2025-08-26perf: Remove get_perf_callchain() init_nr argumentJosh Poimboeuf-2/+2
2025-08-25bpf: use rcu_read_lock_dont_migrate() for trampoline.cMenglong Dong-12/+6
2025-08-25bpf: use rcu_read_lock_dont_migrate() for bpf_prog_run_array_cg()Menglong Dong-4/+2
2025-08-25bpf: use rcu_read_lock_dont_migrate() for bpf_task_storage_free()Menglong Dong-4/+2
2025-08-25bpf: use rcu_read_lock_dont_migrate() for bpf_iter_run_prog()Menglong Dong-4/+2