summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
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-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds20-70/+105
2012-04-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rku...Linus Torvalds6-4/+14
2012-04-24x32, siginfo: Provide proper overrides for x32 siginfo_tH. Peter Anvin1-1/+7
2012-04-24x32: Check __ILP32__ instead of __LP64__ for x32H.J. Lu3-7/+7
2012-04-24x86, acpi: Call acpi_enter_sleep_state via an asmlinkage C function from asse...Konrad Rzeszutek Wilk4-6/+8
2012-04-24ACPI: Convert wake_sleep_flags to a value instead of functionKonrad Rzeszutek Wilk1-0/+2
2012-04-23hexagon: add missing cpu.h includeRichard Kuo1-1/+2
2012-04-23hexagon/CPU hotplug: Add missing call to notify_cpu_starting()Srivatsa S. Bhat1-0/+5
2012-04-23hexagon: use renamed tick_nohz_idle_* functionsRichard Kuo1-3/+3
2012-04-23Hexagon: misc compile warning/error cleanup due to missing headersRichard Kuo4-0/+4
2012-04-23Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-5/+1
2012-04-23Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds13-72/+115
2012-04-23powerpc/mpic: Properly set default triggersBenjamin Herrenschmidt2-30/+30
2012-04-23powerpc/mpic: Fix confusion between hw_irq and virqBenjamin Herrenschmidt1-8/+4
2012-04-23powerpc/pmac: Don't add_timer() twiceBenjamin Herrenschmidt1-0/+9
2012-04-23powerpc/eeh: Fix crash caused by null eeh_devGavin Shan1-1/+1
2012-04-23Merge remote-tracking branch 'kumar/merge' into mergeBenjamin Herrenschmidt9-33/+71
2012-04-22sparc32,leon: add notify_cpu_starting()Yong Zhang1-0/+3
2012-04-21Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds24-147/+67
2012-04-21Merge tag 'mfd-for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-25/+49
2012-04-21kill mm argument of vm_munmap()Al Viro3-3/+3
2012-04-21perfmon: kill some helpers and argumentsAl Viro1-9/+4
2012-04-21VM: add "vm_mmap()" helper functionLinus Torvalds3-15/+5
2012-04-21VM: add "vm_munmap()" helper functionLinus Torvalds3-17/+5
2012-04-21VM: add "vm_brk()" helper functionLinus Torvalds1-15/+5
2012-04-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds6-18/+4
2012-04-20powerpc/mpc85xx: add MPIC message dts nodeMingkai Hu2-0/+53
2012-04-19powerpc/mpic_msgr: fix offset error when setting mer registerMingkai Hu1-1/+1
2012-04-19powerpc/mpic_msgr: add lock for MPIC message global variableMingkai Hu1-5/+5
2012-04-19powerpc/mpic_msgr: fix compile error when SMP disabledMingkai Hu1-0/+1