summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2025-09-19bpf: enable callchain sensitive stack liveness trackingEduard Zingerman
2025-09-19bpf: callchain sensitive stack liveness tracking using CFGEduard Zingerman
2025-09-19bpf: compute instructions postorder per subprogramEduard Zingerman
2025-09-19bpf: declare a few utility functions as internal apiEduard Zingerman
2025-09-19bpf: remove redundant REG_LIVE_READ check in stacksafe()Eduard Zingerman
2025-09-19bpf: use compute_live_registers() info in clean_func_stateEduard Zingerman
2025-09-19bpf: bpf_verifier_state->cleaned flag instead of REG_LIVE_DONEEduard Zingerman
2025-09-18bpf: Move the signature kfuncs to helpers.cKP Singh
2025-09-18bpf: Return hashes of maps in BPF_OBJ_GET_INFO_BY_FDKP Singh
2025-09-18bpf: Implement exclusive map creationKP Singh
2025-09-18bpf: Update the bpf_prog_calc_tag to use SHA256KP Singh
2025-09-18bpf: Enforce RCU protection for KF_RCU_PROTECTEDKumar Kartikeya Dwivedi
2025-09-17bpf: dont report verifier bug for missing bpf_scc_visit on speculative pathEduard Zingerman
2025-09-15bpf: potential double-free of env->insn_aux_dataEduard Zingerman
2025-09-15bpf: Do not limit bpf_cgroup_from_id to current's namespaceKumar Kartikeya Dwivedi
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik
2025-09-11bpf: Report arena faults to BPF stderrPuranjay Mohan
2025-09-11bpf: core: introduce main_prog_aux for stream accessPuranjay Mohan
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov
2025-09-10bpf: Reject bpf_timer for PREEMPT_RTLeon Hwang
2025-09-09bpf: Tell memcg to use allow_spinning=false path in bpf_timer_init()Peilin Ye
2025-09-09bpf: Allow fall back to interpreter for programs with stack size <= 512KaFai Wan
2025-09-09rqspinlock: Choose trylock fallback for NMI waitersKumar Kartikeya Dwivedi
2025-09-09bpf: Fix bpf_strnstr() to handle suffix match cases betterRong Tao
2025-09-09bpf: Fix out-of-bounds dynptr write in bpf_crypto_cryptDaniel Borkmann
2025-09-08bpf: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari
2025-09-08bpf: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari
2025-09-08bpf: replace use of system_wq with system_percpu_wqMarco Crivellari
2025-09-04bpf: add bpf_strcasecmp kfuncRong Tao
2025-09-02bpf: Replace kvfree with kfree for kzalloc memoryFeng Yang
2025-08-27bpf: Improve the general precision of tnum_mulNandakumar Edamana
2025-08-26perf: Remove get_perf_callchain() init_nr argumentJosh Poimboeuf
2025-08-25bpf: use rcu_read_lock_dont_migrate() for trampoline.cMenglong Dong
2025-08-25bpf: use rcu_read_lock_dont_migrate() for bpf_prog_run_array_cg()Menglong Dong
2025-08-25bpf: use rcu_read_lock_dont_migrate() for bpf_task_storage_free()Menglong Dong
2025-08-25bpf: use rcu_read_lock_dont_migrate() for bpf_iter_run_prog()Menglong Dong
2025-08-25bpf: use rcu_read_lock_dont_migrate() for bpf_inode_storage_free()Menglong Dong
2025-08-25bpf: use rcu_read_lock_dont_migrate() for bpf_cgrp_storage_free()Menglong Dong
2025-08-22bpf: Remove preempt_disable in bpf_try_get_buffersTao Chen
2025-08-22bpf: Use sha1() instead of sha1_transform() in bpf_prog_calc_tag()Eric Biggers
2025-08-22bpf: Use tnums for JEQ/JNE is_branch_taken logicPaul Chaignon
2025-08-18Merge branch 'bpf-next/skb-meta-dynptr' into 'bpf-next/master'Martin KaFai Lau
2025-08-18bpf: Enable read/write access to skb metadata through a dynptrJakub Sitnicki
2025-08-18bpf: Add dynptr type for skb metadataJakub Sitnicki
2025-08-18bpf: Add a verbose message when the BTF limit is reachedAnton Protopopov
2025-08-18bpf: Replace get_next_cpu() with cpumask_next_wrap()Fushuai Wang
2025-08-15bpf: Check the helper function is valid in get_helper_protoJiri Olsa
2025-08-15bpf, cpumap: Disable page_pool direct xdp_return need larger scopeJesper Dangaard Brouer
2025-08-12bpf: Replace kvfree with kfree for kzalloc memoryQianfeng Rong
2025-08-12bpf: Remove redundant __GFP_NOWARNQianfeng Rong