summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm
Commit message (Expand)AuthorAgeFilesLines
* 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-293-3/+0Star
* | | 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/+20Star
| * | | [ARM] fix a couple clear_user_highpage assembly constraintsNicolas Pitre2008-11-287-34/+34
| * | | [ARM] clearpage: provide our own clear_user_highpage()Russell King2008-11-289-95/+94Star
| * | | [ARM] copypage: provide our own copy_user_highpage()Russell King2008-11-289-74/+147
| * | | [ARM] copypage: convert assembly files to CRussell King2008-11-2810-411/+431
| | |/ | |/|
* | | Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6 into develRussell King2008-11-273-3/+20
|\ \ \
| * | | Modern processors may need to drain the WB before WFICatalin Marinas2008-11-102-0/+3
| * | | ARMv7: Add SMP initialisation to proc-v7.SJon Callan2008-11-061-2/+15
| * | | ARMv7: Do not set TTBR0 in __v7_setupCatalin Marinas2008-11-061-1/+0Star
| * | | ARMv7: Add extra barriers for flush_cache_all compressed/head.SCatalin Marinas2008-11-061-0/+2
| | |/ | |/|
* | | [ARM] Arrange for platforms to select appropriate CPU supportRussell King2008-11-271-53/+12Star
* | | [ARM] remove memzero()Russell King2008-11-272-2/+2
| |/ |/|
* | [ARM] iop: iop3xx needs registers mapped uncached+unbufferedRussell King2008-11-091-0/+6
* | [ARM] 5329/1: Feroceon: fix feroceon_l2_inv_rangeNicolas Pitre2008-11-091-2/+2
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/xs...Russell King2008-11-061-2/+2
|\ \
| * | [ARM] xsc3: fix xsc3_l2_inv_rangeDan Williams2008-11-061-2/+2
* | | [ARM] mm: fix page table initializationRussell King2008-11-062-36/+83
* | | [ARM] fix naming of MODULE_START / MODULE_ENDRussell King2008-11-061-2/+2
|/ /
* / [ARM] xsc3: revert writethrough memory-type encoding changeDan Williams2008-10-241-1/+1
|/
* [ARM] 5318/1: Swap the PRRR and NMRR values in proc-v7.SCatalin Marinas2008-10-221-2/+2
* Merge branch 'for-rmk' of git://git.android.com/kernel into develRussell King2008-10-221-2/+2
|\
| * [ARM] msm: rename ARCH_MSM7X00A to ARCH_MSMBrian Swetland2008-10-221-2/+2
* | [ARM] 5310/1: Fix cache flush functions for ARMv4Anders Grafström2008-10-171-3/+3
|/
* Merge branch 'omap-all' into develRussell King2008-10-141-1/+1
|\
| * ARM: OMAP3: Add minimal Beagle board supportSyed Mohammed, Khasim2008-10-091-1/+1
* | Merge branch 'for-rmk' of git://git.marvell.com/orionRussell King2008-10-093-21/+41
|\ \
| * | [ARM] Feroceon: small cleanups to L2 cache codeNicolas Pitre2008-09-301-17/+25
| * | [ARM] Kirkwood: add support for L2 cache WB/WT selectionRonen Shitrit2008-09-252-4/+16
| |/
* | Merge branch 'ptebits' into develRussell King2008-10-0929-468/+333Star
|\ \
| * | [ARM] Don't include asm/elf.h in asm codeRussell King2008-10-0122-22/+22
| * | [ARM] Remove MT_DEVICE_IXP2000 and associated definitionsRussell King2008-10-014-10/+3Star
| * | [ARM] Update Xscale and Xscale3 PTE mappingsRussell King2008-10-012-9/+7Star
| * | [ARM] remove 'prot_pte_ext' from memory type tableRussell King2008-10-013-5/+2Star
| * | [ARM] Convert ARMv7 to use TEX remappingRussell King2008-10-011-4/+33
| * | [ARM] Convert ARMv6 and ARMv7 to use new memory typesRussell King2008-10-016-12/+38
| * | [ARM] Convert Xscale and Xscale3 to use new memory typesRussell King2008-10-012-29/+53
| * | [ARM] Introduce new PTE memory type bitsRussell King2008-10-014-37/+40
| * | [ARM] Convert set_pte_ext implementions to macrosRussell King2008-10-0118-402/+177Star