summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | x86/mpparse: Provide separate early/late callbacksThomas Gleixner2024-02-151-0/+4
| * | x86/mpparse: Rename default_find_smp_config()Thomas Gleixner2024-02-158-20/+13
| * | x86/apic: Remove check_apicid_used() and ioapic_phys_id_map()Thomas Gleixner2024-02-156-28/+0
| * | x86/ioapic: Simplify setup_ioapic_ids_from_mpc_nocheck()Thomas Gleixner2024-02-151-3/+2
| * | x86/ioapic: Make io_apic_get_unique_id() simplerThomas Gleixner2024-02-151-17/+5
| * | x86/apic: Get rid of get_physical_broadcast()Thomas Gleixner2024-02-152-37/+22
| * | x86/ioapic: Replace some more set bit nonsenseThomas Gleixner2024-02-152-7/+2
| * | x86/platform/ce4100: Dont override x86_init.mpparse.setup_ioapic_idsThomas Gleixner2024-02-153-3/+1
| * | x86/cpu/topology: Make the APIC mismatch warnings completeThomas Gleixner2024-02-153-16/+16
| * | x86/apic/uv: Remove the private leaf 0xb parserThomas Gleixner2024-02-152-43/+14
| * | x86/xen/smp_pv: Remove cpudata fiddlingThomas Gleixner2024-02-151-3/+0
| * | x86/apic: Remove unused phys_pkg_id() callbackThomas Gleixner2024-02-1512-68/+0
| * | x86/cpu: Remove x86_coreid_bitsThomas Gleixner2024-02-152-3/+0
| * | x86/cpu: Remove topology.cThomas Gleixner2024-02-152-143/+1
| * | x86/cpu: Make topology_amd_node_id() use the actual node infoThomas Gleixner2024-02-152-7/+4
| * | x86/mm/numa: Use core domain size on AMDThomas Gleixner2024-02-152-19/+21
| * | x86/cpu: Use common topology code for HYGONThomas Gleixner2024-02-155-154/+4
| * | x86/cpu: Use common topology code for AMDThomas Gleixner2024-02-154-151/+5
| * | x86/smpboot: Teach it about topo.amd_node_idThomas Gleixner2024-02-151-4/+8
| * | x86/cpu: Provide an AMD/HYGON specific topology parserThomas Gleixner2024-02-159-7/+215
| * | x86/cpu/amd: Provide a separate accessor for Node IDThomas Gleixner2024-02-159-12/+23
| * | x86/cpu: Use common topology code for IntelThomas Gleixner2024-02-155-117/+4
| * | x86/cpu: Provide a sane leaf 0xb/0x1f parserThomas Gleixner2024-02-153-1/+143
| * | x86/cpu: Move __max_die_per_package to common.cThomas Gleixner2024-02-152-3/+3
| * | x86/cpu: Use common topology code for Centaur and ZhaoxinThomas Gleixner2024-02-153-11/+8
| * | x86/cpu: Add legacy topology parserThomas Gleixner2024-02-153-1/+51
| * | x86/cpu: Provide cpu_init/parse_topology()Thomas Gleixner2024-02-157-18/+296
| * | x86/cpu: Provide cpuid_read() et al.Thomas Gleixner2024-02-151-0/+36
* | | Merge tag 'timers-core-2024-03-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-03-1143-562/+3198
|\ \ \
| * | | 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
| * | | vdso/datapage: Quick fix - use asm/page-def.h for ARM64Anna-Maria Behnsen2024-02-261-0/+4
| * | | 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-265-13/+8
| * | | 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-264-8/+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-264-11/+23
| * | | 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-222-31/+19