index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
kernel
/
bpf
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-24
bpf: Conditionally include dynptr copy kfuncs
Malin Jonsson
1
-0
/
+2
2025-10-21
bpf: Sync pending IRQ work before freeing ring buffer
Noorain Eqbal
1
-0
/
+2
2025-10-16
bpf: Fix memory leak in __lookup_instance error path
Shardul Bankar
1
-1
/
+3
2025-10-15
bpf: Replace bpf_map_kmalloc_node() with kmalloc_nolock() to allocate bpf_async_cb structures.
Alexei Starovoitov
2
-11
/
+29
2025-10-10
bpf: Avoid RCU context warning when unpinning htab with internal structs
KaFai Wan
1
-2
/
+2
2025-10-03
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
1
-3
/
+4
2025-10-02
Merge tag 'slab-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab
Linus Torvalds
2
-2
/
+2
2025-10-01
bpf: Reject negative offsets for ALU ops
Yazhou Tang
1
-2
/
+2
2025-10-01
bpf: Skip scalar adjustment for BPF_NEG if dst is a pointer
Brahmajit Das
1
-1
/
+2
2025-09-30
Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Linus Torvalds
26
-728
/
+2060
2025-09-30
Merge tag 'perf-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+2
2025-09-30
Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+1
2025-09-29
Merge tag 'vfs-6.18-rc1.async' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-2
/
+2
2025-09-29
Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-1
/
+1
2025-09-29
mm: Allow GFP_ACCOUNT to be used in alloc_pages_nolock().
Alexei Starovoitov
2
-2
/
+2
2025-09-27
bpf: Enforce expected_attach_type for tailcall compatibility
Daniel Borkmann
1
-0
/
+5
2025-09-25
bpf: Add lookup_and_delete_elem for BPF_MAP_STACK_TRACE
Tao Chen
2
-5
/
+19
2025-09-25
sched: Make migrate_{en,dis}able() inline
Menglong Dong
1
-0
/
+1
2025-09-23
Merge branch 'bpf-next/xdp_pull_data' into 'bpf-next/master'
Martin KaFai Lau
1
-0
/
+13
2025-09-23
bpf: Clear packet pointers after changing packet data in kfuncs
Amery Hung
1
-0
/
+13
2025-09-23
bpf: Allow union argument in trampoline based programs
Leon Hwang
1
-4
/
+4
2025-09-23
bpf, x86: Add support for signed arena loads
Kumar Kartikeya Dwivedi
1
-3
/
+8
2025-09-23
bpf: task work scheduling kfuncs
Mykyta Yatsenko
1
-2
/
+290
2025-09-23
bpf: extract map key pointer calculation
Mykyta Yatsenko
1
-17
/
+13
2025-09-23
bpf: bpf task work plumbing
Mykyta Yatsenko
6
-18
/
+189
2025-09-23
bpf: verifier: permit non-zero returns from async callbacks
Mykyta Yatsenko
1
-3
/
+2
2025-09-23
bpf: htab: extract helper for freeing special structs
Mykyta Yatsenko
1
-12
/
+12
2025-09-23
bpf: extract generic helper from process_timer_func()
Mykyta Yatsenko
1
-11
/
+36
2025-09-23
bpf: refactor special field-type detection
Mykyta Yatsenko
1
-51
/
+33
2025-09-23
VFS: rename kern_path_locked() and related functions.
NeilBrown
1
-2
/
+2
2025-09-22
bpf: Implement signature verification for BPF programs
KP Singh
2
-2
/
+45
2025-09-19
bpf: table based bpf_insn_successors()
Eduard Zingerman
2
-71
/
+57
2025-09-19
bpf: disable and remove registers chain based liveness
Eduard Zingerman
2
-316
/
+25
2025-09-19
bpf: signal error if old liveness is more conservative than new
Eduard Zingerman
1
-0
/
+9
2025-09-19
bpf: enable callchain sensitive stack liveness tracking
Eduard Zingerman
1
-8
/
+53
2025-09-19
bpf: callchain sensitive stack liveness tracking using CFG
Eduard Zingerman
2
-1
/
+678
2025-09-19
bpf: compute instructions postorder per subprogram
Eduard Zingerman
1
-13
/
+55
2025-09-19
bpf: declare a few utility functions as internal api
Eduard Zingerman
1
-18
/
+16
2025-09-19
bpf: remove redundant REG_LIVE_READ check in stacksafe()
Eduard Zingerman
1
-7
/
+0
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
[next]