summaryrefslogtreecommitdiffstats
path: root/kernel/time/posix-stubs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud