summaryrefslogtreecommitdiffstats
path: root/arch/arc/mm/init.c
Commit message (Expand)AuthorAgeFilesLines
* memblock: allow to specify flags with memblock_add_node()David Hildenbrand2021-11-061-2/+2
* memblock: rename memblock_free to memblock_phys_freeMike Rapoport2021-11-061-1/+1
* ARC: mm: support 4 levels of page tablesVineet Gupta2021-08-261-0/+1
* ARC: mm: support 3 levels of page tablesVineet Gupta2021-08-261-0/+1
* ARC: mm: switch pgtable_t back to struct page *Vineet Gupta2021-08-261-0/+3
* arc: convert to setup_initial_init_mm()Kefeng Wang2021-07-081-4/+1
* arc: remove support for DISCONTIGMEMMike Rapoport2021-06-291-8/+0
* arc: update comment about HIGHMEM implementationMike Rapoport2021-06-291-8/+5
* ARC: mm: Use max_high_pfn as a HIGHMEM zone borderVladimir Isaev2021-05-101-1/+10
* mm: move mem_init_print_info() into mm_init()Kefeng Wang2021-04-301-1/+0
* arc: use FLATMEM with freeing of unused memory map instead of DISCONTIGMEMMike Rapoport2020-12-151-7/+22
* arc: fix memory initialization for systems with two memory banksMike Rapoport2020-09-011-11/+16
* mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0
* mm: free_area_init: allow defining max_zone_pfn in descending orderMike Rapoport2020-06-031-29/+12
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* init: provide a generic free_initmem implementationMike Rapoport2019-05-141-8/+0
* initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig2019-05-141-7/+0
* ARC: adjust memblock_reserve of kernel memoryEugeniy Paltsev2019-01-171-1/+2
* arch: Move initrd= parsing into do_mounts_initrd.cFlorian Fainelli2018-11-261-20/+5
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+0
* memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* ARC: mm: Decouple RAM base address from kernel link addressEugeniy Paltsev2017-09-011-3/+3
* ARCv2: IOC: Use actual memory size to setup aperture sizeVineet Gupta2017-01-181-0/+5
* treewide: replace obsolete _refok by __refFabian Frederick2016-08-021-1/+1
* ARC: support HIGHMEM even without PAE40Vineet Gupta2016-05-051-15/+39
* ARC: add support for reserved memory defined by device treeAlexey Brodkin2016-04-271-0/+4
* ARC: [plat-sim] unbork non default CONFIG_LINUX_LINK_BASEVineet Gupta2015-12-171-1/+3
* ARC: mm: HIGHMEM: populate high memory from DTVineet Gupta2015-10-281-6/+64
* ARC: mm: preps ahead of HIGHMEM support #2Vineet Gupta2015-10-281-26/+14
* ARC: Ensure DT mem base is same as what kernel is built withVineet Gupta2015-10-281-0/+2
* ARC: mem init spring cleaning - No functional changesVineet Gupta2015-04-131-4/+5
* ARC: support external initrdNoam Camus2014-03-261-0/+27
* of: remove early_init_dt_setup_initrd_archRob Herring2013-10-091-7/+0
* of: Specify initrd location using 64-bitSantosh Shilimkar2013-07-241-3/+2
* mm/ARC: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-031-33/+3
* 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
* Merge tag 'arc-v3.10-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-05-091-3/+0
|\
| * ARC: remove #ifdef-ed out include of dead headerPaul Bolle2013-04-091-3/+0
* | mm/arc: use common help functions to free reserved pagesJiang Liu2013-04-291-21/+2
|/
* ARC: [DeviceTree] Convert some Kconfig items to runtime valuesVineet Gupta2013-02-151-3/+6
* ARC: [DeviceTree] Basic supportVineet Gupta2013-02-151-0/+13
* ARC: Boot #1: low-level, setup_arch(), /proc/cpuinfo, mem initVineet Gupta2013-02-151-0/+171