index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-18
bpf: Make perf_event_read_output accessible in all program types.
Emil Tsalapatis
1
-0
/
+5
2025-03-15
bpf: Introduce load-acquire and store-release instructions
Peilin Ye
1
-6
/
+61
2025-03-15
bpf: Add verifier support for timed may_goto
Kumar Kartikeya Dwivedi
1
-0
/
+26
2025-02-14
bpf: Fix array bounds error with may_goto
Jiayuan Chen
1
-4
/
+15
2024-12-10
bpf: fix potential error return
Anton Protopopov
1
-1
/
+5
2024-12-10
bpf: refactor bpf_helper_changes_pkt_data to use helper number
Eduard Zingerman
1
-1
/
+1
2024-11-21
Merge tag 'bpf-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
1
-0
/
+6
2024-11-19
Merge tag 'random-6.13-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2024-11-12
bpf: Find eligible subprogs for private stack support
Yonghong Song
1
-0
/
+5
2024-10-16
bpf: Prevent tailcall infinite loop caused by freplace
Leon Hwang
1
-0
/
+1
2024-10-03
bpf: Include <linux/prandom.h> instead of <linux/random.h>
Uros Bizjak
1
-1
/
+1
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-07-29
bpf: Prevent tail call between progs attached to different hooks
Xu Kuohai
1
-3
/
+18
2024-07-09
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Paolo Abeni
1
-5
/
+3
2024-06-27
kallsyms: rework symbol lookup return codes
Arnd Bergmann
1
-4
/
+3
2024-06-20
bpf: remove unused parameter in __bpf_free_used_btfs
Rafael Passos
1
-3
/
+2
2024-06-20
bpf: remove unused parameter in bpf_jit_binary_pack_finalize
Rafael Passos
1
-2
/
+1
2024-05-15
Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+3
2024-05-14
mm: introduce execmem_alloc() and execmem_free()
Mike Rapoport (IBM)
1
-3
/
+3
2024-05-13
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-6
/
+19
2024-05-12
riscv, bpf: inline bpf_get_smp_processor_id()
Puranjay Mohan
1
-0
/
+11
2024-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+9
2024-04-29
bpf: Switch to krealloc_array()
Andy Shevchenko
1
-1
/
+1
2024-04-29
bpf: Use struct_size()
Andy Shevchenko
1
-5
/
+7
2024-04-26
bpf: verifier: prevent userspace memory access
Puranjay Mohan
1
-0
/
+9
2024-04-22
bpf: Fix typos in comments
Rafael Passos
1
-1
/
+1
2024-04-09
bpf: Add support for certain atomics in bpf_arena to x86 JIT
Alexei Starovoitov
1
-0
/
+5
2024-04-03
bpf: add special internal-only MOV instruction to resolve per-CPU addrs
Andrii Nakryiko
1
-0
/
+5
2024-04-03
bpf: Replace deprecated strncpy with strscpy
Justin Stitt
1
-2
/
+2
2024-03-28
bpf: Mark bpf prog stack with kmsan_unposion_memory in interpreter mode
Martin KaFai Lau
1
-0
/
+2
2024-03-18
bpf: Check return from set_memory_rox()
Christophe Leroy
1
-7
/
+21
2024-03-14
bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()
Christophe Leroy
1
-1
/
+3
2024-03-11
bpf: move sleepable flag from bpf_prog_aux to bpf_prog
Andrii Nakryiko
1
-1
/
+1
2024-03-11
bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes()
Puranjay Mohan
1
-1
/
+6
2024-03-11
bpf: Add x86-64 JIT support for bpf_addr_space_cast instruction.
Alexei Starovoitov
1
-0
/
+5
2024-03-11
bpf: Introduce bpf_arena.
Alexei Starovoitov
1
-0
/
+11
2024-03-07
bpf: Tell bpf programs kernel's PAGE_SIZE
Alexei Starovoitov
1
-1
/
+6
2024-03-06
bpf: Introduce may_goto instruction
Alexei Starovoitov
1
-0
/
+1
2024-01-24
bpf: Consistently use BPF token throughout BPF verifier logic
Andrii Nakryiko
1
-1
/
+1
2024-01-24
bpf: Add BPF token support to BPF_PROG_LOAD command
Andrii Nakryiko
1
-0
/
+1
2024-01-23
bpf: Support inlining bpf_kptr_xchg() helper
Hou Tao
1
-0
/
+10
2023-12-19
Revert BPF token-related functionality
Andrii Nakryiko
1
-2
/
+1
2023-12-18
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-12
/
+41
2023-12-15
x86/cfi,bpf: Fix BPF JIT call
Peter Zijlstra
1
-0
/
+25
2023-12-06
bpf: Let bpf_prog_pack_free handle any pointer
Song Liu
1
-11
/
+10
2023-12-06
bpf: consistently use BPF token throughout BPF verifier logic
Andrii Nakryiko
1
-1
/
+1
2023-12-06
bpf: add BPF token support to BPF_PROG_LOAD command
Andrii Nakryiko
1
-0
/
+1
2023-12-04
bpf: Optimize the free of inner map
Hou Tao
1
-0
/
+4
2023-12-01
bpf: Fix a verifier bug due to incorrect branch offset comparison with cpu=v4
Yonghong Song
1
-4
/
+8
2023-11-15
bpf: Do not allocate percpu memory at init stage
Yonghong Song
1
-5
/
+3
[next]