summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Remove old powerpc specific ptrace getregs/setregs callsAnton Blanchard2012-04-303-80/+0
* powerpc: Use WARN instead of dump_stack when printing EEH error backtraceAnton Blanchard2012-04-301-1/+1
* powerpc: Add 64-bit CPU targets for gccAnton Blanchard2012-04-302-13/+42
* powerpc: Remove altivec fix for gcc versions before 4.0Anton Blanchard2012-04-301-10/+0
* powerpc: Require gcc 4.0 on 64-bitAnton Blanchard2012-04-301-3/+10
* powerpc: Remove CONFIG_POWER4_ONLYAnton Blanchard2012-04-3010-36/+19
* i2c/powermac: Register i2c devices from device-treeBenjamin Herrenschmidt2012-04-301-0/+1
* powerpc: Optimise enable_kernel_altivecAnton Blanchard2012-04-303-1/+12
* powerpc: Remove empty giveup_altivec function on book3e CPUsAnton Blanchard2012-04-303-17/+4
* powerpc: Reformat lppaca.hAnton Blanchard2012-04-301-72/+68
* powerpc: Remove iseries specific fields in lppacaAnton Blanchard2012-04-303-65/+12
* powerpc: Clean up lppaca->cede_latency_hintAnton Blanchard2012-04-302-15/+5
* powerpc: Better scheduling of CR save code in system call pathAnton Blanchard2012-04-301-9/+7
* powerpc: No need to preserve count register across system callAnton Blanchard2012-04-301-2/+1
* powerpc: No need to save XER in a system callAnton Blanchard2012-04-301-2/+1
* powerpc: Hide some system call labels from profile toolsAnton Blanchard2012-04-301-4/+4
* Merge remote-tracking branch 'geoff/for-powerpc' into nextBenjamin Herrenschmidt2012-04-306-51/+272
|\
| * powerpc/ps3: Refresh ps3_defconfigGeoff Levand2012-04-241-6/+0
| * powerpc/ps3: Minor Kconfig cleanupGeoff Levand2012-04-241-4/+4
| * powerpc/ps3: Remove MEMORY_HOTPLUG requirementAndre Heider2012-04-241-1/+0
| * powerpc/ps3: Add highmem region memory earlyHector Martin2012-04-241-56/+10
| * powerpc/ps3: Use highmem region from repositoryAndre Heider2012-04-241-2/+49
| * powerpc/ps3: Add highmem repository read routinesAndre Heider2012-04-242-0/+73
| * powerpc/ps3: Add highmem repository write routinesGeoff Levand2012-04-242-0/+83
| * powerpc/ps3: Add PS3 repository write supportGeoff Levand2012-04-242-0/+71
| * powerpc/ps3: Correct lv1 repository routine namesGeoff Levand2012-04-241-2/+2
* | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-04-2819-140/+207
|\ \
| * \ Merge branch 'v3.4-samsung-fixes-3' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2012-04-2710-39/+78
| |\ \
| | * | ARM: SAMSUNG: add missing MMC_CAP2_BROKEN_VOLTAGE capabilityMarek Szyprowski2012-04-243-0/+4
| | * | ARM: EXYNOS: Fix compilation error when CONFIG_OF is not definedTushar Behera2012-04-241-0/+2
| | * | ARM: EXYNOS: Fix resource on dev-dwmci.cKukjin Kim2012-04-241-10/+3
| | * | ARM: S3C24XX: Fix build warning for S3C2410_PMKukjin Kim2012-04-241-4/+4
| | * | ARM: mini2440_defconfig: Fix build errorArnd Bergmann2012-04-241-0/+2
| | * | ARM: EXYNOS: Fix incorrect initialization of GICThomas Abraham2012-04-201-1/+1
| | * | ARM: EXYNOS: use 'exynos4-sdhci' as device name for sdhci controllersThomas Abraham2012-04-204-24/+62
| * | | Merge branch 'fixes' of git://github.com/hzhuang1/linux into fixesOlof Johansson2012-04-274-4/+32
| |\ \ \
| | * | | ARM: PXA2xx: MFP: fix potential direction bugIgor Grinberg2012-04-271-0/+9
| | * | | ARM: PXA2xx: MFP: fix bug with MFP_LPM_KEEP_OUTPUTIgor Grinberg2012-04-272-2/+17
| | * | | arm/sa1100: fix sa1100-rtc memory resourceDmitry Artamonow2012-04-271-1/+1
| | * | | ARM: pxa: fix gpio wakeup settingRobert Jarzmik2012-04-271-1/+5
| | | |/ | | |/|
| * | | Merge branch 'u300-fixes-for-arm-soc' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson2012-04-253-85/+80
| |\ \ \
| | * | | ARM: u300: bump all IRQ numbers by oneLinus Walleij2012-04-202-77/+79
| | * | | ARM: ux300: Fix unimplementable regulation constraintsMark Brown2012-04-201-8/+1
| | | |/ | | |/|
| * | | Merge branch 'msm-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/david...Olof Johansson2012-04-252-12/+17
| |\ \ \ | | |_|/ | |/| |
| | * | ARM: msm: Fix gic irqdomain supportDavid Brown2012-04-232-12/+17
* | | | Merge tag 'stable/for-linus-3.4-rc4-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-04-273-3/+18
|\ \ \ \
| * | | | xen: correctly check for pending events when restoring irq flagsDavid Vrabel2012-04-271-1/+1
| * | | | xen/smp: Fix crash when booting with ACPI hotplug CPUs.Konrad Rzeszutek Wilk2012-04-261-0/+15
| * | | | xen/enlighten: Disable MWAIT_LEAF so that acpi-pad won't be loaded.Konrad Rzeszutek Wilk2012-04-261-2/+2
| * | | | Revert "xen/p2m: m2p_find_override: use list_for_each_entry_safe"Konrad Rzeszutek Wilk2012-04-201-2/+6
OpenPOWER on IntegriCloud