summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf: Add a few bpf mem allocator functionsMartin KaFai Lau2023-03-251-9/+50
* bpf: Treat KF_RELEASE kfuncs as KF_TRUSTED_ARGSDavid Vernet2023-03-252-2/+2
* bpf: Remove now-unnecessary NULL checks for KF_RELEASE kfuncsDavid Vernet2023-03-252-9/+0
* bpf: Only invoke kptr dtor following non-NULL xchgDavid Vernet2023-03-251-0/+3
* bpf: Check IS_ERR for the bpf_map_get() return valueMartin KaFai Lau2023-03-242-4/+4
* bpf: Update the struct_ops of a bpf_link.Kui-Feng Lee2023-03-222-1/+81
* bpf: Create links for BPF struct_ops maps.Kui-Feng Lee2023-03-222-11/+155
* bpf: Retire the struct_ops map kvalue->refcnt.Kui-Feng Lee2023-03-222-35/+48
* bpf: remember meta->iter info only for initialized itersAndrii Nakryiko2023-03-221-7/+7
* bpf: Fix __reg_bound_offset 64->32 var_off subreg propagationDaniel Borkmann2023-03-221-3/+3
* bpf: return long from bpf_map_ops funcsJP Kobryn2023-03-2216-89/+89
* bpf: Teach the verifier to recognize rdonly_mem as not null.Alexei Starovoitov2023-03-221-5/+9
* bpf: Allow ld_imm64 instruction to point to kfunc.Alexei Starovoitov2023-03-171-6/+11
* kallsyms, bpf: Move find_kallsyms_symbol_value out of internal headerViktor Malik2023-03-172-7/+1
* bpf: Remove misleading spec_v1 check on var-offset stack readLuis Gerhorst2023-03-161-10/+6
* bpf: Remove bpf_cpumask_kptr_get() kfuncDavid Vernet2023-03-161-29/+0
* bpf: Mark struct bpf_cpumask as rcu protectedDavid Vernet2023-03-161-0/+1
* bpf: Free struct bpf_cpumask in call_rcu handlerDavid Vernet2023-03-161-5/+14
* bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modulesViktor Malik2023-03-154-29/+28
* cgroup: Make current_cgns_cgroup_dfl() safe to call after exit_task_namespace()Tejun Heo2023-03-141-2/+12
* bpf: Allow helpers access trusted PTR_TO_BTF_ID.Alexei Starovoitov2023-03-131-0/+15
* bpf: Fix bpf_strncmp proto.Alexei Starovoitov2023-03-131-1/+1
* bpf: Disable migration when freeing stashed local kptr using obj dropDave Marchevsky2023-03-132-6/+8
* bpf: fix precision propagation verbose loggingAndrii Nakryiko2023-03-131-2/+2
* bpf: Allow local kptrs to be exchanged via bpf_kptr_xchgDave Marchevsky2023-03-101-1/+7
* bpf: Support __kptr to local kptrsDave Marchevsky2023-03-103-13/+49
* bpf: Change btf_record_find enum parameter to field_maskDave Marchevsky2023-03-101-3/+3
* bpf: btf: Remove unused btf_field_info_type enumDave Marchevsky2023-03-101-6/+0
* bpf: verifier: Rename kernel_type_name helper to btf_type_nameDave Marchevsky2023-03-101-8/+8
* bpf: Add bpf_local_storage_free()Martin KaFai Lau2023-03-101-9/+14
* bpf: Add bpf_local_storage_rcu callbackMartin KaFai Lau2023-03-101-6/+11
* bpf: Add bpf_selem_free()Martin KaFai Lau2023-03-101-7/+14
* bpf: Add bpf_selem_free_rcu callbackMartin KaFai Lau2023-03-101-4/+9
* bpf: Remove bpf_selem_free_fields*_rcuMartin KaFai Lau2023-03-101-62/+5
* bpf: Repurpose use_trace_rcu to reuse_now in bpf_local_storageMartin KaFai Lau2023-03-104-15/+15
* bpf: Remember smap in bpf_local_storageMartin KaFai Lau2023-03-101-0/+4
* bpf: Remove the preceding __ from __bpf_selem_unlink_storageMartin KaFai Lau2023-03-101-3/+3
* bpf: Remove __bpf_local_storage_map_allocMartin KaFai Lau2023-03-101-37/+26
* bpf: Refactor codes into bpf_local_storage_destroyMartin KaFai Lau2023-03-104-25/+9
* bpf: Move a few bpf_local_storage functions to static scopeMartin KaFai Lau2023-03-101-2/+2
* bpf: take into account liveness when propagating precisionAndrii Nakryiko2023-03-101-2/+4
* bpf: ensure state checkpointing at iter_next() call sitesAndrii Nakryiko2023-03-101-3/+28
* bpf: implement numbers iteratorAndrii Nakryiko2023-03-082-0/+73
* bpf: add support for open-coded iterator loopsAndrii Nakryiko2023-03-081-8/+587
* bpf: add iterator kfuncs registration and validation logicAndrii Nakryiko2023-03-081-1/+111
* bpf: factor out fetching basic kfunc metadataAndrii Nakryiko2023-03-081-33/+59
* bpf: enforce all maps having memory usage callbackYafang Shao2023-03-071-7/+3
* bpf: offload map memory usageYafang Shao2023-03-072-0/+7
* bpf, net: bpf_local_storage memory usageYafang Shao2023-03-074-0/+13
* bpf: local_storage memory usageYafang Shao2023-03-071-0/+7