summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm
AgeCommit message (Expand)AuthorFilesLines
2010-02-25Merge branch 'perf' into develRussell King1-0/+7
2010-02-25Merge branches 'at91', 'cache', 'cup', 'ep93xx', 'ixp4xx', 'nuc', 'pending-dm...Russell King36-276/+818
2010-02-20ARM: make_coherent(): fix problems with highpte, part 2Russell King1-3/+4
2010-02-20MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King1-2/+3
2010-02-15ARM: dma-mapping: fix for speculative prefetchingRussell King3-46/+42
2010-02-15ARM: dma-mapping: remove dmac_clean_range and dmac_inv_rangeRussell King21-148/+41
2010-02-15ARM: dma-mapping: provide per-cpu type map/unmap functionsRussell King22-17/+584
2010-02-15ARM: dma-mapping: simplify dma_cache_maint_pageRussell King1-24/+18
2010-02-15ARM: dma-mapping: move selection of page ops out of dma_cache_maint_contiguousRussell King1-29/+30
2010-02-15ARM: dma-mapping: push buffer ownership down into dma-mapping.cRussell King1-4/+30
2010-02-15ARM: dma-mapping: introduce the idea of buffer ownershipRussell King1-5/+8
2010-02-12ARM: 5900/2: arm: enable support for software perf eventsJamie Iles1-0/+7
2010-01-20ARM: make_coherent: avoid recalculating the pfn for the modified pageRussell King1-6/+6
2010-01-20ARM: make_coherent: fix problems with highpte, part 1Russell King1-2/+11
2010-01-20ARM: make_coherent: convert adjust_pte() to use p*d_none_or_clear_bad()Russell King1-20/+4
2010-01-20ARM: make_coherent: split adjust_pte() in twoRussell King1-20/+32
2010-01-12Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds3-6/+24
2010-01-12ARM: Ensure ARMv6/7 mm files are built using appropriate assembler optionsRussell King1-0/+12
2010-01-11mm: make totalhigh_pages unsigned longAndreas Fenkart1-1/+1
2010-01-08Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Russell King2-6/+12
2010-01-05ARM: 5858/1: Remove unused vma_vm_flags macro from v7wbi_flush_user_tlb_rangeBahadir Balban1-1/+0
2010-01-01[ARM] pxa: enable L2 if present in XSC3Haojian Zhuang1-0/+7
2010-01-01[ARM] pxa: do not enable L2 after MMU is enabledHaojian Zhuang1-6/+5
2009-12-24ARM: fix PAGE_KERNELRussell King1-2/+1
2009-12-23ARM: Fix wrong shared bit for CPU write buffer bug testRussell King1-3/+2
2009-12-18ARM: Kill CONFIG_CPU_32Russell King1-4/+0
2009-12-18ARM: 5853/1: ARM: Fix build break on ARM v6 and v7Anand Gadiyar1-1/+1
2009-12-17Merge branch 'cache' (early part)Russell King26-133/+204
2009-12-16Merge branch 'for-rmk' of git://git.marvell.com/orionRussell King1-3/+2
2009-12-14ARM: Fix ptrace accessesRussell King1-8/+43
2009-12-14Merge branch 'pending-l2x0' into cacheRussell King1-21/+72
2009-12-14ARM: add size argument to __cpuc_flush_dcache_pageRussell King25-111/+132
2009-12-14ARM: 5848/1: kill flush_ioremap_region()Nicolas Pitre1-1/+0
2009-12-14ARM: cache-l2x0: make better use of background cache handlingRussell King1-11/+23
2009-12-14ARM: cache-l2x0: avoid taking spinlock for every iterationRussell King1-13/+52
2009-12-11fix broken aliasing checks for MAP_FIXED on sparc32, mips, arm and shAl Viro1-1/+2
2009-12-07ARM: dove: fix the mm mmu flags of the pj4 procinfoSaeed Bishara1-3/+2
2009-12-05Merge branch 'devel-stable' into develRussell King6-5/+308
2009-12-04Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/...Russell King1-1/+1
2009-12-04Merge branch 'pending-dma-coherent' into develRussell King4-317/+342
2009-12-04Merge branch 'pending-misc' (early part) into develRussell King11-63/+94
2009-12-04ARM: I-cache: flush executable mappings in flush_cache_range()Russell King1-2/+1
2009-12-04ARM: I-cache: avoid flushing in flush_cache_mm()Russell King1-1/+0
2009-12-04ARM: I-cache: Add invalidation for VIVT ASID tagged cachesRussell King1-0/+6
2009-12-04ARM: 5794/1: Flush the D-cache during copy_user_highpage()Catalin Marinas1-0/+8
2009-12-04ARM: Remove __flush_icache_all() from __flush_dcache_page()Russell King1-3/+1
2009-12-04ARM: Move __flush_icache_all() out of flush_pfn_alias()Russell King1-3/+8
2009-12-04ARM: Reduce __flush_dcache_page() visibilityRussell King2-0/+4
2009-12-03ARM: 5845/1: l2x0: check whether l2x0 already enabledSrinidhi Kasagar1-9/+16
2009-12-01Merge branch 'for-rmk' of git://git.marvell.com/orion into devel-stableRussell King4-3/+306