aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/vDSO (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-11-30kselftest/vDSO: Use ksft_print_msg() rather than printf in vdso_test_abiMark Brown1-2/+2
2023-11-30kselftest/vDSO: Fix message formatting for clock_id loggingMark Brown1-1/+1
2023-11-30kselftest/vDSO: Make test name reporting for vdso_abi_test tooling friendlyMark Brown1-30/+36
2023-06-12kselftest: vDSO: Fix accumulation of uninitialized ret when CLOCK_REALTIME is undefinedColin Ian King1-2/+2
2022-11-03selftests/vDSO: Add riscv getcpu & gettimeofday testGuo Ren2-0/+7
2022-04-04selftests/vDSO: fix array_size.cocci warningGuo Zhengkui1-6/+3
2022-03-07nds32: Remove the architectureAlan Kao1-4/+0
2022-01-31kselftest: Fix vdso_test_abi return statusVincenzo Frascino1-73/+62
2021-02-08selftests/vDSO: fix ABI selftest on riscvTobias Klauser1-1/+3
2021-01-04selftests/vDSO: fix -Wformat warning in vdso_test_correctnessTobias Klauser1-1/+1
2021-01-04selftests/vDSO: add additional binaries to .gitignoreTobias Klauser1-0/+3
2020-10-27kselftest: Extend vdso correctness test to clock_gettime64Vincenzo Frascino2-4/+115
2020-10-27kselftest: Move test_vdso to the vDSO test suiteVincenzo Frascino2-2/+350
2020-10-27kselftest: Extend vDSO selftest to clock_getresVincenzo Frascino2-0/+126
2020-10-27kselftest: Extend vDSO selftestVincenzo Frascino3-0/+336
2020-10-27kselftest: Enable vDSO test on non x86 platformsVincenzo Frascino1-2/+0
2020-05-22selftests: vdso: Add a selftest for vDSO getcpu()Mark Brown3-1/+57
2020-05-22selftests: vdso: Use a header file to prototype parse_vdso APIMark Brown4-30/+34
2020-05-22selftests: vdso: Rename vdso_test to vdso_test_gettimeofdayMark Brown3-4/+6
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 180Thomas Gleixner2-2/+2
2018-07-11selftests: vDSO - fix to return KSFT_SKIP when test couldn't be runShuah Khan (Samsung OSG)1-2/+5
2018-07-11selftests: vDSO - fix to exclude x86 test on non-x86 platformsShuah Khan (Samsung OSG)1-4/+9
2018-02-13selftest/vDSO: fix O=Dominik Brodowski1-7/+7
2017-11-15selftests: vdso_test: support ARM64 targetsGreg Hackmann1-3/+16
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-09-20selftests: move vDSO tests from Documentation/vDSOShuah Khan5-0/+471