summaryrefslogtreecommitdiff
path: root/kernel/time/ntp.c
AgeCommit message (Expand)Author
2015-02-18ntp: Fixup adjtimex freq validation on 32-bit systemsJohn Stultz
2015-02-09Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-01-23rtc: Convert rtc_set_ntp_time() to use timespec64Xunlei Pang
2015-01-07time: adjtimex: Validate the ADJ_FREQUENCY valuesSasha Levin
2014-07-23timekeeping: Provide timespec64 based interfacesThomas Gleixner
2014-07-23timekeeping: Convert timekeeping core to use timespec64sJohn Stultz
2014-06-04Merge branch 'akpm' (patchbomb from Andrew) into nextLinus Torvalds
2014-06-04timekeeping: use printk_deferred when holding timekeeping seqlockJohn Stultz
2014-05-12ntp: Make is_error_status() use its argumentGeorge Spelvin
2014-05-12ntp: Convert simple_strtol to kstrtolFabian Frederick
2014-02-07timekeeping: Move clock sync work to power efficient workqueueShaibal Dutta
2013-10-03Merge tag 'v3.12-rc3' into timers/coreIngo Molnar
2013-09-12timekeeping: Fix HRTICK related deadlock from ntp lock changesJohn Stultz
2013-08-22ntp: Make periodic RTC update more reliableMiroslav Lichvar
2013-05-28ntp: Remove unused variable flags in __hardppsGeert Uytterhoeven
2013-04-04ntp: Remove ntp_lock, using the timekeeping locks to protect ntp stateJohn Stultz
2013-04-04timekeeping: Move ADJ_SETOFFSET to top level do_adjtimex()John Stultz
2013-04-04ntp: Rework do_adjtimex to take timespec and tai argumentsJohn Stultz
2013-04-04ntp: Move timex validation to timekeeping do_adjtimex call.John Stultz
2013-04-04ntp: Move do_adjtimex() and hardpps() functions to timekeeping.cJohn Stultz
2013-04-04ntp: Split out timex validation from do_adjtimexJohn Stultz
2013-03-22timekeeping: Move TAI managment into timekeeping core from ntpJohn Stultz
2013-02-22Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-02-19ntp: Make ntp_lock rawThomas Gleixner
2013-02-08time, Fix setting of hardware clock in NTP codePrarit Bhargava
2013-01-15NTP: Add a CONFIG_RTC_SYSTOHC configurationJason Gunthorpe
2012-07-31time/jiffies: Rename ACTHZ to SHIFTED_HZJohn Stultz
2012-07-15ntp: Fix STA_INS/DEL clearing bugJohn Stultz
2012-05-21ntp: Fix a stale comment and a few stray newlines.Richard Cochran
2012-05-21ntp: Correct TAI offset during leap secondRichard Cochran
2012-03-23time: remove no_sync_cmos_clockCesar Eduardo Barros
2012-03-22ntp: Fix leap-second hrtimer livelockJohn Stultz
2012-03-15ntp: Fix integer overflow when setting timeSasha Levin
2012-01-26ntp: Add ntp_lock to replace xtime_lockingJohn Stultz
2012-01-26ntp: Access tick_length variable via ntp_tick_length()John Stultz
2012-01-26ntp: Cleanup timex.hJohn Stultz
2011-04-04ntp: fix non privileged system time shiftingRichard Cochran
2011-02-18ntp: Remove redundant and incorrect parameter checkRichard Cochran
2011-02-02ntp: Add ADJ_SETOFFSET mode bitRichard Cochran
2011-01-31time: Make do_timer() and xtime_lock local to kernel/time/Torben Hohn
2011-01-13ntp: add hardpps implementationAlexander Gordeev
2010-09-09ntp: Clamp PLL update intervalMiroslav Lichvar
2010-03-23ntp: Make time_adjust staticJohn Stultz
2010-01-29ntp: Cleanup xtime references in ntp.cJohn Stultz
2010-01-29ntp: Make time_esterror and time_maxerror staticjohn stultz
2009-08-15timekeeping: Introduce timekeeping_leap_insertJohn Stultz
2009-02-26time: ntp: fix bug in ntp_update_offset() & do_adjtimex(), fixJohn Stultz
2009-02-25time: ntp: clean up second_overflow()Ingo Molnar
2009-02-25time: ntp: simplify ntp_tick_adj calculationsIngo Molnar
2009-02-25time: ntp: make 64-bit constants more robustIngo Molnar