summaryrefslogtreecommitdiffstats
path: root/kernel/smpboot.c
Commit message (Expand)AuthorAgeFilesLines
* kthread/smpboot: do not park in kthread_create_on_cpu()Petr Mladek2016-10-111-0/+5
* Revert "sched/core: Do not use smp_processor_id() with preempt enabled in smp...Ingo Molnar2016-10-041-1/+1
* sched/core: Do not use smp_processor_id() with preempt enabled in smpboot_thr...Con Kolivas2016-09-221-1/+1
* cpu/hotplug: Unpark smpboot threads from the state machineThomas Gleixner2016-03-011-2/+4
* stop_machine: Kill smp_hotplug_thread->pre_unpark, introduce stop_machine_unp...Oleg Nesterov2015-10-201-3/+2
* smpboot: allow passing the cpumask on per-cpu thread registrationFrederic Weisbecker2015-09-041-5/+9
* smpboot: make cleanup to mirror setupFrederic Weisbecker2015-09-041-10/+2
* smpboot: fix memory leak on error handlingFrederic Weisbecker2015-09-041-0/+1
* watchdog: add watchdog_cpumask sysctl to assist nohzChris Metcalf2015-06-241-0/+1
* smpboot: allow excluding cpus from the smpboot threadsChris Metcalf2015-06-241-1/+58
* smpboot: Add common code for notification from dying CPUPaul E. McKenney2015-03-111-0/+156
* smpboot: Add missing get_online_cpus() in smpboot_register_percpu_thread()Lai Jiangshan2015-01-231-0/+2
* sched, smp: Correctly deal with nested sleepsPeter Zijlstra2014-10-281-7/+8
* kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker2013-07-141-1/+1
* kthread: Prevent unpark race which puts threads on the wrong cpuThomas Gleixner2013-04-121-2/+12
* Revert parts of "hlist: drop the node parameter from iterators"Arnd Bergmann2013-03-081-1/+1
* Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-03-051-0/+2
|\
| * stop_machine: Mark per cpu stopper enabled earlyThomas Gleixner2013-02-261-0/+2
* | hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-1/+1
|/
* smpboot: Allow selfparking per cpu threadsThomas Gleixner2013-02-141-2/+3
* hotplug: Fix UP bug in smpboot hotplug codePaul E. McKenney2012-08-131-0/+4
* smpboot: Provide infrastructure for percpu hotplug threadsThomas Gleixner2012-08-131-0/+229
* smpboot, idle: Fix comment mismatch over idle_threads_init()Srivatsa S. Bhat2012-05-241-4/+7
* smpboot, idle: Optimize calls to smp_processor_id() in idle_threads_init()Srivatsa S. Bhat2012-05-241-2/+4
* smp, idle: Allocate idle thread for each possible cpu during bootSuresh Siddha2012-05-031-53/+19
* smp: Provide generic idle thread allocationThomas Gleixner2012-04-261-1/+83
* smp: Add generic smpboot facilityThomas Gleixner2012-04-261-0/+14
OpenPOWER on IntegriCloud