index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
time
/
hrtimer.c
Age
Commit message (
Expand
)
Author
2025-01-23
hrtimers: Force migrate away hrtimers queued after CPUHP_AP_HRTIMERS_DYING
Frederic Weisbecker
2025-01-23
hrtimers: Mark is_migration_base() with __always_inline
Andy Shevchenko
2025-01-21
Merge tag 'timers-core-2025-01-21' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2025-01-16
hrtimers: Handle CPU state correctly on hotplug
Koichiro Den
2025-01-15
hrtimers: Update the return type of enqueue_hrtimer()
Richard Clark
2024-11-19
Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2024-11-07
hrtimers: Delete hrtimer_init_on_stack()
Nam Cao
2024-11-07
hrtimers: Delete hrtimer_init_sleeper_on_stack()
Nam Cao
2024-11-07
timers: Switch to use hrtimer_setup_sleeper_on_stack()
Nam Cao
2024-11-07
hrtimers: Introduce hrtimer_setup_sleeper_on_stack()
Nam Cao
2024-11-07
hrtimers: Introduce hrtimer_setup_on_stack()
Nam Cao
2024-11-07
hrtimers: Introduce hrtimer_setup() to replace hrtimer_init()
Nam Cao
2024-11-07
hrtimers: Add missing hrtimer_init() trace points
Nam Cao
2024-11-07
softirq: Use a dedicated thread for timer wakeups on PREEMPT_RT.
Sebastian Andrzej Siewior
2024-11-07
hrtimer: Use __raise_softirq_irqoff() to raise the softirq
Sebastian Andrzej Siewior
2024-10-16
timers: Move *sleep*() and timeout functions into a separate file
Anna-Maria Behnsen
2024-09-19
Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-09-17
Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2024-09-08
treewide: Fix wrong singular form of jiffies in comments
Anna-Maria Behnsen
2024-08-23
hrtimer: Use and report correct timerslack values for realtime tasks
Felix Moessbauer
2024-08-20
softirq: Remove unused 'action' parameter from action callback
Caleb Sander Mateos
2024-08-14
hrtimer: Annotate hrtimer_cpu_base_.*_expiry() for sparse.
Sebastian Andrzej Siewior
2024-08-07
sched/rt: Rename realtime_{prio, task}() to rt_or_dl_{prio, task}()
Qais Yousef
2024-08-07
sched/rt: Clean up usage of rt_task()
Qais Yousef
2024-06-25
hrtimer: Prevent queuing of hrtimer without a function callback
Phil Chang
2024-04-22
hrtimer: Rename __hrtimer_hres_active() to hrtimer_hres_active()
Jiapeng Chong
2024-04-08
hrtimer: Remove unused function
Jiapeng Chong
2024-02-26
tick: Split nohz and highres features from nohz_mode
Frederic Weisbecker
2024-02-26
tick: Move tick cancellation up to CPUHP_AP_TICK_DYING
Frederic Weisbecker
2024-02-26
tick/nohz: Remove duplicate between tick_nohz_switch_to_nohz() and tick_setup...
Peng Liu
2024-02-22
hrtimer: Select housekeeping CPU during migration
Costa Shulyupin
2024-02-19
Merge tag 'v6.8-rc5' into timers/core, to resolve conflict
Ingo Molnar
2024-02-19
hrtimers: Update formatting of documentation
Anna-Maria Behnsen
2024-02-06
hrtimer: Report offline hrtimer enqueue
Frederic Weisbecker
2023-11-11
hrtimers: Push pending hrtimers away from outgoing CPU earlier
Thomas Gleixner
2023-06-22
hrtimer: Add missing sparse annotations to hrtimer locking
Ben Dooks
2023-01-31
hrtimer: Ignore slack time for RT tasks in schedule_hrtimeout_range()
Davidlohr Bueso
2023-01-31
hrtimer: Rely on rt_task() for DL tasks too
Davidlohr Bueso
2023-01-11
timers: Prevent union confusion from unexpected restart_syscall()
Jann Horn
2022-09-07
freezer,sched: Rewrite core freezer logic
Peter Zijlstra
2022-08-02
wireguard: ratelimiter: use hrtimer in selftest
Jason A. Donenfeld
2021-08-12
hrtimer: Unbreak hrtimer_force_reprogram()
Thomas Gleixner
2021-08-12
hrtimer: Use raw_cpu_ptr() in clock_was_set()
Thomas Gleixner
2021-08-10
hrtimer: Avoid more SMP function calls in clock_was_set()
Thomas Gleixner
2021-08-10
hrtimer: Avoid unnecessary SMP function calls in clock_was_set()
Marcelo Tosatti
2021-08-10
hrtimer: Add bases argument to clock_was_set()
Thomas Gleixner
2021-08-10
timekeeping: Distangle resume and clock-was-set events
Thomas Gleixner
2021-08-10
hrtimer: Force clock_was_set() handling for the HIGHRES=n, NOHZ=y case
Thomas Gleixner
2021-08-10
hrtimer: Ensure timerfd notification for HIGHRES=n
Thomas Gleixner
2021-08-10
hrtimer: Consolidate reprogramming code
Peter Zijlstra
[next]