summaryrefslogtreecommitdiffstats
path: root/kernel/time/ntp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ntp: Remove invalid cast in time offset mathMarcelo Dalmas2024-11-281-1/+1
* ntp: Move pps monitors into ntp_dataThomas Gleixner2024-10-021-17/+16
* ntp: Move pps_freq/stabil into ntp_dataThomas Gleixner2024-10-021-15/+16
* ntp: Move pps_shift/intcnt into ntp_dataThomas Gleixner2024-10-021-26/+28
* ntp: Move pps_fbase into ntp_dataThomas Gleixner2024-10-021-7/+8
* ntp: Move pps_jitter into ntp_dataThomas Gleixner2024-10-021-6/+7
* ntp: Move pps_ft into ntp_dataThomas Gleixner2024-10-021-17/+19
* ntp: Move pps_valid into ntp_dataThomas Gleixner2024-10-021-5/+9
* ntp: Move ntp_next_leap_sec into ntp_dataThomas Gleixner2024-10-021-16/+16
* ntp: Move time_adj/ntp_tick_adj into ntp_dataThomas Gleixner2024-10-021-20/+19
* ntp: Move time_freq/reftime into ntp_dataThomas Gleixner2024-10-021-20/+18
* ntp: Move time_max/esterror into ntp_dataThomas Gleixner2024-10-021-22/+16
* ntp: Move time_offset/constant into ntp_dataThomas Gleixner2024-10-021-25/+24
* ntp: Move tick_stat* into ntp_dataThomas Gleixner2024-10-021-90/+85
* ntp: Move tick_length* into ntp_dataThomas Gleixner2024-10-021-16/+18
* ntp: Introduce struct ntp_dataThomas Gleixner2024-10-021-29/+36
* ntp: Read reference time only onceThomas Gleixner2024-10-021-5/+5
* ntp: Convert functions with only two states to boolThomas Gleixner2024-10-021-17/+11
* ntp: Cleanup formatting of codeAnna-Maria Behnsen2024-10-021-24/+13
* ntp: Clean up commentsThomas Gleixner2024-10-021-66/+78
* ntp: Make tick_usec staticThomas Gleixner2024-10-021-1/+4
* ntp: Remove unused tick_nsecThomas Gleixner2024-10-021-6/+2
* ntp: Make sure RTC is synchronized when time goes backwardsBenjamin ROBIN2024-09-101-1/+9
* ntp: Safeguard against time_constant overflowJustin Stitt2024-08-051-3/+2
* ntp: Clamp maxerror and esterror to operating rangeJustin Stitt2024-08-051-2/+2
* 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-161-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-201-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-141-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
|/