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