aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/mm/init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-17xtensa/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-0/+22
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang1-1/+0
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2020-11-16xtensa/mm/highmem: Make generic kmap_atomic() work correctlyThomas Gleixner1-2/+2
2020-11-04ARM, xtensa: highmem: avoid clobbering non-page aligned memory reservationsArd Biesheuvel1-2/+2
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2020-10-13arm, xtensa: simplify initialization of high memory pagesMike Rapoport1-45/+10
2020-10-06dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig1-1/+1
2020-06-03xtensa: simplify detection of memory zone boundariesMike Rapoport1-4/+4
2019-10-20xtensa: use correct symbol for the end of .rodataMax Filippov1-2/+2
2019-08-26xtensa: remove free_initrd_memMike Rapoport1-10/+0
2019-07-05xtensa: One function call less in bootmem_init()Markus Elfring1-4/+1
2019-05-14init: provide a generic free_initmem implementationMike Rapoport1-5/+0
2018-12-17xtensa: support memtestMax Filippov1-0/+3
2018-11-01Merge tag 'xtensa-20181101' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport1-1/+1
2018-10-15xtensa: remove ZONE_DMAChristoph Hellwig1-1/+1
2018-02-15xtensa: fix high memory/reserved memory collisionMax Filippov1-7/+63
2017-12-17xtensa: print kernel sections info in mem_initMax Filippov1-2/+17
2017-12-16xtensa: add support for KASANMax Filippov1-0/+7
2017-12-16xtensa: move fixmap and kmap just above the KSEGMax Filippov1-6/+6
2016-12-15xtensa: enable HAVE_DMA_CONTIGUOUSMax Filippov1-0/+2
2016-07-24xtensa: support reserved-memory DT nodeMax Filippov1-0/+2
2016-07-24xtensa: drop sysmem and switch to memblockMax Filippov1-257/+15
2016-07-24xtensa: add alternative kernel memory layoutsMax Filippov1-2/+1
2016-07-24xtensa: move kernel mapping addresses into kmem_layout.hMax Filippov1-1/+1
2014-10-21xtensa: nommu: clean up memory map dumpMax Filippov1-1/+7
2014-10-21xtensa: nommu: reserve memory below PLATFORM_DEFAULT_MEM_STARTMax Filippov1-0/+11
2014-06-09xtensa: fix sysmem reservation at the end of existing blockMax Filippov1-1/+1
2014-04-06xtensa: add HIGHMEM supportMax Filippov1-14/+31
2014-04-02xtensa: dump sysmem from the bootmem_initMax Filippov1-0/+12
2014-04-02xtensa: handle memmap kernel optionMax Filippov1-0/+50
2014-04-02xtensa: keep sysmem banks ordered in mem_reserveMax Filippov1-32/+50
2014-04-02xtensa: keep sysmem banks ordered in add_sysmem_bankMax Filippov1-5/+98
2014-04-02xtensa: split bootparam and kernel meminfoMax Filippov1-0/+17
2014-02-21xtensa: don't pass high memory to bootmem allocatorMax Filippov1-4/+9
2013-07-03mm/xtensa: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-25/+2
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-04-29mm/xtensa: use common help functions to free reserved pagesJiang Liu1-18/+3
2012-12-18xtensa: clean up files to make them code-style compliantChris Zankel1-8/+8
2012-06-20xtensa: use the declarations provided by <asm/sections.h>Geert Uytterhoeven1-11/+7
2012-06-20xtensa: replace xtensa-specific _f{data,text} by _s{data,text}Geert Uytterhoeven1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+1
2009-09-22arches: drop superfluous casts in nr_free_pages() callersGeert Uytterhoeven1-1/+1
2009-04-02xtensa: nommu supportJohannes Weiner1-61/+1
2009-04-02xtensa: cope with ram beginning at higher addressesJohannes Weiner1-5/+5
2009-04-02xtensa: don't make bootmem bitmap larger than requiredJohannes Weiner1-1/+2