index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'bpf-next-6.12-struct-fd' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-09-24
1
-49
/
+61
|
\
|
*
bpf: switch maps to CLASS(fd, ...)
Al Viro
2024-08-13
1
-6
/
+1
|
*
bpf: factor out fetching bpf_map from FD and adding it to used_maps list
Andrii Nakryiko
2024-08-13
1
-49
/
+66
*
|
Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
2024-09-21
1
-295
/
+996
|
\
\
|
*
|
bpf: Improve check_raw_mode_ok test for MEM_UNINIT-tagged types
Daniel Borkmann
2024-09-13
1
-5
/
+11
|
*
|
bpf: Fix helper writes to read-only maps
Daniel Borkmann
2024-09-13
1
-36
/
+5
|
*
|
bpf: Fix a sdiv overflow issue
Yonghong Song
2024-09-13
1
-4
/
+89
|
*
|
bpf: Fix error message on kfunc arg type mismatch
Maxim Mikityanskiy
2024-09-09
1
-1
/
+2
|
*
|
bpf: use type_may_be_null() helper for nullable-param check
Shung-Hsi Yu
2024-09-05
1
-5
/
+0
|
*
|
bpf: Fix indentation issue in epilogue_idx
Martin KaFai Lau
2024-09-04
1
-1
/
+1
|
*
|
bpf: Remove the insn_buf array stack usage from the inline_bpf_loop()
Martin KaFai Lau
2024-09-04
1
-41
/
+42
|
*
|
bpf: Make the pointer returned by iter next method valid
Juntong Deng
2024-08-29
1
-4
/
+22
|
*
|
bpf: Add gen_epilogue to bpf_verifier_ops
Martin KaFai Lau
2024-08-29
1
-1
/
+45
|
*
|
bpf: Adjust BPF_JMP that jumps to the 1st insn of the prologue
Martin KaFai Lau
2024-08-29
1
-0
/
+6
|
*
|
bpf: Move insn_buf[16] to bpf_verifier_env
Martin KaFai Lau
2024-08-29
1
-7
/
+8
|
*
|
bpf: Relax KF_ACQUIRE kfuncs strict type matching constraint
Juntong Deng
2024-08-28
1
-2
/
+1
|
*
|
bpf: Support bpf_kptr_xchg into local kptr
Dave Marchevsky
2024-08-23
1
-14
/
+30
|
*
|
bpf: Rename ARG_PTR_TO_KPTR -> ARG_KPTR_XCHG_DEST
Dave Marchevsky
2024-08-23
1
-3
/
+3
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
2024-08-22
1
-2
/
+3
|
|
\
\
|
*
|
|
bpf: allow bpf_fastcall for bpf_cast_to_kern_ctx and bpf_rdonly_cast
Eduard Zingerman
2024-08-22
1
-0
/
+3
|
*
|
|
bpf: support bpf_fastcall patterns for kfuncs
Eduard Zingerman
2024-08-22
1
-1
/
+34
|
*
|
|
bpf: rename nocsr -> bpf_fastcall in verifier
Eduard Zingerman
2024-08-22
1
-72
/
+71
|
*
|
|
bpf: allow passing struct bpf_iter_<type> as kfunc arguments
Andrii Nakryiko
2024-08-21
1
-11
/
+24
|
|
|
/
|
|
/
|
|
*
|
bpf, x86, riscv, arm: no_caller_saved_registers for bpf_get_smp_processor_id()
Eduard Zingerman
2024-07-29
1
-2
/
+9
|
*
|
bpf: no_caller_saved_registers attribute for helper calls
Eduard Zingerman
2024-07-29
1
-3
/
+314
|
*
|
bpf: add a get_helper_proto() utility function
Eduard Zingerman
2024-07-29
1
-7
/
+18
|
*
|
bpf: Get better reg range with ldsx and 32bit compare
Yonghong Song
2024-07-29
1
-0
/
+38
|
*
|
bpf: Fail verification for sign-extension of packet data/data_end/data_meta
Yonghong Song
2024-07-29
1
-2
/
+3
|
*
|
bpf: Fix compare error in function retval_range_within
Xu Kuohai
2024-07-29
1
-5
/
+11
|
*
|
bpf, lsm: Add check for BPF LSM return value
Xu Kuohai
2024-07-29
1
-9
/
+51
|
*
|
bpf: Check unsupported ops from the bpf_struct_ops's cfi_stubs
Martin KaFai Lau
2024-07-29
1
-1
/
+9
|
*
|
bpf: Remove mark_precise_scalar_ids()
Eduard Zingerman
2024-07-29
1
-115
/
+0
|
*
|
bpf: Track equal scalars history on per-instruction level
Eduard Zingerman
2024-07-29
1
-21
/
+224
*
|
|
bpf: Support __nullable argument suffix for tp_btf
Philo Lu
2024-09-11
1
-4
/
+32
|
|
/
|
/
|
*
|
bpf: Fix a kernel verifier crash in stacksafe()
Yonghong Song
2024-08-12
1
-2
/
+3
|
/
*
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-07-21
1
-0
/
+4
|
\
|
*
mm, page_alloc: put should_fail_alloc_page() back behing CONFIG_FAIL_PAGE_ALLOC
Vlastimil Babka
2024-07-17
1
-0
/
+2
|
*
mm, slab: put should_failslab() back behind CONFIG_SHOULD_FAILSLAB
Vlastimil Babka
2024-07-17
1
-0
/
+2
*
|
bpf: use check_sub_overflow() to check for subtraction overflows
Shung-Hsi Yu
2024-07-12
1
-43
/
+14
*
|
bpf: use check_add_overflow() to check for addition overflows
Shung-Hsi Yu
2024-07-12
1
-80
/
+34
*
|
bpf: fix overflow check in adjust_jmp_off()
Shung-Hsi Yu
2024-07-12
1
-1
/
+1
*
|
bpf: relax zero fixed offset constraint on KF_TRUSTED_ARGS/KF_RCU
Matt Bobrowski
2024-07-09
1
-6
/
+3
*
|
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Paolo Abeni
2024-07-09
1
-26
/
+114
|
\
\
|
*
|
bpf: Fix atomic probe zero-extension
Ilya Leoshkevich
2024-07-02
1
-1
/
+2
|
*
|
bpf: add missing check_func_arg_reg_off() to prevent out-of-bounds memory acc...
Matt Bobrowski
2024-06-26
1
-6
/
+11
|
*
|
bpf: remove unused parameter in __bpf_free_used_btfs
Rafael Passos
2024-06-20
1
-2
/
+1
|
*
|
bpf, verifier: Correct tail_call_reachable for bpf prog
Leon Hwang
2024-06-20
1
-1
/
+3
|
*
|
bpf: Track delta between "linked" registers.
Alexei Starovoitov
2024-06-14
1
-11
/
+84
|
*
|
bpf: verifier: make kfuncs args nullalble
Vadim Fedorenko
2024-06-13
1
-3
/
+3
|
*
|
bpf: treewide: Align kfunc signatures to prog point-of-view
Daniel Xu
2024-06-12
1
-1
/
+1
[next]