summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2011-04-06x86, hibernate: Initialize mmu_cr4_features during bootH. Peter Anvin1-0/+5
2011-04-04x86-32, NUMA: Fix ACPI NUMA init broken by recent x86-64 changeTejun Heo1-1/+3
2011-04-04x86: visws: Fixup irq overhaul falloutThomas Gleixner1-14/+6
2011-03-31x86, UV: Fix kdump rebootCliff Wickman1-0/+9
2011-03-31x86, amd-nb: Rename CPU PCI id define for F4Borislav Petkov1-1/+1
2011-03-29x86, mtrr, pat: Fix one cpu getting out of sync during resumeSuresh Siddha1-5/+15
2011-03-29x86, microcode: Unregister syscore_ops after microcode unloadedXiaotian Feng1-0/+1
2011-03-29x86: Stop including <linux/delay.h> in two asm header filesJean Delvare7-2/+5
2011-03-28ARM: mx51_efika: fix build error due to new mfd changesAndres Salomon1-2/+4
2011-03-28Merge branches 'irq-cleanup-for-linus' and 'irq-fixes-for-linus' of git://git...Linus Torvalds3-103/+6
2011-03-28Merge branch 'for-linus' of git://www.jni.nu/crisLinus Torvalds5-382/+3
2011-03-28Merge branch 'for-torvalds' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-3/+268
2011-03-28Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds11-16/+21
2011-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-3/+16
2011-03-28Merge branch 'for-linus' of git://gitserver.sunplusct.com/linux-2.6-scoreLinus Torvalds3-46/+11
2011-03-28arm: Ns9xxx: Remove private irq flow handlerThomas Gleixner1-54/+4
2011-03-28powerpc: cell: Use the core flow handlerThomas Gleixner2-49/+2
2011-03-28ARM: Suspend: Fix dependency of ARCH_SUSPEND_POSSIBLEKukjin Kim1-0/+1
2011-03-28ARM: SAMSUNG: Fix CPU idmaskKukjin Kim2-5/+5
2011-03-28ARM: EXYNOS4: Fix addruart macroThomas Abraham1-2/+2
2011-03-28ARM: EXYNOS4: Fix smsc9215 irq polarity on SMDKC210Jeongtae Park1-1/+1
2011-03-28ARM: EXYNOS4: Fix smsc9215 irq polarity on SMDKV310Jeongtae Park1-1/+1
2011-03-28ARM: EXYNOS4: Fix build warning on regarding SATA_AHCI_PLATFORMKukjin Kim2-2/+7
2011-03-28ARM: S5PV210: Remove duplicated inclusionHuang Weiyi1-1/+0
2011-03-28ARM: S5PV210: Fix security engine interrupt namesVladimir Zapolskiy1-3/+3
2011-03-28ARM: S5P64X0: Fix iodesc array size for S5P6450Banajit Goswami1-1/+1
2011-03-28mach-ux500: configure board for the TPS61052 regulator v2Linus Walleij4-1/+48
2011-03-28mach-ux500: provide ab8500 init vectorBengt Jonsson2-0/+179
2011-03-28mach-ux500: board support for AB8500 GPIO driverBibek Basu3-2/+41
2011-03-28score: Use generic show_interrupts()Thomas Gleixner2-39/+1
2011-03-28score: Convert to new irq function namesThomas Gleixner1-2/+2
2011-03-28score: lost a semicolon in asm/irqflags.hChen Liqin1-1/+1
2011-03-28score: Select GENERIC_HARDIRQS_NO_DEPRECATEDThomas Gleixner1-0/+1
2011-03-28score: Convert irq_chip to new functionsThomas Gleixner1-11/+13
2011-03-27Merge branch 'irq-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-43/+3
2011-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds2-0/+3
2011-03-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds1-12/+11
2011-03-27Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-42/+14
2011-03-27Merge branch 'for-linus-1' of git://git.infradead.org/mtd-2.6Linus Torvalds6-15/+2
2011-03-27percpu: Omit segment prefix in the UP case for cmpxchg_doubleChristoph Lameter2-8/+16
2011-03-27crypto: aesni-intel - fixed problem with packets that are not multiple of 64b...Tadeusz Struk2-3/+16
2011-03-27mfd: OLPC: Clean up names to match what OLPC actually usesDaniel Drake1-6/+6
2011-03-27mfd: Add mfd_clone_cell(), convert cs5535-mfd/olpc-xo1 to itAndres Salomon1-6/+5
2011-03-26regulator: initialization for ab8500 regulatorsBengt Jonsson2-0/+3
2011-03-25Merge branch 'syscore' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds11-232/+129
2011-03-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds1-2/+2
2011-03-25Merge branch 'irq-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds27-508/+214
2011-03-25Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+9
2011-03-25Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2011-03-25Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-8/+6