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-23
selftests: netfilter: nft_fib.sh: add type and oif tests with and without VRFs
Florian Westphal
1
-27
/
+365
2025-05-23
Merge branch kvm-arm64/misc-6.16 into kvmarm-master/next
Marc Zyngier
2
-0
/
+128
2025-05-23
Merge branch kvm-arm64/mte-frac into kvmarm-master/next
Marc Zyngier
1
-1
/
+76
2025-05-23
selftest: af_unix: Test SO_PASSRIGHTS.
Kuniyuki Iwashima
1
-2
/
+78
2025-05-23
tcp: Restrict SO_TXREHASH to TCP socket.
Kuniyuki Iwashima
1
-0
/
+11
2025-05-22
selftests/eventfd: correct test name and improve messages
Ryan Chung
1
-4
/
+3
2025-05-22
selftests/damon/_damon_sysfs: read tried regions directories in order
SeongJae Park
1
-0
/
+5
2025-05-22
selftests/mm: deduplicate second mmap() of 5*PAGE_SIZE at base
Mark Brown
1
-1
/
+1
2025-05-22
selftests/mm: add simple VM_PFNMAP tests based on mmap'ing /dev/mem
David Hildenbrand
4
-0
/
+202
2025-05-22
selftests/bpf: sockmap_listen cleanup: Drop af_inet SOCK_DGRAM redir tests
Michal Luczaj
1
-126
/
+0
2025-05-22
selftests/bpf: sockmap_listen cleanup: Drop af_unix redir tests
Michal Luczaj
1
-219
/
+0
2025-05-22
selftests/bpf: sockmap_listen cleanup: Drop af_vsock redir tests
Michal Luczaj
1
-112
/
+0
2025-05-22
selftests/bpf: Add selftest for sockmap/hashmap redirection
Michal Luczaj
1
-0
/
+465
2025-05-22
selftests/bpf: Introduce verdict programs for sockmap_redir
Michal Luczaj
1
-0
/
+68
2025-05-22
selftests/bpf: Add u32()/u64() to sockmap_helpers
Michal Luczaj
1
-14
/
+11
2025-05-22
selftests/bpf: Add socket_kind_to_str() to socket_helpers
Michal Luczaj
1
-0
/
+55
2025-05-22
selftests/bpf: Support af_unix SOCK_DGRAM socket pair creation
Michal Luczaj
1
-5
/
+24
2025-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+27
2025-05-22
selftests/bpf: Add SKIP_LLVM makefile variable
Mykyta Yatsenko
1
-0
/
+5
2025-05-22
selftests: netfilter: move fib vrf test to nft_fib.sh
Florian Westphal
2
-34
/
+90
2025-05-22
selftests: netfilter: nft_fib.sh: add 'type' mode tests
Florian Westphal
1
-10
/
+174
2025-05-22
selftests: netfilter: nft_concat_range.sh: add coverage for 4bit group representation
Florian Westphal
1
-4
/
+161
2025-05-22
selftests/tc-testing: Add an HFSC qlen accounting test
Cong Wang
1
-0
/
+27
2025-05-21
selftests/sched_ext: Update test enq_select_cpu_fails
Andrea Righi
5
-105
/
+163
2025-05-21
selftests: can: test_raw_filter.sh: add support of physical interfaces
Vincent Mailhol
1
-2
/
+10
2025-05-21
selftests: can: Import tst-filter from can-tests
Felix Maurer
5
-0
/
+456
2025-05-21
selftests: harness: Stop using setjmp()/longjmp()
Thomas Weißschuh
1
-30
/
+15
2025-05-21
selftests: harness: Add "variant" and "self" to test metadata
Thomas Weißschuh
1
-0
/
+4
2025-05-21
selftests: harness: Add teardown callback to test metadata
Thomas Weißschuh
1
-6
/
+13
2025-05-21
selftests: harness: Move teardown conditional into test metadata
Thomas Weißschuh
1
-10
/
+11
2025-05-21
selftests: harness: Don't set setup_completed for fixtureless tests
Thomas Weißschuh
1
-1
/
+0
2025-05-21
selftests: harness: Implement test timeouts through pidfd
Thomas Weißschuh
1
-47
/
+25
2025-05-21
selftests: harness: Remove dependency on libatomic
Thomas Weißschuh
1
-2
/
+2
2025-05-21
selftests: harness: Remove inline qualifier for wrappers
Thomas Weißschuh
1
-2
/
+2
2025-05-21
selftests: harness: Mark functions without prototypes static
Thomas Weißschuh
1
-6
/
+6
2025-05-21
selftests: harness: Ignore unused variant argument warning
Thomas Weißschuh
1
-1
/
+1
2025-05-21
selftests: harness: Use C89 comment style
Thomas Weißschuh
1
-1
/
+1
2025-05-21
selftests: harness: Add kselftest harness selftest
Thomas Weißschuh
6
-0
/
+223
2025-05-21
selftests/nolibc: drop include guards around standard headers
Thomas Weißschuh
2
-7
/
+0
2025-05-21
tools/nolibc: add fopen()
Thomas Weißschuh
1
-0
/
+24
2025-05-21
tools/nolibc: add namespace functionality
Thomas Weißschuh
2
-0
/
+69
2025-05-21
tools/nolibc: add difftime()
Thomas Weißschuh
1
-0
/
+12
2025-05-21
tools/nolibc: add timerfd functionality
Thomas Weißschuh
1
-0
/
+48
2025-05-21
tools/nolibc: add timer functions
Thomas Weißschuh
1
-0
/
+51
2025-05-21
tools/nolibc: add clock_getres(), clock_gettime() and clock_settime()
Thomas Weißschuh
1
-0
/
+5
2025-05-21
tools/nolibc: add support for access() and faccessat()
Thomas Weißschuh
1
-0
/
+2
2025-05-21
tools/nolibc: add abs() and friends
Thomas Weißschuh
1
-0
/
+2
2025-05-21
tools/nolibc: add getrandom()
Thomas Weißschuh
1
-0
/
+22
2025-05-21
tools/nolibc: add mremap()
Thomas Weißschuh
1
-3
/
+11
2025-05-21
tools/nolibc: add %m printf format
Thomas Weißschuh
1
-0
/
+18
[prev]
[next]