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