| Commit message (Expand) | Author | Age | Files | Lines |
* | timex: use __kernel_timex internally | Deepa Dinamani | 2019-02-07 | 1 | -8/+10 |
* | Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel... | Linus Torvalds | 2018-12-28 | 1 | -9/+1 |
|\ |
|
| * | timekeeping: remove unused {read,update}_persistent_clock | Arnd Bergmann | 2018-12-18 | 1 | -9/+1 |
* | | ntp: Remove duplicated include | YueHaibing | 2018-12-18 | 1 | -1/+0 |
|/ |
|
* | timekeeping/ntp: Constify some function arguments | Ondrej Mosnacek | 2018-07-20 | 1 | -3/+3 |
* | ntp: Use kstrtos64 for s64 variable | Ondrej Mosnacek | 2018-07-19 | 1 | -3/+2 |
* | ntp: Remove redundant arguments | Ondrej Mosnacek | 2018-07-19 | 1 | -6/+4 |
* | timekeeping: Use ktime_get_real_ts64() instead of getnstimeofday64() | Arnd Bergmann | 2018-06-19 | 1 | -3/+3 |
* | jiffies: Introduce USER_TICK_USEC and redefine TICK_USEC | Rafael J. Wysocki | 2018-04-06 | 1 | -1/+1 |
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-11-14 | 1 | -114/+113 |
|\ |
|
| * | timekeeping: Consolidate timekeeping_inject_offset code | Arnd Bergmann | 2017-10-30 | 1 | -61/+0 |
| * | rtc: Allow rtc drivers to specify the tv_nsec value for ntp | Jason Gunthorpe | 2017-10-30 | 1 | -53/+113 |
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
|/ |
|
* | ktime: Get rid of the union | Thomas Gleixner | 2016-12-25 | 1 | -1/+1 |
* | ntp: Fix ADJ_SETOFFSET being used w/ ADJ_NANO | John Stultz | 2016-01-22 | 1 | -2/+12 |
* | ntp: Fix second_overflow's input parameter type to be 64bits | DengChao | 2015-12-17 | 1 | -7/+9 |
* | ntp: Change time_reftime to time64_t and utilize 64bit __ktime_get_real_seconds | DengChao | 2015-12-17 | 1 | -4/+6 |
* | time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflow | John Stultz | 2015-12-11 | 1 | -2/+8 |
* | ntp: Verify offset doesn't overflow in ntp_update_offset | Sasha Levin | 2015-12-11 | 1 | -3/+5 |
* | ntp: use timespec64 in sync_cmos_clock | Arnd Bergmann | 2015-10-01 | 1 | -2/+2 |
* | ntp/pps: use timespec64 for hardpps() | Arnd Bergmann | 2015-10-01 | 1 | -6/+6 |
* | time: Add the common weak version of update_persistent_clock() | Xunlei Pang | 2015-08-17 | 1 | -0/+5 |
* | ntp: Do leapsecond adjustment in adjtimex read path | John Stultz | 2015-06-12 | 1 | -0/+18 |
* | time: Prevent early expiry of hrtimers[CLOCK_REALTIME] at the leap second edge | John Stultz | 2015-06-12 | 1 | -7/+35 |
* | ntp: Introduce and use SECS_PER_DAY macro instead of 86400 | John Stultz | 2015-06-12 | 1 | -2/+3 |
* | time: Add y2038 safe update_persistent_clock64() | Xunlei Pang | 2015-04-03 | 1 | -1/+12 |
* | tick: Move clocksource related stuff to timekeeping.h | Thomas Gleixner | 2015-04-01 | 1 | -1/+0 |
* | ntp: Fixup adjtimex freq validation on 32-bit systems | John Stultz | 2015-02-18 | 1 | -3/+7 |
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2015-02-10 | 1 | -2/+2 |
|\ |
|
| * | rtc: Convert rtc_set_ntp_time() to use timespec64 | Xunlei Pang | 2015-01-24 | 1 | -2/+2 |
* | | time: adjtimex: Validate the ADJ_FREQUENCY values | Sasha Levin | 2015-01-07 | 1 | -0/+7 |
|/ |
|
* | timekeeping: Provide timespec64 based interfaces | Thomas Gleixner | 2014-07-23 | 1 | -3/+4 |
* | timekeeping: Convert timekeeping core to use timespec64s | John Stultz | 2014-07-23 | 1 | -4/+4 |
* | Merge branch 'akpm' (patchbomb from Andrew) into next | Linus Torvalds | 2014-06-05 | 1 | -6/+9 |
|\ |
|
| * | timekeeping: use printk_deferred when holding timekeeping seqlock | John Stultz | 2014-06-05 | 1 | -6/+9 |
* | | ntp: Make is_error_status() use its argument | George Spelvin | 2014-05-12 | 1 | -6/+6 |
* | | ntp: Convert simple_strtol to kstrtol | Fabian Frederick | 2014-05-12 | 1 | -1/+4 |
|/ |
|
* | timekeeping: Move clock sync work to power efficient workqueue | Shaibal Dutta | 2014-02-07 | 1 | -2/+3 |
* | Merge tag 'v3.12-rc3' into timers/core | Ingo Molnar | 2013-10-03 | 1 | -4/+2 |
|\ |
|
| * | timekeeping: Fix HRTICK related deadlock from ntp lock changes | John Stultz | 2013-09-12 | 1 | -4/+2 |
* | | ntp: Make periodic RTC update more reliable | Miroslav Lichvar | 2013-08-22 | 1 | -1/+2 |
|/ |
|
* | ntp: Remove unused variable flags in __hardpps | Geert Uytterhoeven | 2013-05-28 | 1 | -1/+0 |
* | ntp: Remove ntp_lock, using the timekeeping locks to protect ntp state | John Stultz | 2013-04-04 | 1 | -37/+4 |
* | timekeeping: Move ADJ_SETOFFSET to top level do_adjtimex() | John Stultz | 2013-04-04 | 1 | -11/+0 |
* | ntp: Rework do_adjtimex to take timespec and tai arguments | John Stultz | 2013-04-04 | 1 | -13/+5 |
* | ntp: Move timex validation to timekeeping do_adjtimex call. | John Stultz | 2013-04-04 | 1 | -5/+0 |
* | ntp: Move do_adjtimex() and hardpps() functions to timekeeping.c | John Stultz | 2013-04-04 | 1 | -5/+4 |
* | ntp: Split out timex validation from do_adjtimex | John Stultz | 2013-04-04 | 1 | -12/+27 |
* | timekeeping: Move TAI managment into timekeeping core from ntp | John Stultz | 2013-03-23 | 1 | -8/+10 |
* | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2013-02-23 | 1 | -13/+13 |
|\ |
|