aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-13MIPS: Sibyte: drop select of SIBYTE_CFEPaul Bolle1-1/+0
2011-11-13drop "select GCD" from three Kconfig filesPaul Bolle1-1/+0
2011-11-13powerpc/mpc5121: drop "select MPC5121_ADS_CPLD"Paul Bolle1-1/+0
2011-11-13Merge branch 'master' into for-nextJiri Kosina2923-55115/+87180
2011-11-13s390: drop "select HAVE_GET_USER_PAGES_FAST"Paul Bolle1-1/+0
2011-11-13powerpc/4xx: Fix typo 'PCC4xx_MSI'Paul Bolle1-1/+1
2011-11-12Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds30-78/+106
2011-11-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds26-937/+390
2011-11-12Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds25-62/+343
2011-11-11Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-2/+2
2011-11-11bma023: Add SFI translation for this deviceWilliam Douglas1-0/+1
2011-11-11vrtc: change its year offset from 1960 to 1972Feng Tang1-2/+2
2011-11-11ce4100: fix a build errorZhang Rui1-1/+1
2011-11-11Merge branch 'picoxcell-fixes' of git://github.com/jamieiles/linux-2.6-ji into fixesOlof Johansson1-1/+1
2011-11-11Merge branch 'imx-fixes-for-arnd' of git://git.pengutronix.de/git/imx/linux-2.6 into fixesOlof Johansson4-20/+39
2011-11-11arm/imx: fix imx6q mmc error when mounting rootfsShawn Guo1-1/+16
2011-11-11arm/imx: fix AUTO_ZRELADDR selectionShawn Guo1-2/+2
2011-11-11arm/imx: fix the references to ARCH_MX3Shawn Guo1-15/+19
2011-11-11ARM: mx51/53: set pwm clock parent to ipg_perclkRichard Zhao1-2/+2
2011-11-09Merge branch 'msm-fix' of git://codeaurora.org/quic/kernel/davidb/linux-msm into fixesOlof Johansson5-6/+11
2011-11-09Merge branch 'for-3.2/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/olof/tegra into fixesOlof Johansson6-12/+27
2011-11-09arm/tegra: enable headphone detection gpio on seaboardYufeng Shen1-0/+1
2011-11-09arm/dt: Fix ventana SDHCI power-gpiosStephen Warren1-2/+1
2011-11-09arm/tegra: Don't create duplicate gpio and pinmux devicesStephen Warren5-10/+25
2011-11-09Merge branch 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixesOlof Johansson9-25/+20
2011-11-09Merge branch 'imx/compile-fixes' of git://git.linaro.org/people/shawnguo/linux-2.6 into fixesOlof Johansson5-12/+6
2011-11-09Merge branch 'mxs/fixes' of git://git.linaro.org/people/shawnguo/linux-2.6 into fixesOlof Johansson1-2/+2
2011-11-09ARM: at91: Fix USBA gadget registrationJochen Friedrich3-3/+3
2011-11-09at91/yl-9200: Fix section mismatchJean-Christophe PLAGNIOL-VILLARD1-1/+1
2011-11-09at91: vmalloc fix missing AT91_VIRT_BASE defineJean-Christophe PLAGNIOL-VILLARD1-0/+2
2011-11-09ARM: at91: usart: drop static map regs for dbguJean-Christophe PLAGNIOL-VILLARD7-21/+14
2011-11-09kbuild: Fix missing system calls check on mips.David Daney1-2/+2
2011-11-09ARM: picoxcell: add extra temp register to addruartJamie Iles1-1/+1
2011-11-08m68k/mac: Remove mac_irq_{en,dis}able() wrappersFinn Thain3-23/+11
2011-11-08m68k/irq: Remove obsolete support for user vector interrupt fixupsGeert Uytterhoeven9-20/+10
2011-11-08m68k/irq: Remove obsolete m68k irq frameworkGeert Uytterhoeven13-820/+4
2011-11-08m68k/q40: Convert Q40/Q60 to genirqGeert Uytterhoeven3-2/+9
2011-11-08m68k/sun3: Convert Sun3/3x to genirqGeert Uytterhoeven2-4/+14
2011-11-08m68k/sun3: Use the kstat_irqs_cpu() wrapperGeert Uytterhoeven1-4/+10
2011-11-08m68k/apollo: Convert Apollo to genirqGeert Uytterhoeven2-3/+23
2011-11-08m68k/vme: Convert VME to genirqGeert Uytterhoeven1-3/+0
2011-11-08m68k/hp300: Convert HP9000/300 and HP9000/400 to genirqGeert Uytterhoeven1-1/+0
2011-11-08m68k/mac: Optimize interrupts using chain handlersGeert Uytterhoeven4-63/+298
2011-11-08m68k/mac: Convert Mac to genirqGeert Uytterhoeven5-1/+12
2011-11-08m68k/amiga: Optimize interrupts using chain handlersGeert Uytterhoeven1-0/+104
2011-11-08m68k/amiga: Convert Amiga to genirqGeert Uytterhoeven2-1/+3
2011-11-08m68k/amiga: Refactor amiints.cGeert Uytterhoeven1-51/+47
2011-11-08m68k/atari: Remove code and comments about different irq typesGeert Uytterhoeven1-236/+0
2011-11-08m68k/atari: Convert Atari to genirqGeert Uytterhoeven1-1/+0
2011-11-08m68k/irq: Add genirq supportGeert Uytterhoeven5-12/+112