aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/posix-stubs.c
Commit message (Expand)AuthorAge
* y2038: globally rename compat_time to old_time32Arnd Bergmann2018-08-27
* posix-timers: Use new ktime_get_*_ts64() helpersArnd Bergmann2018-06-19
* Merge branch 'timers/urgent' into timers/coreThomas Gleixner2018-05-02
|\
| * Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEThomas Gleixner2018-04-26
* | time: Change nanosleep to safe __kernel_* typesDeepa Dinamani2018-04-19
* | time: Change types to new y2038 safe __kernel_* typesDeepa Dinamani2018-04-19
* | posix-timers: Make compat syscalls depend on CONFIG_COMPAT_32BIT_TIMEDeepa Dinamani2018-04-19
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-15
|\
| * syscalls/core: Prepare CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y for compat syscallsDominik Brodowski2018-04-05
* | timekeeping: Add the new CLOCK_MONOTONIC_ACTIVE clockThomas Gleixner2018-03-13
|/
* posix-stubs: Use get_timespec64() and put_timespec64()Arnd Bergmann2017-10-17
* posix-timers: Use get_timespec64() and put_timespec64()Deepa Dinamani2017-06-30
* posix-stubs: Conditionally include COMPAT_SYS_NI definesDeepa Dinamani2017-06-25
* posix-timers: Move compat_timer_create() to native, get rid of set_fs()Al Viro2017-06-13
* posix-timers: Move compat versions of clock_gettime/settime/getresAl Viro2017-06-13
* itimers: Move compat itimer syscalls to native onesAl Viro2017-06-13
* posix-timers: Take compat timer_gettime(2) to native oneAl Viro2017-06-13
* posix-timers: Take compat timer_settime(2) to native oneAl Viro2017-06-13
* ntp: Move adjtimex related compat syscalls to native counterpartsAl Viro2017-06-13
* time/posix-timers: Move the compat copyouts to the nanosleep implementationsAl Viro2017-06-13
* hrtimer_nanosleep(): Pass rmtp in restart_blockAl Viro2017-06-13
* time: Change k_clock nsleep() to use timespec64Deepa Dinamani2017-04-14
* time: Change k_clock clock_get() to use timespec64Deepa Dinamani2017-04-14
* time: Delete do_sys_setimeofday()Deepa Dinamani2017-04-14
* posix-timers: Make them configurableNicolas Pitre2016-11-16