aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm
Commit message (Expand)AuthorAgeFilesLines
* [ARM] pxa: Add support for suspend on PalmTX, T5 and LDMarek Vasut2009-04-041-0/+11
* [ARM] 5439/1: Do not clear bit 10 of DFSR during abort handling on ARMv6Catalin Marinas2009-04-011-2/+2
* [ARM] Kirkwood: small L2 code cleanupNicolas Pitre2009-03-281-3/+1
* [ARM] Kirkwood: invalidate L2 cache before enabling itMaxime Bizon2009-03-281-0/+5
* Merge branch 'master' into develRussell King2009-03-281-1/+1
|\
| * [ARM] 5435/1: fix compile warning in sanity_check_meminfo()Mikael Pettersson2009-03-281-1/+1
* | Merge branch 'for-rmk' of git://gitorious.org/linux-gemini/mainline into develRussell King2009-03-266-2/+666
|\ \
| * | ARM: Add support for FA526 v2Paulius Zaleckas2009-03-256-2/+666
| |/
* | Merge branch 'highmem' into develRussell King2009-03-2410-61/+357
|\ \
| * | [ARM] ignore high memory with VIPT aliasing cachesNicolas Pitre2009-03-151-0/+5
| * | [ARM] xsc3: add highmem support to L2 cache handling codeNicolas Pitre2009-03-151-27/+80
| * | [ARM] Feroceon: add highmem support to L2 cache handling codeNicolas Pitre2009-03-151-17/+37
| * | [ARM] introduce dma_cache_maint_page()Nicolas Pitre2009-03-151-1/+71
| * | [ARM] mem_init(): make highmem pages available for useNicolas Pitre2009-03-151-3/+18
| * | [ARM] kmap supportNicolas Pitre2009-03-154-1/+131
| * | [ARM] fixmap supportNicolas Pitre2009-03-151-2/+1
| |/
| * [ARM] Fix virtual to physical translation macro corner casesRussell King2009-03-123-10/+14
* | Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/...root2009-03-243-2/+430
|\ \
| * | [ARM] pxa: add base support for Marvell's PXA168 processor lineEric Miao2009-03-233-2/+430
* | | Merge branch 'master' of git://git.marvell.com/orion into develRussell King2009-03-197-7/+7
|\ \ \ | | |/ | |/|
| * | [ARM] 5421/1: ftrace: fix crash due to tracing of __naked functionsUwe Kleine-König2009-03-127-7/+7
* | | Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into develRussell King2009-03-133-3/+6
|\ \ \
| * | | [ARM] MX31/MX35: Add l2x0 cache supportSascha Hauer2009-03-131-1/+2
| |/ /
| * | [ARM] 5416/1: Use unused address in v6_early_abortSeth Forshee2009-03-031-1/+2
| * | [ARM] 5402/1: fix a case of wrap-around in sanity_check_meminfo()Nicolas Pitre2009-02-191-1/+2
| |/
* | [ARM] 5422/1: ARM: MMU: add a Non-cacheable Normal executable memory typePaul Walmsley2009-03-121-0/+23
|/
* [ARM] 5366/1: fix shared memory coherency with VIVT L1 + L2 cachesNicolas Pitre2009-01-281-1/+4
* [ARM] fix section-based ioremapRussell King2009-01-251-9/+2
* [ARM] fix StrongARM-11x0 page copy implementationRussell King2009-01-241-1/+1
* [ARM] 5364/1: allow flush_ioremap_region() to be used from modulesNicolas Pitre2009-01-121-0/+1
* NOMMU: Rename ARM's struct vm_regionDavid Howells2009-01-081-14/+14
* Merge branch 'mxc-pu-imxfb' of git://pasiphae.extern.pengutronix.de/git/imx/l...Russell King2008-12-171-0/+1
|\
| * [ARM] Ensure linux/hardirqs.h is included where requiredRussell King2008-12-151-0/+1
* | Merge branch 'omap3-upstream' of git://git.kernel.org/pub/scm/linux/kernel/gi...Russell King2008-12-151-3/+23
|\ \ | |/
| * [ARM] Fix alignment fault handling for ARMv6 and later CPUsRussell King2008-12-071-3/+23
* | [ARM] eliminate NULL test and memset after alloc_bootmemJulia Lawall2008-12-141-3/+2
* | Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia...Russell King2008-12-021-0/+25
|\ \
| * | [ARM] pxa: add base PXA935 support due to CPUID changeEric Miao2008-12-021-0/+25
| |/
* | Merge branch 'for-rmk-realview' of git://linux-arm.org/linux-2.6 into develRussell King2008-12-011-1/+1
|\ \
| * | RealView: Add Cortex-A9 support to the EB boardJon Callan2008-12-011-1/+1
* | | [ARM] use asm/sections.hRussell King2008-12-014-14/+15
* | | [ARM] Remove linux/sched.h from asm/cacheflush.h and asm/uaccess.hRussell King2008-11-291-0/+1
* | | [ARM] Remove unnecessary mach/hardware.h includes in arch/arm/mmRussell King2008-11-283-3/+0
* | | Merge branch 'highmem' into develRussell King2008-11-2819-591/+692
|\ \ \
| * | | [ARM] remove bogus #ifdef CONFIG_HIGHMEM in show_pte()Nicolas Pitre2008-11-281-2/+4
| * | | [ARM] prevent the vmalloc cmdline argument from eating all memoryNicolas Pitre2008-11-281-0/+7
| * | | [ARM] mem_init() cleanupsNicolas Pitre2008-11-281-21/+24
| * | | [ARM] split highmem into its own memory bankNicolas Pitre2008-11-281-33/+51
| * | | [ARM] rationalize memory configuration code some moreNicolas Pitre2008-11-284-41/+20
| * | | [ARM] fix a couple clear_user_highpage assembly constraintsNicolas Pitre2008-11-287-34/+34