aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-03-13bpf: Disable migration when freeing stashed local kptr using obj dropDave Marchevsky2-6/+8
2023-03-13bpf: fix precision propagation verbose loggingAndrii Nakryiko1-2/+2
2023-03-10bpf: Allow local kptrs to be exchanged via bpf_kptr_xchgDave Marchevsky1-1/+7
2023-03-10bpf: Support __kptr to local kptrsDave Marchevsky3-13/+49
2023-03-10bpf: Change btf_record_find enum parameter to field_maskDave Marchevsky1-3/+3
2023-03-10bpf: btf: Remove unused btf_field_info_type enumDave Marchevsky1-6/+0
2023-03-10bpf: verifier: Rename kernel_type_name helper to btf_type_nameDave Marchevsky1-8/+8
2023-03-10bpf: Add bpf_local_storage_free()Martin KaFai Lau1-9/+14
2023-03-10bpf: Add bpf_local_storage_rcu callbackMartin KaFai Lau1-6/+11
2023-03-10bpf: Add bpf_selem_free()Martin KaFai Lau1-7/+14
2023-03-10bpf: Add bpf_selem_free_rcu callbackMartin KaFai Lau1-4/+9
2023-03-10bpf: Remove bpf_selem_free_fields*_rcuMartin KaFai Lau1-62/+5
2023-03-10bpf: Repurpose use_trace_rcu to reuse_now in bpf_local_storageMartin KaFai Lau4-15/+15
2023-03-10bpf: Remember smap in bpf_local_storageMartin KaFai Lau1-0/+4
2023-03-10bpf: Remove the preceding __ from __bpf_selem_unlink_storageMartin KaFai Lau1-3/+3
2023-03-10bpf: Remove __bpf_local_storage_map_allocMartin KaFai Lau1-37/+26
2023-03-10bpf: Refactor codes into bpf_local_storage_destroyMartin KaFai Lau4-25/+9
2023-03-10bpf: Move a few bpf_local_storage functions to static scopeMartin KaFai Lau1-2/+2
2023-03-10bpf: take into account liveness when propagating precisionAndrii Nakryiko1-2/+4
2023-03-10bpf: ensure state checkpointing at iter_next() call sitesAndrii Nakryiko1-3/+28
2023-03-08bpf: implement numbers iteratorAndrii Nakryiko2-0/+73
2023-03-08bpf: add support for open-coded iterator loopsAndrii Nakryiko1-8/+587
2023-03-08bpf: add iterator kfuncs registration and validation logicAndrii Nakryiko1-1/+111
2023-03-08bpf: factor out fetching basic kfunc metadataAndrii Nakryiko1-33/+59
2023-03-07bpf: enforce all maps having memory usage callbackYafang Shao1-7/+3
2023-03-07bpf: offload map memory usageYafang Shao2-0/+7
2023-03-07bpf, net: bpf_local_storage memory usageYafang Shao4-0/+13
2023-03-07bpf: local_storage memory usageYafang Shao1-0/+7
2023-03-07bpf: bpf_struct_ops memory usageYafang Shao1-0/+16
2023-03-07bpf: queue_stack_maps memory usageYafang Shao1-0/+10
2023-03-07bpf: devmap memory usageYafang Shao1-2/+24
2023-03-07bpf: cpumap memory usageYafang Shao1-0/+10
2023-03-07bpf: bloom_filter memory usageYafang Shao1-0/+12
2023-03-07bpf: ringbuf memory usageYafang Shao1-1/+19
2023-03-07bpf: reuseport_array memory usageYafang Shao1-0/+8
2023-03-07bpf: stackmap memory usageYafang Shao1-0/+14
2023-03-07bpf: arraymap memory usageYafang Shao1-0/+28
2023-03-07bpf: hashtab memory usageYafang Shao1-0/+43
2023-03-07bpf: lpm_trie memory usageYafang Shao1-0/+11
2023-03-07bpf: add new map ops ->map_mem_usageYafang Shao1-8/+7
2023-03-06Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski9-404/+1124
2023-03-04bpf: add support for fixed-size memory pointer returns for kfuncsAndrii Nakryiko1-0/+8
2023-03-04bpf: generalize dynptr_get_spi to be usable for itersAndrii Nakryiko1-6/+12
2023-03-04bpf: mark PTR_TO_MEM as non-null register typeAndrii Nakryiko1-1/+2
2023-03-04bpf: move kfunc_call_arg_meta higher in the fileAndrii Nakryiko1-35/+35
2023-03-04bpf: ensure that r0 is marked scratched after any function callAndrii Nakryiko1-0/+2
2023-03-04bpf: fix visit_insn()'s detection of BPF_FUNC_timer_set_callback helperAndrii Nakryiko1-1/+1
2023-03-04bpf: clean up visit_insn()'s instruction processingAndrii Nakryiko1-13/+12
2023-03-04bpf: honor env->test_state_freq flag in is_state_visited()Andrii Nakryiko1-1/+2
2023-03-04bpf: improve regsafe() checks for PTR_TO_{MEM,BUF,TP_BUFFER}Andrii Nakryiko1-1/+5