aboutsummaryrefslogtreecommitdiff
path: root/kernel/time/ntp.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-22timekeeping, clocksource: Fix various typos in commentsGravatar Ingo Molnar 1-1/+1
2021-02-05ntp: Use freezable workqueue for RTC synchronizationGravatar Geert Uytterhoeven 1-2/+2
2021-01-12ntp: Fix RTC synchronization on 32-bit platformsGravatar Geert Uytterhoeven 1-2/+2
2020-12-11ntp: Consolidate the RTC update implementationGravatar Thomas Gleixner 1-92/+52
2020-12-11ntp: Make the RTC sync offset less obscureGravatar Thomas Gleixner 1-23/+24
2020-12-11ntp, rtc: Move rtc_set_ntp_time() to ntp codeGravatar Thomas Gleixner 1-3/+85
2020-12-11ntp: Make the RTC synchronization more reliableGravatar Thomas Gleixner 1-42/+48
2019-11-12ntp/y2038: Remove incorrect time_t truncationGravatar Arnd Bergmann 1-1/+1
2019-06-22ntp: Limit TAI-UTC offsetGravatar Miroslav Lichvar 1-1/+3
2019-05-16Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2019-05-09ntp: Allow TAI-UTC offset to be set to zeroGravatar Miroslav Lichvar 1-1/+1
2019-04-15ntp: Audit NTP parameters adjustmentGravatar Ondrej Mosnacek 1-3/+19
2019-02-07timex: use __kernel_timex internallyGravatar Deepa Dinamani 1-8/+10
2018-12-28Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-9/+1
2018-12-18timekeeping: remove unused {read,update}_persistent_clockGravatar Arnd Bergmann 1-9/+1
2018-12-18ntp: Remove duplicated includeGravatar YueHaibing 1-1/+0
2018-07-19timekeeping/ntp: Constify some function argumentsGravatar Ondrej Mosnacek 1-3/+3
2018-07-19ntp: Use kstrtos64 for s64 variableGravatar Ondrej Mosnacek 1-3/+2
2018-07-19ntp: Remove redundant argumentsGravatar Ondrej Mosnacek 1-6/+4
2018-06-19timekeeping: Use ktime_get_real_ts64() instead of getnstimeofday64()Gravatar Arnd Bergmann 1-3/+3
2018-04-06jiffies: Introduce USER_TICK_USEC and redefine TICK_USECGravatar Rafael J. Wysocki 1-1/+1
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-114/+113
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-30timekeeping: Consolidate timekeeping_inject_offset codeGravatar Arnd Bergmann 1-61/+0
2017-10-30rtc: Allow rtc drivers to specify the tv_nsec value for ntpGravatar Jason Gunthorpe 1-53/+113
2016-12-25ktime: Get rid of the unionGravatar Thomas Gleixner 1-1/+1
2016-01-22ntp: Fix ADJ_SETOFFSET being used w/ ADJ_NANOGravatar John Stultz 1-2/+12
2015-12-16ntp: Fix second_overflow's input parameter type to be 64bitsGravatar DengChao 1-7/+9
2015-12-16ntp: Change time_reftime to time64_t and utilize 64bit __ktime_get_real_secondsGravatar DengChao 1-4/+6
2015-12-10time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflowGravatar John Stultz 1-2/+8
2015-12-10ntp: Verify offset doesn't overflow in ntp_update_offsetGravatar Sasha Levin 1-3/+5
2015-10-01ntp: use timespec64 in sync_cmos_clockGravatar Arnd Bergmann 1-2/+2
2015-10-01ntp/pps: use timespec64 for hardpps()Gravatar Arnd Bergmann 1-6/+6
2015-08-17time: Add the common weak version of update_persistent_clock()Gravatar Xunlei Pang 1-0/+5
2015-06-12ntp: Do leapsecond adjustment in adjtimex read pathGravatar John Stultz 1-0/+18
2015-06-12time: Prevent early expiry of hrtimers[CLOCK_REALTIME] at the leap second edgeGravatar John Stultz 1-7/+35
2015-06-12ntp: Introduce and use SECS_PER_DAY macro instead of 86400Gravatar John Stultz 1-2/+3
2015-04-03time: Add y2038 safe update_persistent_clock64()Gravatar Xunlei Pang 1-1/+12
2015-04-01tick: Move clocksource related stuff to timekeeping.hGravatar Thomas Gleixner 1-1/+0
2015-02-18ntp: Fixup adjtimex freq validation on 32-bit systemsGravatar John Stultz 1-3/+7
2015-02-09Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+2
2015-01-23rtc: Convert rtc_set_ntp_time() to use timespec64Gravatar Xunlei Pang 1-2/+2
2015-01-07time: adjtimex: Validate the ADJ_FREQUENCY valuesGravatar Sasha Levin 1-0/+7
2014-07-23timekeeping: Provide timespec64 based interfacesGravatar Thomas Gleixner 1-3/+4
2014-07-23timekeeping: Convert timekeeping core to use timespec64sGravatar John Stultz 1-4/+4
2014-06-04Merge branch 'akpm' (patchbomb from Andrew) into nextGravatar Linus Torvalds 1-6/+9
2014-06-04timekeeping: use printk_deferred when holding timekeeping seqlockGravatar John Stultz 1-6/+9
2014-05-12ntp: Make is_error_status() use its argumentGravatar George Spelvin 1-6/+6
2014-05-12ntp: Convert simple_strtol to kstrtolGravatar Fabian Frederick 1-1/+4
2014-02-07timekeeping: Move clock sync work to power efficient workqueueGravatar Shaibal Dutta 1-2/+3