summaryrefslogtreecommitdiffstats
path: root/kernel/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* x86/cpu: Actually turn off mitigations by default for SPECULATION_MITIGATIONS=nSean Christopherson2024-04-101-1/+2
* Merge tag 'x86-apic-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-111-3/+3
|\
| * 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-111-5/+6
|\ \
| * | tick: Assume timekeeping is correctly handed over upon last offline idle callFrederic Weisbecker2024-02-261-0/+1
| * | tick: Move broadcast cancellation up to CPUHP_AP_TICK_DYINGFrederic Weisbecker2024-02-261-2/+0
| * | tick: Start centralizing tick related CPU hotplug operationsFrederic Weisbecker2024-02-261-3/+5
| |/
* | cpu: Remove stray semicolonMax Kellermann2024-02-221-1/+1
* | cpu: Mark cpu_possible_mask as __ro_after_initAlexey Dobriyan2024-02-191-2/+2
* | kernel/cpu: Convert snprintf() to sysfs_emit()Li Zhijian2024-01-261-2/+2
* | cpu/hotplug: Delete an extraneous kernel-doc descriptionRandy Dunlap2024-01-261-1/+0
|/
* Merge tag 'slab-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds2024-01-091-5/+0
|\
| * cpu/hotplug: remove CPUHP_SLAB_PREPARE hooksVlastimil Babka2023-12-051-5/+0
* | Merge tag 'timers_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-191-1/+7
|\ \ | |/ |/|
| * hrtimers: Push pending hrtimers away from outgoing CPU earlierThomas Gleixner2023-11-111-1/+7
* | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-3/+0
|\ \
| * | arch: Remove Itanium (IA-64) architectureArd Biesheuvel2023-09-111-3/+0
| |/
* | Merge tag 'rcu-next-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Linus Torvalds2023-10-301-3/+10
|\ \
| * | rcu: Comment why callbacks migration can't wait for CPUHP_RCUTREE_PREPFrederic Weisbecker2023-10-041-0/+7
| * | rcu: Standardize explicit CPU-hotplug callsFrederic Weisbecker2023-10-041-3/+3
| * | rcu: Assume rcu_report_dead() is always called locallyFrederic Weisbecker2023-10-041-1/+1
| |/
* | Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-10-301-5/+13
|\ \
| * | cpu/SMT: Make SMT control more robust against enumeration failuresThomas Gleixner2023-10-101-5/+13
| |/
* / cpu/hotplug: Don't offline the last non-isolated CPURan Xiaokai2023-10-171-4/+7
|/
* cpu/hotplug: Prevent self deadlock on CPU hot-unplugThomas Gleixner2023-08-301-1/+23
* cpu/SMT: Fix cpu_smt_possible() commentZhang Rui2023-07-311-1/+1
* cpu/SMT: Allow enabling partial SMT states via sysfsMichael Ellerman2023-07-281-16/+44
* cpu/SMT: Create topology_smt_thread_allowed()Michael Ellerman2023-07-281-1/+23
* cpu/SMT: Remove topology_smt_supported()Laurent Dufour2023-07-281-2/+2
* cpu/SMT: Store the current/max number of threadsMichael Ellerman2023-07-281-1/+20
* cpu/SMT: Move smt/control simple exit cases earlierMichael Ellerman2023-07-281-6/+6
* cpu/SMT: Move SMT prototypes into cpu_smt.hMichael Ellerman2023-07-281-0/+1
* cpu/hotplug: Remove dependancy against cpu_primary_thread_maskLaurent Dufour2023-07-281-14/+10
* cpu/hotplug: Fix off by one in cpuhp_bringup_mask()Thomas Gleixner2023-05-231-3/+3
* cpu/hotplug: Allow "parallel" bringup up to CPUHP_BP_KICK_AP_STATEThomas Gleixner2023-05-151-5/+98
* cpu/hotplug: Provide a split up CPUHP_BRINGUP mechanismThomas Gleixner2023-05-151-2/+68
* cpu/hotplug: Reset task stack state in _cpu_up()David Woodhouse2023-05-151-6/+6
* cpu/hotplug: Add CPU state tracking and synchronizationThomas Gleixner2023-05-151-1/+192
* cpu/hotplug: Rework sparse_irq locking in bringup_cpu()Thomas Gleixner2023-05-151-10/+24
* cpu/hotplug: Mark arch_disable_smp_support() and bringup_nonboot_cpus() __initThomas Gleixner2023-05-151-1/+1
* Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-1/+1
|\
| * lazy tlb: introduce lazy tlb mm refcount helper functionsNicholas Piggin2023-03-281-1/+1
* | cpu/hotplug: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-6/+17
|/
* cpu/hotplug: Do not bail-out in DYING/STARTING sectionsVincent Donnefort2022-12-021-16/+40
* cpu/hotplug: Set cpuhp target for boot cpuPhil Auld2022-12-021-0/+1
* cpu/hotplug: Make target_store() a nop when target == statePhil Auld2022-12-021-1/+3
* Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-05-231-0/+7
|\
| * x86/topology: Disable CPU online/offline control for TDX guestsKuppuswamy Sathyanarayanan2022-04-071-0/+7
* | cpu/hotplug: Initialise all cpuhp_cpu_state structs earlierSteven Price2022-04-131-9/+13
* | cpu/hotplug: Remove the 'cpu' member of cpuhp_cpu_stateSteven Price2022-04-131-18/+18
|/