summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-10-11kthread/smpboot: do not park in kthread_create_on_cpu()Petr Mladek2-2/+11
2016-10-04Revert "sched/core: Do not use smp_processor_id() with preempt enabled in smp...Ingo Molnar1-1/+1
2016-09-22sched/core: Do not use smp_processor_id() with preempt enabled in smpboot_thr...Con Kolivas1-1/+1
2016-03-01cpu/hotplug: Unpark smpboot threads from the state machineThomas Gleixner6-45/+13
2015-10-20stop_machine: Kill smp_hotplug_thread->pre_unpark, introduce stop_machine_unp...Oleg Nesterov5-8/+13
2015-09-04smpboot: allow passing the cpumask on per-cpu thread registrationFrederic Weisbecker3-12/+22
2015-09-04smpboot: make cleanup to mirror setupFrederic Weisbecker1-10/+2
2015-09-04smpboot: fix memory leak on error handlingFrederic Weisbecker1-0/+1
2015-06-25watchdog: add watchdog_cpumask sysctl to assist nohzChris Metcalf6-5/+112
2015-06-25smpboot: allow excluding cpus from the smpboot threadsChris Metcalf2-1/+63
2015-03-11smpboot: Add common code for notification from dying CPUPaul E. McKenney2-0/+168
2015-01-23smpboot: Add missing get_online_cpus() in smpboot_register_percpu_thread()Lai Jiangshan1-0/+2
2014-10-28sched, smp: Correctly deal with nested sleepsPeter Zijlstra1-7/+8
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker27-59/+62
2013-04-12kthread: Prevent unpark race which puts threads on the wrong cpuThomas Gleixner5-29/+45
2013-03-08Revert parts of "hlist: drop the node parameter from iterators"Arnd Bergmann2-2/+2
2013-03-06Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-1/+7
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin218-1494/+987
2013-02-26stop_machine: Mark per cpu stopper enabled earlyThomas Gleixner3-1/+7
2013-02-14smpboot: Allow selfparking per cpu threadsThomas Gleixner2-2/+8
2012-08-13hotplug: Fix UP bug in smpboot hotplug codePaul E. McKenney2-2/+5
2012-08-13smpboot: Provide infrastructure for percpu hotplug threadsThomas Gleixner4-1/+285
2012-05-24smpboot, idle: Fix comment mismatch over idle_threads_init()Srivatsa S. Bhat1-4/+7
2012-05-24smpboot, idle: Optimize calls to smp_processor_id() in idle_threads_init()Srivatsa S. Bhat1-2/+4
2012-05-03smp, idle: Allocate idle thread for each possible cpu during bootSuresh Siddha4-56/+31
2012-04-26smp: Provide generic idle thread allocationThomas Gleixner5-2/+99
2012-04-26smp: Add generic smpboot facilityThomas Gleixner4-0/+29