aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/ntp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-30rtc: Allow rtc drivers to specify the tv_nsec value for ntpJason Gunthorpe1-53/+113
2016-12-25ktime: Get rid of the unionThomas Gleixner1-1/+1
2016-01-22ntp: Fix ADJ_SETOFFSET being used w/ ADJ_NANOJohn Stultz1-2/+12
2015-12-16ntp: Fix second_overflow's input parameter type to be 64bitsDengChao1-7/+9
2015-12-16ntp: Change time_reftime to time64_t and utilize 64bit __ktime_get_real_secondsDengChao1-4/+6
2015-12-10time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflowJohn Stultz1-2/+8
2015-12-10ntp: Verify offset doesn't overflow in ntp_update_offsetSasha Levin1-3/+5
2015-10-01ntp: use timespec64 in sync_cmos_clockArnd Bergmann1-2/+2
2015-10-01ntp/pps: use timespec64 for hardpps()Arnd Bergmann1-6/+6
2015-08-17time: Add the common weak version of update_persistent_clock()Xunlei Pang1-0/+5
2015-06-12ntp: Do leapsecond adjustment in adjtimex read pathJohn Stultz1-0/+18
2015-06-12time: Prevent early expiry of hrtimers[CLOCK_REALTIME] at the leap second edgeJohn Stultz1-7/+35
2015-06-12ntp: Introduce and use SECS_PER_DAY macro instead of 86400John Stultz1-2/+3
2015-04-03time: Add y2038 safe update_persistent_clock64()Xunlei Pang1-1/+12
2015-04-01tick: Move clocksource related stuff to timekeeping.hThomas Gleixner1-1/+0
2015-02-18ntp: Fixup adjtimex freq validation on 32-bit systemsJohn Stultz1-3/+7
2015-02-09Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2015-01-23rtc: Convert rtc_set_ntp_time() to use timespec64Xunlei Pang1-2/+2
2015-01-07time: adjtimex: Validate the ADJ_FREQUENCY valuesSasha Levin1-0/+7
2014-07-23timekeeping: Provide timespec64 based interfacesThomas Gleixner1-3/+4
2014-07-23timekeeping: Convert timekeeping core to use timespec64sJohn Stultz1-4/+4
2014-06-04Merge branch 'akpm' (patchbomb from Andrew) into nextLinus Torvalds1-6/+9
2014-06-04timekeeping: use printk_deferred when holding timekeeping seqlockJohn Stultz1-6/+9
2014-05-12ntp: Make is_error_status() use its argumentGeorge Spelvin1-6/+6
2014-05-12ntp: Convert simple_strtol to kstrtolFabian Frederick1-1/+4
2014-02-07timekeeping: Move clock sync work to power efficient workqueueShaibal Dutta1-2/+3
2013-10-03Merge tag 'v3.12-rc3' into timers/coreIngo Molnar1-4/+2
2013-09-12timekeeping: Fix HRTICK related deadlock from ntp lock changesJohn Stultz1-4/+2
2013-08-22ntp: Make periodic RTC update more reliableMiroslav Lichvar1-1/+2
2013-05-28ntp: Remove unused variable flags in __hardppsGeert Uytterhoeven1-1/+0
2013-04-04ntp: Remove ntp_lock, using the timekeeping locks to protect ntp stateJohn Stultz1-37/+4
2013-04-04timekeeping: Move ADJ_SETOFFSET to top level do_adjtimex()John Stultz1-11/+0
2013-04-04ntp: Rework do_adjtimex to take timespec and tai argumentsJohn Stultz1-13/+5
2013-04-04ntp: Move timex validation to timekeeping do_adjtimex call.John Stultz1-5/+0
2013-04-04ntp: Move do_adjtimex() and hardpps() functions to timekeeping.cJohn Stultz1-5/+4
2013-04-04ntp: Split out timex validation from do_adjtimexJohn Stultz1-12/+27
2013-03-22timekeeping: Move TAI managment into timekeeping core from ntpJohn Stultz1-8/+10
2013-02-22Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-13/+13