aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/mm/init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick1-2/+2
2014-04-07microblaze: Use asm-generic/io.hMichal Simek1-1/+1
2014-01-21memblock: make memblock_set_node() support different memblock_typeTang Chen1-1/+2
2013-07-03mm/microblaze: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-45/+6
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu1-1/+1
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu1-2/+2
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu1-1/+1
2013-05-09microblaze: Fix initrd supportMichal Simek1-4/+5
2013-04-29mm/microblaze: use free_highmem_page() to free highmem pages into buddy systemJiang Liu1-5/+1
2013-04-29mm/microblaze: use common help functions to free reserved pagesJiang Liu1-26/+2
2013-02-12microblaze: Fix coding style issuesMichal Simek1-16/+16
2012-03-23microblaze: Improve TLB calculation for small systemsMichal Simek1-4/+10
2012-03-23microblaze: Highmem supportMichal Simek1-0/+68
2012-03-23microblaze: Use active regionsMichal Simek1-2/+16
2012-03-23microblaze: Show more detailed information about memoryMichal Simek1-3/+39
2012-03-23microblaze: Introduce fixmapMichal Simek1-6/+11
2012-03-23microblaze: mm: Fix lowmem max memory size limitsMichal Simek1-24/+43
2012-03-23microblaze: mm: Use ZONE_DMA instead of ZONE_NORMALMichal Simek1-5/+1
2011-10-31microblaze: Add export.h to arch/microblaze files as requiredPaul Gortmaker1-0/+1
2011-10-13microblaze: add missing CONFIG_ prefixesPaul Bolle1-3/+3
2011-05-25mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra1-2/+0
2010-09-11memblock, microblaze: Fix memblock API change falloutMichal Simek1-5/+5
2010-08-31Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar1-6/+1
2010-08-04microblaze: Sync noMMU and MMU setup_memoryMichal Simek1-6/+1
2010-08-04memblock/microblaze: Use new accessorsBenjamin Herrenschmidt1-11/+9
2010-08-04memblock: Rename memblock_region to memblock_type and memblock_property to memblock_regionBenjamin Herrenschmidt1-2/+2
2010-07-14lmb: rename to memblockYinghai Lu1-20/+20
2010-05-13microblaze: export assembly functions used by modulesMichal Simek1-0/+1
2010-04-05Merge branch 'master' into export-slabhTejun Heo1-9/+0
2010-04-01microblaze: move noMMU __range_ok function to uaccess.hMichal Simek1-8/+0
2010-04-01microblaze: Remove memset in free_init_pagesMichal Simek1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-11microblaze: PCI early support for noMMU systemMichal Simek1-5/+9
2010-03-11microblaze: Use generic show_mem()Michal Simek1-6/+0
2010-03-11microblaze: Add {z,}alloc_maybe_bootmem functionsMichal Simek1-0/+23
2009-12-14microblaze: Export memory_start for modulesMichal Simek1-0/+1
2009-09-24Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-1/+2
2009-09-22arches: drop superfluous casts in nr_free_pages() callersGeert Uytterhoeven1-1/+1
2009-09-22microblaze: Actually show KiB rather than pages in "Freeing initrd memory:"Lennart Sorensen1-1/+2
2009-08-18microblaze: Use klimit instead of _end for memory initMichal Simek1-3/+3
2009-07-06microblaze: Fix cast warning for init.cMichal Simek1-3/+3
2009-05-26microblaze_mmu_v2: MMU initializationMichal Simek1-4/+154
2009-05-21Microblaze: Remove unused variable from paging initMichal Simek1-1/+0
2009-05-21microblaze: Fix paging init-zone initializationSteve Magnani1-4/+3
2009-05-21microblaze: export some symbolsArnd Bergmann1-1/+2
2009-03-27microblaze_v8: memory inicialization, MMU, TLBMichal Simek1-0/+201