aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-03ARM: S3C24XX: Move s3c24xx_irq_syscore_ops to plat-s3c24xx/irq.cHeiko Stuebner2-5/+6
2011-06-03ARM: S3C24xx: Fix missing struct for s3c2410_dma_chanHeiko Stuebner1-1/+1
2011-06-03ARM: SAMSUNG: Remove unused onenand plat functionsKyungmin Park2-24/+0
2011-06-03ARM: EXYNOS4: Remove compiler warning on exynos4_pwm4_resumeKyungmin Park1-0/+2
2011-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfinLinus Torvalds1-1/+1
2011-06-04Merge branch 'rmobile-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds3-0/+141
2011-06-03ARM: S5P: Fix compilation error for exynos4_defconfigTushar Behera3-1/+7
2011-06-04Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds11-23/+28
2011-06-03xen: off by one errors in multicalls.cDan Carpenter1-6/+6
2011-06-03Blackfin: strncpy: fix handling of zero lengthsSteven Miao1-1/+1
2011-06-02sparc: PCIC_PCI needs SPARC32 dependencyDavid S. Miller1-1/+1
2011-06-03powerpc/85xx: fix race bug of calling request_irq after enable elbc interruptsShaohui Xie1-3/+3
2011-06-02sparc: Do not select GENERIC_HARDIRQS_NO_DEPRECATEDGeert Uytterhoeven1-1/+0
2011-06-02sparc32,leon: add GRPCI2 PCI Host driverDaniel Hellstrom5-0/+923
2011-06-02sparc32,leon: added LEON-common low-level PCI routinesDaniel Hellstrom5-0/+304
2011-06-02sparc32: added CONFIG_PCIC_PCI Kconfig settingDaniel Hellstrom4-4/+9
2011-06-02powerpc/book3e: Fix CPU feature handling on e5500 in 32-bit modeKumar Gala1-1/+1
2011-06-02powerpc/fsl_rio: Fix compile error when CONFIG_FSL_RIO not setKumar Gala1-1/+1
2011-06-02ARM: mach-shmobile: add DMAC clock definitions on SH7372Guennadi Liakhovetski1-0/+7
2011-06-01ARM: S5P: Should be S3C_VA_USB_HSPHY instead of S5P_VA_XXKukjin Kim3-3/+3
2011-06-01ARM: S5P64X0: Fix SPI platform device namePadmavathi Venna1-4/+2
2011-06-01ARM: S5PV210: Fix possible null pointer dereferenceJonghwan Choi1-3/+5
2011-06-01ARM: OMAP4: MMC: increase delay for pbiasBalaji T K1-3/+10
2011-06-01arm: omap2plus: move NAND_BLOCK_SIZE out of boardsIgor Grinberg8-14/+3
2011-06-01omap4: hwmod: Enable the keypadShubhrajyoti D1-1/+1
2011-06-01omap3: Free Beagle rev gpios when they are read, so others can read them laterTasslehoff Kjappfot1-0/+3
2011-06-01arm: omap3: beagle: Ensure msecure is mux'd to be able to set the RTCAlexander Holler1-0/+3
2011-06-01omap: rx51: Don't power up speaker amplifier at bootupJarkko Nikula1-1/+1
2011-06-01omap: rx51: Set regulator V28_A always onJarkko Nikula1-0/+1
2011-06-01ARM: OMAP4: MMC: no regulator off during probe for eMMCBalaji T K4-0/+8
2011-06-01arm: omap2plus: fix ads7846 pendown gpio requestIgor Grinberg1-10/+10
2011-06-01ARM: OMAP2: Add missing iounmap in omap4430_phy_initTodd Poynor1-1/+3
2011-06-01ARM: omap4: Pass core and wakeup mux tables to omap4_mux_initColin Cross4-6/+9
2011-06-01ARM: omap2+: mux: Allow board mux settings to be NULLColin Cross1-0/+3
2011-06-01OMAP4: fix return value of omap4_l3_initRabin Vincent1-1/+1
2011-06-01OMAP: iovmm: fix SW flags passed by userOmar Ramirez Luna2-7/+0
2011-06-01arch/arm/mach-omap1/dma.c: Invert calls to platform_device_put and platform_device_delJulia Lawall1-5/+6
2011-06-01OMAP2+: mux: fix compilation warningsGovindraj.R2-2/+2
2011-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-0/+1
2011-06-01Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds2-1/+3
2011-05-31[IA64] wire up sendmmsg() syscall for ItaniumTony Luck2-1/+3
2011-06-01Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-2/+2
2011-05-31OMAP: SRAM: Fix warning: format '%08lx' expects type 'long unsigned int'Santosh Shilimkar1-6/+6
2011-05-31arm: omap3: cm-t3517: fix section mismatch warningIgor Grinberg1-1/+1
2011-05-31OMAP2+: Fix 9 section mismatch(es) warnings from mach-omap2/built-in.oSantosh Shilimkar4-11/+11
2011-05-31ARM: OMAP2: Add missing include of linux/gpio.hAxel Lin4-4/+4
2011-05-31OMAP: fix compilation errorJanusz Krzysztofik1-0/+1
2011-05-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+2
2011-05-31powerpc/pmac: Don't register pmac PIC syscore ops when HW not presentBenjamin Herrenschmidt1-1/+2
2011-05-31sh: Fix up asm-generic/ptrace.h fallout.Paul Mundt1-2/+4