aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-05init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASKThomas Gleixner28-27/+3
2012-05-05xtensa: Use generic init_taskThomas Gleixner3-32/+2
2012-05-05x86: Use generic init_taskThomas Gleixner5-44/+11
2012-05-05um: Use generic init_taskThomas Gleixner4-39/+7
2012-05-05unicore32: Use generic init_taskThomas Gleixner4-46/+2
2012-05-05tile: Use generic init_taskThomas Gleixner4-60/+18
2012-05-05sparc: Use generic init_taskThomas Gleixner4-24/+1
2012-05-05sh: Use generic init_taskThomas Gleixner4-32/+3
2012-05-05score: Use generic init_taskThomas Gleixner3-47/+2
2012-05-05s390: Use generic init_taskThomas Gleixner4-40/+2
2012-05-05powerpc: Use generic init_taskThomas Gleixner3-30/+2
2012-05-05parisc: Use generic init_taskThomas Gleixner3-70/+13
2012-05-05openrisc: Use generic init_taskThomas Gleixner4-44/+3
2012-05-05mn10300: Use generic init_taskThomas Gleixner4-41/+3
2012-05-05mips: Use generic init_taskThomas Gleixner5-38/+4
2012-05-05microblaze: Use generic init_taskThomas Gleixner3-27/+2
2012-05-05m68k: Use generic init_taskThomas Gleixner3-36/+2
2012-05-05m32r: Use generic init_taskThomas Gleixner4-36/+3
2012-05-05hexagon: Use generic idle_taskThomas Gleixner4-57/+3
2012-05-05h8300-use-generic-init_taskThomas Gleixner3-37/+2
2012-05-05frv: Use generic init_taskThomas Gleixner4-34/+3
2012-05-05cris: Use generic init_taskThomas Gleixner2-28/+1
2012-05-05c6x: Use generic init_taskThomas Gleixner2-16/+1
2012-05-05blackfin: Use generic init_taskThomas Gleixner4-35/+2
2012-05-05avr32: Use generic init_taskThomas Gleixner3-32/+2
2012-05-05arm: Use generic init_taskThomas Gleixner4-39/+3
2012-05-05alpha: Use generic init_taskThomas Gleixner3-18/+2
2012-05-05init_task: Create generic init_task instanceThomas Gleixner1-0/+3
2012-05-05frv: Use core allocator for task_structThomas Gleixner2-12/+0
2012-05-05frv: Use correct size for task_struct allocationThomas Gleixner1-7/+2
2012-04-26parisc: Use generic idle thread allocationThomas Gleixner2-21/+3
2012-04-26sparc: Use generic idle thread allocationThomas Gleixner7-32/+18
2012-04-26alpha: Use generic idle thread allocationThomas Gleixner2-16/+3
2012-04-26sh: Use generic idle thread allocationThomas Gleixner3-17/+2
2012-04-26blackfin: Use generic idle thread allocationThomas Gleixner2-18/+2
2012-04-26cris: Use generic idle thread allocationThomas Gleixner2-10/+3
2012-04-26s390: Use generic idle thread allocationThomas Gleixner2-31/+3
2012-04-26hexagon: Use generic idle thread allocationThomas Gleixner2-9/+3
2012-04-26mips: Use generic idle thread allocationThomas Gleixner2-53/+2
2012-04-26arm: Use generic idle thread allocationThomas Gleixner3-26/+2
2012-04-26ia64: Use generic idle thread allocationThomas Gleixner2-58/+4
2012-04-26powerpc: Use generic idle thread allocationThomas Gleixner2-69/+6
2012-04-26x86: Use generic idle thread allocationThomas Gleixner4-84/+14
2012-04-26x86: Add task_struct argument to smp_ops.cpu_upThomas Gleixner3-7/+7
2012-04-26smp: Provide generic idle thread allocationThomas Gleixner1-0/+3
2012-04-26smp: Add task_struct argument to __cpu_up()Thomas Gleixner19-19/+21
2012-04-26m32r: Remove pointless function prototypesThomas Gleixner1-4/+0
2012-04-25Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds20-70/+105
2012-04-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernelLinus Torvalds6-4/+14
2012-04-23x32, siginfo: Provide proper overrides for x32 siginfo_tH. Peter Anvin1-1/+7