index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-20
/
+25
2023-10-09
bpf: Fix verifier log for async callback return values
David Vernet
1
-3
/
+3
2023-10-06
bpf: Refuse unused attributes in bpf_prog_{attach,detach}
Lorenz Bauer
1
-5
/
+14
2023-10-06
bpf: Handle bpf_mprog_query with NULL entry
Daniel Borkmann
2
-11
/
+7
2023-10-06
bpf: Fix BPF_PROG_QUERY last field check
Daniel Borkmann
1
-1
/
+1
2023-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-30
/
+25
2023-09-30
bpf: Use kmalloc_size_roundup() to adjust size_index
Hou Tao
1
-25
/
+19
2023-09-29
bpf, mprog: Fix maximum program check on mprog attachment
Daniel Borkmann
1
-0
/
+3
2023-09-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
5
-19
/
+123
2023-09-20
bpf: unconditionally reset backtrack_state masks on global func exit
Andrii Nakryiko
1
-5
/
+3
2023-09-19
bpf: Remove unused variables.
Alexei Starovoitov
1
-5
/
+1
2023-09-19
bpf: Fix bpf_throw warning on 32-bit arch
Kumar Kartikeya Dwivedi
1
-1
/
+1
2023-09-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
10
-168
/
+733
2023-09-16
bpf: Fix kfunc callback register type handling
Kumar Kartikeya Dwivedi
1
-0
/
+4
2023-09-16
bpf: Disallow fentry/fexit/freplace for exception callbacks
Kumar Kartikeya Dwivedi
2
-0
/
+7
2023-09-16
bpf: Detect IP == ksym.end as part of BPF program
Kumar Kartikeya Dwivedi
1
-1
/
+5
2023-09-16
bpf: Prevent KASAN false positive with bpf_throw
Kumar Kartikeya Dwivedi
1
-0
/
+6
2023-09-16
bpf: Treat first argument as return value for bpf_throw
Kumar Kartikeya Dwivedi
1
-13
/
+24
2023-09-16
bpf: Perform CFG walk for exception callback
Kumar Kartikeya Dwivedi
1
-2
/
+13
2023-09-16
bpf: Add support for custom exception callbacks
Kumar Kartikeya Dwivedi
2
-16
/
+126
2023-09-16
bpf: Refactor check_btf_func and split into two phases
Kumar Kartikeya Dwivedi
1
-28
/
+100
2023-09-16
bpf: Implement BPF exceptions
Kumar Kartikeya Dwivedi
3
-15
/
+141
2023-09-16
bpf: Implement support for adding hidden subprogs
Kumar Kartikeya Dwivedi
3
-10
/
+40
2023-09-16
arch/x86: Implement arch_bpf_stack_walk
Kumar Kartikeya Dwivedi
1
-0
/
+9
2023-09-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
5
-19
/
+123
2023-09-15
bpf: Allow to use kfunc XDP hints and frags together
Larysa Zaremba
1
-1
/
+8
2023-09-15
bpf: expose information about supported xdp metadata kfunc
Stanislav Fomichev
1
-1
/
+1
2023-09-15
bpf: make it easier to add new metadata kfunc
Stanislav Fomichev
1
-4
/
+5
2023-09-15
bpf: Skip unit_size checking for global per-cpu allocator
Hou Tao
1
-0
/
+7
2023-09-14
bpf: Charge modmem for struct_ops trampoline
Song Liu
1
-4
/
+22
2023-09-12
bpf, cgroup: fix multiple kernel-doc warnings
Randy Dunlap
1
-6
/
+7
2023-09-12
bpf: Fix a erroneous check after snprintf()
Christophe JAILLET
1
-1
/
+1
2023-09-12
bpf, x64: Fix tailcall infinite loop
Leon Hwang
2
-2
/
+5
2023-09-11
bpf: Avoid dummy bpf_offload_netdev in __bpf_prog_dev_bound_init
Eduard Zingerman
1
-5
/
+7
2023-09-11
bpf: Avoid deadlock when using queue and stack maps from NMI
Toke Høiland-Jørgensen
1
-3
/
+18
2023-09-11
bpf: Ensure unit_size is matched with slab cache object size
Hou Tao
1
-2
/
+31
2023-09-11
bpf: Don't prefill for unused bpf_mem_cache
Hou Tao
1
-2
/
+14
2023-09-11
bpf: Adjust size_index according to the value of KMALLOC_MIN_SIZE
Hou Tao
1
-0
/
+38
2023-09-09
Merge tag 'riscv-for-linus-6.6-mw2-2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-4
/
+4
2023-09-08
Merge patch series "bpf, riscv: use BPF prog pack allocator in BPF JIT"
Palmer Dabbelt
1
-4
/
+4
2023-09-08
bpf: task_group_seq_get_next: simplify the "next tid" logic
Oleg Nesterov
1
-7
/
+4
2023-09-08
bpf: task_group_seq_get_next: kill next_task
Oleg Nesterov
1
-8
/
+6
2023-09-08
bpf: task_group_seq_get_next: fix the skip_if_dup_files check
Oleg Nesterov
1
-1
/
+1
2023-09-08
bpf: task_group_seq_get_next: cleanup the usage of get/put_task_struct
Oleg Nesterov
1
-10
/
+2
2023-09-08
bpf: task_group_seq_get_next: cleanup the usage of next_thread()
Oleg Nesterov
1
-7
/
+0
2023-09-08
bpf: Enable IRQ after irq_work_raise() completes in unit_free{_rcu}()
Hou Tao
1
-2
/
+7
2023-09-08
bpf: Enable IRQ after irq_work_raise() completes in unit_alloc()
Hou Tao
1
-1
/
+6
2023-09-08
bpf: Mark OBJ_RELEASE argument as MEM_RCU when possible
Yonghong Song
1
-0
/
+20
2023-09-08
bpf: Add bpf_this_cpu_ptr/bpf_per_cpu_ptr support for allocated percpu obj
Yonghong Song
1
-8
/
+51
2023-09-08
bpf: Add alloc/xchg/direct_access support for local percpu kptr
Yonghong Song
2
-22
/
+106
[next]