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