summaryrefslogtreecommitdiff
path: root/arch/arm/mm
AgeCommit message (Expand)Author
2010-05-17Merge branches 'at91', 'bcmring', 'ep93xx', 'iop', 'misc', 'nomadik', 'omap',...Russell King
2010-05-17ARM: Optionally allow ARMv6 to use 'normal, bufferable' memory for DMARussell King
2010-05-15ARM: 6134/1: Handle instruction cache maintenance fault properlyKirill A. Shutemov
2010-05-15ARM: 6094/1: Extend cache-l2x0 to support the 16-way PL310Jason McMullan
2010-05-15ARM: Move memory mapping into mmu.cRussell King
2010-05-15ARM: Ensure meminfo is sorted prior to sanity_check_meminfoRussell King
2010-05-15ARM: convert /proc/cpu/aligment to seq_fileAlexey Dobriyan
2010-05-02ARM: Add Versatile Express CA9x4 processor supportRussell King
2010-04-14ARM: 6027/1: ux500: enable l2x0 supportSrinidhi Kasagar
2010-04-14ARM: remove unnecessary cache flushRussell King
2010-03-01Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2010-02-25Merge branches 'clks' and 'pnx' into develRussell King
2010-02-25Merge branch 'misc2' into develRussell King
2010-02-25Merge branch 'perf' into develRussell King
2010-02-25Merge branches 'at91', 'cache', 'cup', 'ep93xx', 'ixp4xx', 'nuc', 'pending-dm...Russell King
2010-02-24ARM: 5952/1: ARM: MM: Add ARM_L1_CACHE_SHIFT_6 for handle inside each ARCH Kc...Kukjin Kim
2010-02-20ARM: make_coherent(): fix problems with highpte, part 2Russell King
2010-02-20MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King
2010-02-20ARM: allow alignment fault mode to be configured at kernel bootRussell King
2010-02-15ARM: 5929/1: Add checks to detect overlap of memory regions.Fenkart/Bostandzhyan
2010-02-15ARM: 5928/1: Change type of VMALLOC_END to unsigned long.Fenkart/Bostandzhyan
2010-02-15ARM: 5927/1: Make delimiters of DMA area globally visibly.Fenkart/Bostandzhyan
2010-02-15ARM: 5926/1: Add "Virtual kernel memory..." printout.Fenkart/Bostandzhyan
2010-02-15ARM: 5919/1: ARM: L2 : Errata 588369: Clean & Invalidate do not invalidate cl...Santosh Shilimkar
2010-02-15ARM: 5917/1: OMAP4: Add L2 Cache supportSantosh Shilimkar
2010-02-15ARM: 5916/1: ARM: L2 : Add maintainace by line helper functionsSantosh Shilimkar
2010-02-15ARM: 5911/1: ARM: Select CPU_32v6K for CPU_V7 only if ARCH_OMAP2 is not selectedTony Lindgren
2010-02-15ARM: 5905/1: ARM: Global ASID allocation on SMPCatalin Marinas
2010-02-15ARM: 5880/1: arm: use generic infrastructure for early paramsJeremy Kerr
2010-02-15ARM: Move creation of /proc/cpu out of alignment.cRussell King
2010-02-15ARM: Add caller information to ioremapRussell King
2010-02-15ARM: dma-mapping: fix for speculative prefetchingRussell King
2010-02-15ARM: dma-mapping: remove dmac_clean_range and dmac_inv_rangeRussell King
2010-02-15ARM: dma-mapping: provide per-cpu type map/unmap functionsRussell King
2010-02-15ARM: dma-mapping: simplify dma_cache_maint_pageRussell King
2010-02-15ARM: dma-mapping: move selection of page ops out of dma_cache_maint_contiguousRussell King
2010-02-15ARM: dma-mapping: push buffer ownership down into dma-mapping.cRussell King
2010-02-15ARM: dma-mapping: introduce the idea of buffer ownershipRussell King
2010-02-12ARM: 5900/2: arm: enable support for software perf eventsJamie Iles
2010-02-03ARM: Fix wrong register in proc-arm6_7.S data abort handlerRussell King
2010-01-20ARM: make_coherent: avoid recalculating the pfn for the modified pageRussell King
2010-01-20ARM: make_coherent: fix problems with highpte, part 1Russell King
2010-01-20ARM: make_coherent: convert adjust_pte() to use p*d_none_or_clear_bad()Russell King
2010-01-20ARM: make_coherent: split adjust_pte() in twoRussell King
2010-01-19ARM: 5888/1: arm: Update comments in cacheflush.h and remove unnecessary V6 a...Tony Lindgren
2010-01-19ARM: 5886/1: arm: Fix cpu_proc_fin() for proc-v7.S and make kexec workTony Lindgren
2010-01-19ARM: 5885/1: arm: Flush TLB entries in setup_mm_for_reboot()Tony Lindgren
2010-01-12Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2010-01-12ARM: Ensure ARMv6/7 mm files are built using appropriate assembler optionsRussell King
2010-01-11mm: make totalhigh_pages unsigned longAndreas Fenkart