summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-apic-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-111-3/+3
|\
| * Merge branch 'x86/urgent' into x86/apic, to resolve conflictsIngo Molnar2024-02-275-11/+11
| |\
| * | smp: Avoid 'setup_max_cpus' namespace collision/shadowingIngo Molnar2024-02-271-3/+3
* | | Merge tag 'timers-core-2024-03-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-03-1117-334/+2723
|\ \ \
| * | | timer/migration: Fix quick check reporting late expiryFrederic Weisbecker2024-03-061-9/+15
| * | | tick/sched: Fix build failure for CONFIG_NO_HZ_COMMON=nArnd Bergmann2024-02-291-1/+1
| * | | timers: Assert no next dyntick timer look-up while CPU is offlineFrederic Weisbecker2024-02-261-3/+3
| * | | tick: Assume timekeeping is correctly handed over upon last offline idle callFrederic Weisbecker2024-02-264-13/+6
| * | | tick: Shut down low-res tick from dying CPUFrederic Weisbecker2024-02-263-10/+29
| * | | tick: Split nohz and highres features from nohz_modeFrederic Weisbecker2024-02-264-26/+26
| * | | tick: Move individual bit features to debuggable mask accessesFrederic Weisbecker2024-02-263-43/+73
| * | | tick: Move got_idle_tick away from common flagsFrederic Weisbecker2024-02-261-1/+1
| * | | tick: Assume the tick can't be stopped in NOHZ_MODE_INACTIVE modeFrederic Weisbecker2024-02-261-1/+1
| * | | tick: Move broadcast cancellation up to CPUHP_AP_TICK_DYINGFrederic Weisbecker2024-02-263-2/+5
| * | | tick: Move tick cancellation up to CPUHP_AP_TICK_DYINGFrederic Weisbecker2024-02-262-2/+2
| * | | tick: Start centralizing tick related CPU hotplug operationsFrederic Weisbecker2024-02-262-9/+16
| * | | tick/sched: Don't clear ts::next_tick again in can_stop_idle_tick()Frederic Weisbecker2024-02-261-5/+0
| * | | tick/sched: Rename tick_nohz_stop_sched_tick() to tick_nohz_full_stop_tick()Frederic Weisbecker2024-02-261-2/+2
| * | | tick: Use IS_ENABLED() whenever possibleFrederic Weisbecker2024-02-262-12/+6
| * | | tick/sched: Remove useless oneshot ifdefferyFrederic Weisbecker2024-02-261-5/+1
| * | | tick/nohz: Remove duplicate between lowres and highres handlersPeng Liu2024-02-261-60/+36
| * | | tick/nohz: Remove duplicate between tick_nohz_switch_to_nohz() and tick_setup...Peng Liu2024-02-263-23/+20
| * | | hrtimer: Select housekeeping CPU during migrationCosta Shulyupin2024-02-221-1/+2
| * | | timers: Always queue timers on the local CPUAnna-Maria Behnsen2024-02-221-21/+15
| * | | timer_migration: Add tracepointsAnna-Maria Behnsen2024-02-221-0/+26
| * | | timers: Implement the hierarchical pull modelAnna-Maria Behnsen2024-02-225-8/+2010
| * | | timers: Introduce function to check timer base is_idle flagAnna-Maria Behnsen2024-02-222-0/+11
| * | | tick/sched: Split out jiffies update helper functionRichard Cochran (linutronix GmbH)2024-02-222-7/+20
| * | | timers: Check if timers base is handled alreadyAnna-Maria Behnsen2024-02-221-0/+3
| * | | timers: Restructure internal lockingRichard Cochran (linutronix GmbH)2024-02-221-10/+21
| * | | timers: Add get next timer interrupt functionality for remote CPUsAnna-Maria Behnsen2024-02-222-5/+100
| * | | timers: Split out "get next timer interrupt" functionalityAnna-Maria Behnsen2024-02-221-26/+38
| * | | timers: Retrieve next expiry of pinned/non-pinned timers separatelyAnna-Maria Behnsen2024-02-221-4/+31
| * | | timers: Keep the pinned timers separate from the othersAnna-Maria Behnsen2024-02-221-29/+56
| * | | timers: Split next timer interrupt logicAnna-Maria Behnsen2024-02-221-13/+19
| * | | timers: Simplify code in run_local_timers()Anna-Maria Behnsen2024-02-221-8/+6
| * | | timers: Make sure TIMER_PINNED flag is set in add_timer_on()Anna-Maria Behnsen2024-02-221-1/+7
| * | | workqueue: Use global variant for add_timer()Anna-Maria Behnsen2024-02-221-1/+1
| * | | timers: Introduce add_timer() variants which modify timer flagsAnna-Maria Behnsen2024-02-221-0/+34
| * | | timers: Optimization for timer_base_try_to_set_idle()Anna-Maria Behnsen2024-02-222-4/+9
| * | | timers: Move marking timer bases idle into tick_nohz_stop_tick()Anna-Maria Behnsen2024-02-223-30/+71
| * | | timers: Split out get next timer interruptAnna-Maria Behnsen2024-02-221-9/+14
| * | | timers: Restructure get_next_timer_interrupt()Anna-Maria Behnsen2024-02-221-6/+6
| * | | clocksource: Scale the watchdog read retries automaticallyFeng Tang2024-02-212-12/+11
| * | | time/kunit: Use correct format specifierDavid Gow2024-02-211-1/+1
| * | | Merge tag 'v6.8-rc5' into timers/core, to resolve conflictIngo Molnar2024-02-1911-90/+117
| |\ \ \ | | | |/ | | |/|
| * | | timekeeping: Fix cross-timestamp interpolation for non-x86Peter Hilber2024-02-191-4/+2
| * | | timekeeping: Fix cross-timestamp interpolation corner case decisionPeter Hilber2024-02-191-8/+10
| * | | timekeeping: Fix cross-timestamp interpolation on counter wrapPeter Hilber2024-02-191-1/+1
| * | | timers: Add struct member description for timer_baseAnna-Maria Behnsen2024-02-191-0/+45