summaryrefslogtreecommitdiffstats
path: root/kernel/time/posix-timers.c
AgeCommit message (Expand)Author
2021-05-11posix-timers: Preserve return value in clock_adjtime32()Chen Jun
2019-08-20hrtimer: Improve comments on handling priority inversion against softirq kthreadFrederic Weisbecker
2019-08-20posix-timers: Use a callback for cancel synchronization on PREEMPT_RTThomas Gleixner
2019-08-01posix-timers: Move rcu_head out of it unionSebastian Andrzej Siewior
2019-08-01posix-timers: Rework cancel retry loopsThomas Gleixner
2019-08-01posix-timers: Cleanup the flag/flags confusionThomas Gleixner
2019-06-22posix-timers: Use spin_lock_irq() in itimer_delete()Sebastian Andrzej Siewior
2019-06-22posix-timers: Remove "it_signal = NULL" assignment in itimer_delete()Sebastian Andrzej Siewior
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann
2019-02-07timex: change syscalls to use struct __kernel_timexDeepa Dinamani
2019-02-07timex: use __kernel_timex internallyDeepa Dinamani
2019-02-07sparc64: add custom adjtimex/clock_adjtime functionsArnd Bergmann
2019-02-07time: make adjtime compat handling available for 32 bitArnd Bergmann
2018-12-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-12-17posix-timers: Fix division by zero bugThomas Gleixner
2018-11-23posix-timers: Remove license boilerplateThomas Gleixner
2018-11-23time: Add SPDX license identifiersThomas Gleixner
2018-11-23time: Remove useless filenames in top level commentsThomas Gleixner
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