aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/microblaze/mm/init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-23microblaze: Remove zalloc_maybe_bootmem()Christophe Leroy1-16/+0
2022-07-17microblaze/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-0/+20
2022-04-21microblaze: Add support for reserved memory defined by DTMichal Simek1-0/+3
2022-04-21microblaze: Wire memblock_dump_all()Michal Simek1-0/+2
2021-09-03microblaze: simplify pte_alloc_one_kernel()Mike Rapoport1-12/+0
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang1-1/+0
2021-03-02microblaze: tag highmem_setup() with __meminitDavid Hildenbrand1-1/+1
2020-12-16Merge tag 'microblaze-v5.11' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-49/+0
2020-11-26microblaze: Remove noMMU codeMichal Simek1-49/+0
2020-11-19microblaze/mm/highmem: Add dropped #ifdef backThomas Gleixner1-0/+1
2020-11-06microblaze/mm/highmem: Switch to generic kmap atomicThomas Gleixner1-6/+0
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport1-4/+5
2020-10-13mircoblaze: drop unneeded NUMA and sparsemem initializationsMike Rapoport1-13/+1
2020-10-06dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig1-1/+1
2020-08-31microblaze: fix min_low_pfn/max_low_pfn build errorsRandy Dunlap1-0/+3
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport1-3/+0
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport1-9/+0
2020-06-04arch/kmap: ensure kmap_prot visibilityIra Weiny1-3/+0
2020-06-03mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport1-1/+1
2020-03-09microblaze: Stop printing the virtual memory layoutArvind Sankar1-12/+0
2020-02-24microblaze: Kernel parameters should be parsed earlierMichal Simek1-0/+2
2020-02-04microblaze: Wire CMA allocatorMichal Simek1-0/+4
2019-12-04microblaze: use pgtable-nopmd instead of 4level-fixupMike Rapoport1-2/+5
2019-05-14init: provide a generic free_initmem implementationMike Rapoport1-5/+0
2019-05-14initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig1-7/+0
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-2/+6
2019-03-12arch: don't memset(0) memory returned by memblock_alloc()Mike Rapoport1-4/+2
2019-03-07microblaze: prefer memblock API returning virtual addressMike Rapoport1-2/+3
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-2/+1
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport1-1/+1
2018-10-31memblock: replace alloc_bootmem with memblock_allocMike Rapoport1-1/+1
2018-03-16microblaze: switch to NO_BOOTMEMRob Herring1-50/+6
2018-03-16microblaze: remove unused alloc_maybe_bootmemRob Herring1-8/+0
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