Age | Commit message (Expand) | Author |
2023-06-18 | posix-timers: Refer properly to CONFIG_HIGH_RES_TIMERS | Lukas Bulwahn |
2023-06-18 | posix-timers: Polish coding style in a few places | Thomas Gleixner |
2023-06-18 | posix-timers: Remove pointless comments | Thomas Gleixner |
2023-06-18 | posix-timers: Clarify posix_timer_fn() comments | Thomas Gleixner |
2023-06-18 | posix-timers: Clarify posix_timer_rearm() comment | Thomas Gleixner |
2023-06-18 | posix-timers: Comment SIGEV_THREAD_ID properly | Thomas Gleixner |
2023-06-18 | posix-timers: Add proper comments in do_timer_create() | Thomas Gleixner |
2023-06-18 | posix-timers: Document nanosleep() details | Thomas Gleixner |
2023-06-18 | posix-timers: Document sys_clock_settime() permissions in place | Thomas Gleixner |
2023-06-18 | posix-timers: Document sys_clock_getoverrun() | Thomas Gleixner |
2023-06-18 | posix-timers: Document common_clock_get() correctly | Thomas Gleixner |
2023-06-18 | posix-timers: Document sys_clock_getres() correctly | Thomas Gleixner |
2023-06-18 | posix-timers: Split release_posix_timers() | Thomas Gleixner |
2023-06-18 | posix-timers: Remove pointless irqsafe from hash_lock | Thomas Gleixner |
2023-06-18 | posix-timers: Set k_itimer:: It_signal to NULL on exit() | Thomas Gleixner |
2023-06-18 | posix-timers: Annotate concurrent access to k_itimer:: It_signal | Thomas Gleixner |
2023-06-18 | posix-timers: Add comments about timer lookup | Thomas Gleixner |
2023-06-18 | posix-timers: Cleanup comments about timer ID tracking | Thomas Gleixner |
2023-06-18 | posix-timers: Clarify timer_wait_running() comment | Thomas Gleixner |
2023-06-18 | posix-timers: Ensure timer ID search-loop limit is valid | Thomas Gleixner |
2023-06-18 | posix-timers: Prevent RT livelock in itimer_delete() | Thomas Gleixner |
2023-04-21 | posix-cpu-timers: Implement the missing timer_wait_running callback | Thomas Gleixner |
2023-01-11 | timers: Prevent union confusion from unexpected restart_syscall() | Jann Horn |
2022-07-11 | fix race between exit_itimers() and /proc/pid/timers | Oleg Nesterov |
2021-09-03 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-09-03 | memcg: enable accounting for posix_timers_cache slab | Vasily Averin |
2021-08-10 | posix-timers: Remove redundant initialization of variable ret | Colin Ian King |
2021-04-17 | posix-timers: Preserve return value in clock_adjtime32() | Chen Jun |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-02-17 | posix-timers: Pass lockdep expression to RCU lists | Amol Grover |
2020-01-14 | posix-timers: Make clock_nanosleep() time namespace aware | Andrei Vagin |
2020-01-14 | hrtimers: Prepare hrtimer_nanosleep() for time namespaces | Andrei Vagin |
2020-01-14 | posix-timers: Make timer_settime() time namespace aware | Andrei Vagin |
2020-01-14 | posix-clocks: Wire up clock_gettime() with timens offsets | Andrei Vagin |
2020-01-14 | posix-timers: Use clock_get_ktime() in common_timer_get() | Andrei Vagin |
2020-01-14 | posix-clocks: Introduce clock_get_ktime() callback | Andrei Vagin |
2020-01-14 | posix-clocks: Rename .clock_get_timespec() callbacks accordingly | Andrei Vagin |
2020-01-14 | posix-clocks: Rename the clock_get() callback to clock_get_timespec() | Andrei Vagin |
2019-08-20 | hrtimer: Improve comments on handling priority inversion against softirq kthread | Frederic Weisbecker |
2019-08-20 | posix-timers: Use a callback for cancel synchronization on PREEMPT_RT | Thomas Gleixner |
2019-08-01 | posix-timers: Move rcu_head out of it union | Sebastian Andrzej Siewior |
2019-08-01 | posix-timers: Rework cancel retry loops | Thomas Gleixner |
2019-08-01 | posix-timers: Cleanup the flag/flags confusion | Thomas Gleixner |
2019-06-22 | posix-timers: Use spin_lock_irq() in itimer_delete() | Sebastian Andrzej Siewior |
2019-06-22 | posix-timers: Remove "it_signal = NULL" assignment in itimer_delete() | Sebastian Andrzej Siewior |
2019-02-07 | y2038: syscalls: rename y2038 compat syscalls | Arnd Bergmann |
2019-02-07 | timex: change syscalls to use struct __kernel_timex | Deepa Dinamani |
2019-02-07 | timex: use __kernel_timex internally | Deepa Dinamani |
2019-02-07 | sparc64: add custom adjtimex/clock_adjtime functions | Arnd Bergmann |
2019-02-07 | time: make adjtime compat handling available for 32 bit | Arnd Bergmann |