summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2010-11-17ARM: imx: use MXxy_IO_P2V macros to setup static mappingsUwe Kleine-König8-166/+56
2010-11-17ARM: imx: refactor the io mapping macroUwe Kleine-König10-48/+61
2010-11-17ARM: mx3: fix the last users of IMX_NEEDS_DEPRECATED_SYMBOLSUwe Kleine-König3-59/+61
2010-10-28Merge branch 'l2x0-pull-rmk' of git://dev.omapzoom.org/pub/scm/santosh/kernel...Russell King7-9/+171
2010-10-28Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene...Russell King157-1314/+6574
2010-10-28Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into dev...Russell King27-50/+492
2010-10-27Merge branches 'upstream/xenfs' and 'upstream/core' of git://git.kernel.org/p...Linus Torvalds8-97/+576
2010-10-27Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-0/+1
2010-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds46-732/+1608
2010-10-27workqueues: s/ON_STACK/ONSTACK/Andrew Morton2-2/+2
2010-10-27m68k{nommu}/blackfin : remove old assembler-only flags bit definitionsPhilippe De Muyter3-26/+0
2010-10-27replace nested max/min macros with {max,min}3 macroHagen Paul Pfeifer3-5/+3
2010-10-27um: migrate from __do_IRQ() to generic_handle_irq()Richard Weinberger2-11/+7
2010-10-27uml: fix CONFIG_STATIC_LINK=y build failure with newer glibcRoland McGrath2-2/+29
2010-10-27uml: define CONFIG_NO_DMAFUJITA Tomonori3-113/+3
2010-10-27alpha: use single HAE window on T2 core logic (gamma, sable)Ivan Kokshaysky4-40/+30
2010-10-27alpha: enable ARCH_DMA_ADDR_T_64BITFUJITA Tomonori1-0/+3
2010-10-27x86: access_error API cleanupMichel Lespinasse1-3/+3
2010-10-27mm: retry page fault when blocking on disk transferMichel Lespinasse1-12/+26
2010-10-27perf, x86: Fix up kmap_atomic() typePeter Zijlstra1-3/+2
2010-10-27mm: remove pte_*map_nested()Peter Zijlstra29-95/+18
2010-10-27mm: stack based kmap_atomic()Peter Zijlstra20-257/+294
2010-10-27um: fix IRQ flag handling namingRichard Weinberger1-17/+32
2010-10-27um: remove PAGE_SIZE alignment in linker script causing kernel segfault.Richard Weinberger1-1/+1
2010-10-27um: fix global timer issue when using CONFIG_NO_HZRichard Weinberger1-1/+1
2010-10-26Merge git://git.infradead.org/battery-2.6Linus Torvalds1-0/+5
2010-10-26Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2-6/+14
2010-10-26Merge branch 'for_linus' of git://github.com/at91linux/linux-2.6-at91Linus Torvalds15-34/+771
2010-10-26Merge branch 'for-linus' of git://gitorious.org/linux-omap-dss2/linuxLinus Torvalds3-38/+23
2010-10-26Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds2-3/+3
2010-10-26ARM: imx: Add wake functionality to GPIODinh Nguyen1-0/+32
2010-10-26ARM: mx5: Add gpio-keys to mx51 babbage boardDinh Nguyen3-0/+27
2010-10-26ARM: imx: Add gpio-keys to plat-mxcDinh Nguyen5-0/+38
2010-10-26mx31_3ds: Fix spi registrationRogerio Pimentel1-1/+1
2010-10-26mx31_3ds: Fix the logic for detecting the debug boardRogerio Pimentel1-3/+3
2010-10-26at91/atmel-mci: inclusion of sd/mmc driver in at91sam9g45 chip and boardNicolas Ferre2-0/+189
2010-10-26AT91: pm: make sure that r0 is 0 when dealing with cache operationsNicolas Ferre3-3/+10
2010-10-26AT91: pm: use plain cpu_do_idle() for "wait for interrupt"Nicolas Ferre2-2/+8
2010-10-26AT91: reset: extend alternate reset procedure to several chipsNicolas Ferre6-35/+12
2010-10-26AT91: reset routine cleanup, remove not needed icache flushNicolas Ferre4-58/+51
2010-10-26AT91: trivial: align comment of at91sam9g20_reset with one more tabNicolas Ferre1-7/+7
2010-10-26AT91: Fix AT91SAM9G20 reset as per the errata in the data sheetPeter Horton3-2/+63
2010-10-26AT91: add board support for Pcontrol_G20Peter Gsellmann4-0/+504
2010-10-26ARM: ux500 specific L2 cache codePer Fransson1-0/+45
2010-10-26ARM: l2x0: Optimise the range based operationsSantosh Shilimkar1-0/+22
2010-10-26ARM: l2x0: Determine the cache sizeSantosh Shilimkar2-2/+12
2010-10-26ARM: l2x0: Fix coding-style in the cache-l2x0.hSantosh Shilimkar1-3/+5
2010-10-26omap4: l2x0: Override the default l2x0_disableSantosh Shilimkar1-0/+13
2010-10-26arm: Implement l2x0 cache disable functionsThomas Gleixner1-1/+27
2010-10-26arm: Disable outer (L2) cache in kexecThomas Gleixner2-0/+27