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
starfive-6.6.48-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
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
4
-96
/
+73
2019-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
3
-13
/
+53
2019-11-02
bpf: Switch BPF probe insns to bpf_probe_read_kernel
Daniel Borkmann
1
-4
/
+5
2019-11-02
xsk: Restructure/inline XSKMAP lookup/redirect/flush
Björn Töpel
1
-48
/
+0
2019-11-02
bpf: Implement map_gen_lookup() callback for XSKMAP
Maciej Fijalkowski
1
-0
/
+17
2019-11-02
xsk: Store struct xdp_sock as a flexible array member of the XSKMAP
Björn Töpel
1
-32
/
+23
2019-10-31
bpf: Replace prog_raw_tp+btf_id with prog_tracing
Alexei Starovoitov
2
-13
/
+27
2019-10-31
bpf: Fix bpf jit kallsym access
Alexei Starovoitov
1
-3
/
+0
2019-10-30
bpf: Enforce 'return 0' in BTF-enabled raw_tp programs
Alexei Starovoitov
1
-0
/
+5
2019-10-25
bpf: Prepare btf_ctx_access for non raw_tp use case
Martin KaFai Lau
3
-64
/
+65
2019-10-23
bpf: Fix use after free in bpf_get_prog_name
Daniel Borkmann
1
-1
/
+1
2019-10-22
bpf: Fix use after free in subprog's jited symbol removal
Daniel Borkmann
2
-12
/
+21
2019-10-22
xdp: Handle device unregister for devmap_hash map type
Toke Høiland-Jørgensen
1
-0
/
+31
2019-10-19
xdp: Prevent overflow in devmap_hash cost calculation for 32-bit builds
Toke Høiland-Jørgensen
1
-1
/
+1
2019-10-18
bpf: Fix bpf_attr.attach_btf_id check
Alexei Starovoitov
1
-6
/
+11
2019-10-17
bpf: Check types of arguments passed into helpers
Alexei Starovoitov
2
-15
/
+97
2019-10-17
bpf: Add support for BTF pointers to x86 JIT
Alexei Starovoitov
2
-1
/
+20
2019-10-17
bpf: Add support for BTF pointers to interpreter
Alexei Starovoitov
2
-0
/
+27
2019-10-17
bpf: Attach raw_tp program with BTF via type name
Alexei Starovoitov
1
-23
/
+47
2019-10-17
bpf: Implement accurate raw_tp context access via BTF
Alexei Starovoitov
2
-3
/
+275
2019-10-17
bpf: Add attach_btf_id attribute to program load
Alexei Starovoitov
1
-4
/
+14
2019-10-17
bpf: Process in-kernel BTF
Alexei Starovoitov
2
-1
/
+90
2019-10-16
bpf/stackmap: Fix deadlock with rq_lock in bpf_get_stack()
Song Liu
1
-3
/
+4
2019-10-11
bpf: Fix cast to pointer from integer of different size warning
Andrii Nakryiko
1
-1
/
+1
2019-10-11
bpf: Track contents of read-only maps as scalars
Andrii Nakryiko
1
-2
/
+55
2019-09-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-5
/
+4
2019-09-26
bpf: Clean up indentation issue in BTF kflag processing
Colin Ian King
1
-1
/
+1
2019-09-25
bpf/xskmap: Return ERR_PTR for failure case instead of NULL.
Jonathan Lemon
1
-1
/
+1
2019-09-24
Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-34
/
+58
2019-09-19
bpf: fix BTF verification of enums
Alexei Starovoitov
1
-3
/
+2
2019-09-19
vfs: Convert bpf to use the new mount API
David Howells
1
-34
/
+58
2019-09-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
3
-9
/
+22
2019-09-16
bpf: fix accessing bpf_sysctl.file_pos on s390
Ilya Leoshkevich
2
-4
/
+10
2019-09-16
xdp: Fix race in dev_map_hash_update_elem() when replacing element
Toke Høiland-Jørgensen
1
-5
/
+12
2019-09-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-9
/
+14
2019-09-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
5
-35
/
+149
2019-09-05
bpf: fix precision tracking of stack slots
Alexei Starovoitov
1
-9
/
+14
2019-09-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+6
2019-08-28
bpf: introduce verifier internal test flag
Alexei Starovoitov
2
-1
/
+5
2019-08-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-16
/
+23
2019-08-27
bpf: handle 32-bit zext during constant blinding
Naveen N. Rao
1
-2
/
+6
2019-08-24
bpf: fix use after free in prog symbol exposure
Daniel Borkmann
1
-12
/
+18
2019-08-24
bpf: fix precision tracking in presence of bpf2bpf calls
Alexei Starovoitov
1
-4
/
+5
2019-08-20
bpf: add new BPF_BTF_GET_NEXT_ID syscall command
Quentin Monnet
2
-2
/
+6
2019-08-20
bpf: add BTF ids in procfs for file descriptors to BTF objects
Quentin Monnet
1
-0
/
+12
2019-08-20
bpf: Use PTR_ERR_OR_ZERO in xsk_map_inc()
YueHaibing
1
-1
/
+1
2019-08-18
xsk: support BPF_EXIST and BPF_NOEXIST flags in XSKMAP
Björn Töpel
1
-2
/
+6
2019-08-18
xsk: remove AF_XDP socket from map when the socket is released
Björn Töpel
1
-20
/
+105
2019-08-18
bpf: export bpf_map_inc_not_zero
Stanislav Fomichev
1
-3
/
+13
2019-08-16
btf: fix return value check in btf_vmlinux_init()
Wei Yongjun
1
-7
/
+2
[next]