summaryrefslogtreecommitdiff
path: root/kernel/time/posix-timers.c
AgeCommit message (Expand)Author
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman
2018-08-27y2038: globally rename compat_time to old_time32Arnd Bergmann
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-08-13Merge branch 'parisc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-08-13parisc: Drop architecture-specific ENOTSUP defineHelge Deller
2018-07-21signal: Pass pid and pid type into send_sigqueueEric W. Biederman
2018-07-21posix-timers: Noralize good_sigeventEric W. Biederman
2018-07-02posix-timers: Sanitize overrun handlingThomas Gleixner
2018-07-02posix-timers: Make forward callback return s64Thomas Gleixner
2018-06-24time: Change types to new y2038 safe __kernel_itimerspecDeepa Dinamani
2018-06-19posix-timers: Use new ktime_get_*_ts64() helpersArnd Bergmann
2018-05-02Merge branch 'timers/urgent' into timers/coreThomas Gleixner
2018-04-26Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEThomas Gleixner
2018-04-19time: Change nanosleep to safe __kernel_* typesDeepa Dinamani
2018-04-19time: Change types to new y2038 safe __kernel_* typesDeepa Dinamani
2018-04-19posix-timers: Make compat syscalls depend on CONFIG_COMPAT_32BIT_TIMEDeepa Dinamani
2018-04-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-03-22posix-timers: Protect posix clock array access against speculationThomas Gleixner
2018-03-13posix-timers: Unify MONOTONIC and BOOTTIME clock behaviorThomas Gleixner
2018-03-13timekeeping: Add the new CLOCK_MONOTONIC_ACTIVE clockThomas Gleixner
2018-01-22signal: Replace memset(info,...) with clear_siginfo for clarityEric W. Biederman
2017-12-15posix-timer: Properly check sigevent->sigev_notifyThomas Gleixner
2017-06-30posix_clocks: Use get_itimerspec64() and put_itimerspec64()Deepa Dinamani
2017-06-30nanosleep: Use get_timespec64() and put_timespec64()Deepa Dinamani
2017-06-30posix-timers: Use get_timespec64() and put_timespec64()Deepa Dinamani
2017-06-14posix-timers: Make nanosleep timespec argument constThomas Gleixner
2017-06-14posix-timers: Move compat_timer_create() to native, get rid of set_fs()Al Viro
2017-06-14posix-timers: Move compat versions of clock_gettime/settime/getresAl Viro
2017-06-14posix-timers: Take compat timer_gettime(2) to native oneAl Viro
2017-06-14posix-timers: Take compat timer_settime(2) to native oneAl Viro
2017-06-14ntp: Move adjtimex related compat syscalls to native counterpartsAl Viro
2017-06-14posix-timers: Kill ->nsleep_restart()Al Viro
2017-06-14time/posix-timers: Move the compat copyouts to the nanosleep implementationsAl Viro
2017-06-14posix-timers: Store rmtp into restart_block in sys_clock_nanosleep()Al Viro
2017-06-14hrtimer_nanosleep(): Pass rmtp in restart_blockAl Viro
2017-06-12posix-timers: Handle relative posix-timers correctlyThomas Gleixner
2017-06-12posix-timers: Zero out oldval itimerspecThomas Gleixner
2017-06-12posix-timers: Fix inverted SIGEV_NONE logic in common_timer_get()Thomas Gleixner
2017-06-04alarmtimer: Switch over to generic set/get/rearm routineThomas Gleixner
2017-06-04posix-timers: Make use of cancel/arm callbacksThomas Gleixner
2017-06-04posix-timers: Zero settings value in common codeThomas Gleixner
2017-06-04posix-timers: Make use of forward/remaining callbacksThomas Gleixner
2017-06-04posix-timers: Add active flag to k_itimerThomas Gleixner
2017-06-04posix-timers: Use timer_rearm() callback in posixtimer_rearm()Thomas Gleixner
2017-06-04posix-timers: Rename do_schedule_next_timerThomas Gleixner
2017-06-04posix-timers: Store k_clock pointer in k_itimerThomas Gleixner
2017-06-04posix-timers: Move interval out of the unionThomas Gleixner
2017-06-04posix-timers: Unify overrun/requeue_pending handlingThomas Gleixner
2017-06-04posix-timers: Move posix-timer internals to coreThomas Gleixner