summaryrefslogtreecommitdiffstats
path: root/kernel/cpu.c
AgeCommit message (Expand)AuthorLines
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-3/+0
2023-10-30Merge tag 'rcu-next-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Linus Torvalds-3/+10
2023-10-30Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-5/+13
2023-10-17cpu/hotplug: Don't offline the last non-isolated CPURan Xiaokai-4/+7
2023-10-10cpu/SMT: Make SMT control more robust against enumeration failuresThomas Gleixner-5/+13
2023-10-04rcu: Comment why callbacks migration can't wait for CPUHP_RCUTREE_PREPFrederic Weisbecker-0/+7
2023-10-04rcu: Standardize explicit CPU-hotplug callsFrederic Weisbecker-3/+3
2023-10-04rcu: Assume rcu_report_dead() is always called locallyFrederic Weisbecker-1/+1
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel-3/+0
2023-08-30cpu/hotplug: Prevent self deadlock on CPU hot-unplugThomas Gleixner-1/+23
2023-07-31cpu/SMT: Fix cpu_smt_possible() commentZhang Rui-1/+1
2023-07-28cpu/SMT: Allow enabling partial SMT states via sysfsMichael Ellerman-16/+44
2023-07-28cpu/SMT: Create topology_smt_thread_allowed()Michael Ellerman-1/+23
2023-07-28cpu/SMT: Remove topology_smt_supported()Laurent Dufour-2/+2
2023-07-28cpu/SMT: Store the current/max number of threadsMichael Ellerman-1/+20
2023-07-28cpu/SMT: Move smt/control simple exit cases earlierMichael Ellerman-6/+6
2023-07-28cpu/SMT: Move SMT prototypes into cpu_smt.hMichael Ellerman-0/+1
2023-07-28cpu/hotplug: Remove dependancy against cpu_primary_thread_maskLaurent Dufour-14/+10
2023-05-23cpu/hotplug: Fix off by one in cpuhp_bringup_mask()Thomas Gleixner-3/+3
2023-05-15cpu/hotplug: Allow "parallel" bringup up to CPUHP_BP_KICK_AP_STATEThomas Gleixner-5/+98
2023-05-15cpu/hotplug: Provide a split up CPUHP_BRINGUP mechanismThomas Gleixner-2/+68
2023-05-15cpu/hotplug: Reset task stack state in _cpu_up()David Woodhouse-6/+6
2023-05-15cpu/hotplug: Add CPU state tracking and synchronizationThomas Gleixner-1/+192
2023-05-15cpu/hotplug: Rework sparse_irq locking in bringup_cpu()Thomas Gleixner-10/+24
2023-05-15cpu/hotplug: Mark arch_disable_smp_support() and bringup_nonboot_cpus() __initThomas Gleixner-1/+1
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2023-03-28lazy tlb: introduce lazy tlb mm refcount helper functionsNicholas Piggin-1/+1
2023-03-17cpu/hotplug: move to use bus_get_dev_root()Greg Kroah-Hartman-6/+17
2022-12-02cpu/hotplug: Do not bail-out in DYING/STARTING sectionsVincent Donnefort-16/+40
2022-12-02cpu/hotplug: Set cpuhp target for boot cpuPhil Auld-0/+1
2022-12-02cpu/hotplug: Make target_store() a nop when target == statePhil Auld-1/+3
2022-05-23Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+7
2022-04-13cpu/hotplug: Initialise all cpuhp_cpu_state structs earlierSteven Price-9/+13
2022-04-13cpu/hotplug: Remove the 'cpu' member of cpuhp_cpu_stateSteven Price-18/+18
2022-04-07x86/topology: Disable CPU online/offline control for TDX guestsKuppuswamy Sathyanarayanan-0/+7
2022-03-22Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+2
2022-02-21random: clear fast pool, crng, and batches in cpuhp bring upJason A. Donenfeld-0/+11
2022-02-16sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker-2/+2
2021-11-24sched/scs: Reset task stack state in bringup_cpu()Mark Rutland-0/+7
2021-08-10cpu/hotplug: Add debug printks for hotplug callback failuresDongli Zhang-0/+7
2021-08-10cpu/hotplug: Use DEVICE_ATTR_*() macroYueHaibing-27/+23
2021-08-10cpu/hotplug: Eliminate all kernel-doc warningsRandy Dunlap-5/+21
2021-08-10cpu/hotplug: Fix kernel doc warnings for __cpuhp_setup_state_cpuslocked()Baokun Li-0/+1
2021-06-29Merge tag 'smp-urgent-2021-06-29' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+49
2021-06-21cpu/hotplug: Cure the cpusets trainwreckThomas Gleixner-0/+49
2021-05-25cpu/hotplug: Simplify access to percpu cpuhp_stateYuan ZhaoXiong-2/+2
2021-04-21cpumask/hotplug: Fix cpu_dying() state trackingPeter Zijlstra-5/+11
2021-04-16cpumask: Introduce DYING maskPeter Zijlstra-0/+6
2021-03-06cpu/hotplug: Add cpuhp_invoke_callback_range()Vincent Donnefort-68/+102
2021-03-06cpu/hotplug: CPUHP_BRINGUP_CPU failure exceptionVincent Donnefort-3/+16