aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/timers
AgeCommit message (Expand)AuthorFilesLines
2026-08-11selftests: timers: nsleep-lat: Check all calls to clock_nanosleep() and clock_gettime()Thomas Weißschuh (Schneider Electric)1-7/+16
2026-08-11selftests: timers: nsleep-lat: Reuse kselftest error numbersThomas Weißschuh (Schneider Electric)1-13/+6
2026-08-11selftests: timers: nsleep-lat: Explicitly list the tested clocksThomas Weißschuh (Schneider Electric)1-14/+12
2026-08-11selftests: timers: nsleep-lat: Use NSEC_PER_MSEC define for unreasonable latencyThomas Weißschuh (Schneider Electric)1-1/+1
2026-08-11selftests: timers: nanosleep: Report each test separatelyThomas Weißschuh (Schneider Electric)1-13/+8
2026-08-11selftests: timers: nanosleep: Explicitly handle timer_delete() failureThomas Weißschuh (Schneider Electric)1-4/+7
2026-08-11selftests: timers: nanosleep: Move all single clock tests out of the loop in main()Thomas Weißschuh (Schneider Electric)1-23/+28
2026-08-11selftests: timers: nanosleep: Reuse kselftest error numbersThomas Weißschuh (Schneider Electric)1-19/+17
2026-08-11selftests: timers: nanosleep: Explicitly list the tested clocksThomas Weißschuh (Schneider Electric)1-14/+12
2026-08-11selftests: timers: nanosleep: Drop output alignmentThomas Weißschuh (Schneider Electric)1-5/+5
2026-08-11selftests: timers: Use clock_name() and constants from clock-helpers.hThomas Weißschuh (Schneider Electric)12-205/+47
2026-07-10selftests: timers: Partially revert "Remove local NSEC_PER_SEC and USEC_PER_SEC defines"Wake Liu13-14/+28
2026-07-07selftests: timers: leap-a-day: Fix -w option and update usage commentJiangshan Yi1-8/+11
2026-05-06selftests/posix_timers: Use CLOCK_THREAD_CPUTIME_ID for ITIMER_PROF measurementsJohn Stultz1-27/+28
2025-12-06Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds21-21/+21
2025-11-27selftests: complete kselftest include centralizationBala-Vignesh-Reddy21-21/+21
2025-11-14selftests/timers/nanosleep: Add tests for return of remaining timeThomas Weißschuh1-0/+55
2025-11-14selftests/timers: Clean up kernel version check in posix_timersWake Liu1-10/+22
2025-03-21selftests/timers: Improve skew_consistency by testing with other clockidsJohn Stultz1-1/+1
2025-03-13selftests/timers/posix-timers: Add a test for exact allocation modeThomas Gleixner1-1/+72
2025-01-14selftests: timers: clocksource-switch: Adapt progress to kselftest frameworkGeert Uytterhoeven1-3/+3
2024-10-14selftests:timers: remove local CLOCKID definesShuah Khan7-76/+15
2024-10-14selftests: timers: Remove unneeded semicolonChen Ni1-1/+1
2024-10-14selftests: timers: improve timer_create failure messageGianfranco Trad1-2/+3
2024-10-14selftests: timers: Remove local NSEC_PER_SEC and USEC_PER_SEC definesShuah Khan13-28/+19
2024-09-30selftests:timers: posix_timers: Fix warn_unused_result in __fatal_error()Shuah Khan1-4/+8
2024-09-17Merge tag 'linux_kselftest-next-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds3-7/+2
2024-09-06selftests/timers: Remove unused NSEC_PER_SEC macrozhang jiao2-5/+0
2024-08-21kselftest: timers: Fix const correctnessPiotr Zalewski1-2/+2
2024-07-29selftests/timers/posix-timers: Validate overrun after unblockThomas Gleixner1-1/+60
2024-07-29selftests/timers/posix-timers: Validate timer_gettime()Thomas Gleixner1-1/+57
2024-07-29selftests/timers/posix-timers: Validate SIGEV_NONEThomas Gleixner1-1/+52
2024-07-29selftests/timers/posix_timers: Validate signal rulesThomas Gleixner1-1/+107
2024-07-29selftests/timers/posix_timers: Add SIG_IGN testThomas Gleixner1-2/+125
2024-07-29selftests/timers/posix_timers: Simplify error handlingThomas Gleixner1-99/+52
2024-07-11selftests/timers: remove unused irqcount variableJohn Hubbard1-2/+1
2024-05-06selftests: timers: ksft_exit functions do not returnNathan Chancellor16-40/+40
2024-04-12selftests: timers: Fix abs() warning in posix_timers testJohn Stultz1-1/+1
2024-04-12selftests: timers: Fix posix_timers ksft_print_msg() warningJohn Stultz1-1/+1
2024-04-10selftests: timers: Fix valid-adjtimex signed left-shift undefined behaviorJohn Stultz1-37/+36
2024-04-09selftests/timers/posix_timers: Reimplement check_timer_distribution()Oleg Nesterov1-56/+47
2023-10-05selftests: timers: Convert nsleep-lat test to generate KTAP outputMark Brown1-14/+12
2023-10-05selftests: timers: Convert posix_timers test to generate KTAP outputMark Brown1-40/+41
2023-07-13tools: timers: fix freq average calculationMinjie Du1-2/+1
2023-04-16selftests/timers/posix_timers: Test delivery of signals across threadsDmitry Vyukov1-0/+77
2022-07-14selftests: timers: clocksource-switch: adapt to kselftest frameworkWolfram Sang1-3/+5
2022-07-14selftests: timers: clocksource-switch: add 'runtime' command line parameterWolfram Sang1-3/+8
2022-07-14selftests: timers: clocksource-switch: add command line switch to skip sanity checkWolfram Sang1-12/+28
2022-07-14selftests: timers: clocksource-switch: sort includesWolfram Sang1-5/+5
2022-07-14selftests: timers: clocksource-switch: fix passing errors from childWolfram Sang1-3/+3