summaryrefslogtreecommitdiffstats
path: root/kernel/time/ntp.c
AgeCommit message (Expand)AuthorLines
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
2008-05-01ntp: increase time_freq resolutionRoman Zippel-15/+15
2008-05-01ntp: NTP4 user space bits updateRoman Zippel-44/+47
2008-05-01ntp: cleanup ntp.cRoman Zippel-82/+91
2008-05-01remove div_long_long_remRoman Zippel-4/+2
2008-05-01convert a few do_div usersRoman Zippel-19/+6
2008-03-09time: remove obsolete CLOCK_TICK_ADJUSTRoman Zippel-1/+10
2008-03-09ntp: use unsigned input for do_div()David Howells-5/+7
2008-02-10ntp: correct inconsistent interval/tick_length usagejohn stultz-4/+0
2007-11-26time: add ADJ_OFFSET_SS_READJohn Stultz-3/+6
2007-11-17ntp: fix typo that makes sync_cmos_clock erraticDavid P. Reed-1/+1
2007-09-11Fix "no_sync_cmos_clock" logic inversion in kernel/time/ntp.cTony Breeds-1/+1
2007-07-21NTP: move the cmos update code into ntp.cThomas Gleixner-3/+56
2007-07-20[IA64] remove time interpolatorBob Picco-10/+0
2007-07-16Remove capability.h from mm.hAlexey Dobriyan-1/+1
2007-07-03NTP: remove clock_was_set() call to prevent deadlockThomas Gleixner-2/+0
2007-05-21Detach sched.h from mm.hAlexey Dobriyan-0/+2
2007-03-27[PATCH] ntp: avoid time_offset overflowsjohn stultz-14/+16
2007-02-16[PATCH] HZ free ntpjohn stultz-11/+19
2006-10-28[PATCH] time_adjust cleared before useJim Houston-1/+1
2006-10-01[PATCH] kernel/time/ntp.c: possible cleanupsAdrian Bunk-20/+20
2006-10-01[PATCH] ntp: convert to the NTP4 reference modelRoman Zippel-32/+19
2006-10-01[PATCH] ntp: convert time_freq to nsec valueRoman Zippel-14/+22
2006-10-01[PATCH] ntp: remove time_toleranceRoman Zippel-5/+4
2006-10-01[PATCH] ntp: add time_adjust to tick lengthRoman Zippel-53/+18
2006-10-01[PATCH] ntp: prescale time_offsetRoman Zippel-48/+16
2006-10-01[PATCH] ntp: add time_freq to tick lengthRoman Zippel-5/+3
2006-10-01[PATCH] ntp: add time_adj to tick lengthRoman Zippel-4/+2
2006-10-01[PATCH] ntp: add ntp_update_frequencyRoman Zippel-6/+44
2006-10-01[PATCH] NTP: Move all the NTP related code to ntp.cjohn stultz-0/+389