aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm
Commit message (Expand)AuthorAgeFilesLines
...
* | | | ARM: 6890/1: memmap: only free allocated memmap entries when using SPARSEMEMWill Deacon2011-05-121-1/+15
| |_|/ |/| |
* | | ARM: Fix .size directive for xscale_dma_a0_map_areaBen Hutchings2011-04-281-1/+1
| |/ |/|
* | ARM: 6877/1: the ADDR_NO_RANDOMIZE personality flag should be honored with mm...Nicolas Pitre2011-04-141-1/+3
* | Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Russell King2011-04-1314-15/+15
|\ \
| * | Fix common misspellingsLucas De Marchi2011-03-3114-15/+15
| |/
* | ARM: Make consolidated PM sleep code depend on PM_SLEEPRussell King2011-04-027-7/+7
|/
* lib, arch: add filter argument to show_mem and fix private implementationsDavid Rientjes2011-03-241-1/+1
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-03-238-51/+144
|\
| *---. Merge branches 'fixes', 'pgt-next' and 'versatile' into develRussell King2011-03-208-51/+144
| |\ \ \
| | | * | ARM: pgtable: add pud-level codeRussell King2011-02-217-21/+109
| | | * | ARM: Use long long format when printing meminfo physical addressesRussell King2011-02-211-6/+8
| | | * | ARM: 6672/1: LPAE: use phys_addr_t instead of unsigned long in mapping functionsWill Deacon2011-02-152-6/+7
| | | * | ARM: 6674/1: LPAE: use long long format when printing physical addresses and ...Will Deacon2011-02-152-17/+19
| | | * | ARM: 6667/1: Fix early_pte_alloc() assumption about the Linux PTECatalin Marinas2011-02-141-1/+1
* | | | | Merge branch 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-03-171-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene...Russell King2011-03-151-1/+1
| |\ \ \ \
| | * | | | ARM: EXYNOS4: Update Kconfig and Makefile for the new ARCH_EXYNOS4Kukjin Kim2011-02-221-1/+1
| | |/ / /
| * | | | Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into dev...Russell King2011-03-101-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | ARM: imx3x: clean up ARCH_MX3XRichard Zhao2011-03-071-1/+1
* | | | | Merge branch 'v6v7' into develRussell King2011-03-164-25/+34
|\ \ \ \ \
| * | | | | ARM: v6k: DMA_CACHE_RWFO isn't appropriate for non-v6k CPUsRussell King2011-02-021-1/+1
| * | | | | ARM: v6k: allow swp emulation again when ARMv7 is enabledRussell King2011-02-021-1/+1
| * | | | | ARM: v6k: do not disable CPU_32v6K based on platform selectionRussell King2011-02-021-11/+3
| * | | | | ARM: v6k: use CPU domain feature if we include support for arch < ARMv6KRussell King2011-02-021-2/+5
| * | | | | ARM: v6k: select clear exclusive code seqences according to V6 variantsRussell King2011-02-021-3/+3
| * | | | | ARM: v6k: Dove platforms use V6K architecture CPUsRussell King2011-02-021-2/+2
| * | | | | ARM: v6k: introduce CPU_V6K optionRussell King2011-02-023-18/+32
| | |_|_|/ | |/| | |
* | | | | Merge branch 'misc' into develRussell King2011-03-164-33/+31
|\ \ \ \ \
| * | | | | ARM: 6795/1: l2x0: Errata fix for flush by Way operation can cause data corruptiSantosh Shilimkar2011-03-091-14/+18
| * | | | | ARM: move L1_CACHE_SHIFT_6 to mm/KconfigRussell King2011-02-231-0/+5
| * | | | | ARM: 6639/1: allow highmem on SMP platforms without h/w TLB ops broadcastNicolas Pitre2011-02-231-10/+0
| * | | | | ARM: DMA: top-down allocation in DMA coherent regionRussell King2011-02-231-9/+8
| | |_|/ / | |/| | |
| | | | |
| \ \ \ \
| \ \ \ \
| \ \ \ \
| \ \ \ \
| \ \ \ \
*-----. \ \ \ \ Merge branches 'at91', 'ep93xx', 'errata', 'footbridge', 'fncpy', 'gemini', '...Russell King2011-03-1625-33/+411
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | / / | | | | | |/ / | | | | |/| |
| | | * | | | ARM: pm: add generic CPU suspend/resume supportRussell King2011-02-2224-33/+393
| | | | |/ / | | | |/| |
| | * | | | ARM: 6772/1: errata: possible fault MMU translations following an ASID switchWill Deacon2011-03-091-0/+6
| | | |/ / | | |/| |
| | * | | ARM: 6743/1: errata: interrupted ICALLUIS may prevent completion of broadcast...Will Deacon2011-02-191-0/+6
| | * | | ARM: 6741/1: errata: pl310 cache sync operation may be faultySrinidhi Kasagar2011-02-191-0/+6
| |/ / / |/| | |
* | | | ARM: make SWP emulation explicit on !CPU_USE_DOMAINSRussell King2011-02-101-1/+1
* | | | ARM: Avoid building unsafe kernels on OMAP2 and MX3Russell King2011-02-091-2/+2
| |/ / |/| |
* | | ARM: initrd: disable initrd if passed address overlaps reserved regionRussell King2011-01-311-0/+6
|/ /
* | Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-01-152-2/+4
|\ \
| * | ARM: 6623/1: Thumb-2: Fix out-of-range offset for Thumb-2 in proc-v7.SDave Martin2011-01-141-1/+3
| * | ARM: 6622/1: fix dma_unmap_sg() documentationLinus Walleij2011-01-121-1/+1
* | | Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-141-1/+1
|\ \ \
| * | | ARM: Do not enable SWP emulation if CPU_V6 && CPU_V7Catalin Marinas2011-01-061-1/+1
| |/ /
* | | thp: pte alloc trans splittingAndrea Arcangeli2011-01-131-1/+1
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-1/+0
|\ \ \
| * \ \ Merge branch 'master' into for-nextJiri Kosina2010-12-226-29/+58
| |\ \ \
| * | | | ARM, mm: Don't include smp_plat.h twice in flush.cJesper Juhl2010-11-151-1/+0
* | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...Paul Mundt2011-01-0717-264/+260
|\ \ \ \ \ | | |_|/ / | |/| | |