aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/ntp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-10-20Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/debug' into v28-timers-for-linusThomas Gleixner1-46/+49
2008-10-17Merge commit 'linus/master' into merge-linusArjan van de Ven1-1/+1
2008-09-24ntp: improve adjtimex frequency roundingRoman Zippel1-3/+2
2008-09-24ntp: let update_persistent_clock() sleepMaciej W. Rozycki1-6/+6
2008-09-06ntp: fix calculation of the next jiffie to trigger RTC syncMaciej W. Rozycki1-1/+1
2008-09-05hrtimer: convert kernel/* to the new hrtimer apisArjan van de Ven1-2/+1
2008-08-22ntp: fix ADJ_OFFSET_SS_READ bug and do_adjtimex() cleanupRoman Zippel1-36/+40
2008-05-01ntp: handle leap second via timerRoman Zippel1-43/+90
2008-05-01ntp: remove current_tick_length()Roman Zippel1-14/+2
2008-05-01ntp: rename TICK_LENGTH_SHIFT to NTP_SCALE_SHIFTRoman Zippel1-10/+10
2008-05-01ntp: support for TAIRoman Zippel1-0/+7
2008-05-01ntp: increase time_offset resolutionRoman Zippel1-12/+11
2008-05-01ntp: increase time_freq resolutionRoman Zippel1-15/+15
2008-05-01ntp: NTP4 user space bits updateRoman Zippel1-44/+47
2008-05-01ntp: cleanup ntp.cRoman Zippel1-82/+91
2008-05-01remove div_long_long_remRoman Zippel1-4/+2
2008-05-01convert a few do_div usersRoman Zippel1-19/+6
2008-03-09time: remove obsolete CLOCK_TICK_ADJUSTRoman Zippel1-1/+10
2008-03-09ntp: use unsigned input for do_div()David Howells1-5/+7
2008-02-10ntp: correct inconsistent interval/tick_length usagejohn stultz1-4/+0
2007-11-26time: add ADJ_OFFSET_SS_READJohn Stultz1-3/+6
2007-11-17ntp: fix typo that makes sync_cmos_clock erraticDavid P. Reed1-1/+1
2007-09-11Fix "no_sync_cmos_clock" logic inversion in kernel/time/ntp.cTony Breeds1-1/+1
2007-07-21NTP: move the cmos update code into ntp.cThomas Gleixner1-3/+56
2007-07-20[IA64] remove time interpolatorBob Picco1-10/+0
2007-07-16Remove capability.h from mm.hAlexey Dobriyan1-1/+1
2007-07-03NTP: remove clock_was_set() call to prevent deadlockThomas Gleixner1-2/+0
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+2
2007-03-27[PATCH] ntp: avoid time_offset overflowsjohn stultz1-14/+16
2007-02-16[PATCH] HZ free ntpjohn stultz1-11/+19
2006-10-28[PATCH] time_adjust cleared before useJim Houston1-1/+1