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
2024-01-25
bpf,lsm: Refactor bpf_map_alloc/bpf_map_free LSM hooks
Andrii Nakryiko
1
-2
/
+2
2024-01-25
bpf,lsm: Refactor bpf_prog_alloc/bpf_prog_free LSM hooks
Andrii Nakryiko
1
-12
/
+13
2024-01-25
bpf: Take into account BPF token when fetching helper protos
Andrii Nakryiko
1
-2
/
+3
2024-01-25
bpf: Add BPF token support to BPF_PROG_LOAD command
Andrii Nakryiko
1
-25
/
+65
2024-01-25
bpf: Add BPF token support to BPF_BTF_LOAD command
Andrii Nakryiko
1
-2
/
+21
2024-01-25
bpf: Add BPF token support to BPF_MAP_CREATE command
Andrii Nakryiko
1
-14
/
+45
2024-01-25
bpf: Introduce BPF token object
Andrii Nakryiko
1
-0
/
+17
2024-01-25
bpf: Align CAP_NET_ADMIN checks with bpf_capable() approach
Andrii Nakryiko
1
-4
/
+9
2024-01-24
bpf: pass attached BTF to the bpf_struct_ops subsystem
Kui-Feng Lee
1
-1
/
+1
2024-01-24
bpf: pass btf object id in bpf_map_info.
Kui-Feng Lee
1
-0
/
+2
2024-01-24
bpf: Add cookie to perf_event bpf_link_info records
Jiri Olsa
1
-0
/
+4
2024-01-05
bpf: Fix re-attachment branch in bpf_tracing_prog_attach
Jiri Olsa
1
-0
/
+9
2024-01-05
bpf: Relax tracing prog recursive attach rules
Dmitrii Dolgov
1
-1
/
+22
2023-12-19
Revert BPF token-related functionality
Andrii Nakryiko
1
-159
/
+56
2023-12-15
bpf: Fix a race condition between btf_put() and map_free()
Yonghong Song
1
-1
/
+5
2023-12-14
bpf: Reduce the scope of rcu_read_lock when updating fd map
Hou Tao
1
-4
/
+0
2023-12-14
bpf: Update the comments in maybe_wait_bpf_programs()
Hou Tao
1
-3
/
+7
2023-12-10
bpf: Set uattr->batch.count as zero before batched update or deletion
Hou Tao
1
-0
/
+6
2023-12-10
bpf: Only call maybe_wait_bpf_programs() when map operation succeeds
Hou Tao
1
-2
/
+4
2023-12-10
bpf: Add missed maybe_wait_bpf_programs() for htab of maps
Hou Tao
1
-3
/
+3
2023-12-10
bpf: Call maybe_wait_bpf_programs() only once for generic_map_update_batch()
Hou Tao
1
-1
/
+3
2023-12-10
bpf: Remove unnecessary wait from bpf_map_copy_value()
Hou Tao
1
-1
/
+0
2023-12-06
bpf,lsm: refactor bpf_map_alloc/bpf_map_free LSM hooks
Andrii Nakryiko
1
-2
/
+2
2023-12-06
bpf,lsm: refactor bpf_prog_alloc/bpf_prog_free LSM hooks
Andrii Nakryiko
1
-12
/
+13
2023-12-06
bpf: take into account BPF token when fetching helper protos
Andrii Nakryiko
1
-2
/
+3
2023-12-06
bpf: add BPF token support to BPF_PROG_LOAD command
Andrii Nakryiko
1
-24
/
+63
2023-12-06
bpf: add BPF token support to BPF_BTF_LOAD command
Andrii Nakryiko
1
-2
/
+18
2023-12-06
bpf: add BPF token support to BPF_MAP_CREATE command
Andrii Nakryiko
1
-14
/
+38
2023-12-06
bpf: introduce BPF token object
Andrii Nakryiko
1
-0
/
+17
2023-12-06
bpf: align CAP_NET_ADMIN checks with bpf_capable() approach
Andrii Nakryiko
1
-4
/
+9
2023-12-05
bpf: Optimize the free of inner map
Hou Tao
1
-0
/
+8
2023-12-05
bpf: Defer the free of inner map when necessary
Hou Tao
1
-5
/
+27
2023-11-17
bpf: rename BPF_F_TEST_SANITY_STRICT to BPF_F_TEST_REG_INVARIANTS
Andrii Nakryiko
1
-1
/
+1
2023-11-15
bpf: add register bounds sanity checks and sanitization
Andrii Nakryiko
1
-1
/
+2
2023-10-25
netkit, bpf: Add bpf programmable net device
Daniel Borkmann
1
-5
/
+25
2023-10-21
bpf: Use bpf_global_percpu_ma for per-cpu kptr in __bpf_obj_drop_impl()
Hou Tao
1
-2
/
+2
2023-10-21
bpf: Move the declaration of __bpf_obj_drop_impl() to bpf.h
Hou Tao
1
-2
/
+0
2023-10-17
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-6
/
+23
2023-10-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+15
2023-10-12
bpf: Implement cgroup sockaddr hooks for unix sockets
Daan De Meyer
1
-0
/
+15
2023-10-07
bpf: Refuse unused attributes in bpf_prog_{attach,detach}
Lorenz Bauer
1
-5
/
+14
2023-10-07
bpf: Fix BPF_PROG_QUERY last field check
Daniel Borkmann
1
-1
/
+1
2023-09-26
bpf: Add missed value to kprobe perf link info
Jiri Olsa
1
-6
/
+8
2023-09-16
bpf: Implement support for adding hidden subprogs
Kumar Kartikeya Dwivedi
1
-1
/
+1
2023-09-08
bpf: Add BPF_KPTR_PERCPU as a field type
Yonghong Song
1
-0
/
+4
2023-09-06
bpf: Assign bpf_tramp_run_ctx::saved_run_ctx before recursion check.
Sebastian Andrzej Siewior
1
-1
/
+0
2023-09-06
bpf: Invoke __bpf_prog_exit_sleepable_recur() on recursion in kern_sys_bpf().
Sebastian Andrzej Siewior
1
-0
/
+1
2023-08-24
bpf: Remove a WARN_ON_ONCE warning related to local kptr
Yonghong Song
1
-1
/
+0
2023-08-22
bpf: Add pid filter support for uprobe_multi link
Jiri Olsa
1
-1
/
+1
2023-08-22
bpf: Add cookies support for uprobe_multi link
Jiri Olsa
1
-1
/
+1
[next]