summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm
AgeCommit message (Expand)Author
2011-01-06Merge branch 'misc' into develRussell King
2011-01-06Merge branch 'smp' into miscRussell King
2011-01-06ARM: DMA: add support for DMA debuggingRussell King
2011-01-03ARM: DMA: Replace page_to_dma()/dma_to_page() with pfn_to_dma()/dma_to_pfn()Russell King
2010-12-24Revert "ARM: relax ioremap prohibition (309caa9) for -final and -stable"Russell King
2010-12-19ARM: fix cache-feroceon-l2 after stack based kmap_atomic()Nicolas Pitre
2010-12-19ARM: fix cache-xsc3l2 after stack based kmap_atomic()Nicolas Pitre
2010-12-19ARM: get rid of kmap_high_l1_vipt()Nicolas Pitre
2010-12-14ARM: 6535/1: V6 MPCore v6_dma_inv_range and v6_dma_flush_range RWFO fixValentine Barshak
2010-12-12ARM: 6528/1: Use CTR for the I-cache line size on ARMv7Catalin Marinas
2010-12-12ARM: 6527/1: Use CTR instead of CCSIDR for the D-cache line size on ARMv7Catalin Marinas
2010-11-30ARM: 6501/1: Thumb-2: Correct data alignment for CONFIG_THUMB2_KERNEL in mm/p...Dave Martin
2010-11-23ARM: avoid annoying <4>'s in printk outputRussell King
2010-11-07ARM: Fix DMA coherent allocator alignmentRussell King
2010-11-04ARM: 6396/1: Add SWP/SWPB emulation for ARMv7 processorsLeif Lindholm
2010-11-04ARM: 6384/1: Remove the domain switching on ARMv6k/v7 CPUsCatalin Marinas
2010-10-30Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2010-10-28Merge branch 'devel-stable' into develRussell King
2010-10-28Merge branch 'l2x0-pull-rmk' of git://dev.omapzoom.org/pub/scm/santosh/kernel...Russell King
2010-10-28ARM: memblock: setup lowmem mappings using memblockRussell King
2010-10-28ARM: memblock: move meminfo into find_limits directlyRussell King
2010-10-28ARM: memblock: convert free_highpages() to use memblockRussell King
2010-10-28ARM: move freeing of highmem pages out of mem_init()Russell King
2010-10-28ARM: memblock: convert memory detail printing to use memblockRussell King
2010-10-28ARM: memblock: use memblock to free memory into arm_bootmem_init()Russell King
2010-10-28ARM: memblock: use memblock when initializing memory allocatorsRussell King
2010-10-28ARM: ensure membank array is always sortedRussell King
2010-10-28ARM: 6466/1: implement flush_icache_all for the rest of the CPUsMika Westerberg
2010-10-28ARM: 6464/2: fix spinlock recursion in adjust_pte()Mika Westerberg
2010-10-27mm: fix race in kunmap_atomic()Peter Zijlstra
2010-10-27ARM: fix memblock breakageRussell King
2010-10-27ARM: 6445/1: fixup TCM memory typesLinus Walleij
2010-10-26mm: remove pte_*map_nested()Peter Zijlstra
2010-10-26mm: stack based kmap_atomic()Peter Zijlstra
2010-10-26ARM: l2x0: Optimise the range based operationsSantosh Shilimkar
2010-10-26ARM: l2x0: Determine the cache sizeSantosh Shilimkar
2010-10-26arm: Implement l2x0 cache disable functionsThomas Gleixner
2010-10-26ARM: Improve the L2 cache performance when PL310 is usedCatalin Marinas
2010-10-21Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2010-10-19Merge branch 'devel-stable' into develRussell King
2010-10-19Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene...Russell King
2010-10-18Merge branch 'hotplug' into develRussell King
2010-10-18Merge branches 'at91', 'dcache', 'ftrace', 'hwbpt', 'misc', 'mmci', 's3c', 's...Russell King
2010-10-13ARM: relax ioremap prohibition (309caa9) for -final and -stableRussell King
2010-10-12memblock, bootmem: Round pfn properly for memory and reserved regionsYinghai Lu
2010-10-08ARM: hotplug cpu: Keep processor information, startup code & __lookup_process...Russell King
2010-10-08ARM: vmlinux.lds: Refer to start of .data using _sdata rather than _dataRussell King
2010-10-08ARM: 6435/1: Fix HWCAP_TLS flag for ARM11MPCore/Cortex-A9Tony Lindgren
2010-10-08Merge commit 'v2.6.36-rc7' into core/memblockIngo Molnar
2010-10-04ARM: 6386/1: flush_ptrace_access: invalidate correct I-cache aliasWill Deacon