index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
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-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
1
-2
/
+2
2024-07-21
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-3
/
+3
2024-07-10
mm: remove CONFIG_MEMCG_KMEM
Johannes Weiner
1
-3
/
+3
2024-06-10
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-6
/
+28
2024-06-03
bpf: Fix a potential use-after-free in bpf_link_free()
Cong Wang
1
-5
/
+6
2024-05-30
bpf: export bpf_link_inc_not_zero.
Kui-Feng Lee
1
-1
/
+2
2024-05-30
bpf: support epoll from bpf struct_ops links.
Kui-Feng Lee
1
-5
/
+26
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2024-05-17
Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+0
2024-05-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+5
2024-04-30
bpf: Add BPF_PROG_TYPE_CGROUP_SKB attach type enforcement in BPF_LINK_CREATE
Stanislav Fomichev
1
-0
/
+5
2024-04-30
bpf: Add support for kprobe session attach
Jiri Olsa
1
-1
/
+6
2024-04-29
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-1
/
+18
2024-04-25
mm: switch mm->get_unmapped_area() to a flag
Rick Edgecombe
1
-1
/
+1
2024-04-24
bpf: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
1
-1
/
+0
2024-04-23
bpf: allow struct bpf_wq to be embedded in arraymaps and hashmaps
Benjamin Tissoires
1
-0
/
+9
2024-04-23
bpf: add support for bpf_wq user type
Benjamin Tissoires
1
-1
/
+5
2024-04-10
bpf: Add bpf_link support for sk_msg and sk_skb progs
Yonghong Song
1
-0
/
+4
2024-04-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+32
2024-03-28
bpf: support deferring bpf_link dealloc to after RCU grace period
Andrii Nakryiko
1
-3
/
+32
2024-03-19
bpf: support BPF cookie in raw tracepoint (raw_tp, tp_btf) programs
Andrii Nakryiko
1
-4
/
+9
2024-03-19
bpf: pass whole link instead of prog when triggering raw tracepoint
Andrii Nakryiko
1
-7
/
+2
2024-03-11
bpf: move sleepable flag from bpf_prog_aux to bpf_prog
Andrii Nakryiko
1
-3
/
+3
2024-03-11
bpf: Recognize addr_space_cast instruction in the verifier.
Alexei Starovoitov
1
-0
/
+6
2024-03-11
bpf: Introduce bpf_arena.
Alexei Starovoitov
1
-0
/
+36
2024-03-07
bpf: Plumb get_unmapped_area() callback into bpf_map_ops
Alexei Starovoitov
1
-0
/
+16
2024-01-24
bpf,lsm: Refactor bpf_map_alloc/bpf_map_free LSM hooks
Andrii Nakryiko
1
-2
/
+2
2024-01-24
bpf,lsm: Refactor bpf_prog_alloc/bpf_prog_free LSM hooks
Andrii Nakryiko
1
-12
/
+13
2024-01-24
bpf: Take into account BPF token when fetching helper protos
Andrii Nakryiko
1
-2
/
+3
2024-01-24
bpf: Add BPF token support to BPF_PROG_LOAD command
Andrii Nakryiko
1
-25
/
+65
2024-01-24
bpf: Add BPF token support to BPF_BTF_LOAD command
Andrii Nakryiko
1
-2
/
+21
2024-01-24
bpf: Add BPF token support to BPF_MAP_CREATE command
Andrii Nakryiko
1
-14
/
+45
2024-01-24
bpf: Introduce BPF token object
Andrii Nakryiko
1
-0
/
+17
2024-01-24
bpf: Align CAP_NET_ADMIN checks with bpf_capable() approach
Andrii Nakryiko
1
-4
/
+9
2024-01-23
bpf: pass attached BTF to the bpf_struct_ops subsystem
Kui-Feng Lee
1
-1
/
+1
2024-01-23
bpf: pass btf object id in bpf_map_info.
Kui-Feng Lee
1
-0
/
+2
2024-01-23
bpf: Add cookie to perf_event bpf_link_info records
Jiri Olsa
1
-0
/
+4
2024-01-04
bpf: Fix re-attachment branch in bpf_tracing_prog_attach
Jiri Olsa
1
-0
/
+9
2024-01-04
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-14
bpf: Fix a race condition between btf_put() and map_free()
Yonghong Song
1
-1
/
+5
2023-12-13
bpf: Reduce the scope of rcu_read_lock when updating fd map
Hou Tao
1
-4
/
+0
2023-12-13
bpf: Update the comments in maybe_wait_bpf_programs()
Hou Tao
1
-3
/
+7
2023-12-09
bpf: Set uattr->batch.count as zero before batched update or deletion
Hou Tao
1
-0
/
+6
2023-12-09
bpf: Only call maybe_wait_bpf_programs() when map operation succeeds
Hou Tao
1
-2
/
+4
2023-12-09
bpf: Add missed maybe_wait_bpf_programs() for htab of maps
Hou Tao
1
-3
/
+3
2023-12-09
bpf: Call maybe_wait_bpf_programs() only once for generic_map_update_batch()
Hou Tao
1
-1
/
+3
2023-12-09
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
[next]