summaryrefslogtreecommitdiffstats
path: root/kernel/time/vsyscall.c
Commit message (Expand)AuthorAgeFilesLines
* timekeeping, clocksource: Fix various typos in commentsIngo Molnar2021-03-221-1/+1
* timekeeping/vsyscall: Provide vdso_update_begin/end()Thomas Gleixner2020-08-061-0/+41
* lib/vdso: Avoid highres update if clocksource is not VDSO capableThomas Gleixner2020-02-171-3/+3
* lib/vdso: Cleanup clock mode storage leftoversThomas Gleixner2020-02-171-4/+0
* clocksource: Add common vdso clock mode storageThomas Gleixner2020-02-171-2/+8
* lib/vdso: Update coarse timekeeper unconditionallyThomas Gleixner2020-01-171-20/+17
* lib/vdso: Make __arch_update_vdso_data() logic understandableThomas Gleixner2020-01-171-1/+1
* timekeeping/vsyscall: Update VDSO data unconditionallyHuacai Chen2019-11-041-6/+3
* timekeeping/vsyscall: Prevent math overflow in BOOTTIME updateThomas Gleixner2019-08-231-9/+13
* timekeeping/vsyscall: Use __iter_div_u64_rem()Arnd Bergmann2019-07-101-5/+1
* timekeeping: Provide a generic update_vsyscall() implementationVincenzo Frascino2019-06-221-0/+133