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
/
include
/
linux
/
bpf.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-21
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+6
2024-07-12
mm: add comments for allocation helpers explaining why they are macros
Suren Baghdasaryan
1
-0
/
+4
2024-07-10
mm: remove CONFIG_MEMCG_KMEM
Johannes Weiner
1
-2
/
+2
2024-07-09
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Paolo Abeni
1
-6
/
+5
2024-07-02
net: Optimize xdp_do_flush() with bpf_net_context infos.
Sebastian Andrzej Siewior
1
-6
/
+4
2024-06-20
bpf: remove unused parameter in __bpf_free_used_btfs
Rafael Passos
1
-2
/
+1
2024-06-12
bpf: treewide: Align kfunc signatures to prog point-of-view
Daniel Xu
1
-4
/
+4
2024-05-30
bpf: export bpf_link_inc_not_zero.
Kui-Feng Lee
1
-0
/
+6
2024-05-30
bpf: support epoll from bpf struct_ops links.
Kui-Feng Lee
1
-0
/
+1
2024-05-30
bpf: pass bpf_struct_ops_link to callbacks in bpf_struct_ops.
Kui-Feng Lee
1
-3
/
+3
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-25
/
+8
2024-04-29
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-2
/
+20
2024-04-25
mm: change inlined allocation helpers to account at the call site
Suren Baghdasaryan
1
-25
/
+8
2024-04-24
bpf: make common crypto API for TC/XDP programs
Vadim Fedorenko
1
-0
/
+1
2024-04-24
bpf: update the comment for BTF_FIELDS_MAX
Haiyue Wang
1
-1
/
+1
2024-04-23
bpf: allow struct bpf_wq to be embedded in arraymaps and hashmaps
Benjamin Tissoires
1
-0
/
+2
2024-04-23
bpf: add support for bpf_wq user type
Benjamin Tissoires
1
-1
/
+10
2024-04-10
bpf: Add bpf_link support for sk_msg and sk_skb progs
Yonghong Song
1
-0
/
+6
2024-04-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+15
2024-03-28
bpf: support deferring bpf_link dealloc to after RCU grace period
Andrii Nakryiko
1
-1
/
+15
2024-03-19
bpf: support BPF cookie in raw tracepoint (raw_tp, tp_btf) programs
Andrii Nakryiko
1
-0
/
+1
2024-03-19
bpf: pass whole link instead of prog when triggering raw tracepoint
Andrii Nakryiko
1
-0
/
+5
2024-03-18
bpf: Check return from set_memory_rox()
Christophe Leroy
1
-1
/
+1
2024-03-18
bpf: Remove arch_unprotect_bpf_trampoline()
Christophe Leroy
1
-1
/
+0
2024-03-11
bpf: move sleepable flag from bpf_prog_aux to bpf_prog
Andrii Nakryiko
1
-4
/
+4
2024-03-11
bpf: Recognize btf_decl_tag("arg: Arena") as PTR_TO_ARENA.
Alexei Starovoitov
1
-0
/
+1
2024-03-11
bpf: Recognize addr_space_cast instruction in the verifier.
Alexei Starovoitov
1
-0
/
+1
2024-03-11
bpf: Add x86-64 JIT support for PROBE_MEM32 pseudo instructions.
Alexei Starovoitov
1
-0
/
+1
2024-03-11
bpf: Introduce bpf_arena.
Alexei Starovoitov
1
-2
/
+5
2024-03-07
bpf: Plumb get_unmapped_area() callback into bpf_map_ops
Alexei Starovoitov
1
-0
/
+3
2024-03-04
bpf: struct_ops supports more than one page for trampolines.
Kui-Feng Lee
1
-1
/
+3
2024-02-21
bpf: Shrink size of struct bpf_map/bpf_array.
Alexei Starovoitov
1
-9
/
+3
2024-02-13
bpf: Create argument information for nullable arguments.
Kui-Feng Lee
1
-0
/
+21
2024-02-13
bpf: add btf pointer to struct bpf_ctx_arg_aux.
Kui-Feng Lee
1
-0
/
+1
2024-01-29
bpf: Remove unused field "mod" in struct bpf_trampoline
Menglong Dong
1
-1
/
+0
2024-01-24
bpf,lsm: Add BPF token LSM hooks
Andrii Nakryiko
1
-0
/
+3
2024-01-24
bpf: Consistently use BPF token throughout BPF verifier logic
Andrii Nakryiko
1
-8
/
+8
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
-0
/
+6
2024-01-24
bpf: Add BPF token support to BPF_MAP_CREATE command
Andrii Nakryiko
1
-0
/
+2
2024-01-24
bpf: Introduce BPF token object
Andrii Nakryiko
1
-0
/
+41
2024-01-24
bpf: Add BPF token delegation mount options to BPF FS
Andrii Nakryiko
1
-0
/
+12
2024-01-23
bpf, net: switch to dynamic registration
Kui-Feng Lee
1
-10
/
+17
2024-01-23
bpf: validate value_type
Kui-Feng Lee
1
-0
/
+12
2024-01-23
bpf: hold module refcnt in bpf_struct_ops map creation and prog verification.
Kui-Feng Lee
1
-0
/
+1
2024-01-23
bpf: lookup struct_ops types from a given module BTF.
Kui-Feng Lee
1
-2
/
+2
2024-01-23
bpf: pass btf object id in bpf_map_info.
Kui-Feng Lee
1
-0
/
+4
2024-01-23
bpf, net: introduce bpf_struct_ops_desc.
Kui-Feng Lee
1
-5
/
+10
2024-01-23
bpf: support multiple tags per argument
Andrii Nakryiko
1
-0
/
+2
2024-01-04
bpf: Relax tracing prog recursive attach rules
Dmitrii Dolgov
1
-0
/
+1
[next]