summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
11 daysbpf: Introduce bpf_timer_cancel_async() kfuncAlexei Starovoitov
11 daysbpf: Add verifier support for bpf_timer argument in kfuncsMykyta Yatsenko
11 daysbpf: Enable bpf_timer and bpf_wq in any contextAlexei Starovoitov
11 daysbpf: Allow BPF stream kfuncs while holding a lockEmil Tsalapatis
11 daysbpf: Add bpf_stream_print_stack stack dumping kfuncEmil Tsalapatis
11 daysbpf: Relax scalar id equivalence for state pruningPuranjay Mohan
11 daysbpf: Relax maybe_widen_reg() constraintsPuranjay Mohan
11 daysbpf: Clear singular ids for scalars in is_state_visited()Puranjay Mohan
11 daysbpf: Let the verifier assign ids on stack fillsPuranjay Mohan
12 daysbpf: Replace snprintf("%s") with strscpyThorsten Blum
12 daysftrace: Fix direct_functions leak in update_ftrace_direct_delJiri Olsa
14 daysbpf: Add bpf_jit_supports_fsession()Leon Hwang
2026-01-30bpf: Consolidate special map field validation in verifierMykyta Yatsenko
2026-01-30bpf: Introduce struct bpf_map_desc in verifierMykyta Yatsenko
2026-01-30bpf: Allow sleepable programs to use tail callsJiri Olsa
2026-01-28bpf: Fix verifier_bug_if to account for BPF_CALLLuis Gerhorst
2026-01-28bpf,x86: Use single ftrace_ops for direct callsJiri Olsa
2026-01-28ftrace: Factor ftrace_ops ops_func interfaceJiri Olsa
2026-01-28bpf: Add trampoline ip hash tableJiri Olsa
2026-01-28ftrace: Add update_ftrace_direct_mod functionJiri Olsa
2026-01-28ftrace: Add update_ftrace_direct_del functionJiri Olsa
2026-01-28ftrace: Add update_ftrace_direct_add functionJiri Olsa
2026-01-28ftrace: Export some of hash related functionsJiri Olsa
2026-01-28ftrace: Make alloc_and_copy_ftrace_hash direct friendlyJiri Olsa
2026-01-28ftrace,bpf: Remove FTRACE_OPS_FL_JMP ftrace_ops flagJiri Olsa
2026-01-27bpf: Fix tcx/netkit detach permissions when prog fd isn't givenGuillaume Gonnet
2026-01-27bpf: add new BPF_CGROUP_ITER_CHILDREN control optionMatt Bobrowski
2026-01-24bpf: support fsession for bpf_session_cookieMenglong Dong
2026-01-24bpf: support fsession for bpf_session_is_returnMenglong Dong
2026-01-24bpf: change prototype of bpf_session_{cookie,is_return}Menglong Dong
2026-01-24bpf: use the least significant byte for the nr_args in trampolineMenglong Dong
2026-01-24bpf: add fsession supportMenglong Dong
2026-01-23rqspinlock: Fix TAS fallback lock entry creationKumar Kartikeya Dwivedi
2026-01-21bpf: add bpf_strncasecmp kfuncYuzuki Ishiyama
2026-01-21bpf: support bpf_get_func_arg() for BPF_TRACE_RAW_TPMenglong Dong
2026-01-20bpf, x86: inline bpf_get_current_task() for x86_64Menglong Dong
2026-01-20bpf: Simplify bpf_timer_cancel()Mykyta Yatsenko
2026-01-20bpf: Introduce lock-free bpf_async_update_prog_callback()Mykyta Yatsenko
2026-01-20bpf: Remove unnecessary arguments from bpf_async_set_callback()Mykyta Yatsenko
2026-01-20bpf: Factor out timer deletion helperMykyta Yatsenko
2026-01-20bpf: Require ARG_PTR_TO_MEM with memory flagZesen Liu
2026-01-20bpf: Fix memory access flags in helper prototypesZesen Liu
2026-01-20bpf: Add range tracking for BPF_DIV and BPF_MODYazhou Tang
2026-01-20bpf: Remove __prog kfunc arg annotationIhor Solodrai
2026-01-20bpf: Migrate bpf_stream_vprintk() to KF_IMPLICIT_ARGSIhor Solodrai
2026-01-20bpf: Migrate bpf_task_work_schedule_* kfuncs to KF_IMPLICIT_ARGSIhor Solodrai
2026-01-20bpf: Migrate bpf_wq_set_callback_impl() to KF_IMPLICIT_ARGSIhor Solodrai
2026-01-20bpf: Verifier support for KF_IMPLICIT_ARGSIhor Solodrai
2026-01-20bpf: Introduce struct bpf_kfunc_metaIhor Solodrai
2026-01-20bpf: Refactor btf_kfunc_id_set_containsIhor Solodrai