index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
/
bpf_experimental.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-06
selftests/bpf: add negative tests for new VFS based BPF kfuncs
Matt Bobrowski
1
-0
/
+26
2024-07-08
selftests/bpf: amend for wrong bpf_wq_set_callback_impl signature
Benjamin Tissoires
1
-1
/
+1
2024-06-14
bpf: Support can_loop/cond_break on big endian
Alexei Starovoitov
1
-0
/
+28
2024-06-12
bpf: selftests: Fix bpf_iter_task_vma_new() prototype
Daniel Xu
1
-1
/
+1
2024-05-13
bpf: make list_for_each_entry portable
Jose E. Marchesi
1
-2
/
+31
2024-04-25
bpf: Add bpf_guard_preempt() convenience macro
Alexei Starovoitov
1
-0
/
+22
2024-04-24
selftests/bpf: wq: add bpf_wq_start() checks
Benjamin Tissoires
1
-0
/
+1
2024-04-24
selftests/bpf: add checks for bpf_wq_set_callback()
Benjamin Tissoires
1
-0
/
+5
2024-04-24
selftests/bpf: wq: add bpf_wq_init() checks
Benjamin Tissoires
1
-0
/
+1
2024-04-02
selftests/bpf: Using llvm may_goto inline asm for cond_break macro
Yonghong Song
1
-0
/
+11
2024-03-12
bpf: Add helper macro bpf_addr_space_cast()
Alexei Starovoitov
1
-0
/
+43
2024-03-07
bpf: Add cond_break macro
Alexei Starovoitov
1
-0
/
+12
2024-01-24
bpf: Minor improvements for bpf_cmp.
Alexei Starovoitov
1
-9
/
+12
2024-01-03
bpf: Add bpf_nop_mov() asm macro.
Alexei Starovoitov
1
-0
/
+5
2024-01-03
selftests/bpf: Remove bpf_assert_eq-like macros.
Alexei Starovoitov
1
-150
/
+0
2024-01-03
bpf: Introduce "volatile compare" macros
Alexei Starovoitov
1
-0
/
+69
2023-10-20
bpf: Introduce css open-coded iterator kfuncs
Chuyi Zhou
1
-0
/
+6
2023-10-20
bpf: Introduce task open coded iterator kfuncs
Chuyi Zhou
1
-0
/
+5
2023-10-20
bpf: Introduce css_task open-coded iterator kfuncs
Chuyi Zhou
1
-0
/
+8
2023-10-14
selftests/bpf: Add tests for open-coded task_vma iter
Dave Marchevsky
1
-0
/
+8
2023-09-16
selftests/bpf: Add BPF assertion macros
Kumar Kartikeya Dwivedi
1
-0
/
+243
2023-09-16
bpf: Add support for custom exception callbacks
Kumar Kartikeya Dwivedi
1
-1
/
+30
2023-09-16
bpf: Implement BPF exceptions
Kumar Kartikeya Dwivedi
1
-0
/
+16
2023-09-08
selftests/bpf: Add bpf_percpu_obj_{new,drop}() macro in bpf_experimental.h
Yonghong Song
1
-0
/
+31
2023-04-16
bpf: Migrate bpf_rbtree_add and bpf_list_push_{front,back} to possibly fail
Dave Marchevsky
1
-10
/
+39
2023-04-16
bpf: Add bpf_refcount_acquire kfunc
Dave Marchevsky
1
-0
/
+13
2023-02-14
bpf: Add bpf_rbtree_{add,remove,first} decls to bpf_experimental.h
Dave Marchevsky
1
-0
/
+24
2022-11-18
selftests/bpf: Add __contains macro to bpf_experimental.h
Kumar Kartikeya Dwivedi
1
-0
/
+2
2022-11-18
bpf: Introduce single ownership BPF linked list API
Kumar Kartikeya Dwivedi
1
-0
/
+28
2022-11-18
bpf: Introduce bpf_obj_drop
Kumar Kartikeya Dwivedi
1
-0
/
+13
2022-11-18
bpf: Introduce bpf_obj_new
Kumar Kartikeya Dwivedi
1
-0
/
+25