aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/vsyscall.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-22timekeeping, clocksource: Fix various typos in commentsIngo Molnar1-1/+1
2020-08-06timekeeping/vsyscall: Provide vdso_update_begin/end()Thomas Gleixner1-0/+41
2020-02-17lib/vdso: Avoid highres update if clocksource is not VDSO capableThomas Gleixner1-3/+3
2020-02-17lib/vdso: Cleanup clock mode storage leftoversThomas Gleixner1-4/+0
2020-02-17clocksource: Add common vdso clock mode storageThomas Gleixner1-2/+8
2020-01-17lib/vdso: Update coarse timekeeper unconditionallyThomas Gleixner1-20/+17
2020-01-17lib/vdso: Make __arch_update_vdso_data() logic understandableThomas Gleixner1-1/+1
2019-11-04timekeeping/vsyscall: Update VDSO data unconditionallyHuacai Chen1-6/+3
2019-08-23timekeeping/vsyscall: Prevent math overflow in BOOTTIME updateThomas Gleixner1-9/+13
2019-07-10timekeeping/vsyscall: Use __iter_div_u64_rem()Arnd Bergmann1-5/+1
2019-06-22timekeeping: Provide a generic update_vsyscall() implementationVincenzo Frascino1-0/+133