summaryrefslogtreecommitdiffstats
path: root/arch/arm
AgeCommit message (Expand)AuthorFilesLines
2011-12-19Merge branch 'picoxcell/devel' into next/develOlof Johansson402-3628/+3082
2011-12-18ARM: picoxcell: implement watchdog restartJamie Iles1-0/+37
2011-12-18ARM: picoxcell: move io mappings to common.cJamie Iles4-34/+13
2011-12-18ARM: picoxcell: don't reserve irq_descsJamie Iles3-8/+4
2011-12-18ARM: picoxcell: remove mach/memory.hJamie Iles1-1/+0
2011-12-15Merge branch 'davinci/features' into next/develOlof Johansson3-17/+10
2011-12-13Merge branch 'orion/devel' into next/develOlof Johansson61-537/+502
2011-12-13ARM: Orion: Remove address map info from all platform data structuresAndrew Lunn10-102/+36
2011-12-13ARM: Orion: Get address map from plat-orion instead of via platform_dataAndrew Lunn10-15/+15
2011-12-13ARM: Orion: mbus_dram_info consolidationAndrew Lunn18-55/+50
2011-12-13ARM: Orion: Consolidate the address map setupAndrew Lunn10-355/+375
2011-12-13ARM: Kirkwood: Add configuration for MPP12 as GPIOArnaud Patard1-0/+1
2011-12-13ARM: Kirkwood: Recognize A1 revision of 6282 chipMartin Michlmayr2-0/+3
2011-12-13Merge branch 'highbank/devel' into next/develOlof Johansson1-0/+12
2011-12-13Merge branch 'ux500/devel' into next/develOlof Johansson3-14/+89
2011-12-12ARM: kexec: use soft_restart for branching to the reboot bufferWill Deacon1-12/+3
2011-12-12ARM: stop: execute platform callback from cpu_stop codeWill Deacon2-1/+5
2011-12-12ARM: reset: implement soft_restart for jumping to a physical addressWill Deacon1-10/+40
2011-12-12ARM: lib: add call_with_stack function for safely changing stackWill Deacon2-1/+46
2011-12-12ARM: ux500: update the MOP500 GPIO assignmentsLinus Walleij1-13/+49
2011-12-12ARM: ux500: add device sdi1 for SDIOStefan Nilsson XK1-0/+38
2011-12-12ARM: ux500: support SD cards on HREFv60 boardsStefan Nilsson XK2-1/+2
2011-12-11ARM: 7183/1: vic: register the VIC for ST-modified VIC'sJamie Iles1-2/+3
2011-12-09Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds1-0/+1
2011-12-08ARM: OMAP1: Always reprogram dpll1 rate at bootJanusz Krzysztofik2-10/+0
2011-12-08ARM: OMAP1: Update dpll1 default rate reprogramming methodJanusz Krzysztofik3-7/+9
2011-12-08ARM: OMAP1: Move dpll1 rates selection from config to runtimeJanusz Krzysztofik8-100/+45
2011-12-08ARM: OMAP1: Set the omap1623 sram size to 16KTony Lindgren1-4/+2
2011-12-08Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds28-55/+69
2011-12-08Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/cmari...Russell King32-322/+1199
2011-12-08Merge branch 'fixes' of git://github.com/hzhuang1/linux into fixesArnd Bergmann1-2/+2
2011-12-08ARM: LPAE: Add the Kconfig entriesCatalin Marinas2-1/+18
2011-12-08ARM: LPAE: mark memory banks with start > ULONG_MAX as highmemWill Deacon1-1/+15
2011-12-08ARM: LPAE: Add identity mapping support for the 3-level page table formatCatalin Marinas1-1/+27
2011-12-08ARM: LPAE: Add context switching supportCatalin Marinas1-2/+17
2011-12-08ARM: LPAE: Add fault handling supportCatalin Marinas6-5/+104
2011-12-08ARM: LPAE: Invalidate the TLB before freeing the PMDCatalin Marinas1-1/+10
2011-12-08ARM: LPAE: MMU setup for the 3-level page table formatCatalin Marinas5-12/+243
2011-12-08ARM: LPAE: Page table maintenance for the 3-level formatCatalin Marinas5-7/+150
2011-12-08ARM: LPAE: Introduce the 3-level page table format definitionsCatalin Marinas6-0/+261
2011-12-08ARM: LPAE: add ISBs around MMU enabling codeWill Deacon4-0/+16
2011-12-08ARM: LPAE: Factor out classic-MMU specific code into proc-v7-2level.SCatalin Marinas2-149/+174
2011-12-08ARM: LPAE: Move the FSR definitions to separate filesCatalin Marinas3-93/+100
2011-12-08ARM: LPAE: Move page table maintenance macros to pgtable-2level.hCatalin Marinas2-38/+41
2011-12-08ARM: pgtable: switch to use pgtable-nopud.hRussell King3-11/+15
2011-12-08ARM: pgtable: Fix compiler warning in ioremap.c introduced by nopudCatalin Marinas1-12/+19
2011-12-08ARM: sa1100: fix build errorJett.Zhou1-2/+2
2011-12-07Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/...Olof Johansson2-7/+10
2011-12-07Merge branch 'samsung-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann3-2/+3
2011-12-06Merge branch 'kexec/idmap' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Russell King32-89/+140