Age | Commit message (Expand) | Author |
2023-09-02 | Merge tag 'timers-urgent-2023-09-02' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2023-08-30 | Merge tag 'docs-6.6' of git://git.lwn.net/linux | Linus Torvalds |
2023-08-30 | tick/rcu: Fix false positive "softirq work is pending" messages | Paul Gortmaker |
2023-08-28 | Merge tag 'linux-kselftest-kunit-6.6-rc1' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds |
2023-07-26 | kunit: time: Mark test as slow using test attributes | Rae Moar |
2023-07-14 | clocksource: Handle negative skews in "skew is too large" messages | Paul E. McKenney |
2023-07-14 | time: add kernel-doc in time.c | Randy Dunlap |
2023-06-27 | Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2023-06-27 | Merge tag 'sched-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2023-06-26 | Merge tag 'timers-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux... | Linus Torvalds |
2023-06-22 | hrtimer: Add missing sparse annotations to hrtimer locking | Ben Dooks |
2023-06-18 | tick/rcu: Fix bogus ratelimit condition | Wen Yang |
2023-06-18 | alarmtimer: Remove unnecessary (void *) cast | Li zeming |
2023-06-18 | alarmtimer: Remove unnecessary initialization of variable 'ret' | Li zeming |
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-06-16 | tick/common: Align tick period during sched_timer setup | Thomas Gleixner |
2023-06-05 | time/sched_clock: Provide sched_clock_noinstr() | Peter Zijlstra |
2023-06-05 | seqlock/latch: Provide raw_read_seqcount_latch_retry() | Peter Zijlstra |
2023-06-01 | clocksource: Replace all non-returning strlcpy with strscpy | Azeem Shaikh |
2023-05-08 | tick/broadcast: Make broadcast device replacement work correctly | Thomas Gleixner |
2023-04-29 | Merge tag 'timers-core-2023-04-28' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2023-04-27 | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2023-04-26 | timekeeping: Fix references to nonexistent ktime_get_fast_ns() | Geert Uytterhoeven |
2023-04-25 | Merge tag 'timers-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2023-04-21 | posix-cpu-timers: Implement the missing timer_wait_running callback | Thomas Gleixner |
2023-04-18 | timers/nohz: Remove middle-function __tick_nohz_idle_stop_tick() | Frederic Weisbecker |
2023-04-18 | timers/nohz: Add a comment about broken iowait counter update race | Frederic Weisbecker |
2023-04-18 | timers/nohz: Protect idle/iowait sleep time under seqcount | Frederic Weisbecker |
2023-04-18 | timers/nohz: Only ever update sleeptime from idle exit | Frederic Weisbecker |
2023-04-18 | timers/nohz: Restructure and reshuffle struct tick_sched | Frederic Weisbecker |