aboutsummaryrefslogtreecommitdiff
path: root/kernel/time/posix-timers.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-15/+15
2018-10-03signal: Distinguish between kernel_siginfo and siginfoGravatar Eric W. Biederman 1-1/+1
2018-08-27y2038: globally rename compat_time to old_time32Gravatar Arnd Bergmann 1-15/+15
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-12/+9
2018-08-13Merge branch 'parisc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-11/+2
2018-08-13parisc: Drop architecture-specific ENOTSUP defineGravatar Helge Deller 1-11/+2
2018-07-21signal: Pass pid and pid type into send_sigqueueGravatar Eric W. Biederman 1-9/+4
2018-07-21posix-timers: Noralize good_sigeventGravatar Eric W. Biederman 1-3/+5
2018-07-02posix-timers: Sanitize overrun handlingGravatar Thomas Gleixner 1-11/+20
2018-07-02posix-timers: Make forward callback return s64Gravatar Thomas Gleixner 1-3/+3
2018-06-24time: Change types to new y2038 safe __kernel_itimerspecGravatar Deepa Dinamani 1-5/+7
2018-06-19posix-timers: Use new ktime_get_*_ts64() helpersGravatar Arnd Bergmann 1-5/+5
2018-05-02Merge branch 'timers/urgent' into timers/coreGravatar Thomas Gleixner 1-9/+17
2018-04-26Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEGravatar Thomas Gleixner 1-9/+17
2018-04-19time: Change nanosleep to safe __kernel_* typesGravatar Deepa Dinamani 1-2/+2
2018-04-19time: Change types to new y2038 safe __kernel_* typesGravatar Deepa Dinamani 1-3/+3
2018-04-19posix-timers: Make compat syscalls depend on CONFIG_COMPAT_32BIT_TIMEGravatar Deepa Dinamani 1-2/+12
2018-04-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-17/+9
2018-03-22posix-timers: Protect posix clock array access against speculationGravatar Thomas Gleixner 1-3/+8
2018-03-13posix-timers: Unify MONOTONIC and BOOTTIME clock behaviorGravatar Thomas Gleixner 1-22/+1
2018-03-13timekeeping: Add the new CLOCK_MONOTONIC_ACTIVE clockGravatar Thomas Gleixner 1-0/+13
2018-01-22signal: Replace memset(info,...) with clear_siginfo for clarityGravatar Eric W. Biederman 1-1/+1
2017-12-15posix-timer: Properly check sigevent->sigev_notifyGravatar Thomas Gleixner 1-12/+17
2017-06-30posix_clocks: Use get_itimerspec64() and put_itimerspec64()Gravatar Deepa Dinamani 1-28/+16
2017-06-30nanosleep: Use get_timespec64() and put_timespec64()Gravatar Deepa Dinamani 1-12/+8
2017-06-30posix-timers: Use get_timespec64() and put_timespec64()Gravatar Deepa Dinamani 1-38/+25
2017-06-14posix-timers: Make nanosleep timespec argument constGravatar Thomas Gleixner 1-2/+2
2017-06-14posix-timers: Move compat_timer_create() to native, get rid of set_fs()Gravatar Al Viro 1-18/+41
2017-06-14posix-timers: Move compat versions of clock_gettime/settime/getresGravatar Al Viro 1-4/+62
2017-06-14posix-timers: Take compat timer_gettime(2) to native oneGravatar Al Viro 1-9/+34
2017-06-14posix-timers: Take compat timer_settime(2) to native oneGravatar Al Viro 1-24/+63
2017-06-14ntp: Move adjtimex related compat syscalls to native counterpartsGravatar Al Viro 1-0/+27
2017-06-14posix-timers: Kill ->nsleep_restart()Gravatar Al Viro 1-4/+0
2017-06-14time/posix-timers: Move the compat copyouts to the nanosleep implementationsGravatar Al Viro 1-8/+24
2017-06-14posix-timers: Store rmtp into restart_block in sys_clock_nanosleep()Gravatar Al Viro 1-5/+5
2017-06-14hrtimer_nanosleep(): Pass rmtp in restart_blockGravatar Al Viro 1-1/+4
2017-06-12posix-timers: Handle relative posix-timers correctlyGravatar Thomas Gleixner 1-0/+13
2017-06-12posix-timers: Zero out oldval itimerspecGravatar Thomas Gleixner 1-0/+2
2017-06-12posix-timers: Fix inverted SIGEV_NONE logic in common_timer_get()Gravatar Thomas Gleixner 1-1/+1
2017-06-04alarmtimer: Switch over to generic set/get/rearm routineGravatar Thomas Gleixner 1-7/+5
2017-06-04posix-timers: Make use of cancel/arm callbacksGravatar Thomas Gleixner 1-81/+100
2017-06-04posix-timers: Zero settings value in common codeGravatar Thomas Gleixner 1-2/+1
2017-06-04posix-timers: Make use of forward/remaining callbacksGravatar Thomas Gleixner 1-15/+49
2017-06-04posix-timers: Add active flag to k_itimerGravatar Thomas Gleixner 1-1/+7
2017-06-04posix-timers: Use timer_rearm() callback in posixtimer_rearm()Gravatar Thomas Gleixner 1-6/+6
2017-06-04posix-timers: Rename do_schedule_next_timerGravatar Thomas Gleixner 1-5/+5
2017-06-04posix-timers: Store k_clock pointer in k_itimerGravatar Thomas Gleixner 1-3/+4
2017-06-04posix-timers: Move interval out of the unionGravatar Thomas Gleixner 1-10/+10
2017-06-04posix-timers: Unify overrun/requeue_pending handlingGravatar Thomas Gleixner 1-7/+8
2017-06-04posix-timers: Move posix-timer internals to coreGravatar Thomas Gleixner 1-0/+1