| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ |
|
| * | ntp: Make ntp_lock raw | Thomas Gleixner | 2013-02-19 | 1 | -13/+13 |
* | | time, Fix setting of hardware clock in NTP code | Prarit Bhargava | 2013-02-09 | 1 | -2/+6 |
* | | NTP: Add a CONFIG_RTC_SYSTOHC configuration | Jason Gunthorpe | 2013-01-16 | 1 | -4/+12 |
|/ |
|
* | time/jiffies: Rename ACTHZ to SHIFTED_HZ | John Stultz | 2012-07-31 | 1 | -1/+1 |
* | ntp: Fix STA_INS/DEL clearing bug | John Stultz | 2012-07-15 | 1 | -2/+6 |
* | ntp: Fix a stale comment and a few stray newlines. | Richard Cochran | 2012-05-22 | 1 | -4/+2 |
* | ntp: Correct TAI offset during leap second | Richard Cochran | 2012-05-22 | 1 | -1/+1 |
* | time: remove no_sync_cmos_clock | Cesar Eduardo Barros | 2012-03-24 | 1 | -5/+1 |
* | ntp: Fix leap-second hrtimer livelock | John Stultz | 2012-03-23 | 1 | -87/+41 |
* | ntp: Fix integer overflow when setting time | Sasha Levin | 2012-03-15 | 1 | -1/+1 |
* | ntp: Add ntp_lock to replace xtime_locking | John Stultz | 2012-01-27 | 1 | -19/+44 |
* | ntp: Access tick_length variable via ntp_tick_length() | John Stultz | 2012-01-27 | 1 | -1/+8 |
* | ntp: Cleanup timex.h | John Stultz | 2012-01-27 | 1 | -1/+12 |
* | ntp: fix non privileged system time shifting | Richard Cochran | 2011-04-04 | 1 | -0/+2 |
* | ntp: Remove redundant and incorrect parameter check | Richard Cochran | 2011-02-18 | 1 | -3/+3 |
* | ntp: Add ADJ_SETOFFSET mode bit | Richard Cochran | 2011-02-02 | 1 | -0/+11 |
* | time: Make do_timer() and xtime_lock local to kernel/time/ | Torben Hohn | 2011-01-31 | 1 | -0/+2 |
* | ntp: add hardpps implementation | Alexander Gordeev | 2011-01-13 | 1 | -15/+410 |
* | ntp: Clamp PLL update interval | Miroslav Lichvar | 2010-09-09 | 1 | -3/+11 |
* | ntp: Make time_adjust static | John Stultz | 2010-03-23 | 1 | -1/+1 |
* | ntp: Cleanup xtime references in ntp.c | John Stultz | 2010-01-29 | 1 | -3/+3 |
* | ntp: Make time_esterror and time_maxerror static | john stultz | 2010-01-29 | 1 | -2/+2 |
* | timekeeping: Introduce timekeeping_leap_insert | John Stultz | 2009-08-15 | 1 | -5/+2 |
* | time: ntp: fix bug in ntp_update_offset() & do_adjtimex(), fix | John Stultz | 2009-02-26 | 1 | -2/+2 |
* | time: ntp: clean up second_overflow() | Ingo Molnar | 2009-02-25 | 1 | -5/+6 |