index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
bpf.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-29
bpf: Reuse log from btf_prase_vmlinux() in btf_struct_ops_init()
Martin KaFai Lau
1
-2
/
+5
2020-01-25
bpf: Allow to resolve bpf trampoline and dispatcher in unwind
Jiri Olsa
1
-1
/
+11
2020-01-23
bpf: Add BPF_FUNC_jiffies64
Martin KaFai Lau
1
-0
/
+1
2020-01-23
bpf: Introduce dynamic program extensions
Alexei Starovoitov
1
-1
/
+9
2020-01-17
xdp: Use bulking for non-map XDP_REDIRECT and consolidate code paths
Toke Høiland-Jørgensen
1
-2
/
+11
2020-01-16
bpf: Add batch ops to all htab bpf map
Yonghong Song
1
-0
/
+3
2020-01-16
bpf: Add generic support for update and delete batch ops
Brian Vazquez
1
-0
/
+10
2020-01-16
bpf: Add generic support for lookup batch op
Brian Vazquez
1
-0
/
+5
2020-01-10
bpf: Introduce function-by-function verification
Alexei Starovoitov
1
-1
/
+6
2020-01-09
bpf: Introduce BPF_MAP_TYPE_STRUCT_OPS
Martin KaFai Lau
1
-2
/
+47
2020-01-09
bpf: Introduce BPF_PROG_TYPE_STRUCT_OPS
Martin KaFai Lau
1
-0
/
+30
2019-12-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-4
/
+76
2019-12-20
xdp: Make cpumap flush_list common for all map instances
Björn Töpel
1
-2
/
+2
2019-12-20
xdp: Make devmap flush_list common for all map instances
Björn Töpel
1
-2
/
+2
2019-12-16
bpf: Fix missing prog untrack in release_maps
Daniel Borkmann
1
-0
/
+2
2019-12-14
bpf, x86: Align dispatcher branch targets to 16B
Björn Töpel
1
-1
/
+1
2019-12-14
bpf, xdp: Start using the BPF dispatcher for XDP
Björn Töpel
1
-0
/
+15
2019-12-14
bpf: Introduce BPF dispatcher
Björn Töpel
1
-0
/
+56
2019-12-14
bpf: Move trampoline JIT image allocation to a function
Björn Töpel
1
-0
/
+1
2019-12-12
bpf: Make BPF trampoline use register_ftrace_direct() API
Alexei Starovoitov
1
-0
/
+1
2019-11-25
bpf: Simplify __bpf_arch_text_poke poke type handling
Daniel Borkmann
1
-8
/
+2
2019-11-25
bpf: Add poke dependency tracking for prog array maps
Daniel Borkmann
1
-0
/
+12
2019-11-25
bpf: Add initial poke descriptor table for jit images
Daniel Borkmann
1
-0
/
+20
2019-11-25
bpf: Move owner type, jited info into array auxiliary data
Daniel Borkmann
1
-7
/
+11
2019-11-25
bpf: Move bpf_free_used_maps into sleepable section
Daniel Borkmann
1
-0
/
+4
2019-11-25
bpf, x86: Generalize and extend bpf_arch_text_poke for direct jumps
Daniel Borkmann
1
-0
/
+6
2019-11-21
bpf: Switch bpf_map_{area_alloc,area_mmapable_alloc}() to u64 size
Daniel Borkmann
1
-3
/
+3
2019-11-18
bpf: Add mmap() support for BPF_MAP_TYPE_ARRAY
Andrii Nakryiko
1
-3
/
+8
2019-11-18
bpf: Convert bpf_prog refcnt to atomic64_t
Andrii Nakryiko
1
-8
/
+5
2019-11-18
bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never fails
Andrii Nakryiko
1
-5
/
+5
2019-11-16
bpf: Support attaching tracing BPF program to other BPF programs
Alexei Starovoitov
1
-0
/
+1
2019-11-16
bpf: Compare BTF types of functions arguments with actual types
Alexei Starovoitov
1
-0
/
+8
2019-11-16
bpf: Annotate context types
Alexei Starovoitov
1
-1
/
+10
2019-11-16
bpf: Fix race in btf_resolve_helper_id()
Alexei Starovoitov
1
-2
/
+3
2019-11-16
bpf: Introduce BPF trampoline
Alexei Starovoitov
1
-0
/
+105
2019-11-16
bpf: Add bpf_arch_text_poke() helper
Alexei Starovoitov
1
-0
/
+8
2019-11-02
xsk: Restructure/inline XSKMAP lookup/redirect/flush
Björn Töpel
1
-25
/
+0
2019-10-31
bpf: Replace prog_raw_tp+btf_id with prog_tracing
Alexei Starovoitov
1
-0
/
+5
2019-10-25
bpf: Prepare btf_ctx_access for non raw_tp use case
Martin KaFai Lau
1
-0
/
+5
2019-10-17
bpf: Check types of arguments passed into helpers
Alexei Starovoitov
1
-5
/
+13
2019-10-17
bpf: Add support for BTF pointers to x86 JIT
Alexei Starovoitov
1
-0
/
+3
2019-10-17
bpf: Implement accurate raw_tp context access via BTF
Alexei Starovoitov
1
-1
/
+16
2019-10-17
bpf: Add attach_btf_id attribute to program load
Alexei Starovoitov
1
-0
/
+1
2019-10-11
bpf: Align struct bpf_prog_stats
Eric Dumazet
1
-1
/
+1
2019-08-20
bpf: add new BPF_BTF_GET_NEXT_ID syscall command
Quentin Monnet
1
-0
/
+3
2019-08-18
bpf: export bpf_map_inc_not_zero
Stanislav Fomichev
1
-0
/
+2
2019-07-29
xdp: Add devmap_hash map type for looking up devices by hashed index
Toke Høiland-Jørgensen
1
-0
/
+7
2019-07-29
include/bpf.h: Remove map_insert_ctx() stubs
Toke Høiland-Jørgensen
1
-10
/
+0
2019-06-28
bpf: implement getsockopt and setsockopt hooks
Stanislav Fomichev
1
-0
/
+2
2019-06-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+25
[next]