summaryrefslogtreecommitdiffstats
path: root/kernel/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-281-4/+9
|\
| * cpu/hotplug, stop_machine: Fix stop_machine vs hotplug orderPeter Zijlstra2019-12-171-4/+9
* | cpu/SMT: Fix x86 link error without CONFIG_SYSFSArnd Bergmann2020-01-091-71/+72
|/
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-11-261-1/+1
|\
| * locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai2019-10-091-1/+1
* | cpu/speculation: Uninline and export CPU mitigations helpersTyler Hicks2019-11-041-1/+26
|/
* cpu/SMT: create and export cpu_smt_possible()Vitaly Kuznetsov2019-09-241-2/+9
* cpu/hotplug: Cache number of online CPUsThomas Gleixner2019-07-251-0/+24
* smp/hotplug: Track booted once CPUs in a cpumaskThomas Gleixner2019-07-251-4/+7
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-081-1/+8
|\
| * cpu/hotplug: Abort disabling secondary CPUs if wakeup is pendingPavankumar Kondeti2019-06-121-0/+7
| * cpu/hotplug: Fix notify_cpu_starting() reference in bringup_wait_for_ap()Jiri Kosina2019-05-281-1/+1
* | cpu/hotplug: Fix out-of-bounds read when setting fail stateEiichi Tsukata2019-06-271-0/+3
* | cpu/speculation: Warn on unsupported mitigations= parameterGeert Uytterhoeven2019-06-261-0/+3
* | x86/power: Fix 'nosmt' vs hibernation triple fault during resumeJiri Kosina2019-06-031-2/+2
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-05-061-0/+2
|\
| * tick: Remove outgoing CPU from broadcast masksThomas Gleixner2019-03-231-0/+2
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-05-061-25/+39
|\ \
| * | cpu/hotplug: Create SMT sysfs interface for all archesJosh Poimboeuf2019-04-021-25/+39
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-061-1/+9
|\ \ \
| * | | kernel/cpu: Allow non-zero CPU to be primary for suspend / kexec freezeNicholas Piggin2019-05-031-1/+9
| |/ /