summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-22145-1910/+216Star
|\
| * um: Remove leftover declaration of alloc_task_struct_node()Thomas Gleixner2012-05-081-2/+0Star
| * task_allocator: Use config switches instead of magic definesThomas Gleixner2012-05-085-5/+11
| * sparc: Use common threadinfo allocatorThomas Gleixner2012-05-081-23/+2Star
| * score: Use common threadinfo allocatorThomas Gleixner2012-05-081-7/+3Star
| * sh-use-common-threadinfo-allocatorThomas Gleixner2012-05-082-53/+3Star
| * mn10300: Use common threadinfo allocatorThomas Gleixner2012-05-082-16/+4Star
| * powerpc: Use common threadinfo allocatorThomas Gleixner2012-05-082-44/+0Star
| * mips: Use common threadinfo allocatorThomas Gleixner2012-05-081-12/+0Star
| * hexagon: Use common threadinfo allocatorThomas Gleixner2012-05-082-45/+0Star
| * m32r: Use common threadinfo allocatorThomas Gleixner2012-05-081-15/+2Star
| * frv: Use common threadinfo allocatorThomas Gleixner2012-05-081-13/+0Star
| * cris: Use common threadinfo allocatorThomas Gleixner2012-05-082-9/+2Star
| * x86: Use common threadinfo allocatorThomas Gleixner2012-05-086-31/+12Star
| * c6x: Use common threadinfo allocatorThomas Gleixner2012-05-081-15/+2Star
| * Merge branch 'smp/threadalloc' into smp/hotplugThomas Gleixner2012-05-0872-458/+625
| |\
| | * tile: Use common threadinfo allocatorThomas Gleixner2012-05-082-25/+4Star
| | * fork: Remove the weak insanityThomas Gleixner2012-05-082-2/+0Star
| * | sh: Remove cpu_idle_wait()Thomas Gleixner2012-05-083-24/+0Star
| * | powerpc: Remove unused cpu_idle_wait()Thomas Gleixner2012-05-083-24/+0Star
| * | ia64: Remove unused cpu_idle_wait()Thomas Gleixner2012-05-082-21/+0Star
| * | arm: Remove unused cpu_idle_wait()Thomas Gleixner2012-05-083-25/+0Star
| * | x86: Use kick_all_cpus_sync()Thomas Gleixner2012-05-084-26/+1Star
| * | powerpc: Fix broken cpu_idle_wait() implementationThomas Gleixner2012-05-081-9/+5Star
| * | mips: Use PAGE_SIZE for INIT_TASK_DATA alignment againThomas Gleixner2012-05-071-1/+1
| * | parisc: Fix init_task falloutThomas Gleixner2012-05-072-2/+2
| * | init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASKThomas Gleixner2012-05-0528-27/+3Star
| * | xtensa: Use generic init_taskThomas Gleixner2012-05-053-32/+2Star
| * | x86: Use generic init_taskThomas Gleixner2012-05-055-44/+11Star
| * | um: Use generic init_taskThomas Gleixner2012-05-054-39/+7Star
| * | unicore32: Use generic init_taskThomas Gleixner2012-05-054-46/+2Star
| * | tile: Use generic init_taskThomas Gleixner2012-05-054-60/+18Star
| * | sparc: Use generic init_taskThomas Gleixner2012-05-054-24/+1Star
| * | sh: Use generic init_taskThomas Gleixner2012-05-054-32/+3Star
| * | score: Use generic init_taskThomas Gleixner2012-05-053-47/+2Star
| * | s390: Use generic init_taskThomas Gleixner2012-05-054-40/+2Star
| * | powerpc: Use generic init_taskThomas Gleixner2012-05-053-30/+2Star
| * | parisc: Use generic init_taskThomas Gleixner2012-05-053-70/+13Star
| * | openrisc: Use generic init_taskThomas Gleixner2012-05-054-44/+3Star
| * | mn10300: Use generic init_taskThomas Gleixner2012-05-054-41/+3Star
| * | mips: Use generic init_taskThomas Gleixner2012-05-055-38/+4Star
| * | microblaze: Use generic init_taskThomas Gleixner2012-05-053-27/+2Star
| * | m68k: Use generic init_taskThomas Gleixner2012-05-053-36/+2Star
| * | m32r: Use generic init_taskThomas Gleixner2012-05-054-36/+3Star
| * | hexagon: Use generic idle_taskThomas Gleixner2012-05-054-57/+3Star
| * | h8300-use-generic-init_taskThomas Gleixner2012-05-053-37/+2Star
| * | frv: Use generic init_taskThomas Gleixner2012-05-054-34/+3Star
| * | cris: Use generic init_taskThomas Gleixner2012-05-052-28/+1Star
| * | c6x: Use generic init_taskThomas Gleixner2012-05-052-16/+1Star
| * | blackfin: Use generic init_taskThomas Gleixner2012-05-054-35/+2Star