| Commit message (Expand) | Author | Age | Files | Lines |
* | time: remove no_sync_cmos_clock | Cesar Eduardo Barros | 2012-03-24 | 1 | -5/+1 |
* | ntp: Fix leap-second hrtimer livelock | John Stultz | 2012-03-23 | 1 | -87/+41 |
* | ntp: Fix integer overflow when setting time | Sasha Levin | 2012-03-15 | 1 | -1/+1 |
* | ntp: Add ntp_lock to replace xtime_locking | John Stultz | 2012-01-27 | 1 | -19/+44 |
* | ntp: Access tick_length variable via ntp_tick_length() | John Stultz | 2012-01-27 | 1 | -1/+8 |
* | ntp: Cleanup timex.h | John Stultz | 2012-01-27 | 1 | -1/+12 |
* | ntp: fix non privileged system time shifting | Richard Cochran | 2011-04-04 | 1 | -0/+2 |
* | ntp: Remove redundant and incorrect parameter check | Richard Cochran | 2011-02-18 | 1 | -3/+3 |
* | ntp: Add ADJ_SETOFFSET mode bit | Richard Cochran | 2011-02-02 | 1 | -0/+11 |
* | time: Make do_timer() and xtime_lock local to kernel/time/ | Torben Hohn | 2011-01-31 | 1 | -0/+2 |
* | ntp: add hardpps implementation | Alexander Gordeev | 2011-01-13 | 1 | -15/+410 |
* | ntp: Clamp PLL update interval | Miroslav Lichvar | 2010-09-09 | 1 | -3/+11 |
* | ntp: Make time_adjust static | John Stultz | 2010-03-23 | 1 | -1/+1 |
* | ntp: Cleanup xtime references in ntp.c | John Stultz | 2010-01-29 | 1 | -3/+3 |
* | ntp: Make time_esterror and time_maxerror static | john stultz | 2010-01-29 | 1 | -2/+2 |
* | timekeeping: Introduce timekeeping_leap_insert | John Stultz | 2009-08-15 | 1 | -5/+2 |
* | time: ntp: fix bug in ntp_update_offset() & do_adjtimex(), fix | John Stultz | 2009-02-26 | 1 | -2/+2 |
* | time: ntp: clean up second_overflow() | Ingo Molnar | 2009-02-25 | 1 | -5/+6 |
* | time: ntp: simplify ntp_tick_adj calculations | Ingo Molnar | 2009-02-25 | 1 | -2/+5 |
* | time: ntp: make 64-bit constants more robust | Ingo Molnar | 2009-02-25 | 1 | -2/+2 |
* | time: ntp: refactor do_adjtimex() some more | Ingo Molnar | 2009-02-25 | 1 | -25/+36 |
* | time: ntp: refactor do_adjtimex() | Ingo Molnar | 2009-02-25 | 1 | -83/+99 |
* | time: ntp: fix bug in ntp_update_offset() & do_adjtimex() | Ingo Molnar | 2009-02-25 | 1 | -1/+8 |
* | time: ntp: micro-optimize ntp_update_offset() | Ingo Molnar | 2009-02-25 | 1 | -3/+3 |
* | time: ntp: simplify ntp_update_offset_fll() | Ingo Molnar | 2009-02-25 | 1 | -6/+5 |
* | time: ntp: refactor and clean up ntp_update_offset() | Ingo Molnar | 2009-02-25 | 1 | -14/+30 |
* | time: ntp: refactor up ntp_update_frequency() | Ingo Molnar | 2009-02-25 | 1 | -8/+5 |
* | time: ntp: clean up ntp_update_frequency() | Ingo Molnar | 2009-02-25 | 1 | -9/+18 |
* | time: ntp: simplify the MAX_TICKADJ_SCALED definition | Ingo Molnar | 2009-02-25 | 1 | -2/+2 |
* | time: ntp: simplify the second_overflow() code flow | Ingo Molnar | 2009-02-25 | 1 | -12/+17 |
* | time: ntp: clean up kernel/time/ntp.c | Ingo Molnar | 2009-02-25 | 1 | -48/+81 |
* | time: apply NTP frequency/tick changes immediately | john stultz | 2009-02-19 | 1 | -0/+7 |
* | hrtimer: removing all ur callback modes | Peter Zijlstra | 2008-11-25 | 1 | -2/+2 |
* | Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2 | Thomas Gleixner | 2008-10-22 | 1 | -2/+1 |
|\ |
|
| * | Merge commit 'linus/master' into merge-linus | Arjan van de Ven | 2008-10-17 | 1 | -1/+1 |
| |\ |
|
| * | | hrtimer: convert kernel/* to the new hrtimer apis | Arjan van de Ven | 2008-09-06 | 1 | -2/+1 |
| | | | |
| \ \ | |
*-. \ \ | Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer... | Thomas Gleixner | 2008-10-20 | 1 | -46/+49 |
|\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/| |
|
| | * | ntp: improve adjtimex frequency rounding | Roman Zippel | 2008-09-24 | 1 | -3/+2 |
| | * | ntp: let update_persistent_clock() sleep | Maciej W. Rozycki | 2008-09-24 | 1 | -6/+6 |
| | * | ntp: fix ADJ_OFFSET_SS_READ bug and do_adjtimex() cleanup | Roman Zippel | 2008-08-22 | 1 | -36/+40 |
| |/
|/| |
|
| * | ntp: fix calculation of the next jiffie to trigger RTC sync | Maciej W. Rozycki | 2008-09-06 | 1 | -1/+1 |
|/ |
|
* | ntp: handle leap second via timer | Roman Zippel | 2008-05-01 | 1 | -43/+90 |
* | ntp: remove current_tick_length() | Roman Zippel | 2008-05-01 | 1 | -14/+2 |
* | ntp: rename TICK_LENGTH_SHIFT to NTP_SCALE_SHIFT | Roman Zippel | 2008-05-01 | 1 | -10/+10 |
* | ntp: support for TAI | Roman Zippel | 2008-05-01 | 1 | -0/+7 |
* | ntp: increase time_offset resolution | Roman Zippel | 2008-05-01 | 1 | -12/+11 |
* | ntp: increase time_freq resolution | Roman Zippel | 2008-05-01 | 1 | -15/+15 |
* | ntp: NTP4 user space bits update | Roman Zippel | 2008-05-01 | 1 | -44/+47 |
* | ntp: cleanup ntp.c | Roman Zippel | 2008-05-01 | 1 | -82/+91 |
* | remove div_long_long_rem | Roman Zippel | 2008-05-01 | 1 | -4/+2 |