summaryrefslogtreecommitdiffstats
path: root/kernel/smpboot.c
Commit message (Expand)AuthorAgeFilesLines
* 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