projects
/
platform
/
kernel
/
linux-starfive.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
bpf: Add bpf_selem_free_rcu callback
[platform/kernel/linux-starfive.git]
/
kernel
/
2023-03-10
Martin KaFai Lau
bpf: Add bpf_selem_free_rcu callback
tree
|
commitdiff
2023-03-10
Martin KaFai Lau
bpf: Remove bpf_selem_free_fields*_rcu
tree
|
commitdiff
2023-03-10
Martin KaFai Lau
bpf: Repurpose use_trace_rcu to reuse_now in bpf_local_...
tree
|
commitdiff
2023-03-10
Martin KaFai Lau
bpf: Remember smap in bpf_local_storage
tree
|
commitdiff
2023-03-10
Martin KaFai Lau
bpf: Remove the preceding __ from __bpf_selem_unlink_st...
tree
|
commitdiff
2023-03-10
Martin KaFai Lau
bpf: Remove __bpf_local_storage_map_alloc
tree
|
commitdiff
2023-03-10
Martin KaFai Lau
bpf: Refactor codes into bpf_local_storage_destroy
tree
|
commitdiff
2023-03-10
Martin KaFai Lau
bpf: Move a few bpf_local_storage functions to static...
tree
|
commitdiff
2023-03-10
Andrii Nakryiko
bpf: take into account liveness when propagating precision
tree
|
commitdiff
2023-03-10
Andrii Nakryiko
bpf: ensure state checkpointing at iter_next() call...
tree
|
commitdiff
2023-03-09
Alexei Starovoitov
Merge branch 'BPF open-coded iterators'
tree
|
commitdiff
2023-03-09
Andrii Nakryiko
bpf: implement numbers iterator
tree
|
commitdiff
2023-03-09
Andrii Nakryiko
bpf: add support for open-coded iterator loops
tree
|
commitdiff
2023-03-09
Andrii Nakryiko
bpf: add iterator kfuncs registration and validation...
tree
|
commitdiff
2023-03-09
Andrii Nakryiko
bpf: factor out fetching basic kfunc metadata
tree
|
commitdiff
2023-03-08
Jakub Kicinski
Merge https://git./linux/kernel/git/bpf/bpf-next
tree
|
commitdiff
2023-03-07
Alexei Starovoitov
Merge branch 'bpf: bpf memory usage'
tree
|
commitdiff
2023-03-07
Yafang Shao
bpf: enforce all maps having memory usage callback
tree
|
commitdiff
2023-03-07
Yafang Shao
bpf: offload map memory usage
tree
|
commitdiff
2023-03-07
Yafang Shao
bpf, net: bpf_local_storage memory usage
tree
|
commitdiff
2023-03-07
Yafang Shao
bpf: local_storage memory usage
tree
|
commitdiff
2023-03-07
Yafang Shao
bpf: bpf_struct_ops memory usage
tree
|
commitdiff
2023-03-07
Yafang Shao
bpf: queue_stack_maps memory usage
tree
|
commitdiff
2023-03-07
Yafang Shao
bpf: devmap memory usage
tree
|
commitdiff
2023-03-07
Yafang Shao
bpf: cpumap memory usage
tree
|
commitdiff
2023-03-07
Yafang Shao
bpf: bloom_filter memory usage
tree
|
commitdiff
2023-03-07
Yafang Shao
bpf: ringbuf memory usage
tree
|
commitdiff
2023-03-07
Yafang Shao
bpf: reuseport_array memory usage
tree
|
commitdiff
2023-03-07
Yafang Shao
bpf: stackmap memory usage
tree
|
commitdiff
2023-03-07
Yafang Shao
bpf: arraymap memory usage
tree
|
commitdiff
2023-03-07
Yafang Shao
bpf: hashtab memory usage
tree
|
commitdiff
2023-03-07
Yafang Shao
bpf: lpm_trie memory usage
tree
|
commitdiff
2023-03-07
Yafang Shao
bpf: add new map ops ->map_mem_usage
tree
|
commitdiff
2023-03-07
Jakub Kicinski
Merge tag 'for-netdev' of https://git./linux/kernel...
tree
|
commitdiff
2023-03-04
Andrii Nakryiko
bpf: add support for fixed-size memory pointer returns...
tree
|
commitdiff
2023-03-04
Andrii Nakryiko
bpf: generalize dynptr_get_spi to be usable for iters
tree
|
commitdiff
2023-03-04
Andrii Nakryiko
bpf: mark PTR_TO_MEM as non-null register type
tree
|
commitdiff
2023-03-04
Andrii Nakryiko
bpf: move kfunc_call_arg_meta higher in the file
tree
|
commitdiff
2023-03-04
Andrii Nakryiko
bpf: ensure that r0 is marked scratched after any funct...
tree
|
commitdiff
2023-03-04
Andrii Nakryiko
bpf: fix visit_insn()'s detection of BPF_FUNC_timer_set...
tree
|
commitdiff
2023-03-04
Andrii Nakryiko
bpf: clean up visit_insn()'s instruction processing
tree
|
commitdiff
2023-03-04
Andrii Nakryiko
bpf: honor env->test_state_freq flag in is_state_visited()
tree
|
commitdiff
2023-03-04
Andrii Nakryiko
bpf: improve regsafe() checks for PTR_TO_{MEM,BUF,TP_BU...
tree
|
commitdiff
2023-03-04
Andrii Nakryiko
bpf: improve stack slot state printing
tree
|
commitdiff
2023-03-04
Alexei Starovoitov
Merge branch 'bpf: allow ctx writes using BPF_ST_MEM...
tree
|
commitdiff
2023-03-04
Eduard Zingerman
bpf: allow ctx writes using BPF_ST_MEM instruction
tree
|
commitdiff
2023-03-03
Kumar Kartikeya...
bpf: Use separate RCU callbacks for freeing selem
tree
|
commitdiff
2023-03-03
Daniel Borkmann
Merge branch 'bpf-kptr-rcu'
tree
|
commitdiff
2023-03-03
Alexei Starovoitov
bpf: Refactor RCU enforcement in the verifier.
tree
|
commitdiff
2023-03-03
Alexei Starovoitov
bpf: Introduce kptr_rcu.
tree
|
commitdiff
2023-03-03
Alexei Starovoitov
bpf: Mark cgroups and dfl_cgrp fields as trusted.
tree
|
commitdiff
2023-03-03
Alexei Starovoitov
bpf: Rename __kptr_ref -> __kptr and __kptr -> __kptr_u...
tree
|
commitdiff
2023-03-03
Tero Kristo
bpf: Add support for absolute value BPF timers
tree
|
commitdiff
2023-03-03
Tejun Heo
bpf: Make bpf_get_current_[ancestor_]cgroup_id() availa...
tree
|
commitdiff
2023-03-02
Joanne Koong
bpf: Fix bpf_dynptr_slice{_rdwr} to return NULL instead...
tree
|
commitdiff
2023-03-02
David Vernet
bpf: Fix doxygen comments for dynptr slice kfuncs
tree
|
commitdiff
2023-03-01
Alexei Starovoitov
Merge branch 'Add support for kptrs in more BPF maps'
tree
|
commitdiff
2023-03-01
Kumar Kartikeya...
bpf: Support kptrs in local storage maps
tree
|
commitdiff
2023-03-01
Kumar Kartikeya...
bpf: Support kptrs in percpu hashmap and percpu LRU...
tree
|
commitdiff
2023-03-01
Alexei Starovoitov
Merge branch 'Add skb + xdp dynptrs'
tree
|
commitdiff
2023-03-01
Joanne Koong
bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwr
tree
|
commitdiff
2023-03-01
Joanne Koong
bpf: Add xdp dynptrs
tree
|
commitdiff
2023-03-01
Joanne Koong
bpf: Add skb dynptrs
tree
|
commitdiff
2023-03-01
Joanne Koong
bpf: Add __uninit kfunc annotation
tree
|
commitdiff
2023-03-01
Joanne Koong
bpf: Refactor verifier dynptr into get_dynptr_arg_reg
tree
|
commitdiff
2023-03-01
Joanne Koong
bpf: Allow initializing dynptrs in kfuncs
tree
|
commitdiff
2023-03-01
Joanne Koong
bpf: Refactor process_dynptr_func
tree
|
commitdiff
2023-03-01
Joanne Koong
bpf: Support "sk_buff" and "xdp_buff" as valid kfunc...
tree
|
commitdiff
2023-02-28
David Vernet
bpf: Fix bpf_cgroup_from_id() doxygen header
tree
|
commitdiff
2023-02-27
Linus Torvalds
Merge tag 'net-6.3-rc1' of git://git./linux/kernel...
tree
|
commitdiff
2023-02-27
Linus Torvalds
Merge tag 'arm-fixes-6.3-1' of git://git./linux/kernel...
tree
|
commitdiff
2023-02-27
Linus Torvalds
Merge tag 'soc-drivers-6.3' of git://git./linux/kernel...
tree
|
commitdiff
2023-02-27
Linus Torvalds
Merge tag 'fuse-update-6.3' of git://git./linux/kernel...
tree
|
commitdiff
2023-02-27
Linus Torvalds
Merge tag 'mmc-v6.3' of git://git./linux/kernel/git...
tree
|
commitdiff
2023-02-27
Linus Torvalds
Merge tag 'dma-mapping-6.3-2022-02-27' of git://git...
tree
|
commitdiff
2023-02-27
Linus Torvalds
Merge tag 'memblock-v6.3-rc1' of git://git./linux/kerne...
tree
|
commitdiff
2023-02-27
Linus Torvalds
Merge tag 'm68knommu-for-v6.3' of git://git./linux...
tree
|
commitdiff
2023-02-27
Linus Torvalds
Merge tag 'csky-for-linus-6.3' of https://github.com...
tree
|
commitdiff
2023-02-26
Linus Torvalds
Merge tag 'rproc-v6.3' of git://git./linux/kernel/git...
tree
|
commitdiff
2023-02-26
Linus Torvalds
Merge tag 'rpmsg-v6.3' of git://git./linux/kernel/git...
tree
|
commitdiff
2023-02-26
Linus Torvalds
Merge tag 'hwlock-v6.3' of git://git./linux/kernel...
tree
|
commitdiff
2023-02-26
Linus Torvalds
Merge tag 'kbuild-v6.3' of git://git./linux/kernel...
tree
|
commitdiff
2023-02-26
Linus Torvalds
Merge tag 'media/v6.3-1' of git://git./linux/kernel...
tree
|
commitdiff
2023-02-25
Linus Torvalds
Merge tag 'clk-for-linus' of git://git./linux/kernel...
tree
|
commitdiff
2023-02-25
Linus Torvalds
Merge tag 'mailbox-v6.3' of git://git.linaro.org/landin...
tree
|
commitdiff
2023-02-25
Linus Torvalds
Merge tag 'mtd/for-6.3' of git://git./linux/kernel...
tree
|
commitdiff
2023-02-25
Linus Torvalds
Merge tag 'input-for-v6.3-rc0' of git://git./linux...
tree
|
commitdiff
2023-02-25
Linus Torvalds
Merge tag 'probes-v6.3-2' of git://git./linux/kernel...
tree
|
commitdiff
2023-02-25
Linus Torvalds
Merge tag 'kcsan.2023.02.24a' of git://git./linux/kerne...
tree
|
commitdiff
2023-02-25
Linus Torvalds
Merge tag 'flex-array-transformations-6.3-rc1' of git...
tree
|
commitdiff
2023-02-25
Linus Torvalds
Merge branch 'for-linus' of git://git./linux/kernel...
tree
|
commitdiff
2023-02-25
Linus Torvalds
Merge tag 'vfio-v6.3-rc1' of https://github.com/awillia...
tree
|
commitdiff
2023-02-25
Linus Torvalds
Merge tag 'for_linus' of git://git./linux/kernel/git...
tree
|
commitdiff
2023-02-25
Linus Torvalds
Merge tag 'for-linus' of git://git./virt/kvm/kvm
tree
|
commitdiff
2023-02-25
Linus Torvalds
Merge tag 'riscv-for-linus-6.3-mw1' of git://git./linux...
tree
|
commitdiff
2023-02-25
Linus Torvalds
Merge tag 'powerpc-6.3-1' of git://git./linux/kernel...
tree
|
commitdiff
2023-02-25
Linus Torvalds
Merge tag 'mips_6.3' of git://git./linux/kernel/git...
tree
|
commitdiff
2023-02-25
Linus Torvalds
Merge tag 'cxl-for-6.3' of git://git./linux/kernel...
tree
|
commitdiff
2023-02-25
Linus Torvalds
Merge tag 'x86_tdx_for_6.3' of git://git./linux/kernel...
tree
|
commitdiff
2023-02-25
Linus Torvalds
Merge branch 'work.misc' of git://git./linux/kernel...
tree
|
commitdiff
next