summaryrefslogtreecommitdiffstats
path: root/kernel/time/posix-stubs.c
Commit message (Expand)AuthorAgeFilesLines
* posix-timers: Get rid of [COMPAT_]SYS_NI() usesLinus Torvalds2023-12-201-45/+0
* timers: Prevent union confusion from unexpected restart_syscall()Jann Horn2023-01-111-0/+2
* posix-timers: Make do_clock_gettime() staticJiri Slaby2022-08-061-1/+2
* posix-timers: Make clock_nanosleep() time namespace awareAndrei Vagin2020-01-141-2/+10
* hrtimers: Prepare hrtimer_nanosleep() for time namespacesAndrei Vagin2020-01-141-2/+2
* posix-clocks: Wire up clock_gettime() with timens offsetsAndrei Vagin2020-01-141-0/+3
* time/posix-stubs: Provide compat itimer supoprt for alphaArnd Bergmann2020-01-091-0/+3
* y2038: syscalls: rename y2038 compat syscallsArnd Bergmann2019-02-071-12/+13
* posix-timers/stubs: Remove license boilerplateThomas Gleixner2018-11-231-4/+0
* time: Add SPDX license identifiersThomas Gleixner2018-11-231-0/+1
* y2038: globally rename compat_time to old_time32Arnd Bergmann2018-08-271-9/+9
* posix-timers: Use new ktime_get_*_ts64() helpersArnd Bergmann2018-06-191-1/+1
* Merge branch 'timers/urgent' into timers/coreThomas Gleixner2018-05-021-2/+0
|\
| * Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEThomas Gleixner2018-04-261-2/+0
* | time: Change nanosleep to safe __kernel_* typesDeepa Dinamani2018-04-191-2/+2
* | time: Change types to new y2038 safe __kernel_* typesDeepa Dinamani2018-04-191-3/+3
* | posix-timers: Make compat syscalls depend on CONFIG_COMPAT_32BIT_TIMEDeepa Dinamani2018-04-191-0/+2
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-151-0/+10
|\
| * syscalls/core: Prepare CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y for compat syscallsDominik Brodowski2018-04-051-0/+10
* | timekeeping: Add the new CLOCK_MONOTONIC_ACTIVE clockThomas Gleixner2018-03-131-0/+2
|/
* posix-stubs: Use get_timespec64() and put_timespec64()Arnd Bergmann2017-10-171-12/+8
* posix-timers: Use get_timespec64() and put_timespec64()Deepa Dinamani2017-06-301-38/+45
* posix-stubs: Conditionally include COMPAT_SYS_NI definesDeepa Dinamani2017-06-251-6/+7
* posix-timers: Move compat_timer_create() to native, get rid of set_fs()Al Viro2017-06-141-0/+1
* posix-timers: Move compat versions of clock_gettime/settime/getresAl Viro2017-06-141-0/+53
* itimers: Move compat itimer syscalls to native onesAl Viro2017-06-141-0/+2
* posix-timers: Take compat timer_gettime(2) to native oneAl Viro2017-06-141-0/+1
* posix-timers: Take compat timer_settime(2) to native oneAl Viro2017-06-141-0/+1
* ntp: Move adjtimex related compat syscalls to native counterpartsAl Viro2017-06-141-0/+2
* time/posix-timers: Move the compat copyouts to the nanosleep implementationsAl Viro2017-06-141-13/+42
* hrtimer_nanosleep(): Pass rmtp in restart_blockAl Viro2017-06-141-1/+4
* time: Change k_clock nsleep() to use timespec64Deepa Dinamani2017-04-141-2/+4
* time: Change k_clock clock_get() to use timespec64Deepa Dinamani2017-04-141-3/+6
* time: Delete do_sys_setimeofday()Deepa Dinamani2017-04-141-1/+4
* posix-timers: Make them configurableNicolas Pitre2016-11-161-0/+123