index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
2023-03-10
bpf: Add bpf_local_storage_rcu callback
Martin KaFai Lau
2023-03-10
bpf: Add bpf_selem_free()
Martin KaFai Lau
2023-03-10
bpf: Add bpf_selem_free_rcu callback
Martin KaFai Lau
2023-03-10
bpf: Remove bpf_selem_free_fields*_rcu
Martin KaFai Lau
2023-03-10
bpf: Repurpose use_trace_rcu to reuse_now in bpf_local_storage
Martin KaFai Lau
2023-03-10
bpf: Remember smap in bpf_local_storage
Martin KaFai Lau
2023-03-10
bpf: Remove the preceding __ from __bpf_selem_unlink_storage
Martin KaFai Lau
2023-03-10
bpf: Remove __bpf_local_storage_map_alloc
Martin KaFai Lau
2023-03-10
bpf: Refactor codes into bpf_local_storage_destroy
Martin KaFai Lau
2023-03-10
bpf: Move a few bpf_local_storage functions to static scope
Martin KaFai Lau
2023-03-10
bpf: take into account liveness when propagating precision
Andrii Nakryiko
2023-03-10
bpf: ensure state checkpointing at iter_next() call sites
Andrii Nakryiko
2023-03-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-03-08
bpf: implement numbers iterator
Andrii Nakryiko
2023-03-08
bpf: add support for open-coded iterator loops
Andrii Nakryiko
2023-03-08
bpf: add iterator kfuncs registration and validation logic
Andrii Nakryiko
2023-03-08
bpf: factor out fetching basic kfunc metadata
Andrii Nakryiko
2023-03-07
bpf: enforce all maps having memory usage callback
Yafang Shao
2023-03-07
bpf: offload map memory usage
Yafang Shao
2023-03-07
bpf, net: bpf_local_storage memory usage
Yafang Shao
2023-03-07
bpf: local_storage memory usage
Yafang Shao
2023-03-07
bpf: bpf_struct_ops memory usage
Yafang Shao
2023-03-07
bpf: queue_stack_maps memory usage
Yafang Shao
2023-03-07
bpf: devmap memory usage
Yafang Shao
2023-03-07
bpf: cpumap memory usage
Yafang Shao
2023-03-07
bpf: bloom_filter memory usage
Yafang Shao
2023-03-07
bpf: ringbuf memory usage
Yafang Shao
2023-03-07
bpf: reuseport_array memory usage
Yafang Shao
2023-03-07
bpf: stackmap memory usage
Yafang Shao
2023-03-07
bpf: arraymap memory usage
Yafang Shao
2023-03-07
bpf: hashtab memory usage
Yafang Shao
2023-03-07
bpf: lpm_trie memory usage
Yafang Shao
2023-03-07
bpf: add new map ops ->map_mem_usage
Yafang Shao
2023-03-06
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-03-06
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-03-06
btf: fix resolving BTF_KIND_VAR after ARRAY, STRUCT, UNION, PTR
Lorenz Bauer
2023-03-04
bpf: add support for fixed-size memory pointer returns for kfuncs
Andrii Nakryiko
2023-03-04
bpf: generalize dynptr_get_spi to be usable for iters
Andrii Nakryiko
2023-03-04
bpf: mark PTR_TO_MEM as non-null register type
Andrii Nakryiko
2023-03-04
bpf: move kfunc_call_arg_meta higher in the file
Andrii Nakryiko
2023-03-04
bpf: ensure that r0 is marked scratched after any function call
Andrii Nakryiko
2023-03-04
bpf: fix visit_insn()'s detection of BPF_FUNC_timer_set_callback helper
Andrii Nakryiko
2023-03-04
bpf: clean up visit_insn()'s instruction processing
Andrii Nakryiko
2023-03-04
bpf: honor env->test_state_freq flag in is_state_visited()
Andrii Nakryiko
2023-03-04
bpf: improve regsafe() checks for PTR_TO_{MEM,BUF,TP_BUFFER}
Andrii Nakryiko
2023-03-04
bpf: improve stack slot state printing
Andrii Nakryiko
2023-03-03
bpf: allow ctx writes using BPF_ST_MEM instruction
Eduard Zingerman
2023-03-03
bpf: Use separate RCU callbacks for freeing selem
Kumar Kartikeya Dwivedi
2023-03-03
bpf: Refactor RCU enforcement in the verifier.
Alexei Starovoitov
2023-03-03
bpf: Introduce kptr_rcu.
Alexei Starovoitov
[prev]
[next]