aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville13-66/+405
2011-08-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller78-410/+588
2011-08-18net: fix IBM EMAC driver after rename.Tony Breeds24-97/+118
2011-08-17flexcan: Add flexcan device support for p1010rdb.holt@sgi.com1-0/+2
2011-08-17flexcan: Fix up fsl-flexcan device tree binding.holt@sgi.com2-14/+6
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko3-3/+3
2011-08-13qdio: support forced signal adapter indicationsfrank.blaschka@de.ibm.com1-0/+10
2011-08-13qdio: support asynchronous delivery of storage blocksfrank.blaschka@de.ibm.com1-3/+65
2011-08-12Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-tipLinus Torvalds20-115/+173
2011-08-12Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-socLinus Torvalds32-186/+252
2011-08-12Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 into fixesArnd Bergmann14-70/+94
2011-08-12Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into fixesArnd Bergmann5-85/+94
2011-08-12Merge branch 'imx-fixes-for-arnd' of git://git.pengutronix.de/git/imx/linux-2.6 into fixesArnd Bergmann12-31/+63
2011-08-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-6/+7
2011-08-11sparc: Don't do hypervisor calls on non-sun4v in DS driver.David S. Miller1-6/+7
2011-08-11Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2011-08-11ARM: mmp: Change the way we use timer 0 as clockevent timer.Lennert Buytenhek1-12/+35
2011-08-11ARM: mmp: Switch to using timer 1 as clocksource timer.Lennert Buytenhek1-2/+2
2011-08-11ARM: mmp: Also start timer 1 on boot.Lennert Buytenhek1-6/+9
2011-08-11ARM: pxa168/gplugd: free correct GPIOTanmay Upadhyay1-2/+2
2011-08-11ARM: pxa168/gplugd: get rid of mfp-gplugd.hTanmay Upadhyay3-62/+45
2011-08-11ARM: pxa: fix logic error in PJ4 iWMMXt handlingLennert Buytenhek1-3/+3
2011-08-10Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds5-19/+49
2011-08-10x86-64: Rework vsyscall emulation and add vsyscall= parameterAndy Lutomirski9-89/+90
2011-08-10x86-64: Wire up getcpu syscallAndy Lutomirski1-0/+2
2011-08-10x86: Remove unnecessary compile flag tweaks for vsyscall codeAndy Lutomirski2-16/+0
2011-08-10Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds18-75/+97
2011-08-10mach-sa1100: fix PCI build problemLinus Walleij1-0/+1
2011-08-11powerpc: Really fix build without CONFIG_PCIBenjamin Herrenschmidt1-1/+1
2011-08-10omap: timer: Set dmtimer used as clocksource in autoreload modeHemant Pedanekar1-1/+2
2011-08-10OMAP3: am3517crane: remove NULL board_mux from board fileJohan Hovold1-2/+0
2011-08-10arm: mach-omap2: mux: use kstrdup()Thomas Meyer1-10/+4
2011-08-10arch:arm:plat-omap:iovmm: remove unused variable 'va'Maxin John1-3/+0
2011-08-10Update Nook Color machine 3284 to common Encore nameOleg Drokin1-1/+1
2011-08-10am3505/3517: Various platform defines for UART4Raphaël Assénat3-0/+9
2011-08-10Merge branch 'for_3.1/pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into fixesTony Lindgren4-15/+13
2011-08-10ARM: drop experimental status for ARM_PATCH_PHYS_VIRTRussell King1-2/+1
2011-08-10OMAP: hwmod: fix build break on non-OMAP4 multi-OMAP2 buildsPaul Walmsley1-1/+24
2011-08-10OMAP: Fix linking error in twl-common.c for OMAP2/3/4 only buildsPeter Ujfalusi1-37/+41
2011-08-09perf, x86: Add model 45 SandyBridge supportYouquan Song1-0/+1
2011-08-09ARM: 7008/1: alignment: Make SIGBUS sent to userspace POSIXly correctDave Martin1-3/+11
2011-08-09ARM: 7007/1: alignment: Prevent ignoring of faults with ARMv6 unaligned access modelDave Martin1-12/+30
2011-08-09ARM: 7010/1: mm: fix invalid loop for poison_init_memJamie Iles1-1/+1
2011-08-09ARM: 7005/1: freshen up mm/proc-arm946.SBrian S. Julin1-1/+2
2011-08-08bcm47xx: fix irq assignment for new SoCs.Hauke Mehrtens1-0/+12
2011-08-08bcm47xx: add support for bcma busHauke Mehrtens8-2/+179
2011-08-08bcm47xx: make it possible to build bcm47xx without ssb.Hauke Mehrtens11-8/+67
2011-08-08bcm47xx: prepare to support different busesHauke Mehrtens8-59/+150
2011-08-08iMX: Fix build for iMX53Arnaud Patard (Rtp)1-0/+8
2011-08-08ARM: mx5: board-cpuimx51.c fixup irq_to_gpio() usageBen Dooks1-1/+1