summaryrefslogtreecommitdiffstats
path: root/kernel/time/posix-timers.c
Commit message (Expand)AuthorAgeFilesLines
* posix-timers: Refer properly to CONFIG_HIGH_RES_TIMERSLukas Bulwahn2023-06-181-1/+1
* posix-timers: Polish coding style in a few placesThomas Gleixner2023-06-181-7/+7
* posix-timers: Remove pointless commentsThomas Gleixner2023-06-181-25/+0
* posix-timers: Clarify posix_timer_fn() commentsThomas Gleixner2023-06-181-30/+32
* posix-timers: Clarify posix_timer_rearm() commentThomas Gleixner2023-06-181-9/+3
* posix-timers: Comment SIGEV_THREAD_ID properlyThomas Gleixner2023-06-181-5/+2
* posix-timers: Add proper comments in do_timer_create()Thomas Gleixner2023-06-181-9/+11
* posix-timers: Document nanosleep() detailsThomas Gleixner2023-06-181-2/+7
* posix-timers: Document sys_clock_settime() permissions in placeThomas Gleixner2023-06-181-7/+4
* posix-timers: Document sys_clock_getoverrun()Thomas Gleixner2023-06-181-8/+17
* posix-timers: Document common_clock_get() correctlyThomas Gleixner2023-06-181-20/+30
* posix-timers: Document sys_clock_getres() correctlyThomas Gleixner2023-06-181-8/+73
* posix-timers: Split release_posix_timers()Thomas Gleixner2023-06-181-16/+15
* posix-timers: Remove pointless irqsafe from hash_lockThomas Gleixner2023-06-181-3/+2
* posix-timers: Set k_itimer:: It_signal to NULL on exit()Thomas Gleixner2023-06-181-0/+8
* posix-timers: Annotate concurrent access to k_itimer:: It_signalThomas Gleixner2023-06-181-7/+7
* posix-timers: Add comments about timer lookupThomas Gleixner2023-06-181-7/+32
* posix-timers: Cleanup comments about timer ID trackingThomas Gleixner2023-06-181-20/+8
* posix-timers: Clarify timer_wait_running() commentThomas Gleixner2023-06-181-4/+12
* posix-timers: Ensure timer ID search-loop limit is validThomas Gleixner2023-06-181-13/+18
* posix-timers: Prevent RT livelock in itimer_delete()Thomas Gleixner2023-06-181-8/+35
* posix-cpu-timers: Implement the missing timer_wait_running callbackThomas Gleixner2023-04-211-0/+4
* timers: Prevent union confusion from unexpected restart_syscall()Jann Horn2023-01-111-0/+2
* fix race between exit_itimers() and /proc/pid/timersOleg Nesterov2022-07-111-5/+14
* 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