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
/
kernel
/
bpf
/
syscall.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-1
/
+0
2020-12-18
bpf: Remove unused including <linux/version.h>
Tian Tao
1
-1
/
+0
2020-12-16
Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-17
/
+3
2020-12-10
bpf: In bpf_task_fd_query use fget_task
Eric W. Biederman
1
-17
/
+3
2020-12-08
bpf: Return -ENOTSUPP when attaching to non-kernel BTF
Andrii Nakryiko
1
-1
/
+4
2020-12-04
bpf: Allow to specify kernel module BTFs when attaching BPF programs
Andrii Nakryiko
1
-31
/
+51
2020-12-04
bpf: Remove hard-coded btf_vmlinux assumption from BPF verifier
Andrii Nakryiko
1
-3
/
+21
2020-12-03
bpf: Eliminate rlimit-based memory accounting for bpf progs
Roman Gushchin
1
-59
/
+10
2020-12-03
bpf: Eliminate rlimit-based memory accounting infra for bpf maps
Roman Gushchin
1
-80
/
+16
2020-12-03
bpf: Memcg-based memory accounting for bpf maps
Roman Gushchin
1
-1
/
+5
2020-12-03
bpf: Prepare for memcg-based memory accounting for bpf maps
Roman Gushchin
1
-0
/
+63
2020-11-06
bpf: Implement task local storage
KP Singh
1
-1
/
+2
2020-10-19
bpf: Remove unneeded break
Tom Rix
1
-1
/
+0
2020-10-03
bpf: Deref map in BPF_PROG_BIND_MAP when it's already used
Stanislav Fomichev
1
-1
/
+3
2020-09-29
bpf: Support attaching freplace programs to multiple attach points
Toke Høiland-Jørgensen
1
-16
/
+116
2020-09-29
bpf: Move prog->aux->linked_prog and trampoline into bpf_link on attach
Toke Høiland-Jørgensen
1
-12
/
+44
2020-09-28
bpf: Enable BPF_PROG_TEST_RUN for raw_tracepoint
Song Liu
1
-1
/
+1
2020-09-24
Revert "bpf: Fix potential call bpf_link_free() in atomic context"
Alexei Starovoitov
1
-2
/
+6
2020-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-10
/
+77
2020-09-21
bpf: Fix potential call bpf_link_free() in atomic context
Muchun Song
1
-6
/
+2
2020-09-16
bpf: Add BPF_PROG_BIND_MAP syscall
YiFei Zhu
1
-0
/
+63
2020-09-16
bpf: Mutex protect used_maps array and count
YiFei Zhu
1
-4
/
+12
2020-09-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2020-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-1
/
+1
2020-08-28
bpf: Introduce sleepable BPF programs
Alexei Starovoitov
1
-3
/
+10
2020-08-28
bpf: Add map_meta_equal map ops
Martin KaFai Lau
1
-0
/
+1
2020-08-26
bpf: Implement bpf_local_storage for inodes
KP Singh
1
-1
/
+2
2020-08-25
bpf: Fix a buffer out-of-bound access when filling raw_tp link_info
Yonghong Song
1
-1
/
+1
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-08-22
bpf: sockmap: Call sock_map_update_elem directly
Lorenz Bauer
1
-2
/
+3
2020-08-20
bpf: Factor out bpf_link_by_id() helper.
Alexei Starovoitov
1
-18
/
+28
2020-08-07
bpf: Change uapi for bpf iterator map elements
Yonghong Song
1
-1
/
+1
2020-08-02
bpf: Add support for forced LINK_DETACH command
Andrii Nakryiko
1
-0
/
+26
2020-07-29
bpf: Fix build without CONFIG_NET when using BPF XDP link
Andrii Nakryiko
1
-0
/
+2
2020-07-26
bpf, xdp: Add bpf_link-based XDP attachment API
Andrii Nakryiko
1
-0
/
+5
2020-07-26
bpf: Add bpf_prog iterator
Alexei Starovoitov
1
-0
/
+19
2020-07-18
bpf: Introduce SK_LOOKUP program type with a dedicated attach point
Jakub Sitnicki
1
-0
/
+9
2020-07-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+3
2020-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-5
/
+3
2020-07-09
bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()
Kees Cook
1
-16
/
+21
2020-07-08
bpf: Add BPF_CGROUP_INET_SOCK_RELEASE hook
Stanislav Fomichev
1
-0
/
+3
2020-06-30
bpf: sockmap: Require attach_bpf_fd when detaching a program
Lorenz Bauer
1
-1
/
+1
2020-06-30
bpf: flow_dissector: Check value of unused flags to BPF_PROG_DETACH
Lorenz Bauer
1
-3
/
+1
2020-06-24
bpf: Restore behaviour of CAP_SYS_ADMIN allowing the loading of networking bp...
Maciej Żenczykowski
1
-1
/
+1
2020-06-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-5
/
+12
2020-06-13
bpf: Undo internal BPF_PROBE_MEM in BPF insns dump
Andrii Nakryiko
1
-5
/
+12
2020-06-11
Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-19
/
+6
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
1
-1
/
+1
2020-06-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-94
/
+503
2020-06-03
bpf: make bpf_check_uarg_tail_zero() use check_zeroed_user()
Al Viro
1
-19
/
+6
[next]