summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* ARM: tegra30: Make MC optional in KconfigHiroshi DOYU2012-05-111-2/+0
* ARM: tegra20: Make MC optional in KconfigHiroshi DOYU2012-05-111-2/+0
* ARM: tegra30: Add Tegra Memory Controller(MC) driverHiroshi DOYU2012-05-101-0/+2
* ARM: tegra20: Add Tegra Memory Controller(MC) driverHiroshi DOYU2012-05-101-0/+2
* powerpc: fix compile fail in hugetlb cmdline parsingPaul Gortmaker2012-05-071-1/+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
| * | | | Merge commit 'c104f1fa1ecf4ee0fc06e31b1f77630b2551be81' into stable/for-linus...Konrad Rzeszutek Wilk2012-04-184196-104940/+157685
| |\ \ \ \
| * | | | | xen/p2m: m2p_find_override: use list_for_each_entry_safeStefano Stabellini2012-04-171-6/+2
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-04-273-6/+12
|\ \ \ \ \ \
| * | | | | | x86/apic: Use x2apic physical mode based on FADT settingGreg Pearson2012-04-251-0/+6
| * | | | | | x86/mrst: Quiet sparse noise about plain integer as NULL pointerH Hartley Sweeten2012-04-251-2/+2
| * | | | | | Merge tag 'l3-fix-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Ingo Molnar2012-04-2537-206/+77
| |\ \ \ \ \ \
| | * | | | | | x86, intel_cacheinfo: Fix error return code in amd_set_l3_disable_slot()Srivatsa S. Bhat2012-04-191-4/+4
| | | |_|_|_|/ | | |/| | | |
* | | | | | | Merge branch 'for-v3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-04-275-30/+29
|\ \ \ \ \ \ \
| * | | | | | | xtensa: fix build fail on undefined ack_bad_irqPaul Gortmaker2012-04-261-3/+0
| * | | | | | | blackfin: fix ifdef fustercluck in mach-bf538/boards/ezkit.cPaul Gortmaker2012-04-261-27/+26
| * | | | | | | xtensa: fix build error in xtensa/include/asm/io.hPaul Gortmaker2012-04-231-0/+1
| * | | | | | | xtensa: fix build failure in xtensa/kernel/signal.cPaul Gortmaker2012-04-231-0/+1
| * | | | | | | powerpc: fix system.h fallout in sysdev/scom.c [chroma_defconfig]Paul Gortmaker2012-04-181-0/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'sh/urgent' into sh-fixes-for-linusPaul Mundt2012-04-272-2/+2
|\ \ \ \ \ \ \
| * | | | | | | sh: Fix up tracepoint build fallout from static key introduction.Nobuhiro Iwamatsu2012-04-271-1/+1
| * | | | | | | sh: Fix error synchronising kernel page tablesStuart Menefy2012-04-191-1/+1
* | | | | | | | Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds2012-04-262-4/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | arch/tile: fix a couple of functions that should be __initChris Metcalf2012-04-252-4/+4
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-04-261-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | arch/arm/mach-ux500/mbox-db5500.c: world-writable sysfs fifo fileVasiliy Kulikov2012-04-251-1/+1
| |/ / / / / / /
* | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-04-2520-70/+105
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |