summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2023-03-10bpf: ensure state checkpointing at iter_next() call sitesAndrii Nakryiko
2023-03-08bpf: implement numbers iteratorAndrii Nakryiko
2023-03-08bpf: add support for open-coded iterator loopsAndrii Nakryiko
2023-03-08bpf: add iterator kfuncs registration and validation logicAndrii Nakryiko
2023-03-08bpf: factor out fetching basic kfunc metadataAndrii Nakryiko
2023-03-07bpf: enforce all maps having memory usage callbackYafang Shao
2023-03-07bpf: offload map memory usageYafang Shao
2023-03-07bpf, net: bpf_local_storage memory usageYafang Shao
2023-03-07bpf: local_storage memory usageYafang Shao
2023-03-07bpf: bpf_struct_ops memory usageYafang Shao
2023-03-07bpf: queue_stack_maps memory usageYafang Shao
2023-03-07bpf: devmap memory usageYafang Shao
2023-03-07bpf: cpumap memory usageYafang Shao
2023-03-07bpf: bloom_filter memory usageYafang Shao
2023-03-07bpf: ringbuf memory usageYafang Shao
2023-03-07bpf: reuseport_array memory usageYafang Shao
2023-03-07bpf: stackmap memory usageYafang Shao
2023-03-07bpf: arraymap memory usageYafang Shao
2023-03-07bpf: hashtab memory usageYafang Shao
2023-03-07bpf: lpm_trie memory usageYafang Shao
2023-03-07bpf: add new map ops ->map_mem_usageYafang Shao