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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-19
bpf: use compute_live_registers() info in clean_func_state
Eduard Zingerman
1
-6
/
+9
2025-09-19
bpf: bpf_verifier_state->cleaned flag instead of REG_LIVE_DONE
Eduard Zingerman
2
-13
/
+6
2025-09-18
bpf: Move the signature kfuncs to helpers.c
KP Singh
1
-0
/
+166
2025-09-18
bpf: Return hashes of maps in BPF_OBJ_GET_INFO_BY_FD
KP Singh
2
-0
/
+36
2025-09-18
bpf: Implement exclusive map creation
KP Singh
2
-4
/
+33
2025-09-18
bpf: Update the bpf_prog_calc_tag to use SHA256
KP Singh
2
-4
/
+3
2025-09-18
bpf: Enforce RCU protection for KF_RCU_PROTECTED
Kumar Kartikeya Dwivedi
1
-0
/
+10
2025-09-17
bpf: dont report verifier bug for missing bpf_scc_visit on speculative path
Eduard Zingerman
1
-3
/
+18
2025-09-15
bpf: potential double-free of env->insn_aux_data
Eduard Zingerman
1
-1
/
+0
2025-09-15
bpf: Do not limit bpf_cgroup_from_id to current's namespace
Kumar Kartikeya Dwivedi
1
-1
/
+1
2025-09-15
fs: rename generic_delete_inode() and generic_drop_inode()
Mateusz Guzik
1
-1
/
+1
2025-09-11
bpf: Report arena faults to BPF stderr
Puranjay Mohan
1
-0
/
+30
2025-09-11
bpf: core: introduce main_prog_aux for stream access
Puranjay Mohan
2
-3
/
+4
2025-09-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5
Alexei Starovoitov
7
-16
/
+36
2025-09-10
bpf: Reject bpf_timer for PREEMPT_RT
Leon Hwang
1
-0
/
+4
2025-09-09
bpf: Tell memcg to use allow_spinning=false path in bpf_timer_init()
Peilin Ye
1
-2
/
+5
2025-09-09
bpf: Allow fall back to interpreter for programs with stack size <= 512
KaFai Wan
1
-7
/
+9
2025-09-09
rqspinlock: Choose trylock fallback for NMI waiters
Kumar Kartikeya Dwivedi
2
-1
/
+2
2025-09-09
bpf: Fix bpf_strnstr() to handle suffix match cases better
Rong Tao
1
-1
/
+8
2025-09-09
bpf: Fix out-of-bounds dynptr write in bpf_crypto_crypt
Daniel Borkmann
1
-1
/
+1
2025-09-08
bpf: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
1
-1
/
+2
2025-09-08
bpf: replace use of system_unbound_wq with system_dfl_wq
Marco Crivellari
3
-4
/
+4
2025-09-08
bpf: replace use of system_wq with system_percpu_wq
Marco Crivellari
2
-2
/
+2
2025-09-04
bpf: add bpf_strcasecmp kfunc
Rong Tao
1
-20
/
+48
2025-09-02
bpf: Replace kvfree with kfree for kzalloc memory
Feng Yang
1
-2
/
+2
2025-08-27
bpf: Improve the general precision of tnum_mul
Nandakumar Edamana
1
-13
/
+42
2025-08-26
perf: Remove get_perf_callchain() init_nr argument
Josh Poimboeuf
1
-2
/
+2
2025-08-25
bpf: use rcu_read_lock_dont_migrate() for trampoline.c
Menglong Dong
1
-12
/
+6
2025-08-25
bpf: use rcu_read_lock_dont_migrate() for bpf_prog_run_array_cg()
Menglong Dong
1
-4
/
+2
2025-08-25
bpf: use rcu_read_lock_dont_migrate() for bpf_task_storage_free()
Menglong Dong
1
-4
/
+2
2025-08-25
bpf: use rcu_read_lock_dont_migrate() for bpf_iter_run_prog()
Menglong Dong
1
-4
/
+2
2025-08-25
bpf: use rcu_read_lock_dont_migrate() for bpf_inode_storage_free()
Menglong Dong
1
-4
/
+2
2025-08-25
bpf: use rcu_read_lock_dont_migrate() for bpf_cgrp_storage_free()
Menglong Dong
1
-4
/
+2
2025-08-22
bpf: Remove preempt_disable in bpf_try_get_buffers
Tao Chen
1
-3
/
+0
2025-08-22
bpf: Use sha1() instead of sha1_transform() in bpf_prog_calc_tag()
Eric Biggers
1
-41
/
+9
2025-08-22
bpf: Use tnums for JEQ/JNE is_branch_taken logic
Paul Chaignon
2
-0
/
+12
2025-08-18
Merge branch 'bpf-next/skb-meta-dynptr' into 'bpf-next/master'
Martin KaFai Lau
3
-2
/
+26
2025-08-18
bpf: Enable read/write access to skb metadata through a dynptr
Jakub Sitnicki
1
-3
/
+7
2025-08-18
bpf: Add dynptr type for skb metadata
Jakub Sitnicki
3
-2
/
+22
2025-08-18
bpf: Add a verbose message when the BTF limit is reached
Anton Protopopov
1
-1
/
+4
2025-08-18
bpf: Replace get_next_cpu() with cpumask_next_wrap()
Fushuai Wang
1
-9
/
+1
2025-08-15
bpf: Check the helper function is valid in get_helper_proto
Jiri Olsa
2
-2
/
+5
2025-08-15
bpf, cpumap: Disable page_pool direct xdp_return need larger scope
Jesper Dangaard Brouer
1
-2
/
+2
2025-08-12
bpf: Replace kvfree with kfree for kzalloc memory
Qianfeng Rong
1
-1
/
+1
2025-08-12
bpf: Remove redundant __GFP_NOWARN
Qianfeng Rong
2
-2
/
+2
2025-08-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Martin KaFai Lau
1
-0
/
+3
2025-08-07
bpf: use realloc in bpf_patch_insn_data
Eduard Zingerman
1
-14
/
+15
2025-08-07
bpf: removed unused 'env' parameter from is_reg64 and insn_has_def32
Eduard Zingerman
1
-7
/
+7
2025-08-06
bpf: Allow struct_ops to get map id by kdata
Amery Hung
1
-0
/
+12
2025-08-02
bpf: Fix memory leak of bpf_scc_info objects
Eduard Zingerman
1
-0
/
+3
[prev]
[next]