aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-24[ARM] xsc3: revert writethrough memory-type encoding changeDan Williams1-1/+1
2008-10-22[ARM] 5318/1: Swap the PRRR and NMRR values in proc-v7.SCatalin Marinas1-2/+2
2008-10-22Merge branch 'for-rmk' of git://git.android.com/kernel into develRussell King1-2/+2
2008-10-22[ARM] msm: rename ARCH_MSM7X00A to ARCH_MSMBrian Swetland1-2/+2
2008-10-17[ARM] 5310/1: Fix cache flush functions for ARMv4Anders Grafström1-3/+3
2008-10-14Merge branch 'omap-all' into develRussell King1-1/+1
2008-10-09Merge branch 'for-rmk' of git://git.marvell.com/orionRussell King3-21/+41
2008-10-09Merge branch 'ptebits' into develRussell King29-468/+333
2008-10-09ARM: OMAP3: Add minimal Beagle board supportSyed Mohammed, Khasim1-1/+1
2008-10-03[ARM] 5229/3: Replace some ARMv7 opcodes with the instruction nameCatalin Marinas1-1/+1
2008-10-01[ARM] mm: finish ARM sparsemem supportRussell King1-29/+57
2008-10-01[ARM] mm: provide helpers for accessing membanksRussell King1-31/+28
2008-10-01[ARM] Don't include asm/elf.h in asm codeRussell King22-22/+22
2008-10-01[ARM] Remove MT_DEVICE_IXP2000 and associated definitionsRussell King4-10/+3
2008-10-01[ARM] Update Xscale and Xscale3 PTE mappingsRussell King2-9/+7
2008-10-01[ARM] remove 'prot_pte_ext' from memory type tableRussell King3-5/+2
2008-10-01[ARM] Convert ARMv7 to use TEX remappingRussell King1-4/+33
2008-10-01[ARM] Convert ARMv6 and ARMv7 to use new memory typesRussell King6-12/+38
2008-10-01[ARM] Convert Xscale and Xscale3 to use new memory typesRussell King2-29/+53
2008-10-01[ARM] Introduce new PTE memory type bitsRussell King4-37/+40
2008-10-01[ARM] Convert set_pte_ext implementions to macrosRussell King18-402/+177
2008-09-30[ARM] mm: move vmalloc= parsing to arch/arm/mm/mmu.cRussell King1-0/+22
2008-09-30[ARM] mm: move validation of membanks to one placeRussell King3-12/+19
2008-09-30[ARM] Feroceon: small cleanups to L2 cache codeNicolas Pitre1-17/+25
2008-09-30[ARM] 5272/1: remove conditional compilation in show_pte()Nicolas Pitre1-3/+2
2008-09-30[ARM] dma: don't touch cache on dma_*_for_cpu()Russell King1-6/+2
2008-09-29[ARM] dma: Reduce to one dma_sync_sg_* implementationRussell King1-2/+8
2008-09-25[ARM] dma: Reduce to one dma_map_sg()/dma_unmap_sg() implementationRussell King1-8/+16
2008-09-25[ARM] Kirkwood: add support for L2 cache WB/WT selectionRonen Shitrit2-4/+16
2008-09-25[ARM] Update dma_map_sg()/dma_unmap_sg() APIRussell King1-0/+92
2008-09-25[ARM] dma: rename consistent.c to dma-mapping.cRussell King2-2/+2
2008-09-06[ARM] 5241/1: provide ioremap_wc()Lennert Buytenhek1-0/+20
2008-09-06[ARM] Convert asm/io.h to linux/io.hRussell King4-5/+4
2008-09-06[ARM] Convert asm/uaccess.h to linux/uaccess.hRussell King3-3/+3
2008-09-06[ARM] clean up a load of old declarationsRussell King4-7/+2
2008-09-06[ARM] move initrd code from kernel/setup.c to mm/init.cRussell King1-2/+37
2008-09-05[ARM] sparse: fix several warningsRussell King3-5/+6
2008-09-01[ARM] 5227/1: Add the ENDPROC declarations to the .S filesCatalin Marinas5-0/+22
2008-09-01[ARM] cachetype: move definitions to separate headerRussell King3-0/+3
2008-09-01[ARM] cputype: separate definitions, use themRussell King4-3/+7
2008-08-12[ARM] add proc-macros.S include to proc-arm940 and proc-arm946Russell King2-0/+2
2008-08-09[ARM] prevent crashing when too much RAM installedLennert Buytenhek1-0/+50
2008-08-09[ARM] Move include/asm-arm/plat-orion to arch/arm/plat-orion/include/platLennert Buytenhek1-1/+1
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King6-6/+6
2008-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesRussell King1-0/+8
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King6-6/+6
2008-08-03Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds6-37/+213
2008-08-02[ARM] move include/asm-arm to arch/arm/include/asmRussell King2-2/+2
2008-07-30[ARM] initrd: claim initrd memory exclusivelyRussell King1-12/+20
2008-07-28[ARM] pxa: add support for L2 outer cache on XScale3 (attempt 2)Eric Miao3-22/+190