summaryrefslogtreecommitdiff
path: root/kernel/time/ntp.c
AgeCommit message (Expand)Author
2025-04-04rtc: add procfs sysctl to control RTC updatesRussell King
2024-11-28ntp: Remove invalid cast in time offset mathMarcelo Dalmas
2024-10-02ntp: Move pps monitors into ntp_dataThomas Gleixner
2024-10-02ntp: Move pps_freq/stabil into ntp_dataThomas Gleixner
2024-10-02ntp: Move pps_shift/intcnt into ntp_dataThomas Gleixner
2024-10-02ntp: Move pps_fbase into ntp_dataThomas Gleixner
2024-10-02ntp: Move pps_jitter into ntp_dataThomas Gleixner
2024-10-02ntp: Move pps_ft into ntp_dataThomas Gleixner
2024-10-02ntp: Move pps_valid into ntp_dataThomas Gleixner
2024-10-02ntp: Move ntp_next_leap_sec into ntp_dataThomas Gleixner
2024-10-02ntp: Move time_adj/ntp_tick_adj into ntp_dataThomas Gleixner
2024-10-02ntp: Move time_freq/reftime into ntp_dataThomas Gleixner
2024-10-02ntp: Move time_max/esterror into ntp_dataThomas Gleixner
2024-10-02ntp: Move time_offset/constant into ntp_dataThomas Gleixner
2024-10-02ntp: Move tick_stat* into ntp_dataThomas Gleixner
2024-10-02ntp: Move tick_length* into ntp_dataThomas Gleixner
2024-10-02ntp: Introduce struct ntp_dataThomas Gleixner
2024-10-02ntp: Read reference time only onceThomas Gleixner
2024-10-02ntp: Convert functions with only two states to boolThomas Gleixner
2024-10-02ntp: Cleanup formatting of codeAnna-Maria Behnsen
2024-10-02ntp: Clean up commentsThomas Gleixner
2024-10-02ntp: Make tick_usec staticThomas Gleixner
2024-10-02ntp: Remove unused tick_nsecThomas Gleixner
2024-09-10ntp: Make sure RTC is synchronized when time goes backwardsBenjamin ROBIN
2024-08-05ntp: Safeguard against time_constant overflowJustin Stitt
2024-08-05ntp: Clamp maxerror and esterror to operating rangeJustin Stitt
2021-03-22timekeeping, clocksource: Fix various typos in commentsIngo Molnar
2021-02-05ntp: Use freezable workqueue for RTC synchronizationGeert Uytterhoeven
2021-01-12ntp: Fix RTC synchronization on 32-bit platformsGeert Uytterhoeven
2020-12-11ntp: Consolidate the RTC update implementationThomas Gleixner
2020-12-11ntp: Make the RTC sync offset less obscureThomas Gleixner
2020-12-11ntp, rtc: Move rtc_set_ntp_time() to ntp codeThomas Gleixner
2020-12-11ntp: Make the RTC synchronization more reliableThomas Gleixner
2019-11-12ntp/y2038: Remove incorrect time_t truncationArnd Bergmann
2019-06-22ntp: Limit TAI-UTC offsetMiroslav Lichvar
2019-05-16Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2019-05-09ntp: Allow TAI-UTC offset to be set to zeroMiroslav Lichvar
2019-04-15ntp: Audit NTP parameters adjustmentOndrej Mosnacek
2019-02-07timex: use __kernel_timex internallyDeepa Dinamani
2018-12-28Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel...Linus Torvalds
2018-12-18timekeeping: remove unused {read,update}_persistent_clockArnd Bergmann
2018-12-18ntp: Remove duplicated includeYueHaibing
2018-07-19timekeeping/ntp: Constify some function argumentsOndrej Mosnacek
2018-07-19ntp: Use kstrtos64 for s64 variableOndrej Mosnacek
2018-07-19ntp: Remove redundant argumentsOndrej Mosnacek
2018-06-19timekeeping: Use ktime_get_real_ts64() instead of getnstimeofday64()Arnd Bergmann
2018-04-06jiffies: Introduce USER_TICK_USEC and redefine TICK_USECRafael J. Wysocki
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-30timekeeping: Consolidate timekeeping_inject_offset codeArnd Bergmann