Age | Commit message (Expand) | Author |
2021-11-24 | sched/scs: Reset task stack state in bringup_cpu() | Mark Rutland |
2021-08-10 | cpu/hotplug: Add debug printks for hotplug callback failures | Dongli Zhang |
2021-08-10 | cpu/hotplug: Use DEVICE_ATTR_*() macro | YueHaibing |
2021-08-10 | cpu/hotplug: Eliminate all kernel-doc warnings | Randy Dunlap |
2021-08-10 | cpu/hotplug: Fix kernel doc warnings for __cpuhp_setup_state_cpuslocked() | Baokun Li |
2021-06-29 | Merge tag 'smp-urgent-2021-06-29' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2021-06-21 | cpu/hotplug: Cure the cpusets trainwreck | Thomas Gleixner |
2021-05-25 | cpu/hotplug: Simplify access to percpu cpuhp_state | Yuan ZhaoXiong |
2021-04-21 | cpumask/hotplug: Fix cpu_dying() state tracking | Peter Zijlstra |
2021-04-16 | cpumask: Introduce DYING mask | Peter Zijlstra |
2021-03-06 | cpu/hotplug: Add cpuhp_invoke_callback_range() | Vincent Donnefort |
2021-03-06 | cpu/hotplug: CPUHP_BRINGUP_CPU failure exception | Vincent Donnefort |
2021-03-06 | cpu/hotplug: Allowing to reset fail injection | Vincent Donnefort |
2021-01-06 | cpu/hotplug: Add lockdep_is_cpus_held() | Frederic Weisbecker |
2020-12-14 | Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-11-27 | kernel/cpu: add arch override for clear_tasks_mm_cpumask() mm handling | Nicholas Piggin |
2020-11-10 | sched/hotplug: Consolidate task migration on CPU unplug | Thomas Gleixner |
2020-06-03 | Merge tag 'sched-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-05-07 | cpu/hotplug: Remove __freeze_secondary_cpus() | Qais Yousef |
2020-05-07 | cpu/hotplug: Remove disable_nonboot_cpus() | Qais Yousef |
2020-04-30 | sched/core: Fix illegal RCU from offline CPUs | Peter Zijlstra |
2020-04-27 | cpu/hotplug: Fix a typo in comment "broadacasted"->"broadcasted" | Ethon Paul |
2020-03-30 | Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2020-03-28 | cpu/hotplug: Ignore pm_wakeup_pending() for disable_nonboot_cpus() | Thomas Gleixner |
2020-03-25 | cpu/hotplug: Hide cpu_up/down() | Qais Yousef |
2020-03-25 | cpu/hotplug: Move bringup of secondary CPUs out of smp_init() | Qais Yousef |
2020-03-25 | cpu/hotplug: Provide bringup_hibernate_cpu() | Qais Yousef |
2020-03-25 | cpu/hotplug: Create a new function to shutdown nonboot cpus | Qais Yousef |
2020-03-25 | cpu/hotplug: Add new {add,remove}_cpu() functions | Qais Yousef |
2020-02-11 | locking/percpu-rwsem, lockdep: Make percpu-rwsem use its own lockdep_map | Peter Zijlstra |
2020-01-28 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2020-01-09 | cpu/SMT: Fix x86 link error without CONFIG_SYSFS | Arnd Bergmann |
2019-12-17 | cpu/hotplug, stop_machine: Fix stop_machine vs hotplug order | Peter Zijlstra |
2019-11-26 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2019-11-04 | cpu/speculation: Uninline and export CPU mitigations helpers | Tyler Hicks |
2019-10-09 | locking/lockdep: Remove unused @nested argument from lock_release() | Qian Cai |
2019-09-24 | cpu/SMT: create and export cpu_smt_possible() | Vitaly Kuznetsov |
2019-07-25 | cpu/hotplug: Cache number of online CPUs | Thomas Gleixner |
2019-07-25 | smp/hotplug: Track booted once CPUs in a cpumask | Thomas Gleixner |
2019-07-08 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2019-06-27 | cpu/hotplug: Fix out-of-bounds read when setting fail state | Eiichi Tsukata |
2019-06-26 | cpu/speculation: Warn on unsupported mitigations= parameter | Geert Uytterhoeven |
2019-06-12 | cpu/hotplug: Abort disabling secondary CPUs if wakeup is pending | Pavankumar Kondeti |
2019-06-03 | x86/power: Fix 'nosmt' vs hibernation triple fault during resume | Jiri Kosina |
2019-05-28 | cpu/hotplug: Fix notify_cpu_starting() reference in bringup_wait_for_ap() | Jiri Kosina |
2019-05-06 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2019-05-06 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2019-05-06 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2019-05-06 | Merge branch 'core-speculation-for-linus' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds |
2019-05-03 | kernel/cpu: Allow non-zero CPU to be primary for suspend / kexec freeze | Nicholas Piggin |