summaryrefslogtreecommitdiffstats
path: root/kernel/time/ntp.c
Commit message (Expand)AuthorAgeFilesLines
* timekeeping: Provide timespec64 based interfacesThomas Gleixner2014-07-231-3/+4
* timekeeping: Convert timekeeping core to use timespec64sJohn Stultz2014-07-231-4/+4
* Merge branch 'akpm' (patchbomb from Andrew) into nextLinus Torvalds2014-06-051-6/+9
|\
| * timekeeping: use printk_deferred when holding timekeeping seqlockJohn Stultz2014-06-051-6/+9
* | ntp: Make is_error_status() use its argumentGeorge Spelvin2014-05-121-6/+6
* | ntp: Convert simple_strtol to kstrtolFabian Frederick2014-05-121-1/+4
|/
* timekeeping: Move clock sync work to power efficient workqueueShaibal Dutta2014-02-071-2/+3
* Merge tag 'v3.12-rc3' into timers/coreIngo Molnar2013-10-031-4/+2Star
|\
| * timekeeping: Fix HRTICK related deadlock from ntp lock changesJohn Stultz2013-09-121-4/+2Star
* | ntp: Make periodic RTC update more reliableMiroslav Lichvar2013-08-221-1/+2
|/
* ntp: Remove unused variable flags in __hardppsGeert Uytterhoeven2013-05-281-1/+0Star
* ntp: Remove ntp_lock, using the timekeeping locks to protect ntp stateJohn Stultz2013-04-041-37/+4Star
* timekeeping: Move ADJ_SETOFFSET to top level do_adjtimex()John Stultz2013-04-041-11/+0Star
* ntp: Rework do_adjtimex to take timespec and tai argumentsJohn Stultz2013-04-041-13/+5Star
* ntp: Move timex validation to timekeeping do_adjtimex call.John Stultz2013-04-041-5/+0Star
* ntp: Move do_adjtimex() and hardpps() functions to timekeeping.cJohn Stultz2013-04-041-5/+4Star
* ntp: Split out timex validation from do_adjtimexJohn Stultz2013-04-041-12/+27
* timekeeping: Move TAI managment into timekeeping core from ntpJohn Stultz2013-03-231-8/+10
* Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-02-231-13/+13
|\
| * ntp: Make ntp_lock rawThomas Gleixner2013-02-191-13/+13
* | time, Fix setting of hardware clock in NTP codePrarit Bhargava2013-02-091-2/+6
* | NTP: Add a CONFIG_RTC_SYSTOHC configurationJason Gunthorpe2013-01-161-4/+12
|/
* time/jiffies: Rename ACTHZ to SHIFTED_HZJohn Stultz2012-07-311-1/+1
* ntp: Fix STA_INS/DEL clearing bugJohn Stultz2012-07-151-2/+6
* ntp: Fix a stale comment and a few stray newlines.Richard Cochran2012-05-221-4/+2Star
* ntp: Correct TAI offset during leap secondRichard Cochran2012-05-221-1/+1
* time: remove no_sync_cmos_clockCesar Eduardo Barros2012-03-241-5/+1Star
* ntp: Fix leap-second hrtimer livelockJohn Stultz2012-03-231-87/+41Star
* ntp: Fix integer overflow when setting timeSasha Levin2012-03-151-1/+1
* ntp: Add ntp_lock to replace xtime_lockingJohn Stultz2012-01-271-19/+44
* ntp: Access tick_length variable via ntp_tick_length()John Stultz2012-01-271-1/+8
* ntp: Cleanup timex.hJohn Stultz2012-01-271-1/+12
* 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/+2Star
* 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