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-03-25
selftests: livepatch: test if ftrace can trace a livepatched function
Filipe Xavier
1
-0
/
+34
2025-03-25
selftests: livepatch: add new ftrace helpers functions
Filipe Xavier
1
-0
/
+49
2025-03-25
iommufd/selftest: Add coverage for iommufd pasid attach/detach
Yi Liu
3
-10
/
+437
2025-03-25
selftests/net: Drop timeout argument from test_client_verify()
Dmitry Safonov
9
-25
/
+22
2025-03-25
selftests/net: Delete timeout from test_connect_socket()
Dmitry Safonov
4
-21
/
+13
2025-03-25
selftests/net: Print the testing side in unsigned-md5
Dmitry Safonov
1
-22
/
+22
2025-03-25
selftests/net: Add mixed select()+polling mode to TCP-AO tests
Dmitry Safonov
5
-67
/
+232
2025-03-25
selftests/net: Fetch and check TCP-MD5 counters
Dmitry Safonov
11
-189
/
+219
2025-03-25
selftests/net: Provide tcp-ao counters comparison helper
Dmitry Safonov
11
-63
/
+89
2025-03-25
selftests/net: Print TCP flags in more common format
Dmitry Safonov
1
-5
/
+2
2025-03-25
selftest/livepatch: Only run test-kprobe with CONFIG_KPROBES_ON_FTRACE
Song Liu
1
-0
/
+2
2025-03-24
Merge tag 'x86-cleanups-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+2
2025-03-24
Merge tag 'x86-fpu-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
22
-720
/
+753
2025-03-24
Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-12
/
+139
2025-03-24
Merge tag 'sched-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
9
-13
/
+162
2025-03-24
Merge tag 'rcu-next-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rcu/linux
Linus Torvalds
5
-3
/
+12
2025-03-24
Merge tag 'nolibc-20250308-for-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu
Linus Torvalds
5
-29
/
+176
2025-03-24
Merge tag 'sched_ext-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext
Linus Torvalds
3
-0
/
+160
2025-03-24
Merge tag 'seccomp-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
1
-0
/
+6
2025-03-24
Merge tag 'move-lib-kunit-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
6
-17
/
+2
2025-03-24
selftests: vxlan_bridge: Test flood with unresolved FDB entry
Amit Cohen
2
-0
/
+23
2025-03-24
selftests: drv-net: rss_ctx: Don't assume indirection table is present
Gal Pressman
1
-1
/
+1
2025-03-24
selftest: net: update proc_net_pktgen (add more imix_weights test cases)
Peter Seiderer
1
-0
/
+44
2025-03-24
Merge tag 'vfs-6.15-rc1.mount.namespace' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-0
/
+652
2025-03-24
Merge tag 'vfs-6.15-rc1.nsfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-0
/
+14
2025-03-24
Merge tag 'vfs-6.15-rc1.overlayfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
4
-6
/
+867
2025-03-24
Merge tag 'vfs-6.15-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
10
-98
/
+889
2025-03-24
Merge tag 'vfs-6.15-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
7
-1
/
+738
2025-03-22
selftests: ublk: add stripe target
Ming Lei
6
-2
/
+397
2025-03-22
selftests: ublk: simplify loop io completion
Ming Lei
2
-48
/
+47
2025-03-22
selftests: ublk: enable zero copy for null target
Ming Lei
4
-1
/
+95
2025-03-22
selftests: ublk: prepare for supporting stripe target
Ming Lei
4
-6
/
+38
2025-03-22
selftests: ublk: move common code into common.c
Ming Lei
4
-53
/
+58
2025-03-22
selftests: ublk: increase max buffer size to 1MB
Ming Lei
1
-1
/
+1
2025-03-22
selftests: ublk: add single sqe allocator helper
Ming Lei
3
-52
/
+44
2025-03-22
selftests: ublk: add generic_01 for verifying sequential IO order
Ming Lei
4
-1
/
+94
2025-03-22
selftests/bpf: Add selftests for load-acquire/store-release when register number is invalid
Kohei Enju
2
-0
/
+28
2025-03-22
bpf: Fix out-of-bounds read in check_atomic_load/store()
Kohei Enju
2
-5
/
+21
2025-03-21
selftests/mm: speed up split_huge_page_test
Ryan Roberts
1
-4
/
+7
2025-03-21
selftests/mm: uffd-unit-tests support for hugepages > 2M
Ryan Roberts
1
-1
/
+4
2025-03-21
selftests/mm: add commentary about 9pfs bugs
Brendan Jackman
3
-10
/
+22
2025-03-21
selftests: ublk: fix starting ublk device
Ming Lei
2
-11
/
+23
2025-03-21
selftests/timers: Improve skew_consistency by testing with other clockids
John Stultz
1
-1
/
+1
2025-03-21
selftests: netconsole: Add tests for 'release' feature in sysdata
Breno Leitao
1
-3
/
+41
2025-03-21
landlock: Add the errata interface
Mickaël Salaün
1
-1
/
+45
2025-03-21
crypto: lib/chacha - remove unused arch-specific init support
Eric Biggers
1
-2
/
+2
2025-03-20
selftests: ublk: fix write cache implementation
Ming Lei
1
-4
/
+2
2025-03-20
selftests: ublk: add variable for user to not show test result
Ming Lei
1
-6
/
+10
2025-03-20
selftests: ublk: don't show `modprobe` failure
Ming Lei
1
-2
/
+2
2025-03-20
selftests: ublk: add one dependency header
Ming Lei
2
-0
/
+19
[prev]
[next]