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