summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-26tick: Move broadcast cancellation up to CPUHP_AP_TICK_DYINGFrederic Weisbecker4-8/+5
2024-02-26tick: Move tick cancellation up to CPUHP_AP_TICK_DYINGFrederic Weisbecker2-2/+2
2024-02-26tick: Start centralizing tick related CPU hotplug operationsFrederic Weisbecker4-11/+23
2024-02-26tick/sched: Don't clear ts::next_tick again in can_stop_idle_tick()Frederic Weisbecker1-5/+0
2024-02-26tick/sched: Rename tick_nohz_stop_sched_tick() to tick_nohz_full_stop_tick()Frederic Weisbecker1-2/+2
2024-02-26tick: Use IS_ENABLED() whenever possibleFrederic Weisbecker2-12/+6
2024-02-26tick/sched: Remove useless oneshot ifdefferyFrederic Weisbecker1-5/+1
2024-02-26tick/nohz: Remove duplicate between lowres and highres handlersPeng Liu1-60/+36
2024-02-26tick/nohz: Remove duplicate between tick_nohz_switch_to_nohz() and tick_setup...Peng Liu3-23/+20
2024-02-23hrtimer: Select housekeeping CPU during migrationCosta Shulyupin1-1/+2
2024-02-22timers: Always queue timers on the local CPUAnna-Maria Behnsen2-31/+19
2024-02-22timer_migration: Add tracepointsAnna-Maria Behnsen3-0/+325
2024-02-22timers: Implement the hierarchical pull modelAnna-Maria Behnsen6-8/+2011
2024-02-22timers: Introduce function to check timer base is_idle flagAnna-Maria Behnsen2-0/+11
2024-02-22tick/sched: Split out jiffies update helper functionRichard Cochran (linutronix GmbH)2-7/+20
2024-02-22timers: Check if timers base is handled alreadyAnna-Maria Behnsen1-0/+3
2024-02-22timers: Restructure internal lockingRichard Cochran (linutronix GmbH)1-10/+21
2024-02-22timers: Add get next timer interrupt functionality for remote CPUsAnna-Maria Behnsen2-5/+100
2024-02-22timers: Split out "get next timer interrupt" functionalityAnna-Maria Behnsen1-26/+38
2024-02-22timers: Retrieve next expiry of pinned/non-pinned timers separatelyAnna-Maria Behnsen1-4/+31
2024-02-22timers: Keep the pinned timers separate from the othersAnna-Maria Behnsen1-29/+56
2024-02-22timers: Split next timer interrupt logicAnna-Maria Behnsen1-13/+19
2024-02-22timers: Simplify code in run_local_timers()Anna-Maria Behnsen1-8/+6
2024-02-22timers: Make sure TIMER_PINNED flag is set in add_timer_on()Anna-Maria Behnsen1-1/+7
2024-02-22workqueue: Use global variant for add_timer()Anna-Maria Behnsen1-1/+1
2024-02-22timers: Introduce add_timer() variants which modify timer flagsAnna-Maria Behnsen2-0/+36
2024-02-22timers: Optimization for timer_base_try_to_set_idle()Anna-Maria Behnsen2-4/+9
2024-02-22timers: Move marking timer bases idle into tick_nohz_stop_tick()Anna-Maria Behnsen3-30/+71
2024-02-22timers: Split out get next timer interruptAnna-Maria Behnsen1-9/+14
2024-02-22timers: Restructure get_next_timer_interrupt()Anna-Maria Behnsen1-6/+6
2024-02-21clocksource: Scale the watchdog read retries automaticallyFeng Tang5-20/+25
2024-02-21time/kunit: Use correct format specifierDavid Gow1-1/+1
2024-02-20csky/vdso: Use generic union vdso_data_storeAnna-Maria Behnsen1-8/+2
2024-02-20MIPS: vdso: Use generic union vdso_data_storeAnna-Maria Behnsen2-6/+1
2024-02-20LoongArch: vdso: Use generic union vdso_data_storeAnna-Maria Behnsen1-4/+2
2024-02-20s390/vdso: Use generic union vdso_data_storeAnna-Maria Behnsen1-4/+1
2024-02-20riscv: vdso: Use generic union vdso_data_storeAnna-Maria Behnsen1-8/+2
2024-02-20arm64: vdso: Use generic union vdso_data_storeAnna-Maria Behnsen1-4/+1
2024-02-20vdso/ARM: Make union vdso_data_store available for all architecturesAnna-Maria Behnsen5-32/+13
2024-02-20csky/vdso: Remove superfluous ifdefferyAnna-Maria Behnsen2-9/+0
2024-02-20s390/vdso/data: Drop unnecessary header includeAnna-Maria Behnsen1-1/+0
2024-02-20vdso/helpers: Fix grammar in commentsAnna-Maria Behnsen1-4/+4
2024-02-20Merge tag 'v6.8-rc5' into timers/core, to resolve conflictIngo Molnar824-3443/+6550
2024-02-19timekeeping: Fix cross-timestamp interpolation for non-x86Peter Hilber1-4/+2
2024-02-19timekeeping: Fix cross-timestamp interpolation corner case decisionPeter Hilber1-8/+10
2024-02-19timekeeping: Fix cross-timestamp interpolation on counter wrapPeter Hilber1-1/+1
2024-02-19jiffies: Transform comment about time_* functions into DOC blockAnna-Maria Behnsen1-6/+9
2024-02-19timers: Add struct member description for timer_baseAnna-Maria Behnsen1-0/+45
2024-02-19tick/sched: Add function description for tick_nohz_next_event()Anna-Maria Behnsen1-0/+10
2024-02-19hrtimers: Update formatting of documentationAnna-Maria Behnsen2-19/+13