summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2024-01-101-61/+85
|\
| * sysclt: Clarify the results of selftest runJoel Granados2023-12-281-61/+62
| * sysctl: Add a selftest for handling empty dirsJoel Granados2023-12-281-0/+23
* | Merge tag 'v6.8-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2024-01-101-0/+190
|\ \
| * | crypto: tcrypt - add script tcrypt_speed_compare.pyWangJinchao2023-12-291-0/+190
* | | Merge tag 'linux_kselftest-next-6.8-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-01-098-44/+192
|\ \ \
| * | | tracing/selftests: Add ownership modification tests for eventfsSteven Rostedt (Google)2023-12-221-0/+114
| * | | selftests: sched: Remove initialization to 0 for a static variableAtul Kumar Pant2023-11-301-1/+1
| * | | selftests: capabilities: namespace create varies for root and normal userSwarup Laxman Kotiaklapudi2023-11-301-5/+1
| * | | selftests: prctl: Add prctl test for PR_GET_NAMEOsama Muhammad2023-11-301-0/+32
| * | | kselftest/vDSO: Use ksft_print_msg() rather than printf in vdso_test_abiMark Brown2023-11-301-2/+2
| * | | kselftest/vDSO: Fix message formatting for clock_id loggingMark Brown2023-11-301-1/+1
| * | | kselftest/vDSO: Make test name reporting for vdso_abi_test tooling friendlyMark Brown2023-11-301-30/+36
| * | | selftests:x86: Fix Format String Warnings in lam.cangquan yu2023-11-301-2/+2
| * | | selftests/breakpoints: Fix format specifier in ksft_print_msg in step_after_s...angquan yu2023-11-301-1/+1
| * | | selftests:breakpoints: Fix Format String Warning in breakpoint_testangquan yu2023-11-301-2/+2
| |/ /
* | | Merge tag 'linux_kselftest-kunit-6.8-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2024-01-093-1/+28
|\ \ \
| * | | kunit: tool: add test for parsing attributesRae Moar2023-12-182-0/+25
| * | | kunit: tool: fix parsing of test attributesRae Moar2023-12-181-1/+3
* | | | Merge tag 'linux_kselftest-nolibc-6.8-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2024-01-099-50/+318
|\ \ \ \
| * | | | selftests/nolibc: disable coredump via setrlimitThomas Weißschuh2023-12-111-0/+2
| * | | | tools/nolibc: add support for getrlimit/setrlimitThomas Weißschuh2023-12-112-0/+67
| * | | | tools/nolibc: drop custom definition of struct rusageThomas Weißschuh2023-12-111-20/+1
| * | | | tools/nolibc: drop duplicated testcase ioctl_tiocinqThomas Weißschuh2023-12-111-1/+0
| * | | | tools/nolibc: annotate va_list printf formatsThomas Weißschuh2023-12-111-2/+2
| * | | | selftests/nolibc: make result alignment more robustThomas Weißschuh2023-12-111-5/+10
| * | | | tools/nolibc: mips: add support for PICThomas Weißschuh2023-12-112-2/+7
| * | | | selftests/nolibc: run-tests.sh: enable testing via qemu-userThomas Weißschuh2023-12-111-3/+19
| * | | | selftests/nolibc: introduce QEMU_ARCH_USERThomas Weißschuh2023-12-111-1/+4
| * | | | selftests/nolibc: fix testcase status alignmentThomas Weißschuh2023-12-111-2/+2
| * | | | selftests/nolibc: add configuration for mipso32beThomas Weißschuh2023-12-112-1/+8
| * | | | selftests/nolibc: extraconfig supportThomas Weißschuh2023-12-111-0/+6
| * | | | selftests/nolibc: explicitly specify ABI for MIPSThomas Weißschuh2023-12-111-1/+1
| * | | | selftests/nolibc: use XARCH for MIPSThomas Weißschuh2023-12-112-6/+8
| * | | | tools/nolibc: move MIPS ABI validation into arch-mips.hThomas Weißschuh2023-12-112-1/+5
| * | | | tools/nolibc: error out on unsupported architectureThomas Weißschuh2023-12-111-0/+2
| * | | | selftests/nolibc: add script to run testsuiteThomas Weißschuh2023-12-112-0/+154
| * | | | selftests/nolibc: support out-of-tree buildsThomas Weißschuh2023-12-111-4/+14
| * | | | selftests/nolibc: anchor paths in $(srcdir) if possibleThomas Weißschuh2023-12-111-2/+2
| * | | | selftests/nolibc: use EFI -bios for LoongArch qemuThomas Weißschuh2023-12-111-1/+8
| * | | | tools/nolibc: Use linux/wait.h rather than duplicating itMark Brown2023-12-111-3/+1
| * | | | selftests/nolibc: don't hang on config inputThomas Weißschuh2023-11-131-2/+2
| | |/ / | |/| |
* | | | Merge tag 'thermal-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-091-1/+1
|\ \ \ \
| * | | | tools/thermal/tmon: Fix compilation warning for wrong formatFlorian Eckert2024-01-021-1/+1
* | | | | Merge tag 'landlock-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-092-11/+128
|\ \ \ \ \
| * | | | | selftests/landlock: Rename "permitted" to "allowed" in ftruncate testsGünther Noack2024-01-031-9/+8
| * | | | | selftests/landlock: Add tests to check unhandled rule's access rightsMickaël Salaün2023-12-222-0/+66
| * | | | | selftests/landlock: Add tests to check unknown rule's access rightsMickaël Salaün2023-12-222-2/+54
| | |/ / / | |/| | |
* | | | | Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-0913-0/+650
|\ \ \ \ \
| * | | | | selftests: remove the LSM_ID_IMA check in lsm/lsm_list_modules_testPaul Moore2023-11-221-3/+0