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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-06
Merge tag 'nf-next-25-05-06' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next
Paolo Abeni
4
-0
/
+431
2025-05-06
Merge tag 'v6.15-rc4' into x86/asm, to pick up fixes
Ingo Molnar
78
-578
/
+2747
2025-05-06
selftests: net: exit cleanly on SIGTERM / timeout
Jakub Kicinski
1
-1
/
+23
2025-05-06
KVM: arm64: selftests: Add test for SVE host corruption
Mark Brown
2
-0
/
+128
2025-05-05
selftests: drv: net: add version indicator
Mohsin Bashir
1
-3
/
+14
2025-05-05
selftests: drv: net: avoid skipping tests
Mohsin Bashir
1
-2
/
+4
2025-05-05
selftests: drv: net: fix test failure on ipv6 sys
Mohsin Bashir
1
-13
/
+9
2025-05-05
selftests: Add IPv6 link-local address generation tests for GRE devices.
Guillaume Nault
2
-0
/
+178
2025-05-05
selftests: iou-zcrx: Clean up build warnings for error format
Haiyue Wang
1
-2
/
+2
2025-05-05
selftests: mptcp: add chk_sublfow in diag.sh
Gang Yan
1
-0
/
+32
2025-05-05
selftests: mptcp: add helpers to get subflow_info
Gang Yan
1
-2
/
+157
2025-05-05
selftests: mptcp: refactor NLMSG handling with 'proto'
Gang Yan
1
-18
/
+20
2025-05-05
selftests: mptcp: refactor send_query parameters for code clarity
Gang Yan
1
-9
/
+10
2025-05-05
selftests: mptcp: add struct params in mptcp_diag
Gang Yan
1
-5
/
+11
2025-05-05
selftests: mptcp: sockopt: use IPPROTO_MPTCP for getaddrinfo
Geliang Tang
2
-8
/
+24
2025-05-05
selftests: mptcp: info: hide 'grep: write error' warnings
Matthieu Baerts (NGI0)
1
-2
/
+5
2025-05-05
selftests: ublk: kublk: fix include path
Uday Shankar
2
-2
/
+1
2025-05-05
selftests: ublk: make test_generic_06 silent on success
Uday Shankar
1
-1
/
+1
2025-05-05
selftests: ublk: kublk: build with -Werror iff WERROR!=0
Uday Shankar
1
-0
/
+4
2025-05-05
selftests/bpf: Remove sockmap_ktls disconnect_after_delete test
Ihor Solodrai
1
-67
/
+0
2025-05-05
selftests/tc-testing: Add a test case to cover basic HTB+FQ_CODEL case
Cong Wang
1
-0
/
+35
2025-05-05
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
8
-56
/
+597
2025-05-05
KVM: arm64: selftest: Don't try to disable AArch64 support
Marc Zyngier
1
-4
/
+4
2025-05-05
Merge branch 'block-6.15' into for-6.16/block
Jens Axboe
5
-12
/
+48
2025-05-05
selftests: netfilter: nft_fib.sh: check lo packets bypass fib lookup
Florian Westphal
1
-0
/
+23
2025-05-05
selftests: netfilter: add conntrack stress test
Florian Westphal
3
-0
/
+408
2025-05-04
Merge tag 'v6.15-rc4' into x86/fpu, to pick up fixes
Ingo Molnar
48
-231
/
+1322
2025-05-03
Merge tag 'sound-6.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Linus Torvalds
1
-0
/
+2
2025-05-03
futex,selftests: Add another FUTEX2_NUMA selftest
Peter Zijlstra
2
-1
/
+264
2025-05-03
selftests/futex: Add futex_numa_mpol
Sebastian Andrzej Siewior
5
-1
/
+290
2025-05-03
selftests/futex: Add futex_priv_hash
Sebastian Andrzej Siewior
4
-2
/
+323
2025-05-03
selftests/futex: Build without headers nonsense
Peter Zijlstra
1
-0
/
+18
2025-05-02
selftests/bpf: Cleanup bpf qdisc selftests
Amery Hung
2
-45
/
+11
2025-05-02
selftests/bpf: Test attaching a bpf qdisc with incomplete operators
Amery Hung
4
-0
/
+72
2025-05-02
selftests/bpf: Test setting and creating bpf qdisc as default qdisc
Amery Hung
2
-0
/
+63
2025-05-02
KVM: selftests: Add a basic SEV-SNP smoke test
Pratik R. Sampat
1
-2
/
+23
2025-05-02
KVM: selftests: Decouple SEV policy from VM type
Pratik R. Sampat
1
-24
/
+26
2025-05-02
KVM: selftests: Force GUEST_MEMFD flag for SNP VM type
Pratik R. Sampat
1
-2
/
+19
2025-05-02
KVM: selftests: Add library support for interacting with SNP
Pratik R. Sampat
2
-6
/
+95
2025-05-02
KVM: selftests: Introduce SEV VM type check
Pratik R. Sampat
3
-3
/
+18
2025-05-02
KVM: selftests: Replace assert() with TEST_ASSERT_EQ()
Pratik R. Sampat
1
-4
/
+4
2025-05-02
KVM: selftests: Add SMT control state helper
Pratik R. Sampat
2
-20
/
+36
2025-05-02
KVM: selftests: Add vmgexit helper
Pratik R. Sampat
2
-1
/
+6
2025-05-02
KVM: selftests: SEV-SNP test for KVM_SEV_INIT2
Pratik R. Sampat
2
-0
/
+14
2025-05-02
selftests/bpf: Add tests for bucket resume logic in UDP socket iterators
Jordan Rife
1
-0
/
+414
2025-05-02
selftests/bpf: Return socket cookies from sock_iter_batch progs
Jordan Rife
3
-17
/
+41
2025-05-02
Merge tag 'block-6.15-20250502' of git://git.kernel.dk/linux
Linus Torvalds
5
-12
/
+48
2025-05-02
selftests: coredump: Raise timeout to 2 minutes
Nam Cao
1
-1
/
+1
2025-05-02
selftests: coredump: Fix test failure for slow machines
Nam Cao
1
-1
/
+5
2025-05-02
selftests: coredump: Properly initialize pointer
Nam Cao
1
-0
/
+2
[prev]
[next]