summaryrefslogtreecommitdiffstats
path: root/kernel/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-221-2/+2
|\
| * sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker2022-02-161-2/+2
* | random: clear fast pool, crng, and batches in cpuhp bring upJason A. Donenfeld2022-02-211-0/+11
|/
* sched/scs: Reset task stack state in bringup_cpu()Mark Rutland2021-11-241-0/+7
* cpu/hotplug: Add debug printks for hotplug callback failuresDongli Zhang2021-08-101-0/+7
* cpu/hotplug: Use DEVICE_ATTR_*() macroYueHaibing2021-08-101-27/+23
* cpu/hotplug: Eliminate all kernel-doc warningsRandy Dunlap2021-08-101-5/+21
* cpu/hotplug: Fix kernel doc warnings for __cpuhp_setup_state_cpuslocked()Baokun Li2021-08-101-0/+1
* Merge tag 'smp-urgent-2021-06-29' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-06-291-0/+49
|\
| * cpu/hotplug: Cure the cpusets trainwreckThomas Gleixner2021-06-211-0/+49
* | cpu/hotplug: Simplify access to percpu cpuhp_stateYuan ZhaoXiong2021-05-251-2/+2
|/
* cpumask/hotplug: Fix cpu_dying() state trackingPeter Zijlstra2021-04-211-5/+11
* cpumask: Introduce DYING maskPeter Zijlstra2021-04-161-0/+6
* cpu/hotplug: Add cpuhp_invoke_callback_range()Vincent Donnefort2021-03-061-68/+102
* cpu/hotplug: CPUHP_BRINGUP_CPU failure exceptionVincent Donnefort2021-03-061-3/+16
* cpu/hotplug: Allowing to reset fail injectionVincent Donnefort2021-03-061-0/+5
* cpu/hotplug: Add lockdep_is_cpus_held()Frederic Weisbecker2021-01-061-0/+7
* Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-141-1/+8
|\
| * sched/hotplug: Consolidate task migration on CPU unplugThomas Gleixner2020-11-101-1/+8
* | kernel/cpu: add arch override for clear_tasks_mm_cpumask() mm handlingNicholas Piggin2020-11-271-1/+5
|/
* Merge tag 'sched-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-06-031-1/+17
|\
| * sched/core: Fix illegal RCU from offline CPUsPeter Zijlstra2020-04-301-1/+17
* | cpu/hotplug: Remove __freeze_secondary_cpus()Qais Yousef2020-05-071-2/+2
* | cpu/hotplug: Remove disable_nonboot_cpus()Qais Yousef2020-05-071-7/+7
* | cpu/hotplug: Fix a typo in comment "broadacasted"->"broadcasted"Ethon Paul2020-04-271-1/+1
|/
* Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-03-301-14/+129
|\
| * cpu/hotplug: Ignore pm_wakeup_pending() for disable_nonboot_cpus()Thomas Gleixner2020-03-281-2/+2
| * cpu/hotplug: Hide cpu_up/down()Qais Yousef2020-03-251-14/+28
| * cpu/hotplug: Move bringup of secondary CPUs out of smp_init()Qais Yousef2020-03-251-0/+12
| * cpu/hotplug: Provide bringup_hibernate_cpu()Qais Yousef2020-03-251-0/+23
| * cpu/hotplug: Create a new function to shutdown nonboot cpusQais Yousef2020-03-251-0/+42
| * cpu/hotplug: Add new {add,remove}_cpu() functionsQais Yousef2020-03-251-0/+24
* | locking/percpu-rwsem, lockdep: Make percpu-rwsem use its own lockdep_mapPeter Zijlstra2020-02-111-2/+2
|/