summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/mm/init.c
Commit message (Expand)AuthorAgeFilesLines
* microblaze: Remove zalloc_maybe_bootmem()Christophe Leroy2023-08-231-16/+0
* microblaze/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-171-0/+20
* microblaze: Add support for reserved memory defined by DTMichal Simek2022-04-211-0/+3
* microblaze: Wire memblock_dump_all()Michal Simek2022-04-211-0/+2
* microblaze: simplify pte_alloc_one_kernel()Mike Rapoport2021-09-031-12/+0
* mm: move mem_init_print_info() into mm_init()Kefeng Wang2021-04-301-1/+0
* microblaze: tag highmem_setup() with __meminitDavid Hildenbrand2021-03-021-1/+1
* Merge tag 'microblaze-v5.11' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2020-12-161-49/+0
|\
| * microblaze: Remove noMMU codeMichal Simek2020-11-261-49/+0
* | microblaze/mm/highmem: Add dropped #ifdef backThomas Gleixner2020-11-191-0/+1
* | microblaze/mm/highmem: Switch to generic kmap atomicThomas Gleixner2020-11-061-6/+0
|/
* Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-151-1/+1
|\
| * dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+1
* | arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport2020-10-131-4/+5
* | mircoblaze: drop unneeded NUMA and sparsemem initializationsMike Rapoport2020-10-131-13/+1
|/
* microblaze: fix min_low_pfn/max_low_pfn build errorsRandy Dunlap2020-08-311-0/+3
* mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport2020-08-071-3/+0
* mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport2020-06-091-9/+0
* arch/kmap: ensure kmap_prot visibilityIra Weiny2020-06-041-3/+0
* mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport2020-06-031-1/+1
* microblaze: Stop printing the virtual memory layoutArvind Sankar2020-03-091-12/+0
* microblaze: Kernel parameters should be parsed earlierMichal Simek2020-02-241-0/+2
* microblaze: Wire CMA allocatorMichal Simek2020-02-041-0/+4
* microblaze: use pgtable-nopmd instead of 4level-fixupMike Rapoport2019-12-041-2/+5
* init: provide a generic free_initmem implementationMike Rapoport2019-05-141-5/+0
* initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig2019-05-141-7/+0
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-2/+6
* arch: don't memset(0) memory returned by memblock_alloc()Mike Rapoport2019-03-121-4/+2
* microblaze: prefer memblock API returning virtual addressMike Rapoport2019-03-071-2/+3
* memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-311-1/+1
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-2/+1
* memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* memblock: replace alloc_bootmem with memblock_allocMike Rapoport2018-10-311-1/+1
* microblaze: switch to NO_BOOTMEMRob Herring2018-03-161-50/+6
* microblaze: remove unused alloc_maybe_bootmemRob Herring2018-03-161-8/+0
* 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