Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm
[linux-flexiantxendom0-3.2.10.git] / arch / arm / mm / init.c
2012-03-29 Linus TorvaldsMerge branch 'for-linus' of git://git.linaro.org/people...
2012-03-24 Uwe Kleine-KönigARM: 7312/1: only show modules in the memory layout...
2012-02-10 Jesper JuhlARM: Remove duplicate asm/memblock.h include from arch...
2012-01-19 Russell KingARM: fix a section mismatch warning with our use of...
2012-01-13 Russell KingARM: Add arm_memblock_steal() to allocate memory away...
2012-01-07 Linus TorvaldsMerge branch 'for-linus' of git://ftp.arm.linux.org...
2011-12-08 Tejun Heomemblock: s/memblock_analyze()/memblock_allow_resize...
2011-12-08 Tejun Heomemblock: Kill memblock_init()
2011-12-08 Tejun Heomemblock: Fix include breakages caused by 24aa07882b
2011-11-18 Nicolas PitreARM: move initialization of the high_memory variable...
2011-11-18 Nicolas PitreARM: sort the meminfo array earlier
2011-11-01 Arnd BergmannMerge branch 'depends/rmk/memory_h' into next/cleanup2
2011-11-01 Arnd BergmannMerge branch 'depends/rmk/memory_h' into next/cleanup2
2011-10-31 Paul Gortmakerarm: Add export.h to ARM specific files as required.
2011-10-31 Arnd BergmannMerge branch 'depends/rmk/memory_h' into next/fixes
2011-10-31 Arnd BergmannMerge branch 'depends/rmk/memory_h' into next/fixes
2011-10-31 Arnd BergmannMerge branch 'dt/gic' into next/dt
2011-10-28 Linus TorvaldsMerge branch 'devel-stable' of ftp.arm.linux.org.uk...
2011-10-01 Linus WalleijARM: 7113/1: mm: Align bank start to MAX_ORDER_NR_PAGES
2011-09-21 Russell KingMerge branch 'kprobes-test' of git://git.yxit.co.uk...
2011-09-04 Mark RutlandARM: 7067/1: mm: keep significant bits in pfn_valid
2011-08-22 Jon MedhurstARM: Add init_consistent_dma_size()
2011-08-09 Jamie IlesARM: 7010/1: mm: fix invalid loop for poison_init_mem
2011-07-22 Russell KingMerge branch 'devel-stable' into for-next
2011-07-22 Russell KingMerge branches 'btc', 'dma', 'entry', 'fixes', 'linker...
2011-07-18 Nicolas PitreARM: ARM_DMA_ZONE_SIZE is no more
2011-07-18 Nicolas PitreARM: change ARM_DMA_ZONE_SIZE into a variable
2011-07-12 Russell KingARM: dma: replace ISA_DMA_THRESHOLD with a variable
2011-07-08 Stephen BoydARM: 6996/1: mm: Poison freed init memory
2011-07-07 Russell KingARM: vmlinux.lds: move init sections between text and...
2011-06-10 Russell KingARM: initrd: disable initrds outside of memory
2011-06-06 Rabin VincentARM: 6951/1: include .bss in memory layout information
2011-05-27 Russell KingMerge branches 'devel', 'devel-stable' and 'fixes'...
2011-05-26 Will DeaconARM: 6913/1: sparsemem: allow pfn_valid to be overridde...
2011-05-25 David Rientjesarch, mm: filter disallowed nodes from arch specific...
2011-05-24 Russell KingMerge branch 'devicetree/arm-next' of git://git.secretl...
2011-05-23 Russell KingMerge branches 'consolidate-clksrc', 'consolidate-flash...
2011-05-23 Grant Likelyarm/dt: probe for platforms via the device tree
2011-05-12 Will DeaconARM: 6890/1: memmap: only free allocated memmap entries...
2011-05-12 Russell KingARM: use ARM_DMA_ZONE_SIZE to adjust the zone sizes
2011-05-11 Grant Likelyarm/dt: Allow CONFIG_OF on ARM
2011-03-25 David Rientjeslib, arch: add filter argument to show_mem and fix...
2011-03-20 Russell KingMerge branches 'fixes', 'pgt-next' and 'versatile'...
2011-02-15 Will DeaconARM: 6672/1: LPAE: use phys_addr_t instead of unsigned...
2011-01-31 Russell KingARM: initrd: disable initrd if passed address overlaps...
2010-10-28 Russell KingARM: memblock: move meminfo into find_limits directly
2010-10-28 Russell KingARM: memblock: convert free_highpages() to use memblock
2010-10-28 Russell KingARM: move freeing of highmem pages out of mem_init()
2010-10-28 Russell KingARM: memblock: convert memory detail printing to use...
2010-10-28 Russell KingARM: memblock: use memblock to free memory into arm_boo...
2010-10-28 Russell KingARM: memblock: use memblock when initializing memory...
2010-10-28 Russell KingARM: ensure membank array is always sorted
2010-10-22 Linus TorvaldsMerge branch 'core-memblock-for-linus' of git://git...
2010-10-12 Yinghai Lumemblock, bootmem: Round pfn properly for memory and...
2010-10-08 Russell KingARM: vmlinux.lds: Refer to start of .data using _sdata...
2010-09-16 Yinghai Luarm, memblock: Fix the sparsemem build
2010-08-05 Benjamin Herrenschmidtmemblock/arm: Use new accessors
2010-08-04 Benjamin Herrenschmidtmemblock/arm: pfn_valid uses memblock_is_memory()
2010-08-04 Benjamin Herrenschmidtmemblock: Rename memblock_region to memblock_type and...
2010-07-31 Russell KingMerge branch 'devel-stable' into devel
2010-07-31 Russell KingMerge branch 'misc' into devel
2010-07-27 Linus WalleijARM: 6225/1: make TCM allocation static and common...
2010-07-27 Russell KingARM: Remove unnecessary call to find_limits()
2010-07-27 Russell KingARM: LMB: convert pfn_valid to use LMB
2010-07-27 Russell KingARM: LMB: Convert arm_memory_present() to use LMB memor...
2010-07-27 Russell KingARM: Convert platform reservations to use LMB rather...
2010-07-27 Russell KingARM: initial LMB trial
2010-07-18 Linus WalleijARM: 6224/1: print TCM whereabouts in init message
2010-07-16 Russell KingARM: Move platform memory reservations out of generic...
2010-07-16 Russell KingARM: Remove 'node' argument form arch_adjust_zones()
2010-07-16 Russell KingARM: Remove DISCONTIGMEM support
2010-06-15 Michael Bohanarm: mm: Don't free prohibited memmap entries
2010-05-27 Linus WalleijARM: 6144/1: TCM memory bug freeing bug
2010-05-17 Russell KingMerge branch 'devel-stable' into devel
2010-05-15 Russell KingARM: Move memory mapping into mmu.c
2010-05-15 Russell KingARM: Ensure meminfo is sorted prior to sanity_check_meminfo
2010-05-04 Catalin MarinasARM: 6093/1: Fix kernel memory printing for sparsemem
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-02-15 Fenkart/BostandzhyanARM: 5929/1: Add checks to detect overlap of memory...
2010-02-15 Fenkart/BostandzhyanARM: 5928/1: Change type of VMALLOC_END to unsigned...
2010-02-15 Fenkart/BostandzhyanARM: 5927/1: Make delimiters of DMA area globally visibly.
2010-02-15 Fenkart/BostandzhyanARM: 5926/1: Add "Virtual kernel memory..." printout.
2010-02-15 Jeremy KerrARM: 5880/1: arm: use generic infrastructure for early...
2010-01-11 Andreas Fenkartmm: make totalhigh_pages unsigned long
2009-10-29 Russell KingARM: Fix sparsemem with SPARSEMEM_EXTREME enabled
2009-10-07 Catalin MarinasARM: 5747/1: Fix the start_pg value in free_memmap()
2009-09-24 Russell KingMerge branch 'origin' into for-linus
2009-09-22 Geert Uytterhoevenarches: drop superfluous casts in nr_free_pages() callers
2009-09-15 Linus WalleijARM: 5580/2: ARM TCM (Tightly-Coupled Memory) support v3
2009-09-12 Russell KingARM: Fix pfn_valid() for sparse memory
2009-08-15 Russell KingARM: Fix broken highmem support
2009-03-16 Nicolas Pitre[ARM] mem_init(): make highmem pages available for use
2009-03-12 Russell King[ARM] Fix virtual to physical translation macro corner...
2008-12-01 Russell King[ARM] use asm/sections.h
2008-11-28 Nicolas Pitre[ARM] mem_init() cleanups
2008-11-28 Nicolas Pitre[ARM] rationalize memory configuration code some more
2008-10-01 Russell King[ARM] mm: finish ARM sparsemem support
2008-10-01 Russell King[ARM] mm: provide helpers for accessing membanks
2008-09-30 Russell King[ARM] mm: move validation of membanks to one place
2008-09-06 Russell King[ARM] clean up a load of old declarations
next