summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/mm/init.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace obsolete _refok by __refFabian Frederick2016-08-021-2/+2
* microblaze: Use asm-generic/io.hMichal Simek2014-04-071-1/+1
* memblock: make memblock_set_node() support different memblock_typeTang Chen2014-01-211-1/+2
* mm/microblaze: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-031-45/+6
* mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-031-1/+1
* mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu2013-07-031-2/+2
* mm: change signature of free_reserved_area() to fix building warningsJiang Liu2013-07-031-1/+1
* microblaze: Fix initrd supportMichal Simek2013-05-091-4/+5
* mm/microblaze: use free_highmem_page() to free highmem pages into buddy systemJiang Liu2013-04-291-5/+1
* mm/microblaze: use common help functions to free reserved pagesJiang Liu2013-04-291-26/+2
* microblaze: Fix coding style issuesMichal Simek2013-02-121-16/+16
* microblaze: Improve TLB calculation for small systemsMichal Simek2012-03-231-4/+10
* microblaze: Highmem supportMichal Simek2012-03-231-0/+68
* microblaze: Use active regionsMichal Simek2012-03-231-2/+16
* microblaze: Show more detailed information about memoryMichal Simek2012-03-231-3/+39
* microblaze: Introduce fixmapMichal Simek2012-03-231-6/+11
* microblaze: mm: Fix lowmem max memory size limitsMichal Simek2012-03-231-24/+43
* microblaze: mm: Use ZONE_DMA instead of ZONE_NORMALMichal Simek2012-03-231-5/+1
* microblaze: Add export.h to arch/microblaze files as requiredPaul Gortmaker2011-10-311-0/+1
* microblaze: add missing CONFIG_ prefixesPaul Bolle2011-10-131-3/+3
* mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra2011-05-251-2/+0
* memblock, microblaze: Fix memblock API change falloutMichal Simek2010-09-111-5/+5
* Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar2010-08-311-6/+1
|\
| * microblaze: Sync noMMU and MMU setup_memoryMichal Simek2010-08-041-6/+1
* | memblock/microblaze: Use new accessorsBenjamin Herrenschmidt2010-08-041-11/+9
* | memblock: Rename memblock_region to memblock_type and memblock_property to me...Benjamin Herrenschmidt2010-08-041-2/+2
|/
* lmb: rename to memblockYinghai Lu2010-07-141-20/+20
* microblaze: export assembly functions used by modulesMichal Simek2010-05-131-0/+1
* Merge branch 'master' into export-slabhTejun Heo2010-04-051-9/+0
|\
| * microblaze: move noMMU __range_ok function to uaccess.hMichal Simek2010-04-011-8/+0
| * microblaze: Remove memset in free_init_pagesMichal Simek2010-04-011-1/+0
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* microblaze: PCI early support for noMMU systemMichal Simek2010-03-111-5/+9
* microblaze: Use generic show_mem()Michal Simek2010-03-111-6/+0
* microblaze: Add {z,}alloc_maybe_bootmem functionsMichal Simek2010-03-111-0/+23
* microblaze: Export memory_start for modulesMichal Simek2009-12-141-0/+1
* Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2009-09-241-1/+2
|\
| * microblaze: Actually show KiB rather than pages in "Freeing initrd memory:"Lennart Sorensen2009-09-221-1/+2
* | arches: drop superfluous casts in nr_free_pages() callersGeert Uytterhoeven2009-09-221-1/+1
|/
* microblaze: Use klimit instead of _end for memory initMichal Simek2009-08-181-3/+3
* microblaze: Fix cast warning for init.cMichal Simek2009-07-061-3/+3
* microblaze_mmu_v2: MMU initializationMichal Simek2009-05-261-4/+154
* Microblaze: Remove unused variable from paging initMichal Simek2009-05-211-1/+0
* microblaze: Fix paging init-zone initializationSteve Magnani2009-05-211-4/+3
* microblaze: export some symbolsArnd Bergmann2009-05-211-1/+2
* microblaze_v8: memory inicialization, MMU, TLBMichal Simek2009-03-271-0/+201