aboutsummaryrefslogtreecommitdiff
path: root/kernel/smpboot.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-23smpboot: Add missing get_online_cpus() in smpboot_register_percpu_thread()Gravatar Lai Jiangshan 1-0/+2
2014-10-28sched, smp: Correctly deal with nested sleepsGravatar Peter Zijlstra 1-7/+8
2013-07-14kernel: delete __cpuinit usage from all core kernel filesGravatar Paul Gortmaker 1-1/+1
2013-04-12kthread: Prevent unpark race which puts threads on the wrong cpuGravatar Thomas Gleixner 1-2/+12
2013-03-08Revert parts of "hlist: drop the node parameter from iterators"Gravatar Arnd Bergmann 1-1/+1
2013-03-05Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+2
2013-02-27hlist: drop the node parameter from iteratorsGravatar Sasha Levin 1-1/+1
2013-02-26stop_machine: Mark per cpu stopper enabled earlyGravatar Thomas Gleixner 1-0/+2
2013-02-14smpboot: Allow selfparking per cpu threadsGravatar Thomas Gleixner 1-2/+3
2012-08-13hotplug: Fix UP bug in smpboot hotplug codeGravatar Paul E. McKenney 1-0/+4
2012-08-13smpboot: Provide infrastructure for percpu hotplug threadsGravatar Thomas Gleixner 1-0/+229
2012-05-24smpboot, idle: Fix comment mismatch over idle_threads_init()Gravatar Srivatsa S. Bhat 1-4/+7
2012-05-24smpboot, idle: Optimize calls to smp_processor_id() in idle_threads_init()Gravatar Srivatsa S. Bhat 1-2/+4
2012-05-03smp, idle: Allocate idle thread for each possible cpu during bootGravatar Suresh Siddha 1-53/+19
2012-04-26smp: Provide generic idle thread allocationGravatar Thomas Gleixner 1-1/+83
2012-04-26smp: Add generic smpboot facilityGravatar Thomas Gleixner 1-0/+14