index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
bpf.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-15
bpf: Enforce expected_attach_type for tailcall compatibility
Daniel Borkmann
1
-0
/
+1
2025-07-31
bpf: Fix oob access in cgroup local storage
Daniel Borkmann
1
-0
/
+1
2025-07-31
bpf: Move cgroup iterator helpers to bpf.h
Daniel Borkmann
1
-8
/
+14
2025-07-31
bpf: Move bpf map owner out of common struct
Daniel Borkmann
1
-12
/
+24
2025-07-31
bpf: Add cookie object to bpf maps
Daniel Borkmann
1
-0
/
+1
2025-07-16
bpf: Add struct bpf_token_info
Tao Chen
1
-0
/
+11
2025-07-11
bpf: Remove attach_type in bpf_tracing_link
Tao Chen
1
-1
/
+0
2025-07-11
bpf: Add attach_type field to bpf_link
Tao Chen
1
-11
/
+17
2025-07-03
bpf: Add dump_stack() analogue to print to BPF stderr
Kumar Kartikeya Dwivedi
1
-0
/
+2
2025-07-03
bpf: Add function to find program from stack trace
Kumar Kartikeya Dwivedi
1
-0
/
+1
2025-07-03
bpf: Add function to extract program source info
Kumar Kartikeya Dwivedi
1
-0
/
+3
2025-07-03
bpf: Introduce BPF standard streams
Kumar Kartikeya Dwivedi
1
-0
/
+52
2025-07-03
bpf: Refactor bprintf buffer support
Kumar Kartikeya Dwivedi
1
-1
/
+14
2025-07-03
bpf: Show precise link_type for {uprobe,kprobe}_multi fdinfo
Tao Chen
1
-0
/
+1
2025-06-09
bpf, arm64, powerpc: Add bpf_jit_bypass_spec_v1/v4()
Luis Gerhorst
1
-2
/
+9
2025-05-19
bpf: WARN_ONCE on verifier bugs
Paul Chaignon
1
-0
/
+6
2025-05-12
helpers: make few bpf helpers public
Mykyta Yatsenko
1
-0
/
+14
2025-03-30
Merge tag 'bpf_try_alloc_pages' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Linus Torvalds
1
-1
/
+1
2025-03-30
Merge tag 'bpf_res_spin_lock' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Linus Torvalds
1
-0
/
+10
2025-03-20
bpf: Add struct_ops context information to struct bpf_prog_aux
Juntong Deng
1
-0
/
+2
2025-03-19
bpf: Implement verifier support for rqspinlock
Kumar Kartikeya Dwivedi
1
-0
/
+9
2025-03-19
bpf: Introduce rqspinlock kfuncs
Kumar Kartikeya Dwivedi
1
-0
/
+1
2025-03-18
bpf: Make perf_event_read_output accessible in all program types.
Emil Tsalapatis
1
-0
/
+2
2025-03-15
bpf: Introduce load-acquire and store-release instructions
Peilin Ye
1
-0
/
+15
2025-03-15
bpf: Add verifier support for timed may_goto
Kumar Kartikeya Dwivedi
1
-0
/
+1
2025-03-15
bpf: Summarize sleepable global subprogs
Kumar Kartikeya Dwivedi
1
-0
/
+1
2025-02-27
bpf: Use try_alloc_pages() to allocate pages for bpf needs.
Alexei Starovoitov
1
-1
/
+1
2025-02-17
bpf: Support getting referenced kptr from struct_ops argument
Amery Hung
1
-0
/
+3
2025-02-17
bpf: Make every prog keep a copy of ctx_arg_info
Amery Hung
1
-2
/
+5
2025-01-23
Merge tag 'bpf-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Linus Torvalds
1
-0
/
+17
2024-12-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-14
/
+6
2024-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
1
-14
/
+6
2024-12-13
bpf: Revert "bpf: Mark raw_tp arguments with PTR_MAYBE_NULL"
Kumar Kartikeya Dwivedi
1
-6
/
+0
2024-12-13
bpf: Add a __btf_get_by_fd helper
Anton Protopopov
1
-0
/
+17
2024-12-10
bpf: Fix theoretical prog_array UAF in __uprobe_perf_func()
Jann Horn
1
-8
/
+5
2024-12-10
bpf: check changes_pkt_data property for extension programs
Eduard Zingerman
1
-0
/
+1
2024-12-05
bpf, xdp: constify some bpf_prog * function arguments
Alexander Lobakin
1
-6
/
+6
2024-11-22
Merge tag 'trace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
1
-2
/
+18
2024-11-12
bpf: Add kernel symbol for struct_ops trampoline
Xu Kuohai
1
-1
/
+2
2024-11-12
bpf: Support private stack for struct_ops progs
Yonghong Song
1
-0
/
+2
2024-11-12
bpf, x86: Support private stack in jit
Yonghong Song
1
-0
/
+1
2024-11-12
bpf: Enable private stack for eligible subprogs
Yonghong Song
1
-0
/
+1
2024-11-11
bpf: Replace the document for PTR_TO_BTF_ID_OR_NULL
Menglong Dong
1
-4
/
+4
2024-11-04
bpf: Mark raw_tp arguments with PTR_MAYBE_NULL
Kumar Kartikeya Dwivedi
1
-0
/
+6
2024-11-01
bpf: decouple BPF link/attach hook and BPF program sleepable semantics
Andrii Nakryiko
1
-2
/
+18
2024-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
1
-3
/
+11
2024-10-24
bpf: Add uptr support in the map_value of the task local storage.
Martin KaFai Lau
1
-0
/
+20
2024-10-24
bpf: Support __uptr type tag in BTF
Kui-Feng Lee
1
-0
/
+5
2024-10-22
bpf: Add MEM_WRITE attribute
Daniel Borkmann
1
-3
/
+11
2024-10-16
bpf: Prevent tailcall infinite loop caused by freplace
Leon Hwang
1
-4
/
+13
[next]