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
/
syscall.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-19
bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.
Hao Luo
1
-1
/
+1
2021-12-17
add missing bpf-cgroup.h includes
Jakub Kicinski
1
-0
/
+1
2021-12-11
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-2
/
+2
2021-12-02
bpf: Pass a set of bpf_core_relo-s to prog_load command.
Alexei Starovoitov
1
-1
/
+1
2021-12-01
bpf: Change bpf_kallsyms_lookup_name size type to ARG_CONST_SIZE_OR_ZERO
Kumar Kartikeya Dwivedi
1
-1
/
+1
2021-11-16
bpf: Fix toctou on read-only map's constant scalar tracking
Daniel Borkmann
1
-21
/
+36
2021-11-02
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-11
/
+66
2021-10-29
bpf: Add bpf_kallsyms_lookup_name helper
Kumar Kartikeya Dwivedi
1
-0
/
+27
2021-10-28
bpf: Add bloom filter map implementation
Joanne Koong
1
-3
/
+21
2021-10-27
bpf: Use u64_stats_t in struct bpf_prog_stats
Eric Dumazet
1
-6
/
+12
2021-10-26
bpf: Fix potential race in tail call compatibility check
Toke Høiland-Jørgensen
1
-2
/
+4
2021-10-23
bpf: Fix error usage of map_fd and fdget() in generic_map_update_batch()
Xu Kuohai
1
-2
/
+3
2021-10-22
bpf: Add verified_insns to bpf_prog_info and fdinfo
Dave Marchevsky
1
-2
/
+6
2021-08-20
bpf: Use kvmalloc for map keys in syscalls
Stanislav Fomichev
1
-17
/
+17
2021-08-20
bpf: Use kvmalloc for map values in syscall
Stanislav Fomichev
1
-17
/
+11
2021-08-17
bpf: Allow to specify user-provided bpf_cookie for BPF perf links
Andrii Nakryiko
1
-1
/
+1
2021-08-17
bpf: Implement minimal BPF perf link
Andrii Nakryiko
1
-7
/
+98
2021-07-15
bpf: Add map side support for bpf timers.
Alexei Starovoitov
1
-4
/
+17
2021-07-15
bpf: Prepare bpf_prog_put() to be called from irq context.
Alexei Starovoitov
1
-6
/
+26
2021-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-4
/
+43
2021-06-15
bpf: Support socket migration by eBPF.
Kuniyuki Iwashima
1
-0
/
+13
2021-05-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+2
2021-05-24
bpf: Add lookup_and_delete_elem support to hashtab
Denis Salopek
1
-4
/
+30
2021-05-19
bpf: Make some symbols static
Pu Lehui
1
-2
/
+2
2021-05-19
bpf: Add bpf_sys_close() helper.
Alexei Starovoitov
1
-0
/
+19
2021-05-19
bpf: Add bpf_btf_find_by_name_kind() helper.
Alexei Starovoitov
1
-0
/
+2
2021-05-19
bpf: Introduce fd_idx
Alexei Starovoitov
1
-1
/
+1
2021-05-19
bpf: Make btf_load command to be bpfptr_t compatible.
Alexei Starovoitov
1
-3
/
+4
2021-05-19
bpf: Prepare bpf syscall to be used from kernel and user space.
Alexei Starovoitov
1
-39
/
+74
2021-05-19
bpf: Introduce bpf_sys_bpf() helper and program type.
Alexei Starovoitov
1
-0
/
+53
2021-05-11
bpf: Add kconfig knob for disabling unpriv bpf by default
Daniel Borkmann
1
-1
/
+2
2021-04-26
bpf: Allow trampoline re-attach for tracing and lsm programs
Jiri Olsa
1
-6
/
+17
2021-04-14
bpf: Return target info when a tracing bpf_link is queried
Toke Høiland-Jørgensen
1
-0
/
+3
2021-04-01
sock_map: Introduce BPF_SK_SKB_VERDICT
Cong Wang
1
-0
/
+1
2021-03-27
bpf: Support bpf program calling kernel function
Martin KaFai Lau
1
-0
/
+1
2021-03-27
bpf: Simplify freeing logic in linfo and jited_linfo
Martin KaFai Lau
1
-1
/
+2
2021-03-08
bpf: Dont allow vmlinux BTF to be used in map_create and prog_load.
Alexei Starovoitov
1
-0
/
+5
2021-02-11
bpf: Count the number of times recursion was prevented
Alexei Starovoitov
1
-4
/
+10
2021-02-11
bpf: Optimize program stats
Alexei Starovoitov
1
-1
/
+1
2021-01-12
bpf: Prevent double bpf_prog_put call from bpf_tracing_prog_attach
Jiri Olsa
1
-2
/
+4
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
[next]