index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
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-01-09
bpf: fix potential error return
Anton Protopopov
1
-1
/
+5
2024-07-05
bpf: Mark bpf prog stack with kmsan_unposion_memory in interpreter mode
Martin KaFai Lau
1
-0
/
+2
2024-07-05
bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()
Christophe Leroy
1
-1
/
+3
2024-03-26
bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes()
Puranjay Mohan
1
-1
/
+6
2024-01-10
bpf: Fix a verifier bug due to incorrect branch offset comparison with cpu=v4
Yonghong Song
1
-4
/
+8
2024-01-10
bpf: Support new 32bit offset jmp instruction
Yonghong Song
1
-3
/
+16
2023-11-28
bpf: Detect IP == ksym.end as part of BPF program
Kumar Kartikeya Dwivedi
1
-1
/
+5
2023-03-30
bpf: Adjust insufficient default bpf_jit_limit
Daniel Borkmann
1
-1
/
+1
2023-02-25
bpf: add missing header file include
Linus Torvalds
1
-0
/
+1
2023-02-25
uaccess: Add speculation barrier to copy_from_user()
Dave Hansen
1
-2
/
+0
2023-01-07
bpf: Resolve fext program type when checking map compatibility
Toke Høiland-Jørgensen
1
-2
/
+3
2022-10-11
treewide: use get_random_u32() when possible
Jason A. Donenfeld
1
-1
/
+1
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
1
-2
/
+2
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2022-10-03
bpf: kmsan: initialize BPF registers with zeroes
Alexander Potapenko
1
-1
/
+1
2022-09-26
bpf: use bpf_prog_pack for bpf_dispatcher
Song Liu
1
-2
/
+7
2022-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2022-08-24
bpf: Fix a data-race around bpf_jit_limit.
Kuniyuki Iwashima
1
-1
/
+1
2022-08-09
bpf: Add BPF-helper for accessing CLOCK_TAI
Jesper Dangaard Brouer
1
-0
/
+1
2022-07-22
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-71
/
+29
2022-07-22
bpf: Simplify bpf_prog_pack_[size|mask]
Song Liu
1
-54
/
+17
2022-07-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+5
2022-07-12
bpf, x86: fix freeing of not-finalized bpf_prog_pack
Song Liu
1
-17
/
+12
2022-07-07
bpf: Make sure mac_header was set before using it
Eric Dumazet
1
-3
/
+5
2022-06-29
bpf: minimize number of allocated lsm slots per program
Stanislav Fomichev
1
-0
/
+7
2022-06-29
bpf: per-cgroup lsm flavor
Stanislav Fomichev
1
-0
/
+2
2022-06-21
bpf, x64: Add predicate for bpf2bpf with tailcalls support in JIT
Tony Ambardar
1
-0
/
+6
2022-06-16
bpf: implement sleepable uprobes by chaining gps
Delyan Kratunov
1
-0
/
+15
2022-06-02
bpf: Correct the comment about insn_to_jit_off
Pu Lehui
1
-1
/
+1
2022-05-28
bpf: Fix probe read error in ___bpf_prog_run()
Menglong Dong
1
-9
/
+5
2022-05-23
bpf: Introduce bpf_arch_text_invalidate for bpf_prog_pack
Song Liu
1
-0
/
+8
2022-05-23
bpf: Fill new bpf_prog_pack with illegal instructions
Song Liu
1
-4
/
+6
2022-05-13
bpf: Fix combination of jit blinding and pointers to bpf subprogs.
Alexei Starovoitov
1
-0
/
+10
2022-05-11
bpf: add bpf_map_lookup_percpu_elem for percpu map
Feng Zhou
1
-0
/
+1
2022-03-21
bpf: Fix bpf_prog_pack when PMU_SIZE is not defined
Song Liu
1
-2
/
+13
2022-03-21
bpf: Fix bpf_prog_pack for multi-node setup
Song Liu
1
-2
/
+7
2022-03-20
bpf: Select proper size for bpf_prog_pack
Song Liu
1
-23
/
+47
2022-03-16
bpf: Fix net.core.bpf_jit_harden race
Hou Tao
1
-1
/
+2
2022-03-02
bpf, x86: Set header->size properly before freeing it
Song Liu
1
-3
/
+6
2022-02-17
bpf: bpf_prog_pack: Set proper size before freeing ro_header
Song Liu
1
-0
/
+1
2022-02-10
bpf: Fix bpf_prog_pack build for ppc64_defconfig
Song Liu
1
-2
/
+2
2022-02-08
bpf: Fix bpf_prog_pack build HPAGE_PMD_SIZE
Song Liu
1
-1
/
+5
2022-02-07
bpf: Introduce bpf_jit_binary_pack_[alloc|finalize|free]
Song Liu
1
-1
/
+107
2022-02-07
bpf: Introduce bpf_prog_pack allocator
Song Liu
1
-0
/
+127
2022-02-07
bpf: Introduce bpf_arch_text_copy
Song Liu
1
-0
/
+5
2022-02-07
bpf: Use prog->jited_len in bpf_prog_ksym_set_addr()
Song Liu
1
-4
/
+1
2022-02-07
bpf: Use size instead of pages in bpf_binary_header
Song Liu
1
-6
/
+5
2022-02-07
bpf: Use bytes instead of pages for bpf_jit_[charge|uncharge]_modmem
Song Liu
1
-9
/
+8
2022-01-27
cgroup/bpf: fast path skb BPF filtering
Pavel Begunkov
1
-12
/
+4
2022-01-21
bpf: generalise tail call map compatibility check
Toke Hoiland-Jorgensen
1
-14
/
+14
[next]