index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
time
/
ntp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-04
ntp: fix non privileged system time shifting
Richard Cochran
1
-0
/
+2
2011-02-18
ntp: Remove redundant and incorrect parameter check
Richard Cochran
1
-3
/
+3
2011-02-02
ntp: Add ADJ_SETOFFSET mode bit
Richard Cochran
1
-0
/
+11
2011-01-31
time: Make do_timer() and xtime_lock local to kernel/time/
Torben Hohn
1
-0
/
+2
2011-01-13
ntp: add hardpps implementation
Alexander Gordeev
1
-15
/
+410
2010-09-09
ntp: Clamp PLL update interval
Miroslav Lichvar
1
-3
/
+11
2010-03-23
ntp: Make time_adjust static
John Stultz
1
-1
/
+1
2010-01-29
ntp: Cleanup xtime references in ntp.c
John Stultz
1
-3
/
+3
2010-01-29
ntp: Make time_esterror and time_maxerror static
john stultz
1
-2
/
+2
2009-08-15
timekeeping: Introduce timekeeping_leap_insert
John Stultz
1
-5
/
+2
2009-02-26
time: ntp: fix bug in ntp_update_offset() & do_adjtimex(), fix
John Stultz
1
-2
/
+2
2009-02-25
time: ntp: clean up second_overflow()
Ingo Molnar
1
-5
/
+6
2009-02-25
time: ntp: simplify ntp_tick_adj calculations
Ingo Molnar
1
-2
/
+5
2009-02-25
time: ntp: make 64-bit constants more robust
Ingo Molnar
1
-2
/
+2
2009-02-25
time: ntp: refactor do_adjtimex() some more
Ingo Molnar
1
-25
/
+36
2009-02-25
time: ntp: refactor do_adjtimex()
Ingo Molnar
1
-83
/
+99
2009-02-25
time: ntp: fix bug in ntp_update_offset() & do_adjtimex()
Ingo Molnar
1
-1
/
+8
2009-02-25
time: ntp: micro-optimize ntp_update_offset()
Ingo Molnar
1
-3
/
+3
2009-02-25
time: ntp: simplify ntp_update_offset_fll()
Ingo Molnar
1
-6
/
+5
2009-02-25
time: ntp: refactor and clean up ntp_update_offset()
Ingo Molnar
1
-14
/
+30
2009-02-25
time: ntp: refactor up ntp_update_frequency()
Ingo Molnar
1
-8
/
+5
2009-02-25
time: ntp: clean up ntp_update_frequency()
Ingo Molnar
1
-9
/
+18
2009-02-25
time: ntp: simplify the MAX_TICKADJ_SCALED definition
Ingo Molnar
1
-2
/
+2
2009-02-25
time: ntp: simplify the second_overflow() code flow
Ingo Molnar
1
-12
/
+17
2009-02-25
time: ntp: clean up kernel/time/ntp.c
Ingo Molnar
1
-48
/
+81
2009-02-19
time: apply NTP frequency/tick changes immediately
john stultz
1
-0
/
+7
2008-11-25
hrtimer: removing all ur callback modes
Peter Zijlstra
1
-2
/
+2
2008-10-22
Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2
Thomas Gleixner
1
-2
/
+1
2008-10-20
Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...
Thomas Gleixner
1
-46
/
+49
2008-10-17
Merge commit 'linus/master' into merge-linus
Arjan van de Ven
1
-1
/
+1
2008-09-24
ntp: improve adjtimex frequency rounding
Roman Zippel
1
-3
/
+2
2008-09-24
ntp: let update_persistent_clock() sleep
Maciej W. Rozycki
1
-6
/
+6
2008-09-06
ntp: fix calculation of the next jiffie to trigger RTC sync
Maciej W. Rozycki
1
-1
/
+1
2008-09-06
hrtimer: convert kernel/* to the new hrtimer apis
Arjan van de Ven
1
-2
/
+1
2008-08-22
ntp: fix ADJ_OFFSET_SS_READ bug and do_adjtimex() cleanup
Roman Zippel
1
-36
/
+40
2008-05-01
ntp: handle leap second via timer
Roman Zippel
1
-43
/
+90
2008-05-01
ntp: remove current_tick_length()
Roman Zippel
1
-14
/
+2
2008-05-01
ntp: rename TICK_LENGTH_SHIFT to NTP_SCALE_SHIFT
Roman Zippel
1
-10
/
+10
2008-05-01
ntp: support for TAI
Roman Zippel
1
-0
/
+7
2008-05-01
ntp: increase time_offset resolution
Roman Zippel
1
-12
/
+11
2008-05-01
ntp: increase time_freq resolution
Roman Zippel
1
-15
/
+15
2008-05-01
ntp: NTP4 user space bits update
Roman Zippel
1
-44
/
+47
2008-05-01
ntp: cleanup ntp.c
Roman Zippel
1
-82
/
+91
2008-05-01
remove div_long_long_rem
Roman Zippel
1
-4
/
+2
2008-05-01
convert a few do_div users
Roman Zippel
1
-19
/
+6
2008-03-09
time: remove obsolete CLOCK_TICK_ADJUST
Roman Zippel
1
-1
/
+10
2008-03-09
ntp: use unsigned input for do_div()
David Howells
1
-5
/
+7
2008-02-10
ntp: correct inconsistent interval/tick_length usage
john stultz
1
-4
/
+0
2007-11-26
time: add ADJ_OFFSET_SS_READ
John Stultz
1
-3
/
+6
2007-11-17
ntp: fix typo that makes sync_cmos_clock erratic
David P. Reed
1
-1
/
+1
[next]