summaryrefslogtreecommitdiffstats
path: root/kernel/time/ntp.c
AgeCommit message (Expand)AuthorLines
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
2008-10-22Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner-2/+1
2008-10-20Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...Thomas Gleixner-46/+49
2008-10-17Merge commit 'linus/master' into merge-linusArjan van de Ven-1/+1
2008-09-24ntp: improve adjtimex frequency roundingRoman Zippel-3/+2
2008-09-24ntp: let update_persistent_clock() sleepMaciej W. Rozycki-6/+6
2008-09-06ntp: fix calculation of the next jiffie to trigger RTC syncMaciej W. Rozycki-1/+1
2008-09-05hrtimer: convert kernel/* to the new hrtimer apisArjan van de Ven-2/+1
2008-08-22ntp: fix ADJ_OFFSET_SS_READ bug and do_adjtimex() cleanupRoman Zippel-36/+40
2008-05-01ntp: handle leap second via timerRoman Zippel-43/+90
2008-05-01ntp: remove current_tick_length()Roman Zippel-14/+2
2008-05-01ntp: rename TICK_LENGTH_SHIFT to NTP_SCALE_SHIFTRoman Zippel-10/+10
2008-05-01ntp: support for TAIRoman Zippel-0/+7
2008-05-01ntp: increase time_offset resolutionRoman Zippel-12/+11