summaryrefslogtreecommitdiffstats
path: root/kernel/time/ntp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge tag 'v3.12-rc3' into timers/coreIngo Molnar2013-10-031-4/+2
|\
| * timekeeping: Fix HRTICK related deadlock from ntp lock changesJohn Stultz2013-09-121-4/+2
* | ntp: Make periodic RTC update more reliableMiroslav Lichvar2013-08-221-1/+2
|/
* ntp: Remove unused variable flags in __hardppsGeert Uytterhoeven2013-05-281-1/+0
* ntp: Remove ntp_lock, using the timekeeping locks to protect ntp stateJohn Stultz2013-04-041-37/+4
* timekeeping: Move ADJ_SETOFFSET to top level do_adjtimex()John Stultz2013-04-041-11/+0
* ntp: Rework do_adjtimex to take timespec and tai argumentsJohn Stultz2013-04-041-13/+5
* ntp: Move timex validation to timekeeping do_adjtimex call.John Stultz2013-04-041-5/+0
* ntp: Move do_adjtimex() and hardpps() functions to timekeeping.cJohn Stultz2013-04-041-5/+4
* ntp: Split out timex validation from do_adjtimexJohn Stultz2013-04-041-12/+27
* timekeeping: Move TAI managment into timekeeping core from ntpJohn Stultz2013-03-221-8/+10
* Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-02-221-13/+13
|\
| * ntp: Make ntp_lock rawThomas Gleixner2013-02-191-13/+13
* | time, Fix setting of hardware clock in NTP codePrarit Bhargava2013-02-081-2/+6
* | NTP: Add a CONFIG_RTC_SYSTOHC configurationJason Gunthorpe2013-01-151-4/+12
|/
* time/jiffies: Rename ACTHZ to SHIFTED_HZJohn Stultz2012-07-311-1/+1
* ntp: Fix STA_INS/DEL clearing bugJohn Stultz2012-07-151-2/+6
* ntp: Fix a stale comment and a few stray newlines.Richard Cochran2012-05-211-4/+2
* ntp: Correct TAI offset during leap secondRichard Cochran2012-05-211-1/+1
* time: remove no_sync_cmos_clockCesar Eduardo Barros2012-03-231-5/+1
* ntp: Fix leap-second hrtimer livelockJohn Stultz2012-03-221-87/+41
* ntp: Fix integer overflow when setting timeSasha Levin2012-03-151-1/+1
* ntp: Add ntp_lock to replace xtime_lockingJohn Stultz2012-01-261-19/+44
* ntp: Access tick_length variable via ntp_tick_length()John Stultz2012-01-261-1/+8
* ntp: Cleanup timex.hJohn Stultz2012-01-261-1/+12
OpenPOWER on IntegriCloud