summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* smp: Add task_struct argument to __cpu_up()Thomas Gleixner2012-04-2619-19/+21
* m32r: Remove pointless function prototypesThomas Gleixner2012-04-261-4/+0
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-04-2520-70/+105
|\
| * x32, siginfo: Provide proper overrides for x32 siginfo_tH. Peter Anvin2012-04-231-1/+7
| * x32: Check __ILP32__ instead of __LP64__ for x32H.J. Lu2012-04-233-7/+7
| * x86, acpi: Call acpi_enter_sleep_state via an asmlinkage C function from asse...Konrad Rzeszutek Wilk2012-04-234-6/+8
| * ACPI: Convert wake_sleep_flags to a value instead of functionKonrad Rzeszutek Wilk2012-04-231-0/+2
| * x86, apic: APIC code touches invalid MSR on P5 class machinesBryan O'Donoghue2012-04-181-14/+20
| * i387: ptrace breaks the lazy-fpu-restore logicOleg Nesterov2012-04-161-0/+1
| * x86/platform: Remove incorrect error message in x86_default_fixup_cpu_id()Andreas Herrmann2012-04-165-16/+9
| * x86, efi: Add dedicated EFI stub entry pointMatt Fleming2012-04-163-13/+38
| * x86/amd: Remove broken links from comment and kernel messageAndreas Herrmann2012-04-161-2/+2
| * Merge tag 'microcode-fix-for-3.4' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2012-04-142-11/+11
| |\
| | * x86, microcode: Ensure that module is only loaded on supported AMD CPUsAndreas Herrmann2012-04-132-8/+10
| | * x86, microcode: Fix sysfs warning during module unload on unsupported CPUsAndreas Herrmann2012-04-131-3/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rku...Linus Torvalds2012-04-236-4/+14
|\ \ \
| * | | hexagon: add missing cpu.h includeRichard Kuo2012-04-231-1/+2
| * | | hexagon/CPU hotplug: Add missing call to notify_cpu_starting()Srivatsa S. Bhat2012-04-231-0/+5
| * | | hexagon: use renamed tick_nohz_idle_* functionsRichard Kuo2012-04-231-3/+3
| * | | Hexagon: misc compile warning/error cleanup due to missing headersRichard Kuo2012-04-234-0/+4
* | | | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-04-221-5/+1
|\ \ \ \
| * | | | Revert "ARM: 7359/2: smp_twd: Only wait for reprogramming on active cpus"Russell King2012-04-191-5/+1
* | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2012-04-2213-72/+115
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | powerpc/mpic: Properly set default triggersBenjamin Herrenschmidt2012-04-232-30/+30
| * | | | powerpc/mpic: Fix confusion between hw_irq and virqBenjamin Herrenschmidt2012-04-231-8/+4
| * | | | powerpc/pmac: Don't add_timer() twiceBenjamin Herrenschmidt2012-04-231-0/+9
| * | | | powerpc/eeh: Fix crash caused by null eeh_devGavin Shan2012-04-231-1/+1
| * | | | Merge remote-tracking branch 'kumar/merge' into mergeBenjamin Herrenschmidt2012-04-239-33/+71
| |\ \ \ \
| | * | | | powerpc/mpc85xx: add MPIC message dts nodeMingkai Hu2012-04-192-0/+53
| | * | | | powerpc/mpic_msgr: fix offset error when setting mer registerMingkai Hu2012-04-191-1/+1
| | * | | | powerpc/mpic_msgr: add lock for MPIC message global variableMingkai Hu2012-04-191-5/+5
| | * | | | powerpc/mpic_msgr: fix compile error when SMP disabledMingkai Hu2012-04-191-0/+1
| | * | | | powerpc: fix build when CONFIG_BOOKE_WDT is enabledBaruch Siach2012-04-192-5/+3
| | * | | | powerpc/85xx: don't call of_platform_bus_probe() twiceTimur Tabi2012-04-193-22/+8
* | | | | | sparc32,leon: add notify_cpu_starting()Yong Zhang2012-04-211-0/+3
* | | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-04-2124-147/+67
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixesOlof Johansson2012-04-187-5/+10
| |\ \ \ \ \ \
| | * | | | | | ARM: at91: fix at91sam9261ek Ethernet dm9000 irqJean-Christophe PLAGNIOL-VILLARD2012-04-161-2/+3
| | * | | | | | ARM: at91: fix rm9200ek flash sizeJean-Christophe PLAGNIOL-VILLARD2012-04-161-1/+1
| | * | | | | | ARM: at91: remove empty at91_init_serial functionJoachim Eastwood2012-04-161-1/+0
| | * | | | | | ARM: at91: fix typo in at91_pmc_base assembly declarationNicolas Ferre2012-04-161-1/+1
| | * | | | | | ARM: at91: Export at91_matrix_baseJoachim Eastwood2012-04-161-0/+1
| | * | | | | | ARM: at91: Export at91_pmc_baseJoachim Eastwood2012-04-161-0/+1
| | * | | | | | ARM: at91: Export at91_ramc_baseJoachim Eastwood2012-04-161-0/+1
| | * | | | | | ARM: at91: Export at91_st_baseJoachim Eastwood2012-04-161-0/+2
| * | | | | | | Merge branch 'fixes-for-arm-soc-20120416' of git://git.kernel.org/pub/scm/lin...Olof Johansson2012-04-183-6/+6
| |\ \ \ \ \ \ \
| | * | | | | | | ARM: ux500: update defconfigLinus Walleij2012-04-161-5/+4
| | * | | | | | | ARM: ux500: Fix unmet direct dependencyLee Jones2012-04-161-0/+1
| | * | | | | | | ARM: ux500: wake secondary cpu via reschedJonas Aaberg2012-04-111-1/+1
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge tag 'v3.4-rc3-imx-fixes' of git://git.pengutronix.de/git/imx/linux-2.6 ...Olof Johansson2012-04-183-3/+6
| |\ \ \ \ \ \ \