summaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)Author
2025-02-08Merge tag 'timers-urgent-2025-02-08' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-02-07timers/migration: Fix off-by-one root mis-connectionFrederic Weisbecker
2025-02-03Merge tag 'timers-urgent-2025-02-03' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-02-03clocksource: Use migrate_disable() to avoid calling get_random_u32() in atomi...Waiman Long
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados
2025-01-27clocksource: Use pr_info() for "Checking clocksource synchronization" messageWaiman Long
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-16timers/migration: Simplify top level detection on group setupFrederic Weisbecker
2025-01-16hrtimers: Handle CPU state correctly on hotplugKoichiro Den
2025-01-16timers/migration: Annotate accesses to ignore flagFrederic Weisbecker
2025-01-16timers/migration: Enforce group initialization visibility to tree walkersFrederic Weisbecker
2025-01-16timers/migration: Fix another race between hotplug and idle entry/exitFrederic Weisbecker
2025-01-16timers: Optimize get_timer_[this_]cpu_base()Zhongqiu Han
2025-01-15timekeeping: Remove unused ktime_get_fast_timestamps()Dr. David Alan Gilbert
2025-01-15timer/migration: Fix kernel-doc warnings for union tmigr_stateRandy Dunlap
2025-01-15tick/broadcast: Add kernel-doc for function parametersRandy Dunlap
2025-01-15hrtimers: Update the return type of enqueue_hrtimer()Richard Clark
2025-01-15clocksource/wdtest: Print time values for short udelay(1)Paul E. McKenney
2025-01-15posix-timers: Fix typo in __lock_timer()Zhu Jun
2024-12-05clocksource: Make negative motion detection more robustThomas Gleixner
2024-11-28ntp: Remove invalid cast in time offset mathMarcelo Dalmas
2024-11-19Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-11-19Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-11-19Merge tag 'irq-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-11-19Merge tag 'locking-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-11-18Merge tag 'vfs-6.13.mgtime' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-11-07hrtimers: Delete hrtimer_init_on_stack()Nam Cao
2024-11-07alarmtimer: Switch to use hrtimer_setup() and hrtimer_setup_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-07timers: Use __raise_softirq_irqoff() to raise the softirq.Sebastian Andrzej Siewior
2024-11-07hrtimer: Use __raise_softirq_irqoff() to raise the softirqSebastian Andrzej Siewior
2024-11-07alarmtimers: Remove return value from alarm functionsThomas Gleixner
2024-11-07alarmtimers: Remove the throttle mechanism from alarm_forward_now()Thomas Gleixner
2024-11-07posix-timers: Cleanup SIG_IGN workaround leftoversThomas Gleixner
2024-11-07signal: Queue ignored posixtimers on ignore listThomas Gleixner
2024-11-07posix-timers: Handle ignored list on delete and exitThomas Gleixner
2024-11-07posix-timers: Move sequence logic into struct k_itimerThomas Gleixner
2024-11-07posix-timers: Embed sigqueue in struct k_itimerThomas Gleixner
2024-11-07signal: Replace resched_timer logicThomas Gleixner
2024-11-07signal: Refactor send_sigqueue()Thomas Gleixner
2024-11-07posix-timers: Store PID type in the timerThomas Gleixner
2024-11-07posix-timers: Add a refcount to struct k_itimerThomas Gleixner