index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
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-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-14
bpf: Charge modmem for struct_ops trampoline
Song Liu
1
-4
/
+22
2023-09-12
bpf, x64: Fix tailcall infinite loop
Leon Hwang
2
-2
/
+5
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
2023-09-08
bpf: Add BPF_KPTR_PERCPU as a field type
Yonghong Song
2
-0
/
+9
2023-09-08
bpf: Add support for non-fix-size percpu mem allocation
Yonghong Song
2
-11
/
+11
2023-09-07
Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
3
-38
/
+18
2023-09-06
bpf: make bpf_prog_pack allocator portable
Puranjay Mohan
1
-4
/
+4
2023-09-06
bpf: bpf_sk_storage: Fix the missing uncharge in sk_omem_alloc
Martin KaFai Lau
1
-1
/
+1
2023-09-06
bpf: bpf_sk_storage: Fix invalid wait context lockdep report
Martin KaFai Lau
1
-33
/
+14
2023-09-06
bpf: Assign bpf_tramp_run_ctx::saved_run_ctx before recursion check.
Sebastian Andrzej Siewior
2
-4
/
+2
2023-09-06
bpf: Invoke __bpf_prog_exit_sleepable_recur() on recursion in kern_sys_bpf().
Sebastian Andrzej Siewior
1
-0
/
+1
2023-09-02
Merge tag 'probes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
1
-1
/
+1
2023-08-29
Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
23
-765
/
+2466
2023-08-28
Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-4
/
+2
2023-08-25
bpf: Allow bpf_spin_{lock,unlock} in sleepable progs
Dave Marchevsky
2
-6
/
+5
2023-08-25
bpf: Consider non-owning refs to refcounted nodes RCU protected
Dave Marchevsky
1
-1
/
+12
2023-08-25
bpf: Reenable bpf_refcount_acquire
Dave Marchevsky
1
-4
/
+1
2023-08-25
bpf: Use bpf_mem_free_rcu when bpf_obj_dropping refcounted nodes
Dave Marchevsky
1
-1
/
+5
2023-08-25
bpf: Ensure kptr_struct_meta is non-NULL for collection insert and refcount_a...
Dave Marchevsky
1
-0
/
+14
2023-08-24
bpf: Remove a WARN_ON_ONCE warning related to local kptr
Yonghong Song
1
-1
/
+0
2023-08-23
bpf: Fix issue in verifying allow_ptr_leaks
Yafang Shao
1
-8
/
+9
2023-08-23
tracing/probes: Support BTF argument on module functions
Masami Hiramatsu (Google)
1
-1
/
+1
2023-08-22
bpf: Fix check_func_arg_reg_off bug for graph root/node
Kumar Kartikeya Dwivedi
1
-11
/
+0
2023-08-22
bpf: Fix a bpf_kptr_xchg() issue with local kptr
Yonghong Song
1
-10
/
+15
[next]