index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-13
bpf: Refactor jmp history to use dedicated spi/frame fields
Yonghong Song
3
-28
/
+21
2026-05-13
bpf: Support stack arguments for bpf functions
Yonghong Song
4
-10
/
+255
2026-05-13
bpf: Set sub->arg_cnt earlier in btf_prepare_func_args()
Yonghong Song
1
-1
/
+1
2026-05-13
bpf: Remove copy_register_state wrapper function
Yonghong Song
1
-25
/
+19
2026-05-12
bpf: Add syscall common attributes support for map_create
Leon Hwang
2
-10
/
+85
2026-05-12
bpf: Add syscall common attributes support for btf_load
Leon Hwang
2
-26
/
+15
2026-05-12
bpf: Add syscall common attributes support for prog_load
Leon Hwang
2
-8
/
+29
2026-05-12
bpf: Refactor reporting log_true_size for prog_load
Leon Hwang
3
-16
/
+42
2026-05-12
bpf: Extend BPF syscall with common attributes support
Leon Hwang
1
-4
/
+21
2026-05-11
bpf: Fix s16 truncation for large bpf-to-bpf call offsets
Yazhou Tang
3
-10
/
+43
2026-05-11
bpf: Fix out-of-bounds read in bpf_patch_call_args()
Yazhou Tang
2
-2
/
+11
2026-05-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc3
Alexei Starovoitov
2
-19
/
+8
2026-05-09
bpf: Fix off-by-one boundary validation in arena direct-value access
Junyoung Jang
1
-1
/
+1
2026-05-09
bpf: Don't run arg-tracking analysis twice on main subprog
Paul Chaignon
1
-18
/
+7
2026-04-30
bpf: Print breakdown of insns processed by subprogs
Paul Chaignon
1
-9
/
+16
2026-04-27
bpf: Remove obsolete WARN_ON call
Jiri Olsa
1
-1
/
+0
2026-04-27
bpf: Export cnum_umin/umax() helpers for netronome driver
Alan Maguire
1
-0
/
+3
2026-04-27
bpf: range_within() must check cnum ranges instead of min/max pairs
Eduard Zingerman
2
-8
/
+17
2026-04-24
bpf: replace min/max fields with struct cnum{32,64}
Eduard Zingerman
1
-725
/
+118
2026-04-24
bpf: use accessor functions for bpf_reg_state min/max fields
Eduard Zingerman
3
-663
/
+610
2026-04-24
bpf: representation and basic operations on circular numbers
Eduard Zingerman
3
-1
/
+351
2026-04-23
bpf: Introduce bpf register BPF_REG_PARAMS
Yonghong Song
1
-2
/
+2
2026-04-23
bpf: Prepare verifier logs for upcoming kfunc stack arguments
Yonghong Song
1
-297
/
+397
2026-04-23
bpf: Rename existing argno to arg
Yonghong Song
1
-27
/
+27
2026-04-23
bpf: Refactor to handle memory and size together
Yonghong Song
1
-29
/
+28
2026-04-23
bpf: Refactor to avoid redundant calculation of bpf_reg_state
Yonghong Song
1
-125
/
+98
2026-04-23
bpf: Remove WARN_ON_ONCE in check_kfunc_mem_size_reg()
Yonghong Song
1
-2
/
+0
2026-04-23
bpf: Fix tail_call_reachable leak
Yonghong Song
1
-0
/
+3
2026-04-23
bpf: Remove unused parameter from check_map_kptr_access()
Yonghong Song
1
-2
/
+2
2026-04-22
bpf: Verifier support for sleepable tracepoint programs
Mykyta Yatsenko
2
-2
/
+16
2026-04-20
bpf: Extend BTF UAPI vlen, kinds to use unused bits
Alan Maguire
1
-17
/
+10
2026-04-19
bpf: Refactor dynptr mutability tracking
Amery Hung
3
-70
/
+38
2026-04-17
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
8
-133
/
+357
2026-04-17
bpf: Dissociate struct_ops program with map if map_update fails
Amery Hung
1
-3
/
+4
2026-04-17
bpf: Validate node_id in arena_alloc_pages()
Puranjay Mohan
1
-0
/
+4
2026-04-16
bpf: allow UTF-8 literals in bpf_bprintf_prepare()
Yihan Ding
1
-1
/
+16
2026-04-16
bpf: Fix NULL deref in map_kptr_match_type for scalar regs
Mykyta Yatsenko
1
-1
/
+4
2026-04-16
bpf: Add helper to detect indirect jump targets
Xu Kuohai
3
-0
/
+28
2026-04-16
bpf: Pass bpf_verifier_env to JIT
Xu Kuohai
4
-58
/
+56
2026-04-16
bpf: Move constants blinding out of arch-specific JITs
Xu Kuohai
2
-32
/
+183
2026-04-15
bpf: copy BPF token from main program to subprograms
Eduard Zingerman
1
-0
/
+1
2026-04-15
Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-2
/
+1
2026-04-15
bpf: Fix use-after-free in arena_vm_close on fork
Alexei Starovoitov
1
-3
/
+16
2026-04-15
bpf: fix arg tracking for imprecise/multi-offset BPF_ST/STX
Eduard Zingerman
1
-51
/
+61
2026-04-12
Merge patch series "bpf: Fix OOB in pcpu_init_value and add a test"
Alexei Starovoitov
1
-1
/
+1
2026-04-12
bpf: Fix OOB in pcpu_init_value
Lang Xu
1
-1
/
+1
2026-04-12
bpf: Allow instructions with arena source and non-arena dest registers
Emil Tsalapatis
1
-3
/
+11
2026-04-12
bpf: add missing fsession to the verifier log
Menglong Dong
1
-5
/
+5
2026-04-12
bpf: Move BTF checking logic into check_btf.c
Alexei Starovoitov
3
-458
/
+466
2026-04-12
bpf: Move backtracking logic to backtrack.c
Alexei Starovoitov
3
-945
/
+939
[prev]
[next]