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
/
posix-stubs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
timers: Prevent union confusion from unexpected restart_syscall()
Jann Horn
2023-01-11
1
-0
/
+2
*
posix-timers: Make do_clock_gettime() static
Jiri Slaby
2022-08-06
1
-1
/
+2
*
posix-timers: Make clock_nanosleep() time namespace aware
Andrei Vagin
2020-01-14
1
-2
/
+10
*
hrtimers: Prepare hrtimer_nanosleep() for time namespaces
Andrei Vagin
2020-01-14
1
-2
/
+2
*
posix-clocks: Wire up clock_gettime() with timens offsets
Andrei Vagin
2020-01-14
1
-0
/
+3
*
time/posix-stubs: Provide compat itimer supoprt for alpha
Arnd Bergmann
2020-01-09
1
-0
/
+3
*
y2038: syscalls: rename y2038 compat syscalls
Arnd Bergmann
2019-02-07
1
-12
/
+13
*
posix-timers/stubs: Remove license boilerplate
Thomas Gleixner
2018-11-23
1
-4
/
+0
*
time: Add SPDX license identifiers
Thomas Gleixner
2018-11-23
1
-0
/
+1
*
y2038: globally rename compat_time to old_time32
Arnd Bergmann
2018-08-27
1
-9
/
+9
*
posix-timers: Use new ktime_get_*_ts64() helpers
Arnd Bergmann
2018-06-19
1
-1
/
+1
*
Merge branch 'timers/urgent' into timers/core
Thomas Gleixner
2018-05-02
1
-2
/
+0
|
\
|
*
Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIME
Thomas Gleixner
2018-04-26
1
-2
/
+0
*
|
time: Change nanosleep to safe __kernel_* types
Deepa Dinamani
2018-04-19
1
-2
/
+2
*
|
time: Change types to new y2038 safe __kernel_* types
Deepa Dinamani
2018-04-19
1
-3
/
+3
*
|
posix-timers: Make compat syscalls depend on CONFIG_COMPAT_32BIT_TIME
Deepa Dinamani
2018-04-19
1
-0
/
+2
|
/
*
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2018-04-15
1
-0
/
+10
|
\
|
*
syscalls/core: Prepare CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y for compat syscalls
Dominik Brodowski
2018-04-05
1
-0
/
+10
*
|
timekeeping: Add the new CLOCK_MONOTONIC_ACTIVE clock
Thomas Gleixner
2018-03-13
1
-0
/
+2
|
/
*
posix-stubs: Use get_timespec64() and put_timespec64()
Arnd Bergmann
2017-10-17
1
-12
/
+8
*
posix-timers: Use get_timespec64() and put_timespec64()
Deepa Dinamani
2017-06-30
1
-38
/
+45
*
posix-stubs: Conditionally include COMPAT_SYS_NI defines
Deepa Dinamani
2017-06-25
1
-6
/
+7
*
posix-timers: Move compat_timer_create() to native, get rid of set_fs()
Al Viro
2017-06-14
1
-0
/
+1
*
posix-timers: Move compat versions of clock_gettime/settime/getres
Al Viro
2017-06-14
1
-0
/
+53
*
itimers: Move compat itimer syscalls to native ones
Al Viro
2017-06-14
1
-0
/
+2
*
posix-timers: Take compat timer_gettime(2) to native one
Al Viro
2017-06-14
1
-0
/
+1
*
posix-timers: Take compat timer_settime(2) to native one
Al Viro
2017-06-14
1
-0
/
+1
*
ntp: Move adjtimex related compat syscalls to native counterparts
Al Viro
2017-06-14
1
-0
/
+2
*
time/posix-timers: Move the compat copyouts to the nanosleep implementations
Al Viro
2017-06-14
1
-13
/
+42
*
hrtimer_nanosleep(): Pass rmtp in restart_block
Al Viro
2017-06-14
1
-1
/
+4
*
time: Change k_clock nsleep() to use timespec64
Deepa Dinamani
2017-04-14
1
-2
/
+4
*
time: Change k_clock clock_get() to use timespec64
Deepa Dinamani
2017-04-14
1
-3
/
+6
*
time: Delete do_sys_setimeofday()
Deepa Dinamani
2017-04-14
1
-1
/
+4
*
posix-timers: Make them configurable
Nicolas Pitre
2016-11-16
1
-0
/
+123