index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
time
/
time.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
time: Fix various kernel-doc problems
Randy Dunlap
2023-01-03
1
-4
/
+4
*
time: Correct the prototype of ns_to_kernel_old_timeval and ns_to_timespec64
Youngmin Nam
2022-08-09
1
-2
/
+2
*
timekeeping, clocksource: Fix various typos in comments
Ingo Molnar
2021-03-22
1
-1
/
+1
*
y2038: remove unused time32 interfaces
Arnd Bergmann
2020-02-21
1
-43
/
+0
*
y2038: remove obsolete jiffies conversion functions
Arnd Bergmann
2019-12-18
1
-53
/
+5
*
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2019-12-03
1
-11
/
+15
|
\
|
*
Merge branch 'timers/urgent' into timers/core, to pick up fix
Ingo Molnar
2019-11-25
1
-1
/
+2
|
|
\
|
|
*
time: Zero the upper 32-bits in __kernel_timespec on 32-bit
Dmitry Safonov
2019-11-21
1
-1
/
+2
|
*
|
time: Fix spelling mistake in comment
Mukesh Ojha
2019-11-12
1
-1
/
+1
|
*
|
time: Optimize ns_to_timespec64()
Arnd Bergmann
2019-11-12
1
-9
/
+12
|
|
/
*
|
y2038: time: avoid timespec usage in settimeofday()
Arnd Bergmann
2019-11-15
1
-11
/
+9
*
|
y2038: syscalls: change remaining timeval to __kernel_old_timeval
Arnd Bergmann
2019-11-15
1
-1
/
+1
*
|
y2038: uapi: change __kernel_time_t to __kernel_old_time_t
Arnd Bergmann
2019-11-15
1
-3
/
+3
*
|
y2038: remove CONFIG_64BIT_TIME
Arnd Bergmann
2019-11-15
1
-2
/
+2
|
/
*
time: Validate user input in compat_settimeofday()
zhengbin
2019-07-07
1
-0
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2019-05-07
1
-0
/
+10
|
\
|
*
time: Introduce jiffies64_to_msecs()
Li RongQing
2019-04-08
1
-0
/
+10
*
|
timekeeping: Force upper bound for setting CLOCK_REALTIME
Thomas Gleixner
2019-03-28
1
-1
/
+1
|
/
*
y2038: rename old time and utime syscalls
Arnd Bergmann
2019-02-07
1
-2
/
+2
*
y2038: syscalls: rename y2038 compat syscalls
Arnd Bergmann
2019-02-07
1
-4
/
+4
*
timex: change syscalls to use struct __kernel_timex
Deepa Dinamani
2019-02-07
1
-1
/
+3
*
timex: use __kernel_timex internally
Deepa Dinamani
2019-02-07
1
-7
/
+7
*
time: make adjtime compat handling available for 32 bit
Arnd Bergmann
2019-02-07
1
-4
/
+66
*
Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel...
Linus Torvalds
2018-12-28
1
-36
/
+0
|
\
|
*
timekeeping: remove timespec_add/timespec_del
Arnd Bergmann
2018-12-18
1
-36
/
+0
*
|
time: Add SPDX license identifiers
Thomas Gleixner
2018-11-23
1
-0
/
+1
*
|
time: Remove useless filenames in top level comments
Thomas Gleixner
2018-11-23
1
-8
/
+4
|
/
*
compat: Cleanup in_compat_syscall() callers
Dmitry Safonov
2018-11-01
1
-1
/
+1
*
y2038: __get_old_timespec32() can be static
kbuild test robot
2018-08-29
1
-2
/
+2
*
y2038: globally rename compat_time to old_time32
Arnd Bergmann
2018-08-27
1
-29
/
+29
*
y2038: make do_gettimeofday() and get_seconds() inline
Arnd Bergmann
2018-08-27
1
-6
/
+9
*
y2038: remove unused time interfaces
Arnd Bergmann
2018-08-27
1
-24
/
+0
*
Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz...
Thomas Gleixner
2018-07-12
1
-2
/
+4
|
\
|
*
time: Make sure jiffies_to_msecs() preserves non-zero time periods
Geert Uytterhoeven
2018-06-22
1
-2
/
+4
*
|
time: Enable get/put_compat_itimerspec64 always
Deepa Dinamani
2018-06-24
1
-0
/
+21
*
|
time: Introduce struct __kernel_itimerspec
Deepa Dinamani
2018-06-24
1
-2
/
+2
*
|
time: Use ktime_get_real_seconds() in time syscall
Arnd Bergmann
2018-06-19
1
-4
/
+2
|
/
*
timekeeping: Remove timespec64 hack
Arnd Bergmann
2018-05-19
1
-2
/
+0
*
time: Fix get_timespec64() for y2038 safe compat interfaces
Deepa Dinamani
2018-04-19
1
-4
/
+10
*
compat: Enable compat_get/put_timespec64 always
Deepa Dinamani
2018-04-19
1
-0
/
+44
*
y2038: Introduce struct __kernel_old_timeval
Arnd Bergmann
2018-03-19
1
-0
/
+12
*
Merge branch 'fortglx/4.15/time' of https://git.linaro.org/people/john.stultz...
Thomas Gleixner
2017-10-31
1
-55
/
+4
|
\
|
*
time: Move time_t conversion helpers to time32.h
Arnd Bergmann
2017-10-30
1
-2
/
+3
|
*
time: Remove unused functions
Arnd Bergmann
2017-10-30
1
-18
/
+0
|
*
timekeeping: Consolidate timekeeping_inject_offset code
Arnd Bergmann
2017-10-30
1
-35
/
+1
*
|
time: Use do_settimeofday64() internally
Arnd Bergmann
2017-10-17
1
-6
/
+6
|
/
*
time: introduce {get,put}_itimerspec64
Deepa Dinamani
2017-06-25
1
-0
/
+30
*
time: add get_timespec64 and put_timespec64
Deepa Dinamani
2017-06-25
1
-0
/
+28
*
time: Move compat_gettimeofday()/settimeofday() to native
Al Viro
2017-06-14
1
-0
/
+41
*
time: Move compat_time()/stime() to native
Al Viro
2017-06-14
1
-0
/
+41
[next]