aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/posix-timers.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-11fix race between exit_itimers() and /proc/pid/timersOleg Nesterov1-5/+14
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2021-09-03memcg: enable accounting for posix_timers_cache slabVasily Averin1-2/+2
2021-08-10posix-timers: Remove redundant initialization of variable retColin Ian King1-1/+1
2021-04-17posix-timers: Preserve return value in clock_adjtime32()Chen Jun1-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-02-17posix-timers: Pass lockdep expression to RCU listsAmol Grover1-1/+2
2020-01-14posix-timers: Make clock_nanosleep() time namespace awareAndrei Vagin1-2/+15
2020-01-14hrtimers: Prepare hrtimer_nanosleep() for time namespacesAndrei Vagin1-1/+3
2020-01-14posix-timers: Make timer_settime() time namespace awareAndrei Vagin1-0/+2
2020-01-14posix-clocks: Wire up clock_gettime() with timens offsetsAndrei Vagin1-0/+5
2020-01-14posix-timers: Use clock_get_ktime() in common_timer_get()Andrei Vagin1-7/+1
2020-01-14posix-clocks: Introduce clock_get_ktime() callbackAndrei Vagin1-1/+25
2020-01-14posix-clocks: Rename .clock_get_timespec() callbacks accordinglyAndrei Vagin1-8/+8
2020-01-14posix-clocks: Rename the clock_get() callback to clock_get_timespec()Andrei Vagin1-11/+11
2019-08-20hrtimer: Improve comments on handling priority inversion against softirq kthreadFrederic Weisbecker1-0/+6
2019-08-20posix-timers: Use a callback for cancel synchronization on PREEMPT_RTThomas Gleixner1-1/+17
2019-08-01posix-timers: Move rcu_head out of it unionSebastian Andrzej Siewior1-2/+2
2019-08-01posix-timers: Rework cancel retry loopsThomas Gleixner1-6/+23
2019-08-01posix-timers: Cleanup the flag/flags confusionThomas Gleixner1-5/+5
2019-06-22posix-timers: Use spin_lock_irq() in itimer_delete()Sebastian Andrzej Siewior1-5/+3
2019-06-22posix-timers: Remove "it_signal = NULL" assignment in itimer_delete()Sebastian Andrzej Siewior1-5/+0
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann1-16/+16
2019-02-07timex: change syscalls to use struct __kernel_timexDeepa Dinamani1-1/+1
2019-02-07timex: use __kernel_timex internallyDeepa Dinamani1-4/+4
2019-02-07sparc64: add custom adjtimex/clock_adjtime functionsArnd Bergmann1-12/+12
2019-02-07time: make adjtime compat handling available for 32 bitArnd Bergmann1-11/+3
2018-12-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-23/+2
2018-12-17posix-timers: Fix division by zero bugThomas Gleixner1-4/+1
2018-11-23posix-timers: Remove license boilerplateThomas Gleixner1-19/+1
2018-11-23time: Add SPDX license identifiersThomas Gleixner1-0/+1
2018-11-23time: Remove useless filenames in top level commentsThomas Gleixner1-4/+0
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-15/+15
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman1-1/+1
2018-08-27y2038: globally rename compat_time to old_time32Arnd Bergmann1-15/+15
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-12/+9
2018-08-13Merge branch 'parisc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds1-11/+2
2018-08-13parisc: Drop architecture-specific ENOTSUP defineHelge Deller1-11/+2
2018-07-21signal: Pass pid and pid type into send_sigqueueEric W. Biederman1-9/+4
2018-07-21posix-timers: Noralize good_sigeventEric W. Biederman1-3/+5
2018-07-02posix-timers: Sanitize overrun handlingThomas Gleixner1-11/+20
2018-07-02posix-timers: Make forward callback return s64Thomas Gleixner1-3/+3
2018-06-24time: Change types to new y2038 safe __kernel_itimerspecDeepa Dinamani1-5/+7
2018-06-19posix-timers: Use new ktime_get_*_ts64() helpersArnd Bergmann1-5/+5
2018-05-02Merge branch 'timers/urgent' into timers/coreThomas Gleixner1-9/+17
2018-04-26Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEThomas Gleixner1-9/+17
2018-04-19time: Change nanosleep to safe __kernel_* typesDeepa Dinamani1-2/+2
2018-04-19time: Change types to new y2038 safe __kernel_* typesDeepa Dinamani1-3/+3
2018-04-19posix-timers: Make compat syscalls depend on CONFIG_COMPAT_32BIT_TIMEDeepa Dinamani1-2/+12
2018-04-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-17/+9