aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-02-26tick: Split nohz and highres features from nohz_modeFrederic Weisbecker
2024-02-26tick: Move individual bit features to debuggable mask accessesFrederic Weisbecker
2024-02-26tick: Move got_idle_tick away from common flagsFrederic Weisbecker
2024-02-26tick: Assume the tick can't be stopped in NOHZ_MODE_INACTIVE modeFrederic Weisbecker
2024-02-26tick: Move broadcast cancellation up to CPUHP_AP_TICK_DYINGFrederic Weisbecker
2024-02-26tick: Move tick cancellation up to CPUHP_AP_TICK_DYINGFrederic Weisbecker
2024-02-26tick: Start centralizing tick related CPU hotplug operationsFrederic Weisbecker
2024-02-26tick/sched: Don't clear ts::next_tick again in can_stop_idle_tick()Frederic Weisbecker
2024-02-26tick/sched: Rename tick_nohz_stop_sched_tick() to tick_nohz_full_stop_tick()Frederic Weisbecker
2024-02-26tick: Use IS_ENABLED() whenever possibleFrederic Weisbecker
2024-02-26tick/sched: Remove useless oneshot ifdefferyFrederic Weisbecker
2024-02-26tick/nohz: Remove duplicate between lowres and highres handlersPeng Liu
2024-02-26tick/nohz: Remove duplicate between tick_nohz_switch_to_nohz() and tick_setup...Peng Liu
2024-02-22hrtimer: Select housekeeping CPU during migrationCosta Shulyupin
2024-02-22timers: Always queue timers on the local CPUAnna-Maria Behnsen
2024-02-22timer_migration: Add tracepointsAnna-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-22tick/sched: Split out jiffies update helper functionRichard Cochran (linutronix GmbH)
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-22workqueue: Use global variant for add_timer()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-21clocksource: Scale the watchdog read retries automaticallyFeng Tang
2024-02-21time/kunit: Use correct format specifierDavid Gow
2024-02-19Merge tag 'v6.8-rc5' into timers/core, to resolve conflictIngo Molnar
2024-02-19timekeeping: Fix cross-timestamp interpolation for non-x86Peter Hilber
2024-02-19timekeeping: Fix cross-timestamp interpolation corner case decisionPeter Hilber
2024-02-19timekeeping: Fix cross-timestamp interpolation on counter wrapPeter Hilber
2024-02-19timers: Add struct member description for timer_baseAnna-Maria Behnsen
2024-02-19tick/sched: Add function description for tick_nohz_next_event()Anna-Maria Behnsen
2024-02-19hrtimers: Update formatting of documentationAnna-Maria Behnsen
2024-02-17Merge tag 'probes-fixes-v6.8-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-02-17tracing/probes: Fix to search structure fields correctlyMasami Hiramatsu (Google)
2024-02-16Merge tag 'wq-for-6.8-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-02-16Merge tag 'trace-v6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2024-02-15tracing/synthetic: Fix trace_string() return valueThorsten Blum
2024-02-14tracing: Inform kmemleak of saved_cmdlines allocationSteven Rostedt (Google)
2024-02-13tracing: Use ring_buffer_record_is_set_on() in tracer_tracing_is_on()Sven Schnelle