aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/posix-timers.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-18posix-timers: Refer properly to CONFIG_HIGH_RES_TIMERSLukas Bulwahn1-1/+1
2023-06-18posix-timers: Polish coding style in a few placesThomas Gleixner1-7/+7
2023-06-18posix-timers: Remove pointless commentsThomas Gleixner1-25/+0
2023-06-18posix-timers: Clarify posix_timer_fn() commentsThomas Gleixner1-30/+32
2023-06-18posix-timers: Clarify posix_timer_rearm() commentThomas Gleixner1-9/+3
2023-06-18posix-timers: Comment SIGEV_THREAD_ID properlyThomas Gleixner1-5/+2
2023-06-18posix-timers: Add proper comments in do_timer_create()Thomas Gleixner1-9/+11
2023-06-18posix-timers: Document nanosleep() detailsThomas Gleixner1-2/+7
2023-06-18posix-timers: Document sys_clock_settime() permissions in placeThomas Gleixner1-7/+4
2023-06-18posix-timers: Document sys_clock_getoverrun()Thomas Gleixner1-8/+17
2023-06-18posix-timers: Document common_clock_get() correctlyThomas Gleixner1-20/+30
2023-06-18posix-timers: Document sys_clock_getres() correctlyThomas Gleixner1-8/+73
2023-06-18posix-timers: Split release_posix_timers()Thomas Gleixner1-16/+15
2023-06-18posix-timers: Remove pointless irqsafe from hash_lockThomas Gleixner1-3/+2
2023-06-18posix-timers: Set k_itimer:: It_signal to NULL on exit()Thomas Gleixner1-0/+8
2023-06-18posix-timers: Annotate concurrent access to k_itimer:: It_signalThomas Gleixner1-7/+7
2023-06-18posix-timers: Add comments about timer lookupThomas Gleixner1-7/+32
2023-06-18posix-timers: Cleanup comments about timer ID trackingThomas Gleixner1-20/+8
2023-06-18posix-timers: Clarify timer_wait_running() commentThomas Gleixner1-4/+12
2023-06-18posix-timers: Ensure timer ID search-loop limit is validThomas Gleixner1-13/+18
2023-06-18posix-timers: Prevent RT livelock in itimer_delete()Thomas Gleixner1-8/+35
2023-04-21posix-cpu-timers: Implement the missing timer_wait_running callbackThomas Gleixner1-0/+4
2023-01-11timers: Prevent union confusion from unexpected restart_syscall()Jann Horn1-0/+2
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/ke...Linus 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/ke...Linus 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...Linus Torvalds1-12/+9
2018-08-13Merge branch 'parisc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus 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/ke...Linus Torvalds1-17/+9
2018-03-22posix-timers: Protect posix clock array access against speculationThomas Gleixner1-3/+8
2018-03-13posix-timers: Unify MONOTONIC and BOOTTIME clock behaviorThomas Gleixner1-22/+1
2018-03-13timekeeping: Add the new CLOCK_MONOTONIC_ACTIVE clockThomas Gleixner1-0/+13
2018-01-22signal: Replace memset(info,...) with clear_siginfo for clarityEric W. Biederman1-1/+1
2017-12-15posix-timer: Properly check sigevent->sigev_notifyThomas Gleixner1-12/+17
2017-06-30posix_clocks: Use get_itimerspec64() and put_itimerspec64()Deepa Dinamani1-28/+16
2017-06-30nanosleep: Use get_timespec64() and put_timespec64()Deepa Dinamani1-12/+8
2017-06-30posix-timers: Use get_timespec64() and put_timespec64()Deepa Dinamani1-38/+25
2017-06-14posix-timers: Make nanosleep timespec argument constThomas Gleixner1-2/+2
2017-06-14posix-timers: Move compat_timer_create() to native, get rid of set_fs()Al Viro1-18/+41
2017-06-14posix-timers: Move compat versions of clock_gettime/settime/getresAl Viro1-4/+62
2017-06-14posix-timers: Take compat timer_gettime(2) to native oneAl Viro1-9/+34
2017-06-14posix-timers: Take compat timer_settime(2) to native oneAl Viro1-24/+63
2017-06-14ntp: Move adjtimex related compat syscalls to native counterpartsAl Viro1-0/+27
2017-06-14posix-timers: Kill ->nsleep_restart()Al Viro1-4/+0
2017-06-14time/posix-timers: Move the compat copyouts to the nanosleep implementationsAl Viro1-8/+24
2017-06-14posix-timers: Store rmtp into restart_block in sys_clock_nanosleep()Al Viro1-5/+5
2017-06-14hrtimer_nanosleep(): Pass rmtp in restart_blockAl Viro1-1/+4
2017-06-12posix-timers: Handle relative posix-timers correctlyThomas Gleixner1-0/+13
2017-06-12posix-timers: Zero out oldval itimerspecThomas Gleixner1-0/+2
2017-06-12posix-timers: Fix inverted SIGEV_NONE logic in common_timer_get()Thomas Gleixner1-1/+1
2017-06-04alarmtimer: Switch over to generic set/get/rearm routineThomas Gleixner1-7/+5
2017-06-04posix-timers: Make use of cancel/arm callbacksThomas Gleixner1-81/+100
2017-06-04posix-timers: Zero settings value in common codeThomas Gleixner1-2/+1
2017-06-04posix-timers: Make use of forward/remaining callbacksThomas Gleixner1-15/+49
2017-06-04posix-timers: Add active flag to k_itimerThomas Gleixner1-1/+7
2017-06-04posix-timers: Use timer_rearm() callback in posixtimer_rearm()Thomas Gleixner1-6/+6
2017-06-04posix-timers: Rename do_schedule_next_timerThomas Gleixner1-5/+5
2017-06-04posix-timers: Store k_clock pointer in k_itimerThomas Gleixner1-3/+4
2017-06-04posix-timers: Move interval out of the unionThomas Gleixner1-10/+10
2017-06-04posix-timers: Unify overrun/requeue_pending handlingThomas Gleixner1-7/+8
2017-06-04posix-timers: Move posix-timer internals to coreThomas Gleixner1-0/+1
2017-06-04posix-timers: Avoid gazillions of forward declarationsThomas Gleixner1-101/+89
2017-06-04posix-timers: Remove unused export of posix_timer_event()Thomas Gleixner1-1/+0
2017-05-27posix-timers: Make posix_clocks immutableChristoph Hellwig1-102/+89
2017-04-14time: Change k_clock nsleep() to use timespec64Deepa Dinamani1-4/+6
2017-04-14time: Change k_clock timer_set() and timer_get() to use timespec64Deepa Dinamani1-16/+21
2017-04-14time: Change k_clock clock_set() to use timespec64Deepa Dinamani1-6/+5
2017-04-14time: Change k_clock clock_getres() to use timespec64Deepa Dinamani1-4/+6
2017-04-14time: Change k_clock clock_get() to use timespec64Deepa Dinamani1-15/+17
2017-04-14time: Delete do_sys_setimeofday()Deepa Dinamani1-1/+4
2017-03-02sched/headers: Prepare to move exit_files() and exit_itimers() from <linux/sc...Ingo Molnar1-0/+1
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-1/+1
2016-12-25ktime: Get rid of the unionThomas Gleixner1-10/+10
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-01-17posix-timers: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner1-1/+1
2015-04-22hrtimer: Get rid of hrtimer_get_res()Thomas Gleixner1-5/+12
2014-10-25posix-timers: Fix stack info leak in timer_create()Mathias Krause1-0/+1
2014-07-23time: Consolidate the time accessor prototypesThomas Gleixner1-0/+2
2014-06-23time/timers: Move all time(r) related files into kernel/timeThomas Gleixner1-0/+1121