aboutsummaryrefslogtreecommitdiff
path: root/kernel/time/posix-timers.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-18posix-timers: Refer properly to CONFIG_HIGH_RES_TIMERSGravatar Lukas Bulwahn 1-1/+1
2023-06-18posix-timers: Polish coding style in a few placesGravatar Thomas Gleixner 1-7/+7
2023-06-18posix-timers: Remove pointless commentsGravatar Thomas Gleixner 1-25/+0
2023-06-18posix-timers: Clarify posix_timer_fn() commentsGravatar Thomas Gleixner 1-30/+32
2023-06-18posix-timers: Clarify posix_timer_rearm() commentGravatar Thomas Gleixner 1-9/+3
2023-06-18posix-timers: Comment SIGEV_THREAD_ID properlyGravatar Thomas Gleixner 1-5/+2
2023-06-18posix-timers: Add proper comments in do_timer_create()Gravatar Thomas Gleixner 1-9/+11
2023-06-18posix-timers: Document nanosleep() detailsGravatar Thomas Gleixner 1-2/+7
2023-06-18posix-timers: Document sys_clock_settime() permissions in placeGravatar Thomas Gleixner 1-7/+4
2023-06-18posix-timers: Document sys_clock_getoverrun()Gravatar Thomas Gleixner 1-8/+17
2023-06-18posix-timers: Document common_clock_get() correctlyGravatar Thomas Gleixner 1-20/+30
2023-06-18posix-timers: Document sys_clock_getres() correctlyGravatar Thomas Gleixner 1-8/+73
2023-06-18posix-timers: Split release_posix_timers()Gravatar Thomas Gleixner 1-16/+15
2023-06-18posix-timers: Remove pointless irqsafe from hash_lockGravatar Thomas Gleixner 1-3/+2
2023-06-18posix-timers: Set k_itimer:: It_signal to NULL on exit()Gravatar Thomas Gleixner 1-0/+8
2023-06-18posix-timers: Annotate concurrent access to k_itimer:: It_signalGravatar Thomas Gleixner 1-7/+7
2023-06-18posix-timers: Add comments about timer lookupGravatar Thomas Gleixner 1-7/+32
2023-06-18posix-timers: Cleanup comments about timer ID trackingGravatar Thomas Gleixner 1-20/+8
2023-06-18posix-timers: Clarify timer_wait_running() commentGravatar Thomas Gleixner 1-4/+12
2023-06-18posix-timers: Ensure timer ID search-loop limit is validGravatar Thomas Gleixner 1-13/+18
2023-06-18posix-timers: Prevent RT livelock in itimer_delete()Gravatar Thomas Gleixner 1-8/+35
2023-04-21posix-cpu-timers: Implement the missing timer_wait_running callbackGravatar Thomas Gleixner 1-0/+4
2023-01-11timers: Prevent union confusion from unexpected restart_syscall()Gravatar Jann Horn 1-0/+2
2022-07-11fix race between exit_itimers() and /proc/pid/timersGravatar Oleg Nesterov 1-5/+14
2021-09-03Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+2
2021-09-03memcg: enable accounting for posix_timers_cache slabGravatar Vasily Averin 1-2/+2
2021-08-10posix-timers: Remove redundant initialization of variable retGravatar Colin Ian King 1-1/+1
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