aboutsummaryrefslogtreecommitdiff
path: root/kernel/time/posix-timers.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-17posix-timers: Preserve return value in clock_adjtime32()Gravatar Chen Jun 1-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-2/+2
2020-02-17posix-timers: Pass lockdep expression to RCU listsGravatar Amol Grover 1-1/+2
2020-01-14posix-timers: Make clock_nanosleep() time namespace awareGravatar Andrei Vagin 1-2/+15
2020-01-14hrtimers: Prepare hrtimer_nanosleep() for time namespacesGravatar Andrei Vagin 1-1/+3
2020-01-14posix-timers: Make timer_settime() time namespace awareGravatar Andrei Vagin 1-0/+2
2020-01-14posix-clocks: Wire up clock_gettime() with timens offsetsGravatar Andrei Vagin 1-0/+5
2020-01-14posix-timers: Use clock_get_ktime() in common_timer_get()Gravatar Andrei Vagin 1-7/+1
2020-01-14posix-clocks: Introduce clock_get_ktime() callbackGravatar Andrei Vagin 1-1/+25
2020-01-14posix-clocks: Rename .clock_get_timespec() callbacks accordinglyGravatar Andrei Vagin 1-8/+8
2020-01-14posix-clocks: Rename the clock_get() callback to clock_get_timespec()Gravatar Andrei Vagin 1-11/+11
2019-08-20hrtimer: Improve comments on handling priority inversion against softirq kthreadGravatar Frederic Weisbecker 1-0/+6
2019-08-20posix-timers: Use a callback for cancel synchronization on PREEMPT_RTGravatar Thomas Gleixner 1-1/+17
2019-08-01posix-timers: Move rcu_head out of it unionGravatar Sebastian Andrzej Siewior 1-2/+2
2019-08-01posix-timers: Rework cancel retry loopsGravatar Thomas Gleixner 1-6/+23
2019-08-01posix-timers: Cleanup the flag/flags confusionGravatar Thomas Gleixner 1-5/+5
2019-06-22posix-timers: Use spin_lock_irq() in itimer_delete()Gravatar Sebastian Andrzej Siewior 1-5/+3
2019-06-22posix-timers: Remove "it_signal = NULL" assignment in itimer_delete()Gravatar Sebastian Andrzej Siewior 1-5/+0
2019-02-07y2038: syscalls: rename y2038 compat syscallsGravatar Arnd Bergmann 1-16/+16
2019-02-07timex: change syscalls to use struct __kernel_timexGravatar Deepa Dinamani 1-1/+1
2019-02-07timex: use __kernel_timex internallyGravatar Deepa Dinamani 1-4/+4
2019-02-07sparc64: add custom adjtimex/clock_adjtime functionsGravatar Arnd Bergmann 1-12/+12
2019-02-07time: make adjtime compat handling available for 32 bitGravatar Arnd Bergmann 1-11/+3
2018-12-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-23/+2
2018-12-17posix-timers: Fix division by zero bugGravatar Thomas Gleixner 1-4/+1
2018-11-23posix-timers: Remove license boilerplateGravatar Thomas Gleixner 1-19/+1
2018-11-23time: Add SPDX license identifiersGravatar Thomas Gleixner 1-0/+1
2018-11-23time: Remove useless filenames in top level commentsGravatar Thomas Gleixner 1-4/+0
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-15/+15
2018-10-03signal: Distinguish between kernel_siginfo and siginfoGravatar Eric W. Biederman 1-1/+1
2018-08-27y2038: globally rename compat_time to old_time32Gravatar Arnd Bergmann 1-15/+15
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-12/+9
2018-08-13Merge branch 'parisc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-11/+2
2018-08-13parisc: Drop architecture-specific ENOTSUP defineGravatar Helge Deller 1-11/+2
2018-07-21signal: Pass pid and pid type into send_sigqueueGravatar Eric W. Biederman 1-9/+4
2018-07-21posix-timers: Noralize good_sigeventGravatar Eric W. Biederman 1-3/+5
2018-07-02posix-timers: Sanitize overrun handlingGravatar Thomas Gleixner 1-11/+20
2018-07-02posix-timers: Make forward callback return s64Gravatar Thomas Gleixner 1-3/+3
2018-06-24time: Change types to new y2038 safe __kernel_itimerspecGravatar Deepa Dinamani 1-5/+7
2018-06-19posix-timers: Use new ktime_get_*_ts64() helpersGravatar Arnd Bergmann 1-5/+5
2018-05-02Merge branch 'timers/urgent' into timers/coreGravatar Thomas Gleixner 1-9/+17
2018-04-26Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEGravatar Thomas Gleixner 1-9/+17
2018-04-19time: Change nanosleep to safe __kernel_* typesGravatar Deepa Dinamani 1-2/+2
2018-04-19time: Change types to new y2038 safe __kernel_* typesGravatar Deepa Dinamani 1-3/+3
2018-04-19posix-timers: Make compat syscalls depend on CONFIG_COMPAT_32BIT_TIMEGravatar Deepa Dinamani 1-2/+12
2018-04-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-17/+9
2018-03-22posix-timers: Protect posix clock array access against speculationGravatar Thomas Gleixner 1-3/+8
2018-03-13posix-timers: Unify MONOTONIC and BOOTTIME clock behaviorGravatar Thomas Gleixner 1-22/+1
2018-03-13timekeeping: Add the new CLOCK_MONOTONIC_ACTIVE clockGravatar Thomas Gleixner 1-0/+13
2018-01-22signal: Replace memset(info,...) with clear_siginfo for clarityGravatar Eric W. Biederman 1-1/+1