summaryrefslogtreecommitdiffstats
path: root/kernel/time/posix-timers.c
Commit message (Expand)AuthorAgeFilesLines
* hrtimer: Improve comments on handling priority inversion against softirq kthreadFrederic Weisbecker2019-08-201-0/+6
* posix-timers: Use a callback for cancel synchronization on PREEMPT_RTThomas Gleixner2019-08-201-1/+17
* posix-timers: Move rcu_head out of it unionSebastian Andrzej Siewior2019-08-011-2/+2
* posix-timers: Rework cancel retry loopsThomas Gleixner2019-08-011-6/+23
* posix-timers: Cleanup the flag/flags confusionThomas Gleixner2019-08-011-5/+5
* posix-timers: Use spin_lock_irq() in itimer_delete()Sebastian Andrzej Siewior2019-06-221-5/+3
* posix-timers: Remove "it_signal = NULL" assignment in itimer_delete()Sebastian Andrzej Siewior2019-06-221-5/+0
* y2038: syscalls: rename y2038 compat syscallsArnd Bergmann2019-02-071-16/+16
* timex: change syscalls to use struct __kernel_timexDeepa Dinamani2019-02-071-1/+1
* timex: use __kernel_timex internallyDeepa Dinamani2019-02-071-4/+4
* sparc64: add custom adjtimex/clock_adjtime functionsArnd Bergmann2019-02-071-12/+12
* time: make adjtime compat handling available for 32 bitArnd Bergmann2019-02-071-11/+3
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-12-251-23/+2
|\
| * posix-timers: Remove license boilerplateThomas Gleixner2018-11-231-19/+1
| * time: Add SPDX license identifiersThomas Gleixner2018-11-231-0/+1
| * time: Remove useless filenames in top level commentsThomas Gleixner2018-11-231-4/+0
* | posix-timers: Fix division by zero bugThomas Gleixner2018-12-171-4/+1
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-251-15/+15
|\
| * y2038: globally rename compat_time to old_time32Arnd Bergmann2018-08-271-15/+15
* | signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman2018-10-031-1/+1
|/
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-211-12/+9
|\
| * signal: Pass pid and pid type into send_sigqueueEric W. Biederman2018-07-211-9/+4
| * posix-timers: Noralize good_sigeventEric W. Biederman2018-07-211-3/+5
* | Merge branch 'parisc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-131-11/+2
|\ \
| * | parisc: Drop architecture-specific ENOTSUP defineHelge Deller2018-08-131-11/+2
| |/
* | posix-timers: Sanitize overrun handlingThomas Gleixner2018-07-021-11/+20
* | posix-timers: Make forward callback return s64Thomas Gleixner2018-07-021-3/+3
* | time: Change types to new y2038 safe __kernel_itimerspecDeepa Dinamani2018-06-241-5/+7
* | posix-timers: Use new ktime_get_*_ts64() helpersArnd Bergmann2018-06-191-5/+5
|/
* Merge branch 'timers/urgent' into timers/coreThomas Gleixner2018-05-021-9/+17
|\
| * Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEThomas Gleixner2018-04-261-9/+17
* | 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-2/+12
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-04-041-17/+9
|\
| * posix-timers: Unify MONOTONIC and BOOTTIME clock behaviorThomas Gleixner2018-03-131-22/+1
| * timekeeping: Add the new CLOCK_MONOTONIC_ACTIVE clockThomas Gleixner2018-03-131-0/+13
* | posix-timers: Protect posix clock array access against speculationThomas Gleixner2018-03-221-3/+8
|/
* signal: Replace memset(info,...) with clear_siginfo for clarityEric W. Biederman2018-01-221-1/+1
* posix-timer: Properly check sigevent->sigev_notifyThomas Gleixner2017-12-151-12/+17
* posix_clocks: Use get_itimerspec64() and put_itimerspec64()Deepa Dinamani2017-06-301-28/+16
* nanosleep: Use get_timespec64() and put_timespec64()Deepa Dinamani2017-06-301-12/+8
* posix-timers: Use get_timespec64() and put_timespec64()Deepa Dinamani2017-06-301-38/+25
* posix-timers: Make nanosleep timespec argument constThomas Gleixner2017-06-141-2/+2
* posix-timers: Move compat_timer_create() to native, get rid of set_fs()Al Viro2017-06-141-18/+41
* posix-timers: Move compat versions of clock_gettime/settime/getresAl Viro2017-06-141-4/+62
* posix-timers: Take compat timer_gettime(2) to native oneAl Viro2017-06-141-9/+34
* posix-timers: Take compat timer_settime(2) to native oneAl Viro2017-06-141-24/+63
* ntp: Move adjtimex related compat syscalls to native counterpartsAl Viro2017-06-141-0/+27
* posix-timers: Kill ->nsleep_restart()Al Viro2017-06-141-4/+0