index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
/
prog_tests
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-20
Merge tag 'loongarch-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
Linus Torvalds
1
-1
/
+2
2026-08-20
Merge tag 'net-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-2
/
+2
2026-08-20
Merge tag 'bpf-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Linus Torvalds
46
-311
/
+3899
2026-08-19
Merge tag 'trace-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
1
-0
/
+132
2026-08-18
Merge tag 'perf-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-33
/
+366
2026-08-17
Merge tag 'vfs-7.3-rc1.kfunc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-0
/
+67
2026-08-17
selftests/bpf: Add tests for a store on a fault prone qdisc pointer
Daniel Borkmann
1
-0
/
+2
2026-08-17
selftests/bpf: Add tests for fault prone loads out of RCU pointers
Daniel Borkmann
1
-0
/
+2
2026-08-17
selftests/bpf: Retry stat generation in cgroup_iter_memcg
Andrii Nakryiko
1
-0
/
+43
2026-08-17
selftests/bpf: Enable kptr_xchg_inline test on LoongArch
Chenguang Zhao
1
-1
/
+2
2026-08-17
selftests/bpf: Exercise negative optlen in cgroup getsockopt hook
Junseo Lim
1
-0
/
+22
2026-08-17
selftests/bpf: tc_tunnel - validate decap GSO and encapsulation state
Nick Hudson
1
-1
/
+0
2026-08-15
selftests/bpf: Add ksock test for async callback guard
Mahe Tardy
1
-0
/
+45
2026-08-15
selftests/bpf: Test forbidden bpf_ksock_send() LSM attach
Mahe Tardy
1
-0
/
+6
2026-08-15
selftests/bpf: Add ksock kfunc test
Mahe Tardy
1
-0
/
+124
2026-08-14
selftests/bpf: Check per-CPU address resolution per register
Vineet Gupta
1
-0
/
+2
2026-08-14
selftests/bpf: Improve readability in iter test for percpu data
Leon Hwang
1
-3
/
+3
2026-08-14
selftests/bpf: Use ping_command() for IPv6 pings in lwt_ip_encap
Andrii Nakryiko
1
-4
/
+7
2026-08-14
selftests/bpf: Enable __arena argument tests on arm64
Puranjay Mohan
1
-5
/
+5
2026-08-13
selftests/bpf: Guarantee zero termination for veristat test buffers
Eduard Zingerman
1
-6
/
+6
2026-08-13
selftests/bpf: Exercise veristat filtering logic in a selftest
Eduard Zingerman
1
-0
/
+101
2026-08-13
selftests/bpf: Verify bpf_iter for global percpu data
Leon Hwang
1
-0
/
+52
2026-08-13
selftests/bpf: Test verifier log for global percpu data
Leon Hwang
1
-0
/
+6
2026-08-13
selftests/bpf: Test direct reading/writing read-only percpu_array map
Leon Hwang
1
-0
/
+90
2026-08-13
selftests/bpf: Add tests to verify global percpu data
Leon Hwang
1
-0
/
+188
2026-08-12
selftests/bpf: Test resolve_btfids arena argument suffixes
Kumar Kartikeya Dwivedi
1
-16
/
+25
2026-08-12
selftests/bpf: Test subprogram instruction statistics
Kumar Kartikeya Dwivedi
1
-0
/
+2
2026-08-12
selftests/bpf: Add arena fault tests for atomics with fetch
Daniel Borkmann
1
-0
/
+4
2026-08-08
selftests/bpf: Test attach rejection for struct_ops arena programs
Kumar Kartikeya Dwivedi
1
-0
/
+54
2026-08-08
selftests/bpf: Add struct_ops __arena and __arena__nullable argument tests
Tejun Heo
1
-0
/
+74
2026-08-08
selftests/bpf: Add JIT-sequence tests for __arena kfunc arguments
Tejun Heo
1
-0
/
+3
2026-08-08
selftests/bpf: Add kfunc __arena and __arena__nullable argument tests
Tejun Heo
1
-0
/
+3
2026-08-08
selftests/bpf: Verify zext_dst annotations for various instructions
Eduard Zingerman
1
-0
/
+2
2026-08-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc7
Daniel Borkmann
1
-21
/
+29
2026-08-07
selftests/bpf: Add arena fault test for load-acquire
Daniel Borkmann
1
-0
/
+2
2026-08-06
selftests/bpf: Verify decl tags emission in resolve_btfids test
Ihor Solodrai
1
-0
/
+40
2026-08-06
selftests/bpf: Verify arena type tags in resolve_btfids test
Ihor Solodrai
1
-0
/
+66
2026-08-06
selftests/bpf: Test overlapping RCU protection
Ning Ding
1
-0
/
+6
2026-08-06
selftests/bpf: Test module kfunc calls under spin lock
Kaitao Cheng
1
-0
/
+2
2026-08-05
selftests/bpf: Verify rejection of sleepable tracing prog
Leon Hwang
1
-0
/
+57
2026-08-04
selftests/bpf: Test RCU pointer invalidation after spin unlock
Ning Ding
1
-0
/
+2
2026-08-03
selftests/bpf: Test __szk precision with a NULL nullable buffer
Amery Hung
1
-0
/
+2
2026-08-03
selftests/bpf: Test map lookup result refinement
Amery Hung
1
-0
/
+2
2026-08-01
selftests/bpf: Add tests for >8 byte return value and 128-bit arguments
Yonghong Song
2
-0
/
+56
2026-07-31
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
8
-56
/
+292
2026-07-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-21
/
+29
2026-07-28
selftests/bpf: Add test for tracepoint btf_ids tracefs file
Mykyta Yatsenko
1
-0
/
+132
2026-07-28
selftests/bpf: Report the real error from libarena parallel workers
Jiayuan Chen
1
-1
/
+17
2026-07-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc5
Eduard Zingerman
1
-0
/
+113
2026-07-24
selftests/xsk: account reclaimed invalid Tx descriptors
Maciej Fijalkowski
1
-12
/
+14
[next]