aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/ntp.c
Commit message (Expand)AuthorAgeFilesLines
* ntp: Fix STA_INS/DEL clearing bugJohn Stultz2012-08-011-2/+6
* ntp: Correct TAI offset during leap secondRichard Cochran2012-07-191-1/+1
* ntp: Fix leap-second hrtimer livelockJohn Stultz2012-07-191-82/+40
* ntp: Fix integer overflow when setting timeSasha Levin2012-04-021-1/+1
* ntp: fix non privileged system time shiftingRichard Cochran2011-04-041-0/+2
* ntp: Remove redundant and incorrect parameter checkRichard Cochran2011-02-181-3/+3
* ntp: Add ADJ_SETOFFSET mode bitRichard Cochran2011-02-021-0/+11
* time: Make do_timer() and xtime_lock local to kernel/time/Torben Hohn2011-01-311-0/+2
* ntp: add hardpps implementationAlexander Gordeev2011-01-131-15/+410
* ntp: Clamp PLL update intervalMiroslav Lichvar2010-09-091-3/+11
* ntp: Make time_adjust staticJohn Stultz2010-03-231-1/+1
* ntp: Cleanup xtime references in ntp.cJohn Stultz2010-01-291-3/+3
* ntp: Make time_esterror and time_maxerror staticjohn stultz2010-01-291-2/+2
* timekeeping: Introduce timekeeping_leap_insertJohn Stultz2009-08-151-5/+2
* time: ntp: fix bug in ntp_update_offset() & do_adjtimex(), fixJohn Stultz2009-02-261-2/+2
* time: ntp: clean up second_overflow()Ingo Molnar2009-02-251-5/+6
* time: ntp: simplify ntp_tick_adj calculationsIngo Molnar2009-02-251-2/+5
* time: ntp: make 64-bit constants more robustIngo Molnar2009-02-251-2/+2
* time: ntp: refactor do_adjtimex() some moreIngo Molnar2009-02-251-25/+36
* time: ntp: refactor do_adjtimex()Ingo Molnar2009-02-251-83/+99
* time: ntp: fix bug in ntp_update_offset() & do_adjtimex()Ingo Molnar2009-02-251-1/+8
* time: ntp: micro-optimize ntp_update_offset()Ingo Molnar2009-02-251-3/+3
* time: ntp: simplify ntp_update_offset_fll()Ingo Molnar2009-02-251-6/+5
* time: ntp: refactor and clean up ntp_update_offset()Ingo Molnar2009-02-251-14/+30
* time: ntp: refactor up ntp_update_frequency()Ingo Molnar2009-02-251-8/+5
* time: ntp: clean up ntp_update_frequency()Ingo Molnar2009-02-251-9/+18
* time: ntp: simplify the MAX_TICKADJ_SCALED definitionIngo Molnar2009-02-251-2/+2
* time: ntp: simplify the second_overflow() code flowIngo Molnar2009-02-251-12/+17
* time: ntp: clean up kernel/time/ntp.cIngo Molnar2009-02-251-48/+81
* time: apply NTP frequency/tick changes immediatelyjohn stultz2009-02-191-0/+7
* hrtimer: removing all ur callback modesPeter Zijlstra2008-11-251-2/+2
* Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner2008-10-221-2/+1
|\
| * Merge commit 'linus/master' into merge-linusArjan van de Ven2008-10-171-1/+1
| |\
| * | hrtimer: convert kernel/* to the new hrtimer apisArjan van de Ven2008-09-051-2/+1
| | |
| \ \
*-. \ \ Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...Thomas Gleixner2008-10-201-46/+49
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| | * ntp: improve adjtimex frequency roundingRoman Zippel2008-09-241-3/+2
| | * ntp: let update_persistent_clock() sleepMaciej W. Rozycki2008-09-241-6/+6
| | * ntp: fix ADJ_OFFSET_SS_READ bug and do_adjtimex() cleanupRoman Zippel2008-08-221-36/+40
| |/ |/|
| * ntp: fix calculation of the next jiffie to trigger RTC syncMaciej W. Rozycki2008-09-061-1/+1
|/
* ntp: handle leap second via timerRoman Zippel2008-05-011-43/+90
* ntp: remove current_tick_length()Roman Zippel2008-05-011-14/+2
* ntp: rename TICK_LENGTH_SHIFT to NTP_SCALE_SHIFTRoman Zippel2008-05-011-10/+10
* ntp: support for TAIRoman Zippel2008-05-011-0/+7
* ntp: increase time_offset resolutionRoman Zippel2008-05-011-12/+11
* ntp: increase time_freq resolutionRoman Zippel2008-05-011-15/+15
* ntp: NTP4 user space bits updateRoman Zippel2008-05-011-44/+47
* ntp: cleanup ntp.cRoman Zippel2008-05-011-82/+91
* remove div_long_long_remRoman Zippel2008-05-011-4/+2
* convert a few do_div usersRoman Zippel2008-05-011-19/+6
* time: remove obsolete CLOCK_TICK_ADJUSTRoman Zippel2008-03-091-1/+10