summaryrefslogtreecommitdiffstats
path: root/arch/arm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | ARM: OMAP3: cm-t35: Add regulator for ads7846 touchscreenIgor Grinberg2011-12-131-0/+18
| | * | | ARM: OMAP: TI814X: Add cpu type macros and detection supportHemant Pedanekar2011-12-134-0/+33
| | * | | ARM: OMAP: TI81XX: Prepare for addition of TI814X supportHemant Pedanekar2011-12-1316-76/+90
| | * | | ARM: OMAP: ID: Chip detection for OMAP4470Leonid Iziumtsev2011-12-132-1/+17
| | * | | ARM: OMAP: id: add chip id recognition for omap4430 es2.3David Anders2011-12-132-2/+6
| | * | | ARM: OMAP: am33xx: Update common OMAP machine specific sourcesAfzal Mohammed2011-12-1311-3/+105
| | * | | ARM: OMAP: am33xx: Update common omap platform filesAfzal Mohammed2011-12-136-4/+35
* | | | | Merge branch 'depends/rmk/devel-stable' into next/boardsOlof Johansson2011-12-16397-3585/+3028
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ARM: kexec: use soft_restart for branching to the reboot bufferWill Deacon2011-12-121-12/+3
| * | | | ARM: stop: execute platform callback from cpu_stop codeWill Deacon2011-12-122-1/+5
| * | | | ARM: reset: implement soft_restart for jumping to a physical addressWill Deacon2011-12-121-10/+40
| * | | | ARM: lib: add call_with_stack function for safely changing stackWill Deacon2011-12-122-1/+46
| * | | | ARM: 7183/1: vic: register the VIC for ST-modified VIC'sJamie Iles2011-12-111-2/+3
| * | | | Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/cmari...Russell King2011-12-0832-322/+1199
| |\ \ \ \
| | * | | | ARM: LPAE: Add the Kconfig entriesCatalin Marinas2011-12-082-1/+18
| | * | | | ARM: LPAE: mark memory banks with start > ULONG_MAX as highmemWill Deacon2011-12-081-1/+15
| | * | | | ARM: LPAE: Add identity mapping support for the 3-level page table formatCatalin Marinas2011-12-081-1/+27
| | * | | | ARM: LPAE: Add context switching supportCatalin Marinas2011-12-081-2/+17
| | * | | | ARM: LPAE: Add fault handling supportCatalin Marinas2011-12-086-5/+104
| | * | | | ARM: LPAE: Invalidate the TLB before freeing the PMDCatalin Marinas2011-12-081-1/+10
| | * | | | ARM: LPAE: MMU setup for the 3-level page table formatCatalin Marinas2011-12-085-12/+243
| | * | | | ARM: LPAE: Page table maintenance for the 3-level formatCatalin Marinas2011-12-085-7/+150
| | * | | | ARM: LPAE: Introduce the 3-level page table format definitionsCatalin Marinas2011-12-086-0/+261
| | * | | | ARM: LPAE: add ISBs around MMU enabling codeWill Deacon2011-12-084-0/+16
| | * | | | ARM: LPAE: Factor out classic-MMU specific code into proc-v7-2level.SCatalin Marinas2011-12-082-149/+174
| | * | | | ARM: LPAE: Move the FSR definitions to separate filesCatalin Marinas2011-12-083-93/+100
| | * | | | ARM: LPAE: Move page table maintenance macros to pgtable-2level.hCatalin Marinas2011-12-082-38/+41
| | * | | | ARM: pgtable: switch to use pgtable-nopud.hRussell King2011-12-083-11/+15
| | * | | | ARM: pgtable: Fix compiler warning in ioremap.c introduced by nopudCatalin Marinas2011-12-081-12/+19
| * | | | | Merge branch 'kexec/idmap' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Russell King2011-12-0632-89/+140
| |\| | | | | | |/ / / | |/| | |
| | * | | ARM: SMP: use idmap_pgd for mapping MMU enable during secondary bootingWill Deacon2011-12-064-66/+6
| | * | | ARM: head.S: only include __turn_mmu_on in the initial identity mappingWill Deacon2011-12-061-7/+7
| | * | | ARM: idmap: use idmap_pgd when setting up mm for rebootWill Deacon2011-12-061-9/+10
| | * | | ARM: proc-*.S: place cpu_reset functions into .idmap.text sectionWill Deacon2011-12-0624-0/+72
| | * | | ARM: suspend: use idmap_pgd instead of suspend_pgdWill Deacon2011-12-062-15/+5
| | * | | ARM: idmap: populate identity map pgd at init time using .init.textWill Deacon2011-12-065-3/+51
| * | | | ARM: 7194/1: OMAP: Fix build after a merge between v3.2-rc4 and ARM restart c...Tony Lindgren2011-12-061-1/+2
| * | | | ARM: 7192/1: OMAP: Fix build error for omap1_defconfigTony Lindgren2011-12-061-0/+1
| * | | | Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-s...Russell King2011-12-0693-1398/+146
| |\ \ \ \
| | * | | | ARM: move VMALLOC_END down temporarily for shmobileNicolas Pitre2011-11-271-0/+7
| | * | | | ARM: big removal of now unused vmalloc.h filesNicolas Pitre2011-11-2759-866/+0
| | * | | | ARM: add generic ioremap optimization by reusing static mappingsNicolas Pitre2011-11-273-25/+64
| | * | | | ARM: simplify __iounmap() when dealing with section based mappingNicolas Pitre2011-11-271-11/+9
| | * | | | ARM: move iotable mappings within the vmalloc regionNicolas Pitre2011-11-272-21/+36
| | * | | | ARM: move initialization of the high_memory variable earlierNicolas Pitre2011-11-183-2/+3
| | * | | | ARM: sort the meminfo array earlierNicolas Pitre2011-11-182-30/+16
| | * | | | ARM: realview-eb11mp: fix map_desc alignmentRob Herring2011-11-181-2/+2
| | * | | | ARM: realview: fix map_desc alignmentRob Herring2011-11-181-2/+2
| | * | | | ARM: versatile: remove overlapping map_desc entryRob Herring2011-11-181-5/+0
| | * | | | ARM: plat-iop: remove arch specific special handling for ioremapNicolas Pitre2011-11-184-75/+0