| Commit message (Expand) | Author | Age | Files | Lines |
* | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | smpboot: Remove cpumask from the API | Peter Zijlstra | 2018-07-03 | 1 | -49/+5 |
* | watchdog/core, powerpc: Lock cpus across reconfiguration | Thomas Gleixner | 2017-10-04 | 1 | -2/+1 |
* | smpboot/threads, watchdog/core: Avoid runtime allocation | Thomas Gleixner | 2017-09-14 | 1 | -15/+7 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | kthread/smpboot: do not park in kthread_create_on_cpu() | Petr Mladek | 2016-10-12 | 1 | -0/+5 |
* | Revert "sched/core: Do not use smp_processor_id() with preempt enabled in smp... | Ingo Molnar | 2016-10-04 | 1 | -1/+1 |
* | sched/core: Do not use smp_processor_id() with preempt enabled in smpboot_thr... | Con Kolivas | 2016-09-22 | 1 | -1/+1 |
* | cpu/hotplug: Unpark smpboot threads from the state machine | Thomas Gleixner | 2016-03-01 | 1 | -2/+4 |
* | stop_machine: Kill smp_hotplug_thread->pre_unpark, introduce stop_machine_unp... | Oleg Nesterov | 2015-10-20 | 1 | -3/+2 |
* | smpboot: allow passing the cpumask on per-cpu thread registration | Frederic Weisbecker | 2015-09-05 | 1 | -5/+9 |
* | smpboot: make cleanup to mirror setup | Frederic Weisbecker | 2015-09-05 | 1 | -10/+2 |
* | smpboot: fix memory leak on error handling | Frederic Weisbecker | 2015-09-05 | 1 | -0/+1 |
* | watchdog: add watchdog_cpumask sysctl to assist nohz | Chris Metcalf | 2015-06-25 | 1 | -0/+1 |
* | smpboot: allow excluding cpus from the smpboot threads | Chris Metcalf | 2015-06-25 | 1 | -1/+58 |
* | smpboot: Add common code for notification from dying CPU | Paul E. McKenney | 2015-03-11 | 1 | -0/+156 |
* | smpboot: Add missing get_online_cpus() in smpboot_register_percpu_thread() | Lai Jiangshan | 2015-01-23 | 1 | -0/+2 |
* | sched, smp: Correctly deal with nested sleeps | Peter Zijlstra | 2014-10-28 | 1 | -7/+8 |
* | kernel: delete __cpuinit usage from all core kernel files | Paul Gortmaker | 2013-07-15 | 1 | -1/+1 |
* | kthread: Prevent unpark race which puts threads on the wrong cpu | Thomas Gleixner | 2013-04-12 | 1 | -2/+12 |
* | Revert parts of "hlist: drop the node parameter from iterators" | Arnd Bergmann | 2013-03-09 | 1 | -1/+1 |
* | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-03-06 | 1 | -0/+2 |
|\ |
|
| * | stop_machine: Mark per cpu stopper enabled early | Thomas Gleixner | 2013-02-26 | 1 | -0/+2 |
* | | hlist: drop the node parameter from iterators | Sasha Levin | 2013-02-28 | 1 | -1/+1 |
|/ |
|
* | smpboot: Allow selfparking per cpu threads | Thomas Gleixner | 2013-02-14 | 1 | -2/+3 |
* | hotplug: Fix UP bug in smpboot hotplug code | Paul E. McKenney | 2012-08-13 | 1 | -0/+4 |
* | smpboot: Provide infrastructure for percpu hotplug threads | Thomas Gleixner | 2012-08-13 | 1 | -0/+229 |
* | smpboot, idle: Fix comment mismatch over idle_threads_init() | Srivatsa S. Bhat | 2012-05-24 | 1 | -4/+7 |
* | smpboot, idle: Optimize calls to smp_processor_id() in idle_threads_init() | Srivatsa S. Bhat | 2012-05-24 | 1 | -2/+4 |
* | smp, idle: Allocate idle thread for each possible cpu during boot | Suresh Siddha | 2012-05-03 | 1 | -53/+19 |
* | smp: Provide generic idle thread allocation | Thomas Gleixner | 2012-04-26 | 1 | -1/+83 |
* | smp: Add generic smpboot facility | Thomas Gleixner | 2012-04-26 | 1 | -0/+14 |