aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/posix-stubs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann1-12/+13
2018-11-23posix-timers/stubs: Remove license boilerplateThomas Gleixner1-4/+0
2018-11-23time: Add SPDX license identifiersThomas Gleixner1-0/+1
2018-08-27y2038: globally rename compat_time to old_time32Arnd Bergmann1-9/+9
2018-06-19posix-timers: Use new ktime_get_*_ts64() helpersArnd Bergmann1-1/+1
2018-05-02Merge branch 'timers/urgent' into timers/coreThomas Gleixner1-2/+0
2018-04-26Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEThomas Gleixner1-2/+0
2018-04-19time: Change nanosleep to safe __kernel_* typesDeepa Dinamani1-2/+2
2018-04-19time: Change types to new y2038 safe __kernel_* typesDeepa Dinamani1-3/+3
2018-04-19posix-timers: Make compat syscalls depend on CONFIG_COMPAT_32BIT_TIMEDeepa Dinamani1-0/+2
2018-04-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+10
2018-04-05syscalls/core: Prepare CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y for compat syscallsDominik Brodowski1-0/+10
2018-03-13timekeeping: Add the new CLOCK_MONOTONIC_ACTIVE clockThomas Gleixner1-0/+2
2017-10-17posix-stubs: Use get_timespec64() and put_timespec64()Arnd Bergmann1-12/+8
2017-06-30posix-timers: Use get_timespec64() and put_timespec64()Deepa Dinamani1-38/+45
2017-06-25posix-stubs: Conditionally include COMPAT_SYS_NI definesDeepa Dinamani1-6/+7
2017-06-14posix-timers: Move compat_timer_create() to native, get rid of set_fs()Al Viro1-0/+1
2017-06-14posix-timers: Move compat versions of clock_gettime/settime/getresAl Viro1-0/+53
2017-06-14itimers: Move compat itimer syscalls to native onesAl Viro1-0/+2
2017-06-14posix-timers: Take compat timer_gettime(2) to native oneAl Viro1-0/+1
2017-06-14posix-timers: Take compat timer_settime(2) to native oneAl Viro1-0/+1
2017-06-14ntp: Move adjtimex related compat syscalls to native counterpartsAl Viro1-0/+2
2017-06-14time/posix-timers: Move the compat copyouts to the nanosleep implementationsAl Viro1-13/+42
2017-06-14hrtimer_nanosleep(): Pass rmtp in restart_blockAl Viro1-1/+4
2017-04-14time: Change k_clock nsleep() to use timespec64Deepa Dinamani1-2/+4
2017-04-14time: Change k_clock clock_get() to use timespec64Deepa Dinamani1-3/+6
2017-04-14time: Delete do_sys_setimeofday()Deepa Dinamani1-1/+4
2016-11-16posix-timers: Make them configurableNicolas Pitre1-0/+123