index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
Lines
2024-04-09
bpf: Add support for certain atomics in bpf_arena to x86 JIT
Alexei Starovoitov
-1
/
+23
2024-04-09
bpf: Select new NEED_TASKS_RCU Kconfig option
Paul E. McKenney
-1
/
+1
2024-04-05
bpf: Allow invoking kfuncs from BPF_PROG_TYPE_SYSCALL progs
David Vernet
-0
/
+2
2024-04-05
bpf: allow invoking bpf_for_each_map_elem with different maps
Philo Lu
-5
/
+1
2024-04-05
bpf: store both map ptr and state in bpf_insn_aux_data
Philo Lu
-20
/
+16
2024-04-05
bpf: fix perf_snapshot_branch_stack link failure
Arnd Bergmann
-1
/
+2
2024-04-04
bpf: prevent r10 register from being marked as precise
Andrii Nakryiko
-2
/
+4
2024-04-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-4
/
+36
2024-04-04
Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-3
/
+35
2024-04-04
bpf: inline bpf_get_branch_snapshot() helper
Andrii Nakryiko
-0
/
+55
2024-04-04
bpf: Optimize emit_mov_imm64().
Alexei Starovoitov
-3
/
+10
2024-04-03
bpf: inline bpf_map_lookup_elem() helper for PERCPU_HASH map
Andrii Nakryiko
-0
/
+21
2024-04-03
bpf: inline bpf_map_lookup_elem() for PERCPU_ARRAY maps
Andrii Nakryiko
-0
/
+33
2024-04-03
bpf: inline bpf_get_smp_processor_id() helper
Andrii Nakryiko
-0
/
+24
2024-04-03
bpf: add special internal-only MOV instruction to resolve per-CPU addrs
Andrii Nakryiko
-0
/
+19
2024-04-03
bpf: Replace deprecated strncpy with strscpy
Justin Stitt
-4
/
+4
2024-04-02
bpf: Improve program stats run-time calculation
Jose Fernandez
-1
/
+2
2024-04-02
bpf: Add a verbose message if map limit is reached
Anton Protopopov
-0
/
+2
2024-03-31
Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-1
/
+1
2024-03-31
kbuild: make -Woverride-init warnings more consistent
Arnd Bergmann
-1
/
+1
2024-03-29
bpf: Avoid kfree_rcu() under lock in bpf_lpm_trie.
Alexei Starovoitov
-4
/
+9
2024-03-29
bpf: fix possible file descriptor leaks in verifier
Anton Protopopov
-0
/
+3
2024-03-28
bpf: Mark bpf prog stack with kmsan_unposion_memory in interpreter mode
Martin KaFai Lau
-0
/
+2
2024-03-28
bpf: support deferring bpf_link dealloc to after RCU grace period
Andrii Nakryiko
-3
/
+32
2024-03-28
bpf: Mitigate latency spikes associated with freeing non-preallocated htab
Yafang Shao
-0
/
+1
2024-03-28
bpf: add bpf_modify_return_test_tp() kfunc triggering tracepoint
Andrii Nakryiko
-0
/
+1
2024-03-28
bpf,arena: Use helper sizeof_field in struct accessors
Haiyue Wang
-1
/
+1
2024-03-28
bpf: improve error message for unsupported helper
Mykyta Yatsenko
-2
/
+2
2024-03-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-11
/
+56
2024-03-27
bpf: Protect against int overflow for stack access size
Andrei Matei
-0
/
+5
2024-03-27
bpf: Check bloom filter map value size
Andrei Matei
-0
/
+13
2024-03-27
bpf: fix warning for crash_kexec
Hari Bathini
-1
/
+1
2024-03-27
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-51
/
+83
2024-03-26
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Paolo Abeni
-10
/
+37
2024-03-22
bpf: verifier: reject addr_space_cast insn without arena
Puranjay Mohan
-0
/
+4
2024-03-22
bpf: verifier: fix addr_space_cast from as(1) to as(0)
Puranjay Mohan
-2
/
+6
2024-03-21
bpf-next: Avoid goto in regs_refine_cond_op()
Harishankar Vishwanathan
-9
/
+13
2024-03-20
bpf: report RCU QS in cpumap kthread
Yan Zhai
-0
/
+3
2024-03-19
bpf: support BPF cookie in raw tracepoint (raw_tp, tp_btf) programs
Andrii Nakryiko
-4
/
+9
2024-03-19
bpf: pass whole link instead of prog when triggering raw tracepoint
Andrii Nakryiko
-7
/
+2
2024-03-19
bpf: Allow helper bpf_get_[ns_]current_pid_tgid() for all prog types
Yonghong Song
-2
/
+4
2024-03-19
bpf/lpm_trie: Inline longest_prefix_match for fastpath
Jesper Dangaard Brouer
-5
/
+13
2024-03-18
bpf: Check return from set_memory_rox()
Christophe Leroy
-12
/
+32
2024-03-18
bpf: Remove arch_unprotect_bpf_trampoline()
Christophe Leroy
-7
/
+0
2024-03-18
bpf: Remove unnecessary err < 0 check in bpf_struct_ops_map_update_elem
Martin KaFai Lau
-2
/
+0
2024-03-15
bpf: Clarify bpf_arena comments.
Alexei Starovoitov
-7
/
+18
2024-03-14
bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()
Christophe Leroy
-3
/
+9
2024-03-14
bpf: preserve sleepable bit in subprog info
Andrii Nakryiko
-0
/
+1
2024-03-14
bpf: Temporarily disable atomic operations in BPF arena
Puranjay Mohan
-1
/
+9
2024-03-11
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-139
/
+1120
[prev]
[next]