aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cpu.c
AgeCommit message (Expand)Author
2022-05-23Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-04-13cpu/hotplug: Initialise all cpuhp_cpu_state structs earlierSteven Price
2022-04-13cpu/hotplug: Remove the 'cpu' member of cpuhp_cpu_stateSteven Price
2022-04-07x86/topology: Disable CPU online/offline control for TDX guestsKuppuswamy Sathyanarayanan
2022-03-22Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-02-21random: clear fast pool, crng, and batches in cpuhp bring upJason A. Donenfeld
2022-02-16sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker
2021-11-24sched/scs: Reset task stack state in bringup_cpu()Mark Rutland
2021-08-10cpu/hotplug: Add debug printks for hotplug callback failuresDongli Zhang
2021-08-10cpu/hotplug: Use DEVICE_ATTR_*() macroYueHaibing
2021-08-10cpu/hotplug: Eliminate all kernel-doc warningsRandy Dunlap
2021-08-10cpu/hotplug: Fix kernel doc warnings for __cpuhp_setup_state_cpuslocked()Baokun Li
2021-06-29Merge tag 'smp-urgent-2021-06-29' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-06-21cpu/hotplug: Cure the cpusets trainwreckThomas Gleixner
2021-05-25cpu/hotplug: Simplify access to percpu cpuhp_stateYuan ZhaoXiong
2021-04-21cpumask/hotplug: Fix cpu_dying() state trackingPeter Zijlstra
2021-04-16cpumask: Introduce DYING maskPeter Zijlstra
2021-03-06cpu/hotplug: Add cpuhp_invoke_callback_range()Vincent Donnefort
2021-03-06cpu/hotplug: CPUHP_BRINGUP_CPU failure exceptionVincent Donnefort
2021-03-06cpu/hotplug: Allowing to reset fail injectionVincent Donnefort
2021-01-06cpu/hotplug: Add lockdep_is_cpus_held()Frederic Weisbecker
2020-12-14Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-11-27kernel/cpu: add arch override for clear_tasks_mm_cpumask() mm handlingNicholas Piggin
2020-11-10sched/hotplug: Consolidate task migration on CPU unplugThomas Gleixner
2020-06-03Merge tag 'sched-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-05-07cpu/hotplug: Remove __freeze_secondary_cpus()Qais Yousef
2020-05-07cpu/hotplug: Remove disable_nonboot_cpus()Qais Yousef
2020-04-30sched/core: Fix illegal RCU from offline CPUsPeter Zijlstra
2020-04-27cpu/hotplug: Fix a typo in comment "broadacasted"->"broadcasted"Ethon Paul
2020-03-30Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-03-28cpu/hotplug: Ignore pm_wakeup_pending() for disable_nonboot_cpus()Thomas Gleixner
2020-03-25cpu/hotplug: Hide cpu_up/down()Qais Yousef
2020-03-25cpu/hotplug: Move bringup of secondary CPUs out of smp_init()Qais Yousef
2020-03-25cpu/hotplug: Provide bringup_hibernate_cpu()Qais Yousef
2020-03-25cpu/hotplug: Create a new function to shutdown nonboot cpusQais Yousef
2020-03-25cpu/hotplug: Add new {add,remove}_cpu() functionsQais Yousef
2020-02-11locking/percpu-rwsem, lockdep: Make percpu-rwsem use its own lockdep_mapPeter Zijlstra
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-01-09cpu/SMT: Fix x86 link error without CONFIG_SYSFSArnd Bergmann
2019-12-17cpu/hotplug, stop_machine: Fix stop_machine vs hotplug orderPeter Zijlstra
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-11-04cpu/speculation: Uninline and export CPU mitigations helpersTyler Hicks
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai
2019-09-24cpu/SMT: create and export cpu_smt_possible()Vitaly Kuznetsov
2019-07-25cpu/hotplug: Cache number of online CPUsThomas Gleixner
2019-07-25smp/hotplug: Track booted once CPUs in a cpumaskThomas Gleixner
2019-07-08Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-06-27cpu/hotplug: Fix out-of-bounds read when setting fail stateEiichi Tsukata
2019-06-26cpu/speculation: Warn on unsupported mitigations= parameterGeert Uytterhoeven
2019-06-12cpu/hotplug: Abort disabling secondary CPUs if wakeup is pendingPavankumar Kondeti