summaryrefslogtreecommitdiffstats
path: root/kernel/time/posix-timers.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* posix-timers: Fix inverted SIGEV_NONE logic in common_timer_get()Thomas Gleixner2017-06-121-1/+1
* alarmtimer: Switch over to generic set/get/rearm routineThomas Gleixner2017-06-041-7/+5
* posix-timers: Make use of cancel/arm callbacksThomas Gleixner2017-06-041-81/+100
* posix-timers: Zero settings value in common codeThomas Gleixner2017-06-041-2/+1
* posix-timers: Make use of forward/remaining callbacksThomas Gleixner2017-06-041-15/+49
* posix-timers: Add active flag to k_itimerThomas Gleixner2017-06-041-1/+7
* posix-timers: Use timer_rearm() callback in posixtimer_rearm()Thomas Gleixner2017-06-041-6/+6
OpenPOWER on IntegriCloud