summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'misc2' into develRussell King2010-02-259-93/+343
|\
| * ARM: 5952/1: ARM: MM: Add ARM_L1_CACHE_SHIFT_6 for handle inside each ARCH Kc...Kukjin Kim2010-02-241-1/+1
| * ARM: 5929/1: Add checks to detect overlap of memory regions.Fenkart/Bostandzhyan2010-02-151-0/+17
| * ARM: 5928/1: Change type of VMALLOC_END to unsigned long.Fenkart/Bostandzhyan2010-02-151-1/+1
| * ARM: 5927/1: Make delimiters of DMA area globally visibly.Fenkart/Bostandzhyan2010-02-152-3/+6
| * ARM: 5926/1: Add "Virtual kernel memory..." printout.Fenkart/Bostandzhyan2010-02-151-9/+69
| * ARM: 5919/1: ARM: L2 : Errata 588369: Clean & Invalidate do not invalidate cl...Santosh Shilimkar2010-02-151-0/+36
| * ARM: 5917/1: OMAP4: Add L2 Cache supportSantosh Shilimkar2010-02-151-1/+1
| * ARM: 5916/1: ARM: L2 : Add maintainace by line helper functionsSantosh Shilimkar2010-02-151-10/+26
| * ARM: 5911/1: ARM: Select CPU_32v6K for CPU_V7 only if ARCH_OMAP2 is not selectedTony Lindgren2010-02-151-2/+2
| * ARM: 5905/1: ARM: Global ASID allocation on SMPCatalin Marinas2010-02-151-14/+110
| * ARM: 5880/1: arm: use generic infrastructure for early paramsJeremy Kerr2010-02-152-25/+28
| * ARM: Move creation of /proc/cpu out of alignment.cRussell King2010-02-151-5/+1
| * ARM: Add caller information to ioremapRussell King2010-02-152-23/+46
* | Merge branch 'perf' into develRussell King2010-02-251-0/+7
|\ \
| * | ARM: 5900/2: arm: enable support for software perf eventsJamie Iles2010-02-121-0/+7
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
*-----. \ \ Merge branches 'at91', 'cache', 'cup', 'ep93xx', 'ixp4xx', 'nuc', 'pending-dm...Russell King2010-02-2536-276/+818
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| | | | * | ARM: make_coherent(): fix problems with highpte, part 2Russell King2010-02-201-3/+4
| | | | * | MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King2010-02-201-2/+3
| | | | * | ARM: make_coherent: avoid recalculating the pfn for the modified pageRussell King2010-01-201-6/+6
| | | | * | ARM: make_coherent: fix problems with highpte, part 1Russell King2010-01-201-2/+11
| | | | * | ARM: make_coherent: convert adjust_pte() to use p*d_none_or_clear_bad()Russell King2010-01-201-20/+4
| | | | * | ARM: make_coherent: split adjust_pte() in twoRussell King2010-01-201-20/+32
| | | | |/
| | | | * Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-01-133-6/+24
| | | | |\
| | | | | * ARM: Ensure ARMv6/7 mm files are built using appropriate assembler optionsRussell King2010-01-121-0/+12
| | | | | * Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Russell King2010-01-082-6/+12
| | | | | |\
| | | | | | * [ARM] pxa: enable L2 if present in XSC3Haojian Zhuang2010-01-011-0/+7
| | | | | | * [ARM] pxa: do not enable L2 after MMU is enabledHaojian Zhuang2010-01-011-6/+5
| |_|_|_|_|/ |/| | | | |
| | | | * | mm: make totalhigh_pages unsigned longAndreas Fenkart2010-01-111-1/+1
| | | | |/
| | | | * ARM: 5858/1: Remove unused vma_vm_flags macro from v7wbi_flush_user_tlb_rangeBahadir Balban2010-01-051-1/+0
| |_|_|/ |/| | |
| | | * ARM: dma-mapping: fix for speculative prefetchingRussell King2010-02-153-46/+42
| | | * ARM: dma-mapping: remove dmac_clean_range and dmac_inv_rangeRussell King2010-02-1521-148/+41
| | | * ARM: dma-mapping: provide per-cpu type map/unmap functionsRussell King2010-02-1522-17/+584
| | | * ARM: dma-mapping: simplify dma_cache_maint_pageRussell King2010-02-151-24/+18
| | | * ARM: dma-mapping: move selection of page ops out of dma_cache_maint_contiguousRussell King2010-02-151-29/+30
| | | * ARM: dma-mapping: push buffer ownership down into dma-mapping.cRussell King2010-02-151-4/+30
| | | * ARM: dma-mapping: introduce the idea of buffer ownershipRussell King2010-02-151-5/+8
| | * | ARM: Flush user mapping on VIVT processors when copying a pageRussell King2009-10-053-0/+3
| | * | ARM: Pass VMA to copy_user_highpage() implementationsRussell King2009-10-058-9/+9
| * | | ARM: Fix ptrace accessesRussell King2009-12-141-8/+43
| | |/ | |/|
* | | ARM: fix PAGE_KERNELRussell King2009-12-241-2/+1
* | | ARM: Fix wrong shared bit for CPU write buffer bug testRussell King2009-12-231-3/+2
* | | ARM: Kill CONFIG_CPU_32Russell King2009-12-181-4/+0
* | | ARM: 5853/1: ARM: Fix build break on ARM v6 and v7Anand Gadiyar2009-12-181-1/+1
* | | Merge branch 'cache' (early part)Russell King2009-12-1826-133/+204
|\| |
| * | Merge branch 'pending-l2x0' into cacheRussell King2009-12-141-21/+72
| |\ \
| | * | ARM: cache-l2x0: make better use of background cache handlingRussell King2009-12-141-11/+23
| | * | ARM: cache-l2x0: avoid taking spinlock for every iterationRussell King2009-12-141-13/+52
| * | | ARM: add size argument to __cpuc_flush_dcache_pageRussell King2009-12-1425-111/+132
| * | | ARM: 5848/1: kill flush_ioremap_region()Nicolas Pitre2009-12-141-1/+0