| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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-05 | 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 |
* | convert a few do_div users | Roman Zippel | 2008-05-01 | 1 | -19/+6 |
* | time: remove obsolete CLOCK_TICK_ADJUST | Roman Zippel | 2008-03-09 | 1 | -1/+10 |
* | ntp: use unsigned input for do_div() | David Howells | 2008-03-09 | 1 | -5/+7 |
* | ntp: correct inconsistent interval/tick_length usage | john stultz | 2008-02-10 | 1 | -4/+0 |
* | time: add ADJ_OFFSET_SS_READ | John Stultz | 2007-11-26 | 1 | -3/+6 |
* | ntp: fix typo that makes sync_cmos_clock erratic | David P. Reed | 2007-11-17 | 1 | -1/+1 |
* | Fix "no_sync_cmos_clock" logic inversion in kernel/time/ntp.c | Tony Breeds | 2007-09-11 | 1 | -1/+1 |
* | NTP: move the cmos update code into ntp.c | Thomas Gleixner | 2007-07-21 | 1 | -3/+56 |
* | [IA64] remove time interpolator | Bob Picco | 2007-07-20 | 1 | -10/+0 |
* | Remove capability.h from mm.h | Alexey Dobriyan | 2007-07-16 | 1 | -1/+1 |
* | NTP: remove clock_was_set() call to prevent deadlock | Thomas Gleixner | 2007-07-03 | 1 | -2/+0 |
* | Detach sched.h from mm.h | Alexey Dobriyan | 2007-05-21 | 1 | -0/+2 |
* | [PATCH] ntp: avoid time_offset overflows | john stultz | 2007-03-27 | 1 | -14/+16 |
* | [PATCH] HZ free ntp | john stultz | 2007-02-16 | 1 | -11/+19 |
* | [PATCH] time_adjust cleared before use | Jim Houston | 2006-10-28 | 1 | -1/+1 |
* | [PATCH] kernel/time/ntp.c: possible cleanups | Adrian Bunk | 2006-10-01 | 1 | -20/+20 |
* | [PATCH] ntp: convert to the NTP4 reference model | Roman Zippel | 2006-10-01 | 1 | -32/+19 |
* | [PATCH] ntp: convert time_freq to nsec value | Roman Zippel | 2006-10-01 | 1 | -14/+22 |
* | [PATCH] ntp: remove time_tolerance | Roman Zippel | 2006-10-01 | 1 | -5/+4 |
* | [PATCH] ntp: add time_adjust to tick length | Roman Zippel | 2006-10-01 | 1 | -53/+18 |
* | [PATCH] ntp: prescale time_offset | Roman Zippel | 2006-10-01 | 1 | -48/+16 |
* | [PATCH] ntp: add time_freq to tick length | Roman Zippel | 2006-10-01 | 1 | -5/+3 |
* | [PATCH] ntp: add time_adj to tick length | Roman Zippel | 2006-10-01 | 1 | -4/+2 |
* | [PATCH] ntp: add ntp_update_frequency | Roman Zippel | 2006-10-01 | 1 | -6/+44 |
* | [PATCH] NTP: Move all the NTP related code to ntp.c | john stultz | 2006-10-01 | 1 | -0/+389 |