summaryrefslogtreecommitdiffstats
path: root/kernel/time/posix-timers.c
Commit message (Expand)AuthorAgeFilesLines
* posix-timers: Use spin_lock_irq() in itimer_delete()Sebastian Andrzej Siewior2019-06-221-5/+3Star
* posix-timers: Remove "it_signal = NULL" assignment in itimer_delete()Sebastian Andrzej Siewior2019-06-221-5/+0Star
* 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/+3Star
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-12-261-23/+2Star
|\
| * posix-timers: Remove license boilerplateThomas Gleixner2018-11-231-19/+1Star
| * time: Add SPDX license identifiersThomas Gleixner2018-11-231-0/+1
| * time: Remove useless filenames in top level commentsThomas Gleixner2018-11-231-4/+0Star
* | posix-timers: Fix division by zero bugThomas Gleixner2018-12-171-4/+1Star
|/
* 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/+9Star
|\
| * signal: Pass pid and pid type into send_sigqueueEric W. Biederman2018-07-211-9/+4Star
| * 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-141-11/+2Star
|\ \
| * | parisc: Drop architecture-specific ENOTSUP defineHelge Deller2018-08-131-11/+2Star
| |/
* | 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/+9Star
|\
| * posix-timers: Unify MONOTONIC and BOOTTIME clock behaviorThomas Gleixner2018-03-131-22/+1Star
| * 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-231-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/+16Star
* nanosleep: Use get_timespec64() and put_timespec64()Deepa Dinamani2017-06-301-12/+8Star
* posix-timers: Use get_timespec64() and put_timespec64()Deepa Dinamani2017-06-301-38/+25Star
* 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/+0Star
* time/posix-timers: Move the compat copyouts to the nanosleep implementationsAl Viro2017-06-141-8/+24
* posix-timers: Store rmtp into restart_block in sys_clock_nanosleep()Al Viro2017-06-141-5/+5
* hrtimer_nanosleep(): Pass rmtp in restart_blockAl Viro2017-06-141-1/+4
* posix-timers: Handle relative posix-timers correctlyThomas Gleixner2017-06-121-0/+13
* posix-timers: Zero out oldval itimerspecThomas Gleixner2017-06-121-0/+2