summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2024-01-23bpf: hold module refcnt in bpf_struct_ops map creation and prog verification.Kui-Feng Lee
2024-01-23bpf: pass attached BTF to the bpf_struct_ops subsystemKui-Feng Lee
2024-01-23bpf: lookup struct_ops types from a given module BTF.Kui-Feng Lee
2024-01-23bpf: pass btf object id in bpf_map_info.Kui-Feng Lee
2024-01-23bpf: make struct_ops_map support btfs other than btf_vmlinux.Kui-Feng Lee
2024-01-23bpf: add struct_ops_tab to btf.Kui-Feng Lee
2024-01-23bpf, net: introduce bpf_struct_ops_desc.Kui-Feng Lee
2024-01-23bpf: get type information with BTF_ID_LISTKui-Feng Lee
2024-01-23bpf: refactory struct_ops type initialization to a function.Kui-Feng Lee
2024-01-23bpf: Add cookie to perf_event bpf_link_info recordsJiri Olsa
2024-01-23bpf: Refactor ptr alu checking rules to allow alu explicitlyHao Sun
2024-01-23bpf: Track aligned st store as imprecise spilled registersYonghong Song
2024-01-23bpf: Assign ID to scalars on spillMaxim Mikityanskiy
2024-01-23bpf: Add the get_reg_width functionMaxim Mikityanskiy
2024-01-23bpf: Add the assign_scalar_id_before_mov functionMaxim Mikityanskiy
2024-01-23bpf: make infinite loop detection in is_state_visited() exactEduard Zingerman
2024-01-23bpf: support multiple tags per argumentAndrii Nakryiko
2024-01-23bpf: prepare btf_prepare_func_args() for multiple tags per argumentAndrii Nakryiko
2024-01-23bpf: make sure scalar args don't accept __arg_nonnull tagAndrii Nakryiko
2024-01-23bpf: Support inlining bpf_kptr_xchg() helperHou Tao
2024-01-17bpf: enforce types for __arg_ctx-tagged arguments in global subprogsAndrii Nakryiko
2024-01-17bpf: extract bpf_ctx_convert_map logic and make it more reusableAndrii Nakryiko
2024-01-16bpf: Reject variable offset alu on PTR_TO_FLOW_KEYSHao Sun
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-01-04bpf: Fix re-attachment branch in bpf_tracing_prog_attachJiri Olsa
2024-01-04bpf: Relax tracing prog recursive attach rulesDmitrii Dolgov
2024-01-04bpf: Remove unnecessary cpu == 0 check in memallocYonghong Song
2024-01-03bpf: Limit up to 512 bytes for bpf_global_percpu_ma allocationYonghong Song
2024-01-03bpf: Use smaller low/high marks for percpu allocationYonghong Song
2024-01-03bpf: Refill only one percpu element in memallocYonghong Song
2024-01-03bpf: Allow per unit prefill for non-fix-size percpu memory allocatorYonghong Song
2024-01-03bpf: Add objcg to bpf_mem_allocYonghong Song
2024-01-03bpf: Avoid unnecessary extra percpu memory allocationYonghong Song
2024-01-03bpf: Simplify checking size of helper accessesAndrei Matei
2023-12-27Kill sched.h dependency on rcupdate.hKent Overstreet
2023-12-21bpf: Avoid unnecessary use of comma operator in verifierSimon Horman
2023-12-21bpf: Re-support uid and gid when mounting bpffsDaniel Borkmann
2023-12-20bpf: Use c->unit_size to select target cache during freeHou Tao
2023-12-19bpf: add support for passing dynptr pointer to global subprogAndrii Nakryiko
2023-12-19bpf: support 'arg:xxx' btf_decl_tag-based hints for global subprog argsAndrii Nakryiko
2023-12-19bpf: reuse subprog argument parsing logic for subprog call checksAndrii Nakryiko
2023-12-19bpf: move subprog call logic back to verifier.cAndrii Nakryiko
2023-12-19bpf: prepare btf_prepare_func_args() for handling static subprogsAndrii Nakryiko
2023-12-19bpf: reuse btf_prepare_func_args() check for main program BTF validationAndrii Nakryiko
2023-12-19bpf: abstract away global subprog arg preparation logic from reg state setupAndrii Nakryiko
2023-12-19bpf: make the verifier tracks the "not equal" for regsMenglong Dong
2023-12-19Revert BPF token-related functionalityAndrii Nakryiko
2023-12-18Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-12-18bpf: Ensure precise is reset to false in __mark_reg_const_zero()Andrii Nakryiko
2023-12-15x86/cfi,bpf: Fix bpf_exception_cb() signatureAlexei Starovoitov