bpf: Allowlist few fields similar to __rcu tag.
[linux-2.6-block.git] / kernel /
2023-04-04 Alexei Starovoitovbpf: Allowlist few fields similar to __rcu tag.
2023-04-04 Alexei Starovoitovbpf: Refactor NULL-ness check in check_reg_type().
2023-04-04 Alexei Starovoitovbpf: Teach verifier that certain helpers accept NULL...
2023-04-04 Alexei Starovoitovbpf: Refactor btf_nested_type_is_trusted().
2023-04-04 Alexei Starovoitovbpf: Remove unused arguments from btf_struct_access().
2023-04-04 Alexei Starovoitovbpf: Invoke btf_struct_access() callback only for writes.
2023-04-03 Dave Marchevskybpf: Fix struct_meta lookup for bpf_obj_free_fields...
2023-04-02 Anton Protopopovbpf: compute hashes in bloom filter similar to hashmap
2023-04-01 Anton Protopopovbpf: optimize hashmap lookups when key_size is divisibl...
2023-04-01 Alexei StarovoitovMerge branch 'Enable RCU semantics for task kptrs'
2023-04-01 David Vernetbpf: Remove now-defunct task kfuncs
2023-04-01 David Vernetbpf: Make struct task_struct an RCU-safe type
2023-03-30 David Vernetbpf: Handle PTR_MAYBE_NULL case in PTR_TO_BTF_ID helper...
2023-03-26 Alexei StarovoitovMerge branch 'bpf: Use bpf_mem_cache_alloc/free in...
2023-03-26 Martin KaFai Laubpf: Use bpf_mem_cache_alloc/free for bpf_local_storage
2023-03-26 Martin KaFai Laubpf: Use bpf_mem_cache_alloc/free in bpf_local_storage_elem
2023-03-26 Martin KaFai Laubpf: Add a few bpf mem allocator functions
2023-03-25 Alexei StarovoitovMerge branch 'Don't invoke KPTR_REF destructor on NULL...
2023-03-25 David Vernetbpf: Treat KF_RELEASE kfuncs as KF_TRUSTED_ARGS
2023-03-25 David Vernetbpf: Remove now-unnecessary NULL checks for KF_RELEASE...
2023-03-25 David Vernetbpf: Only invoke kptr dtor following non-NULL xchg
2023-03-24 Martin KaFai Laubpf: Check IS_ERR for the bpf_map_get() return value
2023-03-23 Martin KaFai LauMerge branch 'Transit between BPF TCP congestion controls.'
2023-03-23 Kui-Feng Leebpf: Update the struct_ops of a bpf_link.
2023-03-23 Kui-Feng Leebpf: Create links for BPF struct_ops maps.
2023-03-23 Kui-Feng Leebpf: Retire the struct_ops map kvalue->refcnt.
2023-03-23 Andrii Nakryikobpf: remember meta->iter info only for initialized...
2023-03-22 Daniel Borkmannbpf: Fix __reg_bound_offset 64->32 var_off subreg propa...
2023-03-22 Alexei StarovoitovMerge branch 'error checking where helpers call bpf_map...
2023-03-22 JP Kobrynbpf: return long from bpf_map_ops funcs
2023-03-22 Andrii NakryikoMerge branch 'bpf: Support ksym detection in light...
2023-03-22 Alexei Starovoitovbpf: Teach the verifier to recognize rdonly_mem as...
2023-03-17 Andrii NakryikoMerge branch 'bpf: Add detection of kfuncs.'
2023-03-17 Alexei Starovoitovbpf: Allow ld_imm64 instruction to point to kfunc.
2023-03-17 Viktor Malikkallsyms, bpf: Move find_kallsyms_symbol_value out...
2023-03-16 Luis Gerhorstbpf: Remove misleading spec_v1 check on var-offset...
2023-03-16 Alexei StarovoitovMerge branch 'Make struct bpf_cpumask RCU safe'
2023-03-16 David Vernetbpf: Remove bpf_cpumask_kptr_get() kfunc
2023-03-16 David Vernetbpf: Mark struct bpf_cpumask as rcu protected
2023-03-16 David Vernetbpf: Free struct bpf_cpumask in call_rcu handler
2023-03-16 Alexei StarovoitovMerge branch 'Fix attaching fentry/fexit/fmod_ret/lsm...
2023-03-16 Viktor Malikbpf: Fix attaching fentry/fexit/fmod_ret/lsm to modules
2023-03-14 Tejun Heocgroup: Make current_cgns_cgroup_dfl() safe to call...
2023-03-14 Martin KaFai LauMerge branch 'bpf: Allow helpers access ptr_to_btf_id.'
2023-03-14 Alexei Starovoitovbpf: Allow helpers access trusted PTR_TO_BTF_ID.
2023-03-14 Alexei Starovoitovbpf: Fix bpf_strncmp proto.
2023-03-13 Dave Marchevskybpf: Disable migration when freeing stashed local kptr...
2023-03-13 Andrii Nakryikobpf: fix precision propagation verbose logging
2023-03-11 Alexei StarovoitovMerge branch 'Support stashing local kptrs with bpf_kpt...
2023-03-11 Dave Marchevskybpf: Allow local kptrs to be exchanged via bpf_kptr_xchg
2023-03-11 Dave Marchevskybpf: Support __kptr to local kptrs
2023-03-10 Dave Marchevskybpf: Change btf_record_find enum parameter to field_mask
2023-03-10 Dave Marchevskybpf: btf: Remove unused btf_field_info_type enum
2023-03-10 Dave Marchevskybpf: verifier: Rename kernel_type_name helper to btf_ty...
2023-03-10 Martin KaFai Laubpf: Add bpf_local_storage_free()
2023-03-10 Martin KaFai Laubpf: Add bpf_local_storage_rcu callback
2023-03-10 Martin KaFai Laubpf: Add bpf_selem_free()
2023-03-10 Martin KaFai Laubpf: Add bpf_selem_free_rcu callback
2023-03-10 Martin KaFai Laubpf: Remove bpf_selem_free_fields*_rcu
2023-03-10 Martin KaFai Laubpf: Repurpose use_trace_rcu to reuse_now in bpf_local_...
2023-03-10 Martin KaFai Laubpf: Remember smap in bpf_local_storage
2023-03-10 Martin KaFai Laubpf: Remove the preceding __ from __bpf_selem_unlink_st...
2023-03-10 Martin KaFai Laubpf: Remove __bpf_local_storage_map_alloc
2023-03-10 Martin KaFai Laubpf: Refactor codes into bpf_local_storage_destroy
2023-03-10 Martin KaFai Laubpf: Move a few bpf_local_storage functions to static...
2023-03-10 Andrii Nakryikobpf: take into account liveness when propagating precision
2023-03-10 Andrii Nakryikobpf: ensure state checkpointing at iter_next() call...
2023-03-09 Alexei StarovoitovMerge branch 'BPF open-coded iterators'
2023-03-09 Andrii Nakryikobpf: implement numbers iterator
2023-03-09 Andrii Nakryikobpf: add support for open-coded iterator loops
2023-03-09 Andrii Nakryikobpf: add iterator kfuncs registration and validation...
2023-03-09 Andrii Nakryikobpf: factor out fetching basic kfunc metadata
2023-03-08 Jakub KicinskiMerge https://git./linux/kernel/git/bpf/bpf-next
2023-03-07 Alexei StarovoitovMerge branch 'bpf: bpf memory usage'
2023-03-07 Yafang Shaobpf: enforce all maps having memory usage callback
2023-03-07 Yafang Shaobpf: offload map memory usage
2023-03-07 Yafang Shaobpf, net: bpf_local_storage memory usage
2023-03-07 Yafang Shaobpf: local_storage memory usage
2023-03-07 Yafang Shaobpf: bpf_struct_ops memory usage
2023-03-07 Yafang Shaobpf: queue_stack_maps memory usage
2023-03-07 Yafang Shaobpf: devmap memory usage
2023-03-07 Yafang Shaobpf: cpumap memory usage
2023-03-07 Yafang Shaobpf: bloom_filter memory usage
2023-03-07 Yafang Shaobpf: ringbuf memory usage
2023-03-07 Yafang Shaobpf: reuseport_array memory usage
2023-03-07 Yafang Shaobpf: stackmap memory usage
2023-03-07 Yafang Shaobpf: arraymap memory usage
2023-03-07 Yafang Shaobpf: hashtab memory usage
2023-03-07 Yafang Shaobpf: lpm_trie memory usage
2023-03-07 Yafang Shaobpf: add new map ops ->map_mem_usage
2023-03-07 Jakub KicinskiMerge tag 'for-netdev' of https://git./linux/kernel...
2023-03-04 Andrii Nakryikobpf: add support for fixed-size memory pointer returns...
2023-03-04 Andrii Nakryikobpf: generalize dynptr_get_spi to be usable for iters
2023-03-04 Andrii Nakryikobpf: mark PTR_TO_MEM as non-null register type
2023-03-04 Andrii Nakryikobpf: move kfunc_call_arg_meta higher in the file
2023-03-04 Andrii Nakryikobpf: ensure that r0 is marked scratched after any funct...
2023-03-04 Andrii Nakryikobpf: fix visit_insn()'s detection of BPF_FUNC_timer_set...
2023-03-04 Andrii Nakryikobpf: clean up visit_insn()'s instruction processing
2023-03-04 Andrii Nakryikobpf: honor env->test_state_freq flag in is_state_visited()
2023-03-04 Andrii Nakryikobpf: improve regsafe() checks for PTR_TO_{MEM,BUF,TP_BU...
next