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.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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_testmod
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-06
selftests/bpf: Consolidate kernel modules into common directory
Toke Høiland-Jørgensen
6
-1859
/
+0
2024-11-13
selftests/bpf: Add struct_ops prog private stack tests
Yonghong Song
2
-0
/
+109
2024-11-06
Merge tag 'perf-core-for-bpf-next' from tip tree
Andrii Nakryiko
1
-1
/
+1
2024-11-04
selftests/bpf: Add tests for raw_tp null handling
Kumar Kartikeya Dwivedi
2
-0
/
+10
2024-10-23
uprobe: Add data pointer to consumer handlers
Jiri Olsa
1
-1
/
+1
2024-09-21
Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
3
-4
/
+280
2024-09-18
Merge tag 'perf-core-2024-09-18' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-13
/
+14
2024-09-11
selftests/bpf: Add test for __nullable suffix in tp_btf
Philo Lu
2
-0
/
+8
2024-09-05
perf/uprobe: split uprobe_unregister()
Peter Zijlstra
1
-1
/
+2
2024-08-30
selftests/bpf: Add tests for iter next method returning valid pointer
Juntong Deng
2
-0
/
+25
2024-08-30
selftests/bpf: Test gen_prologue and gen_epilogue
Martin KaFai Lau
3
-0
/
+207
2024-08-29
selftests/bpf: Add test for zero offset or non-zero offset pointers as KF_ACQ...
Juntong Deng
2
-0
/
+21
2024-08-21
selftests/bpf: test passing iterator to a kfunc
Andrii Nakryiko
1
-4
/
+12
2024-08-02
uprobes: make uprobe_register() return struct uprobe *
Oleg Nesterov
1
-13
/
+12
2024-08-02
uprobes: kill uprobe_register_refctr()
Oleg Nesterov
1
-2
/
+2
2024-08-02
selftests/bpf: fix uprobe.path leak in bpf_testmod
Jiri Olsa
1
-0
/
+1
2024-07-29
selftests/bpf: Ensure the unsupported struct_ops prog cannot be loaded
Martin KaFai Lau
1
-0
/
+1
2024-07-29
selftests/bpf: Fix the missing tramp_1 to tramp_40 ops in cfi_stubs
Martin KaFai Lau
1
-0
/
+14
2024-07-18
Merge tag 'probes-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
1
-1
/
+122
2024-07-02
selftests/bpf: Add testcase where 7th argment is struct
Pu Lehui
1
-0
/
+19
2024-06-22
selftests/bpf: Add kfunc_call test for simple dtor in bpf_testmod
Alan Maguire
2
-0
/
+55
2024-06-14
selftests: bpf: add testmod kfunc for nullable params
Vadim Fedorenko
2
-0
/
+7
2024-06-12
selftests/bpf: Add uretprobe syscall test for regs changes
Jiri Olsa
1
-1
/
+122
2024-05-31
bpf: pass bpf_struct_ops_link to callbacks in bpf_struct_ops.
Kui-Feng Lee
1
-3
/
+3
2024-05-14
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2
-0
/
+282
2024-05-02
selftests/bpf: Implement socket kfuncs for bpf_testmod
Jordan Rife
2
-0
/
+282
2024-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+3
2024-04-26
selftests/bpf: Test PROBE_MEM of VSYSCALL_ADDR on x86-64
Puranjay Mohan
1
-0
/
+3
2024-04-24
selftests/bpf: add checks for bpf_wq_set_callback()
Benjamin Tissoires
2
-0
/
+6
2024-03-07
selftests/bpf: Bad_struct_ops test
Eduard Zingerman
2
-0
/
+28
2024-03-07
selftests/bpf: Test struct_ops map definition with type suffix
Eduard Zingerman
1
-0
/
+2
2024-03-05
selftests/bpf: Test struct_ops maps with a large number of struct_ops program.
Kui-Feng Lee
1
-0
/
+44
2024-03-01
selftests/bpf: Test if shadow types work correctly.
Kui-Feng Lee
2
-1
/
+18
2024-02-14
selftests/bpf: Test PTR_MAYBE_NULL arguments of struct_ops operators.
Kui-Feng Lee
2
-1
/
+16
2024-02-05
selftests/bpf: Suppress warning message of an unused variable.
Kui-Feng Lee
2
-5
/
+3
2024-02-01
bpf: treewide: Annotate BPF kfuncs in BTF
Daniel Xu
1
-4
/
+4
2024-01-29
selftests/bpf: Drop return in bpf_testmod_exit
Geliang Tang
1
-1
/
+1
2024-01-24
selftests/bpf: test case for register_bpf_struct_ops().
Kui-Feng Lee
2
-0
/
+71
2024-01-24
selftests/bpf: Fix potential premature unload in bpf_testmod
Artem Savkov
1
-0
/
+9
2023-11-02
bpf: Add __bpf_hook_{start,end} macros
Dave Marchevsky
1
-4
/
+2
2023-09-26
selftests/bpf: Add test for missed counts of perf event link kprobe
Jiri Olsa
2
-0
/
+7
2023-07-28
selftests/bpf: Test ldsx with more complex cases
Yonghong Song
1
-1
/
+8
2023-07-14
selftests/bpf: add testcase for TRACING with 6+ arguments
Menglong Dong
1
-1
/
+48
2023-06-08
selftests/bpf: Add missing prototypes for several test kfuncs
Jiri Olsa
2
-8
/
+15
2023-05-17
bpf: Move kernel test kfuncs to bpf_testmod
Jiri Olsa
2
-0
/
+226
2023-05-17
selftests/bpf: Remove extern from kfuncs declarations
Jiri Olsa
1
-18
/
+18
2023-05-17
selftests/bpf: Move kfunc exports to bpf_testmod/bpf_testmod_kfunc.h
Jiri Olsa
1
-0
/
+40
2023-04-20
selftests/bpf: Add test to access integer type of variable array
Feng Zhou
1
-0
/
+20
2023-04-13
selftests/bpf: Fix compiler warnings in bpf_testmod for kfuncs
Andrii Nakryiko
1
-0
/
+6
2023-04-13
selftests/bpf: Keep the loop in bpf_testmod_loop_test
Song Liu
1
-1
/
+5
[next]