summaryrefslogtreecommitdiff
path: root/kernel/time/hrtimer.c
AgeCommit message (Expand)Author
45 hoursMerge tag 'timers-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2 daysMerge tag 'sched-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
9 daysMerge branch 'v6.19-rc8'Peter Zijlstra
2026-01-28cpufreq: ondemand: Simplify idle cputime granularity testFrederic Weisbecker
2026-01-22hrtimer: Fix trace oddityThomas Gleixner
2026-01-13hrtimer: Drop _tv64() helpersThomas Weißschuh
2026-01-13hrtimer: Remove public definition of HIGH_RES_NSECThomas Weißschuh
2026-01-13hrtimer: Fix softirq base check in update_needs_ipi()Thomas Weißschuh
2026-01-11treewide: Update email addressThomas Gleixner
2025-12-02Merge tag 'timers-core-2025-11-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-11-14hrtimer: Store time as ktime_t in restart blockThomas Weißschuh
2025-09-30Merge tag 'timers-core-2025-09-29' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-09-21time: Fix spelling mistakes in commentsHaofeng Li
2025-09-09hrtimers: Unconditionally update target CPU base after offline timer migrationXiongfeng Wang
2025-09-09hrtimer: Reorder branches in hrtimer_clockid_to_base()Thomas Weißschuh
2025-09-09hrtimer: Remove hrtimer_clock_base:: Get_timeThomas Weißschuh
2025-04-09hrtimer: Add missing ACCESS_PRIVATE() for hrtimer::functionNam Cao
2025-04-05tracing/timers: Rename the hrtimer_init event to hrtimer_setupNam Cao
2025-04-05hrtimers: Rename debug_init_on_stack() to debug_setup_on_stack()Nam Cao
2025-04-05hrtimers: Rename debug_init() to debug_setup()Nam Cao
2025-04-05hrtimers: Rename __hrtimer_init_sleeper() to __hrtimer_setup_sleeper()Nam Cao
2025-04-05hrtimers: Remove unnecessary NULL check in hrtimer_start_range_ns()Nam Cao
2025-04-05hrtimers: Make callback function pointer privateNam Cao
2025-04-05hrtimers: Merge __hrtimer_init() into __hrtimer_setup()Nam Cao
2025-04-05hrtimers: Switch to use __htimer_setup()Nam Cao
2025-04-05hrtimers: Delete hrtimer_init()Nam Cao
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-02-18can: Switch to use hrtimer_setup()Nam Cao
2025-02-18hrtimers: Replace hrtimer_clock_to_base_table with switch-caseAndy Shevchenko
2025-01-23hrtimers: Force migrate away hrtimers queued after CPUHP_AP_HRTIMERS_DYINGFrederic Weisbecker
2025-01-23hrtimers: Mark is_migration_base() with __always_inlineAndy Shevchenko
2025-01-21Merge tag 'timers-core-2025-01-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-01-16hrtimers: Handle CPU state correctly on hotplugKoichiro Den
2025-01-15hrtimers: Update the return type of enqueue_hrtimer()Richard Clark
2024-11-19Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-11-07hrtimers: Delete hrtimer_init_on_stack()Nam Cao
2024-11-07hrtimers: Delete hrtimer_init_sleeper_on_stack()Nam Cao
2024-11-07timers: Switch to use hrtimer_setup_sleeper_on_stack()Nam Cao
2024-11-07hrtimers: Introduce hrtimer_setup_sleeper_on_stack()Nam Cao
2024-11-07hrtimers: Introduce hrtimer_setup_on_stack()Nam Cao
2024-11-07hrtimers: Introduce hrtimer_setup() to replace hrtimer_init()Nam Cao
2024-11-07hrtimers: Add missing hrtimer_init() trace pointsNam Cao
2024-11-07softirq: Use a dedicated thread for timer wakeups on PREEMPT_RT.Sebastian Andrzej Siewior
2024-11-07hrtimer: Use __raise_softirq_irqoff() to raise the softirqSebastian Andrzej Siewior
2024-10-16timers: Move *sleep*() and timeout functions into a separate fileAnna-Maria Behnsen
2024-09-19Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-09-17Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-09-08treewide: Fix wrong singular form of jiffies in commentsAnna-Maria Behnsen
2024-08-23hrtimer: Use and report correct timerslack values for realtime tasksFelix Moessbauer