aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-28Merge tag 'seccomp-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-9/+6
2025-05-27Merge tag 'sched_ext-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-105/+392
2025-05-27Merge tag 'cgroup-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-10/+17
2025-05-27Merge tag 'sysctl-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+30
2025-05-27Merge tag 'gpio-updates-for-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-1/+729
2025-05-27Merge tag 'nolibc-20250526-for-6.16-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds11-147/+614
2025-05-26Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-5/+143
2025-05-26Merge tag 'perf-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-1/+55
2025-05-26Merge tag 'locking-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-4/+871
2025-05-26Merge tag 'linux_kselftest-next-6.16-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds14-12/+46
2025-05-26Merge tag 'next.2025.05.17a' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-15/+126
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds19-45/+456
2025-05-26Merge tag 'vfs-6.16-rc1.selftests' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds16-250/+763
2025-05-26Merge tag 'vfs-6.16-rc1.coredump' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-1/+488
2025-05-26Merge tag 'vfs-6.16-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-8/+15
2025-05-26Merge tag 'vfs-6.16-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-3/+71
2025-05-25Merge branch 'locking/futex' into locking/core, to pick up pending futex changesIngo Molnar7-4/+871
2025-05-23selftests: ublk: add test for UBLK_F_QUIESCEMing Lei6-5/+115
2025-05-23selftests: ublk: add test case for UBLK_U_CMD_UPDATE_SIZEMing Lei5-1/+93
2025-05-22selftests/tc-testing: Add an HFSC qlen accounting testCong Wang1-0/+27
2025-05-21selftests/sched_ext: Update test enq_select_cpu_failsAndrea Righi5-105/+163
2025-05-21selftests: harness: Stop using setjmp()/longjmp()Thomas Weißschuh1-30/+15
2025-05-21selftests: harness: Add "variant" and "self" to test metadataThomas Weißschuh1-0/+4
2025-05-21selftests: harness: Add teardown callback to test metadataThomas Weißschuh1-6/+13
2025-05-21selftests: harness: Move teardown conditional into test metadataThomas Weißschuh1-10/+11
2025-05-21selftests: harness: Don't set setup_completed for fixtureless testsThomas Weißschuh1-1/+0
2025-05-21selftests: harness: Implement test timeouts through pidfdThomas Weißschuh1-47/+25
2025-05-21selftests: harness: Remove dependency on libatomicThomas Weißschuh1-2/+2
2025-05-21selftests: harness: Remove inline qualifier for wrappersThomas Weißschuh1-2/+2
2025-05-21selftests: harness: Mark functions without prototypes staticThomas Weißschuh1-6/+6
2025-05-21selftests: harness: Ignore unused variant argument warningThomas Weißschuh1-1/+1
2025-05-21selftests: harness: Use C89 comment styleThomas Weißschuh1-1/+1
2025-05-21selftests: harness: Add kselftest harness selftestThomas Weißschuh6-0/+223
2025-05-21selftests/nolibc: drop include guards around standard headersThomas Weißschuh2-7/+0
2025-05-21tools/nolibc: add fopen()Thomas Weißschuh1-0/+24
2025-05-21tools/nolibc: add namespace functionalityThomas Weißschuh2-0/+69
2025-05-21tools/nolibc: add difftime()Thomas Weißschuh1-0/+12
2025-05-21tools/nolibc: add timerfd functionalityThomas Weißschuh1-0/+48
2025-05-21tools/nolibc: add timer functionsThomas Weißschuh1-0/+51
2025-05-21tools/nolibc: add clock_getres(), clock_gettime() and clock_settime()Thomas Weißschuh1-0/+5
2025-05-21tools/nolibc: add support for access() and faccessat()Thomas Weißschuh1-0/+2
2025-05-21tools/nolibc: add abs() and friendsThomas Weißschuh1-0/+2
2025-05-21tools/nolibc: add getrandom()Thomas Weißschuh1-0/+22
2025-05-21tools/nolibc: add mremap()Thomas Weißschuh1-3/+11
2025-05-21tools/nolibc: add %m printf formatThomas Weißschuh1-0/+18
2025-05-21tools/nolibc: add strstr()Thomas Weißschuh1-0/+3
2025-05-21tools/nolibc: Add m68k supportDaniel Palmer2-0/+10
2025-05-21selftests/nolibc: always run nolibc header checkThomas Weißschuh1-1/+1
2025-05-21selftests/coredump: add tests for AF_UNIX coredumpsChristian Brauner1-1/+466
2025-05-21selftests/pidfd: add PIDFD_INFO_COREDUMP infrastructureChristian Brauner1-0/+22