index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
kernel
/
time
/
ntp.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-18
time: Switch to hrtimer_setup()
Nam Cao
1
-2
/
+1
2024-11-28
ntp: Remove invalid cast in time offset math
Marcelo Dalmas
1
-1
/
+1
2024-10-02
ntp: Move pps monitors into ntp_data
Thomas Gleixner
1
-17
/
+16
2024-10-02
ntp: Move pps_freq/stabil into ntp_data
Thomas Gleixner
1
-15
/
+16
2024-10-02
ntp: Move pps_shift/intcnt into ntp_data
Thomas Gleixner
1
-26
/
+28
2024-10-02
ntp: Move pps_fbase into ntp_data
Thomas Gleixner
1
-7
/
+8
2024-10-02
ntp: Move pps_jitter into ntp_data
Thomas Gleixner
1
-6
/
+7
2024-10-02
ntp: Move pps_ft into ntp_data
Thomas Gleixner
1
-17
/
+19
2024-10-02
ntp: Move pps_valid into ntp_data
Thomas Gleixner
1
-5
/
+9
2024-10-02
ntp: Move ntp_next_leap_sec into ntp_data
Thomas Gleixner
1
-16
/
+16
2024-10-02
ntp: Move time_adj/ntp_tick_adj into ntp_data
Thomas Gleixner
1
-20
/
+19
2024-10-02
ntp: Move time_freq/reftime into ntp_data
Thomas Gleixner
1
-20
/
+18
2024-10-02
ntp: Move time_max/esterror into ntp_data
Thomas Gleixner
1
-22
/
+16
2024-10-02
ntp: Move time_offset/constant into ntp_data
Thomas Gleixner
1
-25
/
+24
2024-10-02
ntp: Move tick_stat* into ntp_data
Thomas Gleixner
1
-90
/
+85
2024-10-02
ntp: Move tick_length* into ntp_data
Thomas Gleixner
1
-16
/
+18
2024-10-02
ntp: Introduce struct ntp_data
Thomas Gleixner
1
-29
/
+36
2024-10-02
ntp: Read reference time only once
Thomas Gleixner
1
-5
/
+5
2024-10-02
ntp: Convert functions with only two states to bool
Thomas Gleixner
1
-17
/
+11
2024-10-02
ntp: Cleanup formatting of code
Anna-Maria Behnsen
1
-24
/
+13
2024-10-02
ntp: Clean up comments
Thomas Gleixner
1
-66
/
+78
2024-10-02
ntp: Make tick_usec static
Thomas Gleixner
1
-1
/
+4
2024-10-02
ntp: Remove unused tick_nsec
Thomas Gleixner
1
-6
/
+2
2024-09-10
ntp: Make sure RTC is synchronized when time goes backwards
Benjamin ROBIN
1
-1
/
+9
2024-08-05
ntp: Safeguard against time_constant overflow
Justin Stitt
1
-3
/
+2
2024-08-05
ntp: Clamp maxerror and esterror to operating range
Justin Stitt
1
-2
/
+2
2021-03-22
timekeeping, clocksource: Fix various typos in comments
Ingo Molnar
1
-1
/
+1
2021-02-05
ntp: Use freezable workqueue for RTC synchronization
Geert Uytterhoeven
1
-2
/
+2
2021-01-12
ntp: Fix RTC synchronization on 32-bit platforms
Geert Uytterhoeven
1
-2
/
+2
2020-12-11
ntp: Consolidate the RTC update implementation
Thomas Gleixner
1
-92
/
+52
2020-12-11
ntp: Make the RTC sync offset less obscure
Thomas Gleixner
1
-23
/
+24
2020-12-11
ntp, rtc: Move rtc_set_ntp_time() to ntp code
Thomas Gleixner
1
-3
/
+85
2020-12-11
ntp: Make the RTC synchronization more reliable
Thomas Gleixner
1
-42
/
+48
2019-11-12
ntp/y2038: Remove incorrect time_t truncation
Arnd Bergmann
1
-1
/
+1
2019-06-22
ntp: Limit TAI-UTC offset
Miroslav Lichvar
1
-1
/
+3
2019-05-16
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2019-05-09
ntp: Allow TAI-UTC offset to be set to zero
Miroslav Lichvar
1
-1
/
+1
2019-04-15
ntp: Audit NTP parameters adjustment
Ondrej Mosnacek
1
-3
/
+19
2019-02-07
timex: use __kernel_timex internally
Deepa Dinamani
1
-8
/
+10
2018-12-28
Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel/git/arnd/playground
Linus Torvalds
1
-9
/
+1
2018-12-18
timekeeping: remove unused {read,update}_persistent_clock
Arnd Bergmann
1
-9
/
+1
2018-12-18
ntp: Remove duplicated include
YueHaibing
1
-1
/
+0
2018-07-19
timekeeping/ntp: Constify some function arguments
Ondrej Mosnacek
1
-3
/
+3
2018-07-19
ntp: Use kstrtos64 for s64 variable
Ondrej Mosnacek
1
-3
/
+2
2018-07-19
ntp: Remove redundant arguments
Ondrej Mosnacek
1
-6
/
+4
2018-06-19
timekeeping: Use ktime_get_real_ts64() instead of getnstimeofday64()
Arnd Bergmann
1
-3
/
+3
2018-04-06
jiffies: Introduce USER_TICK_USEC and redefine TICK_USEC
Rafael J. Wysocki
1
-1
/
+1
2017-11-13
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-114
/
+113
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-30
timekeeping: Consolidate timekeeping_inject_offset code
Arnd Bergmann
1
-61
/
+0
[next]