summaryrefslogtreecommitdiffstats
path: root/kernel/time/ntp.c
AgeCommit message (Expand)AuthorLines
2013-09-12timekeeping: Fix HRTICK related deadlock from ntp lock changesJohn Stultz-4/+2
2013-05-28ntp: Remove unused variable flags in __hardppsGeert Uytterhoeven-1/+0
2013-04-04ntp: Remove ntp_lock, using the timekeeping locks to protect ntp stateJohn Stultz-37/+4
2013-04-04timekeeping: Move ADJ_SETOFFSET to top level do_adjtimex()John Stultz-11/+0
2013-04-04ntp: Rework do_adjtimex to take timespec and tai argumentsJohn Stultz-13/+5
2013-04-04ntp: Move timex validation to timekeeping do_adjtimex call.John Stultz-5/+0
2013-04-04ntp: Move do_adjtimex() and hardpps() functions to timekeeping.cJohn Stultz-5/+4
2013-04-04ntp: Split out timex validation from do_adjtimexJohn Stultz-12/+27
2013-03-22timekeeping: Move TAI managment into timekeeping core from ntpJohn Stultz-8/+10
2013-02-22Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-13/+13
2013-02-19ntp: Make ntp_lock rawThomas Gleixner-13/+13
2013-02-08time, Fix setting of hardware clock in NTP codePrarit Bhargava-2/+6
2013-01-15NTP: Add a CONFIG_RTC_SYSTOHC configurationJason Gunthorpe-4/+12
2012-07-31time/jiffies: Rename ACTHZ to SHIFTED_HZJohn Stultz-1/+1
2012-07-15ntp: Fix STA_INS/DEL clearing bugJohn Stultz-2/+6
2012-05-21ntp: Fix a stale comment and a few stray newlines.Richard Cochran-4/+2
2012-05-21ntp: Correct TAI offset during leap secondRichard Cochran-1/+1
2012-03-23time: remove no_sync_cmos_clockCesar Eduardo Barros-5/+1
2012-03-22ntp: Fix leap-second hrtimer livelockJohn Stultz-87/+41
2012-03-15ntp: Fix integer overflow when setting timeSasha Levin-1/+1
2012-01-26ntp: Add ntp_lock to replace xtime_lockingJohn Stultz-19/+44
2012-01-26ntp: Access tick_length variable via ntp_tick_length()John Stultz-1/+8
2012-01-26ntp: Cleanup timex.hJohn Stultz-1/+12
2011-04-04ntp: fix non privileged system time shiftingRichard Cochran-0/+2
2011-02-18ntp: Remove redundant and incorrect parameter checkRichard Cochran-3/+3
2011-02-02ntp: Add ADJ_SETOFFSET mode bitRichard Cochran-0/+11
2011-01-31time: Make do_timer() and xtime_lock local to kernel/time/Torben Hohn-0/+2
2011-01-13ntp: add hardpps implementationAlexander Gordeev-15/+410
2010-09-09ntp: Clamp PLL update intervalMiroslav Lichvar-3/+11
2010-03-23ntp: Make time_adjust staticJohn Stultz-1/+1
2010-01-29ntp: Cleanup xtime references in ntp.cJohn Stultz-3/+3
2010-01-29ntp: Make time_esterror and time_maxerror staticjohn stultz-2/+2
2009-08-15timekeeping: Introduce timekeeping_leap_insertJohn Stultz-5/+2
2009-02-26time: ntp: fix bug in ntp_update_offset() & do_adjtimex(), fixJohn Stultz-2/+2
2009-02-25time: ntp: clean up second_overflow()Ingo Molnar-5/+6
2009-02-25time: ntp: simplify ntp_tick_adj calculationsIngo Molnar-2/+5
2009-02-25time: ntp: make 64-bit constants more robustIngo Molnar-2/+2
2009-02-25time: ntp: refactor do_adjtimex() some moreIngo Molnar-25/+36
2009-02-25time: ntp: refactor do_adjtimex()Ingo Molnar-83/+99
2009-02-25time: ntp: fix bug in ntp_update_offset() & do_adjtimex()Ingo Molnar-1/+8
2009-02-25time: ntp: micro-optimize ntp_update_offset()Ingo Molnar-3/+3
2009-02-25time: ntp: simplify ntp_update_offset_fll()Ingo Molnar-6/+5
2009-02-25time: ntp: refactor and clean up ntp_update_offset()Ingo Molnar-14/+30
2009-02-25time: ntp: refactor up ntp_update_frequency()Ingo Molnar-8/+5
2009-02-25time: ntp: clean up ntp_update_frequency()Ingo Molnar-9/+18
2009-02-25time: ntp: simplify the MAX_TICKADJ_SCALED definitionIngo Molnar-2/+2
2009-02-25time: ntp: simplify the second_overflow() code flowIngo Molnar-12/+17
2009-02-25time: ntp: clean up kernel/time/ntp.cIngo Molnar-48/+81
2009-02-19time: apply NTP frequency/tick changes immediatelyjohn stultz-0/+7
2008-11-25hrtimer: removing all ur callback modesPeter Zijlstra-2/+2