summaryrefslogtreecommitdiffstats
path: root/kernel/time/posix-timers.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-031-2/+2
|\
| * memcg: enable accounting for posix_timers_cache slabVasily Averin2021-09-031-2/+2
* | posix-timers: Remove redundant initialization of variable retColin Ian King2021-08-101-1/+1
|/
* posix-timers: Preserve return value in clock_adjtime32()Chen Jun2021-04-171-2/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* posix-timers: Pass lockdep expression to RCU listsAmol Grover2020-02-171-1/+2
* posix-timers: Make clock_nanosleep() time namespace awareAndrei Vagin2020-01-141-2/+15
* hrtimers: Prepare hrtimer_nanosleep() for time namespacesAndrei Vagin2020-01-141-1/+3
* posix-timers: Make timer_settime() time namespace awareAndrei Vagin2020-01-141-0/+2
* posix-clocks: Wire up clock_gettime() with timens offsetsAndrei Vagin2020-01-141-0/+5
* posix-timers: Use clock_get_ktime() in common_timer_get()Andrei Vagin2020-01-141-7/+1
* posix-clocks: Introduce clock_get_ktime() callbackAndrei Vagin2020-01-141-1/+25
* posix-clocks: Rename .clock_get_timespec() callbacks accordinglyAndrei Vagin2020-01-141-8/+8
* posix-clocks: Rename the clock_get() callback to clock_get_timespec()Andrei Vagin2020-01-141-11/+11
* 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