index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
time
/
ntp.c
Age
Commit message (
Expand
)
Author
2021-03-22
timekeeping, clocksource: Fix various typos in comments
Ingo Molnar
2021-02-05
ntp: Use freezable workqueue for RTC synchronization
Geert Uytterhoeven
2021-01-12
ntp: Fix RTC synchronization on 32-bit platforms
Geert Uytterhoeven
2020-12-11
ntp: Consolidate the RTC update implementation
Thomas Gleixner
2020-12-11
ntp: Make the RTC sync offset less obscure
Thomas Gleixner
2020-12-11
ntp, rtc: Move rtc_set_ntp_time() to ntp code
Thomas Gleixner
2020-12-11
ntp: Make the RTC synchronization more reliable
Thomas Gleixner
2019-11-12
ntp/y2038: Remove incorrect time_t truncation
Arnd Bergmann
2019-06-22
ntp: Limit TAI-UTC offset
Miroslav Lichvar
2019-05-16
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2019-05-09
ntp: Allow TAI-UTC offset to be set to zero
Miroslav Lichvar
2019-04-15
ntp: Audit NTP parameters adjustment
Ondrej Mosnacek
2019-02-07
timex: use __kernel_timex internally
Deepa Dinamani
2018-12-28
Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel...
Linus Torvalds
2018-12-18
timekeeping: remove unused {read,update}_persistent_clock
Arnd Bergmann
2018-12-18
ntp: Remove duplicated include
YueHaibing
2018-07-19
timekeeping/ntp: Constify some function arguments
Ondrej Mosnacek
2018-07-19
ntp: Use kstrtos64 for s64 variable
Ondrej Mosnacek
2018-07-19
ntp: Remove redundant arguments
Ondrej Mosnacek
2018-06-19
timekeeping: Use ktime_get_real_ts64() instead of getnstimeofday64()
Arnd Bergmann
2018-04-06
jiffies: Introduce USER_TICK_USEC and redefine TICK_USEC
Rafael J. Wysocki
2017-11-13
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-30
timekeeping: Consolidate timekeeping_inject_offset code
Arnd Bergmann
2017-10-30
rtc: Allow rtc drivers to specify the tv_nsec value for ntp
Jason Gunthorpe
2016-12-25
ktime: Get rid of the union
Thomas Gleixner
2016-01-22
ntp: Fix ADJ_SETOFFSET being used w/ ADJ_NANO
John Stultz
2015-12-16
ntp: Fix second_overflow's input parameter type to be 64bits
DengChao
2015-12-16
ntp: Change time_reftime to time64_t and utilize 64bit __ktime_get_real_seconds
DengChao
2015-12-10
time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflow
John Stultz
2015-12-10
ntp: Verify offset doesn't overflow in ntp_update_offset
Sasha Levin
2015-10-01
ntp: use timespec64 in sync_cmos_clock
Arnd Bergmann
2015-10-01
ntp/pps: use timespec64 for hardpps()
Arnd Bergmann
2015-08-17
time: Add the common weak version of update_persistent_clock()
Xunlei Pang
2015-06-12
ntp: Do leapsecond adjustment in adjtimex read path
John Stultz
2015-06-12
time: Prevent early expiry of hrtimers[CLOCK_REALTIME] at the leap second edge
John Stultz
2015-06-12
ntp: Introduce and use SECS_PER_DAY macro instead of 86400
John Stultz
2015-04-03
time: Add y2038 safe update_persistent_clock64()
Xunlei Pang
2015-04-01
tick: Move clocksource related stuff to timekeeping.h
Thomas Gleixner
2015-02-18
ntp: Fixup adjtimex freq validation on 32-bit systems
John Stultz
2015-02-09
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2015-01-23
rtc: Convert rtc_set_ntp_time() to use timespec64
Xunlei Pang
2015-01-07
time: adjtimex: Validate the ADJ_FREQUENCY values
Sasha Levin
2014-07-23
timekeeping: Provide timespec64 based interfaces
Thomas Gleixner
2014-07-23
timekeeping: Convert timekeeping core to use timespec64s
John Stultz
2014-06-04
Merge branch 'akpm' (patchbomb from Andrew) into next
Linus Torvalds
2014-06-04
timekeeping: use printk_deferred when holding timekeeping seqlock
John Stultz
2014-05-12
ntp: Make is_error_status() use its argument
George Spelvin
2014-05-12
ntp: Convert simple_strtol to kstrtol
Fabian Frederick
2014-02-07
timekeeping: Move clock sync work to power efficient workqueue
Shaibal Dutta
[next]