aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-05Merge branch 'master' into export-slabhTejun Heo2-0/+23
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo4-1/+4
2010-03-25ARM: 5996/1: ARM: Change the mandatory barriers implementation (4/4)Catalin Marinas1-0/+6
2010-03-25ARM: 5995/1: ARM: Add L2x0 outer_sync() support (3/4)Catalin Marinas2-0/+11
2010-03-25ARM: 5994/1: ARM: Add outer_cache_fns.sync function pointer (2/4)Catalin Marinas1-0/+6
2010-03-01Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds41-361/+1143
2010-02-25Merge branches 'clks' and 'pnx' into develRussell King3-5/+10
2010-02-25Merge branch 'misc2' into develRussell King9-93/+343
2010-02-25Merge branch 'perf' into develRussell King1-0/+7
2010-02-25Merge branches 'at91', 'cache', 'cup', 'ep93xx', 'ixp4xx', 'nuc', 'pending-dma-streaming', 'u300' and 'umc' into develRussell King36-276/+818
2010-02-24ARM: 5952/1: ARM: MM: Add ARM_L1_CACHE_SHIFT_6 for handle inside each ARCH KconfigKukjin Kim1-1/+1
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-20ARM: allow alignment fault mode to be configured at kernel bootRussell King1-0/+3
2010-02-15ARM: 5929/1: Add checks to detect overlap of memory regions.Fenkart/Bostandzhyan1-0/+17
2010-02-15ARM: 5928/1: Change type of VMALLOC_END to unsigned long.Fenkart/Bostandzhyan1-1/+1
2010-02-15ARM: 5927/1: Make delimiters of DMA area globally visibly.Fenkart/Bostandzhyan2-3/+6
2010-02-15ARM: 5926/1: Add "Virtual kernel memory..." printout.Fenkart/Bostandzhyan1-9/+69
2010-02-15ARM: 5919/1: ARM: L2 : Errata 588369: Clean & Invalidate do not invalidate clean linesSantosh Shilimkar1-0/+36
2010-02-15ARM: 5917/1: OMAP4: Add L2 Cache supportSantosh Shilimkar1-1/+1
2010-02-15ARM: 5916/1: ARM: L2 : Add maintainace by line helper functionsSantosh Shilimkar1-10/+26
2010-02-15ARM: 5911/1: ARM: Select CPU_32v6K for CPU_V7 only if ARCH_OMAP2 is not selectedTony Lindgren1-2/+2
2010-02-15ARM: 5905/1: ARM: Global ASID allocation on SMPCatalin Marinas1-14/+110
2010-02-15ARM: 5880/1: arm: use generic infrastructure for early paramsJeremy Kerr2-25/+28
2010-02-15ARM: Move creation of /proc/cpu out of alignment.cRussell King1-5/+1
2010-02-15ARM: Add caller information to ioremapRussell King2-23/+46
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-02-03ARM: Fix wrong register in proc-arm6_7.S data abort handlerRussell King1-1/+1
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-19ARM: 5888/1: arm: Update comments in cacheflush.h and remove unnecessary V6 and V7 commentsTony Lindgren2-4/+0
2010-01-19ARM: 5886/1: arm: Fix cpu_proc_fin() for proc-v7.S and make kexec workTony Lindgren1-1/+8
2010-01-19ARM: 5885/1: arm: Flush TLB entries in setup_mm_for_reboot()Tony Lindgren1-0/+2
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/pxa-linux-2.6Russell 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