aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-30i2c/powermac: Register i2c devices from device-treeBenjamin Herrenschmidt1-0/+1
2012-04-30powerpc: Optimise enable_kernel_altivecAnton Blanchard3-1/+12
2012-04-30powerpc: Remove empty giveup_altivec function on book3e CPUsAnton Blanchard3-17/+4
2012-04-30powerpc: Reformat lppaca.hAnton Blanchard1-72/+68
2012-04-30powerpc: Remove iseries specific fields in lppacaAnton Blanchard3-65/+12
2012-04-30powerpc: Clean up lppaca->cede_latency_hintAnton Blanchard2-15/+5
2012-04-30powerpc: Better scheduling of CR save code in system call pathAnton Blanchard1-9/+7
2012-04-30powerpc: No need to preserve count register across system callAnton Blanchard1-2/+1
2012-04-30powerpc: No need to save XER in a system callAnton Blanchard1-2/+1
2012-04-30powerpc: Hide some system call labels from profile toolsAnton Blanchard1-4/+4
2012-04-30Merge remote-tracking branch 'geoff/for-powerpc' into nextBenjamin Herrenschmidt6-51/+272
2012-04-28Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds19-140/+207
2012-04-27Merge tag 'stable/for-linus-3.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds3-3/+18
2012-04-27Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-6/+12
2012-04-27Merge branch 'for-v3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds5-30/+29
2012-04-27xen: correctly check for pending events when restoring irq flagsDavid Vrabel1-1/+1
2012-04-27Merge branch 'v3.4-samsung-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into fixesOlof Johansson10-39/+78
2012-04-27Merge branch 'fixes' of git://github.com/hzhuang1/linux into fixesOlof Johansson4-4/+32
2012-04-27ARM: PXA2xx: MFP: fix potential direction bugIgor Grinberg1-0/+9
2012-04-27ARM: PXA2xx: MFP: fix bug with MFP_LPM_KEEP_OUTPUTIgor Grinberg2-2/+17
2012-04-27arm/sa1100: fix sa1100-rtc memory resourceDmitry Artamonow1-1/+1
2012-04-27ARM: pxa: fix gpio wakeup settingRobert Jarzmik1-1/+5
2012-04-26xen/smp: Fix crash when booting with ACPI hotplug CPUs.Konrad Rzeszutek Wilk1-0/+15
2012-04-27Merge branch 'sh/urgent' into sh-fixes-for-linusPaul Mundt2-2/+2
2012-04-27sh: Fix up tracepoint build fallout from static key introduction.Nobuhiro Iwamatsu1-1/+1
2012-04-26Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2-4/+4
2012-04-26xtensa: fix build fail on undefined ack_bad_irqPaul Gortmaker1-3/+0
2012-04-26Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-1/+1
2012-04-26xen/enlighten: Disable MWAIT_LEAF so that acpi-pad won't be loaded.Konrad Rzeszutek Wilk1-2/+2
2012-04-26blackfin: fix ifdef fustercluck in mach-bf538/boards/ezkit.cPaul Gortmaker1-27/+26
2012-04-25Merge branch 'u300-fixes-for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson into fixesOlof Johansson3-85/+80
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-25arch/arm/mach-ux500/mbox-db5500.c: world-writable sysfs fifo fileVasiliy Kulikov1-1/+1
2012-04-25Merge branch 'msm-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm into fixesOlof Johansson2-12/+17
2012-04-25arch/tile: fix a couple of functions that should be __initChris Metcalf2-4/+4
2012-04-25x86/apic: Use x2apic physical mode based on FADT settingGreg Pearson1-0/+6
2012-04-25x86/mrst: Quiet sparse noise about plain integer as NULL pointerH Hartley Sweeten1-2/+2
2012-04-25Merge tag 'l3-fix-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/urgentIngo Molnar37-206/+77
2012-04-24powerpc/ps3: Refresh ps3_defconfigGeoff Levand1-6/+0
2012-04-24ARM: SAMSUNG: add missing MMC_CAP2_BROKEN_VOLTAGE capabilityMarek Szyprowski3-0/+4
2012-04-24powerpc/ps3: Minor Kconfig cleanupGeoff Levand1-4/+4
2012-04-24powerpc/ps3: Remove MEMORY_HOTPLUG requirementAndre Heider1-1/+0
2012-04-24powerpc/ps3: Add highmem region memory earlyHector Martin1-56/+10
2012-04-24powerpc/ps3: Use highmem region from repositoryAndre Heider1-2/+49
2012-04-24powerpc/ps3: Add highmem repository read routinesAndre Heider2-0/+73
2012-04-24powerpc/ps3: Add highmem repository write routinesGeoff Levand2-0/+83
2012-04-24powerpc/ps3: Add PS3 repository write supportGeoff Levand2-0/+71
2012-04-24powerpc/ps3: Correct lv1 repository routine namesGeoff Levand1-2/+2
2012-04-24ARM: EXYNOS: Fix compilation error when CONFIG_OF is not definedTushar Behera1-0/+2
2012-04-24ARM: EXYNOS: Fix resource on dev-dwmci.cKukjin Kim1-10/+3