aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/vsyscall.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-28timekeeping: Prevent coarse clocks going backwardsThomas Gleixner1-2/+2
2025-03-08vdso: Rework struct vdso_time_data and introduce struct vdso_clockAnna-Maria Behnsen1-6/+5
2025-03-08vdso/vsyscall: Prepare introduction of struct vdso_clockAnna-Maria Behnsen1-19/+21
2025-02-21vdso: Remove remnants of architecture-specific time storageThomas Weißschuh1-10/+9
2025-02-21vdso: Add generic time data storageThomas Weißschuh1-4/+4
2024-11-19Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+2
2024-10-25timekeeping: Encapsulate locking/unlocking of timekeeper_lockThomas Gleixner1-3/+2
2024-10-15vdso: Remove timekeeper argument of __arch_update_vsyscall()Thomas Weißschuh1-1/+1
2024-04-08vdso: Add vdso_data:: Max_cyclesAdrian Hunter1-0/+6
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