summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/mm/init.c
AgeCommit message (Expand)AuthorLines
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport-3/+0
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport-9/+0
2020-06-04arch/kmap: ensure kmap_prot visibilityIra Weiny-3/+0
2020-06-03mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport-1/+1
2020-03-09microblaze: Stop printing the virtual memory layoutArvind Sankar-12/+0
2020-02-24microblaze: Kernel parameters should be parsed earlierMichal Simek-0/+2
2020-02-04microblaze: Wire CMA allocatorMichal Simek-0/+4
2019-12-04microblaze: use pgtable-nopmd instead of 4level-fixupMike Rapoport-2/+5
2019-05-14init: provide a generic free_initmem implementationMike Rapoport-5/+0
2019-05-14initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig-7/+0
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport-2/+6
2019-03-12arch: don't memset(0) memory returned by memblock_alloc()Mike Rapoport-4/+2
2019-03-07microblaze: prefer memblock API returning virtual addressMike Rapoport-2/+3
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport-2/+1
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport-1/+1
2018-10-31memblock: replace alloc_bootmem with memblock_allocMike Rapoport-1/+1
2018-03-16microblaze: switch to NO_BOOTMEMRob Herring-50/+6
2018-03-16microblaze: remove unused alloc_maybe_bootmemRob Herring-8/+0
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick-2/+2
2014-04-07microblaze: Use asm-generic/io.hMichal Simek-1/+1
2014-01-21memblock: make memblock_set_node() support different memblock_typeTang Chen-1/+2
2013-07-03mm/microblaze: prepare for removing num_physpages and simplify mem_init()Jiang Liu-45/+6
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu-1/+1
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu-2/+2
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu-1/+1
2013-05-09microblaze: Fix initrd supportMichal Simek-4/+5
2013-04-29mm/microblaze: use free_highmem_page() to free highmem pages into buddy systemJiang Liu-5/+1
2013-04-29mm/microblaze: use common help functions to free reserved pagesJiang Liu-26/+2
2013-02-12microblaze: Fix coding style issuesMichal Simek-16/+16
2012-03-23microblaze: Improve TLB calculation for small systemsMichal Simek-4/+10
2012-03-23microblaze: Highmem supportMichal Simek-0/+68
2012-03-23microblaze: Use active regionsMichal Simek-2/+16
2012-03-23microblaze: Show more detailed information about memoryMichal Simek-3/+39
2012-03-23microblaze: Introduce fixmapMichal Simek-6/+11
2012-03-23microblaze: mm: Fix lowmem max memory size limitsMichal Simek-24/+43
2012-03-23microblaze: mm: Use ZONE_DMA instead of ZONE_NORMALMichal Simek-5/+1
2011-10-31microblaze: Add export.h to arch/microblaze files as requiredPaul Gortmaker-0/+1
2011-10-13microblaze: add missing CONFIG_ prefixesPaul Bolle-3/+3
2011-05-25mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra-2/+0
2010-09-11memblock, microblaze: Fix memblock API change falloutMichal Simek-5/+5
2010-08-31Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar-6/+1
2010-08-04microblaze: Sync noMMU and MMU setup_memoryMichal Simek-6/+1
2010-08-04memblock/microblaze: Use new accessorsBenjamin Herrenschmidt-11/+9
2010-08-04memblock: Rename memblock_region to memblock_type and memblock_property to me...Benjamin Herrenschmidt-2/+2
2010-07-14lmb: rename to memblockYinghai Lu-20/+20
2010-05-13microblaze: export assembly functions used by modulesMichal Simek-0/+1
2010-04-05Merge branch 'master' into export-slabhTejun Heo-9/+0
2010-04-01microblaze: move noMMU __range_ok function to uaccess.hMichal Simek-8/+0
2010-04-01microblaze: Remove memset in free_init_pagesMichal Simek-1/+0