summaryrefslogtreecommitdiffstats
path: root/kernel/time/ntp.c
Commit message (Expand)AuthorAgeFilesLines
* timekeeping, clocksource: Fix various typos in commentsIngo Molnar2021-03-221-1/+1
* ntp: Use freezable workqueue for RTC synchronizationGeert Uytterhoeven2021-02-051-2/+2
* ntp: Fix RTC synchronization on 32-bit platformsGeert Uytterhoeven2021-01-121-2/+2
* ntp: Consolidate the RTC update implementationThomas Gleixner2020-12-111-92/+52
* ntp: Make the RTC sync offset less obscureThomas Gleixner2020-12-111-23/+24
* ntp, rtc: Move rtc_set_ntp_time() to ntp codeThomas Gleixner2020-12-111-3/+85
* ntp: Make the RTC synchronization more reliableThomas Gleixner2020-12-111-42/+48
* ntp/y2038: Remove incorrect time_t truncationArnd Bergmann2019-11-121-1/+1
* ntp: Limit TAI-UTC offsetMiroslav Lichvar2019-06-221-1/+3
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-05-161-1/+1
|\
| * ntp: Allow TAI-UTC offset to be set to zeroMiroslav Lichvar2019-05-091-1/+1
* | ntp: Audit NTP parameters adjustmentOndrej Mosnacek2019-04-151-3/+19
|/
* timex: use __kernel_timex internallyDeepa Dinamani2019-02-071-8/+10
* Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel...Linus Torvalds2018-12-281-9/+1
|\
| * timekeeping: remove unused {read,update}_persistent_clockArnd Bergmann2018-12-181-9/+1
* | ntp: Remove duplicated includeYueHaibing2018-12-181-1/+0
|/
* timekeeping/ntp: Constify some function argumentsOndrej Mosnacek2018-07-191-3/+3
* ntp: Use kstrtos64 for s64 variableOndrej Mosnacek2018-07-191-3/+2
* ntp: Remove redundant argumentsOndrej Mosnacek2018-07-191-6/+4
* timekeeping: Use ktime_get_real_ts64() instead of getnstimeofday64()Arnd Bergmann2018-06-191-3/+3
* jiffies: Introduce USER_TICK_USEC and redefine TICK_USECRafael J. Wysocki2018-04-061-1/+1
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-131-114/+113
|\
| * timekeeping: Consolidate timekeeping_inject_offset codeArnd Bergmann2017-10-301-61/+0
| * rtc: Allow rtc drivers to specify the tv_nsec value for ntpJason Gunthorpe2017-10-301-53/+113
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* ktime: Get rid of the unionThomas Gleixner2016-12-251-1/+1
* ntp: Fix ADJ_SETOFFSET being used w/ ADJ_NANOJohn Stultz2016-01-221-2/+12
* ntp: Fix second_overflow's input parameter type to be 64bitsDengChao2015-12-161-7/+9
* ntp: Change time_reftime to time64_t and utilize 64bit __ktime_get_real_secondsDengChao2015-12-161-4/+6
* time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflowJohn Stultz2015-12-101-2/+8
* ntp: Verify offset doesn't overflow in ntp_update_offsetSasha Levin2015-12-101-3/+5
* ntp: use timespec64 in sync_cmos_clockArnd Bergmann2015-10-011-2/+2
* ntp/pps: use timespec64 for hardpps()Arnd Bergmann2015-10-011-6/+6
* time: Add the common weak version of update_persistent_clock()Xunlei Pang2015-08-171-0/+5
* ntp: Do leapsecond adjustment in adjtimex read pathJohn Stultz2015-06-121-0/+18
* time: Prevent early expiry of hrtimers[CLOCK_REALTIME] at the leap second edgeJohn Stultz2015-06-121-7/+35
* ntp: Introduce and use SECS_PER_DAY macro instead of 86400John Stultz2015-06-121-2/+3
* time: Add y2038 safe update_persistent_clock64()Xunlei Pang2015-04-031-1/+12
* tick: Move clocksource related stuff to timekeeping.hThomas Gleixner2015-04-011-1/+0
* ntp: Fixup adjtimex freq validation on 32-bit systemsJohn Stultz2015-02-181-3/+7
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-02-091-2/+2
|\
| * rtc: Convert rtc_set_ntp_time() to use timespec64Xunlei Pang2015-01-231-2/+2
* | time: adjtimex: Validate the ADJ_FREQUENCY valuesSasha Levin2015-01-071-0/+7
|/
* timekeeping: Provide timespec64 based interfacesThomas Gleixner2014-07-231-3/+4
* timekeeping: Convert timekeeping core to use timespec64sJohn Stultz2014-07-231-4/+4
* Merge branch 'akpm' (patchbomb from Andrew) into nextLinus Torvalds2014-06-041-6/+9
|\
| * timekeeping: use printk_deferred when holding timekeeping seqlockJohn Stultz2014-06-041-6/+9
* | ntp: Make is_error_status() use its argumentGeorge Spelvin2014-05-121-6/+6
* | ntp: Convert simple_strtol to kstrtolFabian Frederick2014-05-121-1/+4
|/
* timekeeping: Move clock sync work to power efficient workqueueShaibal Dutta2014-02-071-2/+3