summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-04-04bpf: Invoke btf_struct_access() callback only for writes.Alexei Starovoitov
2023-04-03bpf: Fix struct_meta lookup for bpf_obj_free_fields kfunc callDave Marchevsky
2023-04-02bpf: compute hashes in bloom filter similar to hashmapAnton Protopopov
2023-04-01bpf: optimize hashmap lookups when key_size is divisible by 4Anton Protopopov
2023-04-01bpf: Remove now-defunct task kfuncsDavid Vernet
2023-04-01bpf: Make struct task_struct an RCU-safe typeDavid Vernet
2023-03-30bpf: Handle PTR_MAYBE_NULL case in PTR_TO_BTF_ID helper call argDavid Vernet
2023-03-25bpf: Use bpf_mem_cache_alloc/free for bpf_local_storageMartin KaFai Lau
2023-03-25bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage_elemMartin KaFai Lau
2023-03-25bpf: Add a few bpf mem allocator functionsMartin KaFai Lau
2023-03-25bpf: Treat KF_RELEASE kfuncs as KF_TRUSTED_ARGSDavid Vernet
2023-03-25bpf: Remove now-unnecessary NULL checks for KF_RELEASE kfuncsDavid Vernet
2023-03-25bpf: Only invoke kptr dtor following non-NULL xchgDavid Vernet
2023-03-24bpf: Check IS_ERR for the bpf_map_get() return valueMartin KaFai Lau
2023-03-22bpf: Update the struct_ops of a bpf_link.Kui-Feng Lee
2023-03-22bpf: Create links for BPF struct_ops maps.Kui-Feng Lee
2023-03-22bpf: Retire the struct_ops map kvalue->refcnt.Kui-Feng Lee
2023-03-22bpf: remember meta->iter info only for initialized itersAndrii Nakryiko
2023-03-22bpf: Fix __reg_bound_offset 64->32 var_off subreg propagationDaniel Borkmann
2023-03-22bpf: return long from bpf_map_ops funcsJP Kobryn
2023-03-22bpf: Teach the verifier to recognize rdonly_mem as not null.Alexei Starovoitov
2023-03-17bpf: Allow ld_imm64 instruction to point to kfunc.Alexei Starovoitov
2023-03-17kallsyms, bpf: Move find_kallsyms_symbol_value out of internal headerViktor Malik
2023-03-16bpf: Remove misleading spec_v1 check on var-offset stack readLuis Gerhorst
2023-03-16bpf: Remove bpf_cpumask_kptr_get() kfuncDavid Vernet
2023-03-16bpf: Mark struct bpf_cpumask as rcu protectedDavid Vernet
2023-03-16bpf: Free struct bpf_cpumask in call_rcu handlerDavid Vernet
2023-03-15bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modulesViktor Malik
2023-03-14cgroup: Make current_cgns_cgroup_dfl() safe to call after exit_task_namespace()Tejun Heo
2023-03-13bpf: Allow helpers access trusted PTR_TO_BTF_ID.Alexei Starovoitov
2023-03-13bpf: Fix bpf_strncmp proto.Alexei Starovoitov
2023-03-13bpf: Disable migration when freeing stashed local kptr using obj dropDave Marchevsky
2023-03-13bpf: fix precision propagation verbose loggingAndrii Nakryiko
2023-03-10bpf: Allow local kptrs to be exchanged via bpf_kptr_xchgDave Marchevsky
2023-03-10bpf: Support __kptr to local kptrsDave Marchevsky
2023-03-10bpf: Change btf_record_find enum parameter to field_maskDave Marchevsky
2023-03-10bpf: btf: Remove unused btf_field_info_type enumDave Marchevsky
2023-03-10bpf: verifier: Rename kernel_type_name helper to btf_type_nameDave Marchevsky
2023-03-10bpf: Add bpf_local_storage_free()Martin KaFai Lau
2023-03-10bpf: Add bpf_local_storage_rcu callbackMartin KaFai Lau
2023-03-10bpf: Add bpf_selem_free()Martin KaFai Lau
2023-03-10bpf: Add bpf_selem_free_rcu callbackMartin KaFai Lau
2023-03-10bpf: Remove bpf_selem_free_fields*_rcuMartin KaFai Lau
2023-03-10bpf: Repurpose use_trace_rcu to reuse_now in bpf_local_storageMartin KaFai Lau
2023-03-10bpf: Remember smap in bpf_local_storageMartin KaFai Lau
2023-03-10bpf: Remove the preceding __ from __bpf_selem_unlink_storageMartin KaFai Lau
2023-03-10bpf: Remove __bpf_local_storage_map_allocMartin KaFai Lau
2023-03-10bpf: Refactor codes into bpf_local_storage_destroyMartin KaFai Lau
2023-03-10bpf: Move a few bpf_local_storage functions to static scopeMartin KaFai Lau
2023-03-10bpf: take into account liveness when propagating precisionAndrii Nakryiko