aboutsummaryrefslogtreecommitdiff
path: root/kernel/time/ntp.c
AgeCommit message (Expand)Author
2013-04-04ntp: Remove ntp_lock, using the timekeeping locks to protect ntp stateJohn Stultz
2013-04-04timekeeping: Move ADJ_SETOFFSET to top level do_adjtimex()John Stultz
2013-04-04ntp: Rework do_adjtimex to take timespec and tai argumentsJohn Stultz
2013-04-04ntp: Move timex validation to timekeeping do_adjtimex call.John Stultz
2013-04-04ntp: Move do_adjtimex() and hardpps() functions to timekeeping.cJohn Stultz
2013-04-04ntp: Split out timex validation from do_adjtimexJohn Stultz
2013-03-22timekeeping: Move TAI managment into timekeeping core from ntpJohn Stultz
2013-02-22Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-02-19ntp: Make ntp_lock rawThomas Gleixner
2013-02-08time, Fix setting of hardware clock in NTP codePrarit Bhargava
2013-01-15NTP: Add a CONFIG_RTC_SYSTOHC configurationJason Gunthorpe
2012-07-31time/jiffies: Rename ACTHZ to SHIFTED_HZJohn Stultz
2012-07-15ntp: Fix STA_INS/DEL clearing bugJohn Stultz
2012-05-21ntp: Fix a stale comment and a few stray newlines.Richard Cochran
2012-05-21ntp: Correct TAI offset during leap secondRichard Cochran
2012-03-23time: remove no_sync_cmos_clockCesar Eduardo Barros
2012-03-22ntp: Fix leap-second hrtimer livelockJohn Stultz
2012-03-15ntp: Fix integer overflow when setting timeSasha Levin
2012-01-26ntp: Add ntp_lock to replace xtime_lockingJohn Stultz
2012-01-26ntp: Access tick_length variable via ntp_tick_length()John Stultz
2012-01-26ntp: Cleanup timex.hJohn Stultz
2011-04-04ntp: fix non privileged system time shiftingRichard Cochran
2011-02-18ntp: Remove redundant and incorrect parameter checkRichard Cochran
2011-02-02ntp: Add ADJ_SETOFFSET mode bitRichard Cochran
2011-01-31time: Make do_timer() and xtime_lock local to kernel/time/Torben Hohn
2011-01-13ntp: add hardpps implementationAlexander Gordeev
2010-09-09ntp: Clamp PLL update intervalMiroslav Lichvar
2010-03-23ntp: Make time_adjust staticJohn Stultz
2010-01-29ntp: Cleanup xtime references in ntp.cJohn Stultz
2010-01-29ntp: Make time_esterror and time_maxerror staticjohn stultz
2009-08-15timekeeping: Introduce timekeeping_leap_insertJohn Stultz
2009-02-26time: ntp: fix bug in ntp_update_offset() & do_adjtimex(), fixJohn Stultz
2009-02-25time: ntp: clean up second_overflow()Ingo Molnar
2009-02-25time: ntp: simplify ntp_tick_adj calculationsIngo Molnar
2009-02-25time: ntp: make 64-bit constants more robustIngo Molnar
2009-02-25time: ntp: refactor do_adjtimex() some moreIngo Molnar
2009-02-25time: ntp: refactor do_adjtimex()Ingo Molnar
2009-02-25time: ntp: fix bug in ntp_update_offset() & do_adjtimex()Ingo Molnar
2009-02-25time: ntp: micro-optimize ntp_update_offset()Ingo Molnar
2009-02-25time: ntp: simplify ntp_update_offset_fll()Ingo Molnar
2009-02-25time: ntp: refactor and clean up ntp_update_offset()Ingo Molnar
2009-02-25time: ntp: refactor up ntp_update_frequency()Ingo Molnar
2009-02-25time: ntp: clean up ntp_update_frequency()Ingo Molnar
2009-02-25time: ntp: simplify the MAX_TICKADJ_SCALED definitionIngo Molnar
2009-02-25time: ntp: simplify the second_overflow() code flowIngo Molnar
2009-02-25time: ntp: clean up kernel/time/ntp.cIngo Molnar
2009-02-19time: apply NTP frequency/tick changes immediatelyjohn stultz
2008-11-25hrtimer: removing all ur callback modesPeter Zijlstra
2008-10-22Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner
2008-10-20Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...Thomas Gleixner