summaryrefslogtreecommitdiff
path: root/kernel/time/timer.c
AgeCommit message (Expand)Author
2024-11-19Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
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-10-31timers: Add missing READ_ONCE() in __run_timer_base()Thomas Gleixner
2024-10-16timers: Move *sleep*() and timeout functions into a separate fileAnna-Maria Behnsen
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-09-08timers: Rename next_expiry_recalc() to be uniqueAnna-Maria Behnsen
2024-09-04timers: Annotate possible non critical data race of next_expiryAnna-Maria Behnsen
2024-08-29timers: Remove historical extra jiffie for timeout in msleep()Anna-Maria Behnsen
2024-08-20softirq: Remove unused 'action' parameter from action callbackCaleb Sander Mateos
2024-08-14timers: Add sparse annotation for timer_sync_wait_running().Sebastian Andrzej Siewior
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
2024-05-17Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-05-13Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-04-24timekeeping: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-04-01timers: Fix text inconsistencies and spellingRandy Dunlap
2024-03-25Merge tag 'v6.9-rc1' into sched/core, to pick up fixes and to refresh the branchIngo Molnar
2024-03-19timers: Fix removed self-IPI on global timer's enqueue in nohz_fullFrederic Weisbecker
2024-03-12sched/balancing: Rename scheduler_tick() => sched_tick()Ingo Molnar
2024-02-26timers: Assert no next dyntick timer look-up while CPU is offlineFrederic Weisbecker
2024-02-22timers: Always queue timers on the local CPUAnna-Maria Behnsen
2024-02-22timers: Implement the hierarchical pull modelAnna-Maria Behnsen
2024-02-22timers: Introduce function to check timer base is_idle flagAnna-Maria Behnsen
2024-02-22timers: Check if timers base is handled alreadyAnna-Maria Behnsen
2024-02-22timers: Restructure internal lockingRichard Cochran (linutronix GmbH)
2024-02-22timers: Add get next timer interrupt functionality for remote CPUsAnna-Maria Behnsen
2024-02-22timers: Split out "get next timer interrupt" functionalityAnna-Maria Behnsen
2024-02-22timers: Retrieve next expiry of pinned/non-pinned timers separatelyAnna-Maria Behnsen
2024-02-22timers: Keep the pinned timers separate from the othersAnna-Maria Behnsen
2024-02-22timers: Split next timer interrupt logicAnna-Maria Behnsen
2024-02-22timers: Simplify code in run_local_timers()Anna-Maria Behnsen
2024-02-22timers: Make sure TIMER_PINNED flag is set in add_timer_on()Anna-Maria Behnsen
2024-02-22timers: Introduce add_timer() variants which modify timer flagsAnna-Maria Behnsen
2024-02-22timers: Optimization for timer_base_try_to_set_idle()Anna-Maria Behnsen
2024-02-22timers: Move marking timer bases idle into tick_nohz_stop_tick()Anna-Maria Behnsen
2024-02-22timers: Split out get next timer interruptAnna-Maria Behnsen
2024-02-22timers: Restructure get_next_timer_interrupt()Anna-Maria Behnsen
2024-02-19timers: Add struct member description for timer_baseAnna-Maria Behnsen
2023-12-20timers: Fix nextevt calculation when no timers are pendingAnna-Maria Behnsen
2023-12-20timers: Rework idle logicThomas Gleixner
2023-12-20timers: Use already existing function for forwarding timer baseAnna-Maria Behnsen
2023-12-20timers: Split out forward timer base functionalityAnna-Maria Behnsen
2023-12-20timers: Clarify check in forward_timer_base()Anna-Maria Behnsen
2023-12-20timers: Move store of next event into __next_timer_interrupt()Anna-Maria Behnsen
2023-12-20timers: Do not IPI for deferrable timersAnna-Maria Behnsen
2023-12-20tracing/timers: Add tracepoint for tracking timer base is_idle flagAnna-Maria Behnsen
2023-12-20tracing/timers: Enhance timer_start tracepointAnna-Maria Behnsen
2022-11-24timers: Provide timer_shutdown[_sync]()Thomas Gleixner
2022-11-24timers: Add shutdown mechanism to the internal functionsThomas Gleixner