index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Paolo Abeni
2024-07-09
1
-5
/
+3
|
\
|
*
bpf: remove unused parameter in __bpf_free_used_btfs
Rafael Passos
2024-06-20
1
-3
/
+2
|
*
bpf: remove unused parameter in bpf_jit_binary_pack_finalize
Rafael Passos
2024-06-20
1
-2
/
+1
*
|
kallsyms: rework symbol lookup return codes
Arnd Bergmann
2024-06-27
1
-4
/
+3
|
/
*
Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-05-15
1
-3
/
+3
|
\
|
*
mm: introduce execmem_alloc() and execmem_free()
Mike Rapoport (IBM)
2024-05-14
1
-3
/
+3
*
|
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2024-05-13
1
-6
/
+19
|
\
\
|
*
|
riscv, bpf: inline bpf_get_smp_processor_id()
Puranjay Mohan
2024-05-12
1
-0
/
+11
|
*
|
bpf: Switch to krealloc_array()
Andy Shevchenko
2024-04-29
1
-1
/
+1
|
*
|
bpf: Use struct_size()
Andy Shevchenko
2024-04-29
1
-5
/
+7
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-05-02
1
-0
/
+9
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
bpf: verifier: prevent userspace memory access
Puranjay Mohan
2024-04-26
1
-0
/
+9
*
|
bpf: Fix typos in comments
Rafael Passos
2024-04-22
1
-1
/
+1
*
|
bpf: Add support for certain atomics in bpf_arena to x86 JIT
Alexei Starovoitov
2024-04-09
1
-0
/
+5
*
|
bpf: add special internal-only MOV instruction to resolve per-CPU addrs
Andrii Nakryiko
2024-04-03
1
-0
/
+5
*
|
bpf: Replace deprecated strncpy with strscpy
Justin Stitt
2024-04-03
1
-2
/
+2
*
|
bpf: Mark bpf prog stack with kmsan_unposion_memory in interpreter mode
Martin KaFai Lau
2024-03-28
1
-0
/
+2
*
|
bpf: Check return from set_memory_rox()
Christophe Leroy
2024-03-18
1
-7
/
+21
*
|
bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()
Christophe Leroy
2024-03-14
1
-1
/
+3
|
/
*
bpf: move sleepable flag from bpf_prog_aux to bpf_prog
Andrii Nakryiko
2024-03-11
1
-1
/
+1
*
bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes()
Puranjay Mohan
2024-03-11
1
-1
/
+6
*
bpf: Add x86-64 JIT support for bpf_addr_space_cast instruction.
Alexei Starovoitov
2024-03-11
1
-0
/
+5
*
bpf: Introduce bpf_arena.
Alexei Starovoitov
2024-03-11
1
-0
/
+11
*
bpf: Tell bpf programs kernel's PAGE_SIZE
Alexei Starovoitov
2024-03-07
1
-1
/
+6
*
bpf: Introduce may_goto instruction
Alexei Starovoitov
2024-03-06
1
-0
/
+1
*
bpf: Consistently use BPF token throughout BPF verifier logic
Andrii Nakryiko
2024-01-24
1
-1
/
+1
*
bpf: Add BPF token support to BPF_PROG_LOAD command
Andrii Nakryiko
2024-01-24
1
-0
/
+1
*
bpf: Support inlining bpf_kptr_xchg() helper
Hou Tao
2024-01-23
1
-0
/
+10
*
Revert BPF token-related functionality
Andrii Nakryiko
2023-12-19
1
-2
/
+1
*
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-12-18
1
-12
/
+41
|
\
|
*
x86/cfi,bpf: Fix BPF JIT call
Peter Zijlstra
2023-12-15
1
-0
/
+25
|
*
bpf: Let bpf_prog_pack_free handle any pointer
Song Liu
2023-12-06
1
-11
/
+10
|
*
bpf: consistently use BPF token throughout BPF verifier logic
Andrii Nakryiko
2023-12-06
1
-1
/
+1
|
*
bpf: add BPF token support to BPF_PROG_LOAD command
Andrii Nakryiko
2023-12-06
1
-0
/
+1
|
*
bpf: Optimize the free of inner map
Hou Tao
2023-12-04
1
-0
/
+4
*
|
bpf: Fix a verifier bug due to incorrect branch offset comparison with cpu=v4
Yonghong Song
2023-12-01
1
-4
/
+8
|
/
*
bpf: Do not allocate percpu memory at init stage
Yonghong Song
2023-11-15
1
-5
/
+3
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2023-09-17
1
-11
/
+26
|
\
|
*
bpf: Detect IP == ksym.end as part of BPF program
Kumar Kartikeya Dwivedi
2023-09-16
1
-1
/
+5
|
*
bpf: Implement BPF exceptions
Kumar Kartikeya Dwivedi
2023-09-16
1
-1
/
+1
|
*
bpf: Implement support for adding hidden subprogs
Kumar Kartikeya Dwivedi
2023-09-16
1
-6
/
+6
|
*
arch/x86: Implement arch_bpf_stack_walk
Kumar Kartikeya Dwivedi
2023-09-16
1
-0
/
+9
|
*
bpf: Add support for non-fix-size percpu mem allocation
Yonghong Song
2023-09-08
1
-3
/
+5
*
|
bpf: make bpf_prog_pack allocator portable
Puranjay Mohan
2023-09-06
1
-4
/
+4
|
/
*
bpf: fix bpf_probe_read_kernel prototype mismatch
Arnd Bergmann
2023-08-02
1
-9
/
+3
*
bpf: Fix compilation warning with -Wparentheses
Yonghong Song
2023-07-28
1
-2
/
+2
*
bpf: Support new 32bit offset jmp instruction
Yonghong Song
2023-07-27
1
-3
/
+16
*
bpf: Fix jit blinding with new sdiv/smov insns
Yonghong Song
2023-07-27
1
-2
/
+2
*
bpf: Support new signed div/mod instructions.
Yonghong Song
2023-07-27
1
-16
/
+94
*
bpf: Support new unconditional bswap instruction
Yonghong Song
2023-07-27
1
-0
/
+14
[next]