| Commit message (Expand) | Author | Age | Files | Lines |
* | xtensa/mm: enable ARCH_HAS_VM_GET_PAGE_PROT | Anshuman Khandual | 2022-07-17 | 1 | -0/+22 |
* | mm: move mem_init_print_info() into mm_init() | Kefeng Wang | 2021-04-30 | 1 | -1/+0 |
* | Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2020-12-14 | 1 | -2/+2 |
|\ |
|
| * | xtensa/mm/highmem: Make generic kmap_atomic() work correctly | Thomas Gleixner | 2020-11-16 | 1 | -2/+2 |
* | | ARM, xtensa: highmem: avoid clobbering non-page aligned memory reservations | Ard Biesheuvel | 2020-11-04 | 1 | -2/+2 |
|/ |
|
* | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2020-10-15 | 1 | -1/+1 |
|\ |
|
| * | dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h> | Christoph Hellwig | 2020-10-06 | 1 | -1/+1 |
* | | arm, xtensa: simplify initialization of high memory pages | Mike Rapoport | 2020-10-13 | 1 | -45/+10 |
|/ |
|
* | xtensa: simplify detection of memory zone boundaries | Mike Rapoport | 2020-06-03 | 1 | -4/+4 |
* | xtensa: use correct symbol for the end of .rodata | Max Filippov | 2019-10-20 | 1 | -2/+2 |
* | xtensa: remove free_initrd_mem | Mike Rapoport | 2019-08-26 | 1 | -10/+0 |
* | xtensa: One function call less in bootmem_init() | Markus Elfring | 2019-07-05 | 1 | -4/+1 |
* | init: provide a generic free_initmem implementation | Mike Rapoport | 2019-05-14 | 1 | -5/+0 |
* | xtensa: support memtest | Max Filippov | 2018-12-17 | 1 | -0/+3 |
* | Merge tag 'xtensa-20181101' of git://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 2018-11-01 | 1 | -1/+1 |
|\ |
|
| * | xtensa: remove ZONE_DMA | Christoph Hellwig | 2018-10-15 | 1 | -1/+1 |
* | | mm: remove include/linux/bootmem.h | Mike Rapoport | 2018-10-31 | 1 | -1/+1 |
* | | memblock: rename free_all_bootmem to memblock_free_all | Mike Rapoport | 2018-10-31 | 1 | -1/+1 |
|/ |
|
* | xtensa: fix high memory/reserved memory collision | Max Filippov | 2018-02-15 | 1 | -7/+63 |
* | xtensa: print kernel sections info in mem_init | Max Filippov | 2017-12-17 | 1 | -2/+17 |
* | xtensa: add support for KASAN | Max Filippov | 2017-12-16 | 1 | -0/+7 |
* | xtensa: move fixmap and kmap just above the KSEG | Max Filippov | 2017-12-16 | 1 | -6/+6 |
* | xtensa: enable HAVE_DMA_CONTIGUOUS | Max Filippov | 2016-12-15 | 1 | -0/+2 |
* | xtensa: support reserved-memory DT node | Max Filippov | 2016-07-24 | 1 | -0/+2 |
* | xtensa: drop sysmem and switch to memblock | Max Filippov | 2016-07-24 | 1 | -257/+15 |
* | xtensa: add alternative kernel memory layouts | Max Filippov | 2016-07-24 | 1 | -2/+1 |
* | xtensa: move kernel mapping addresses into kmem_layout.h | Max Filippov | 2016-07-24 | 1 | -1/+1 |
* | xtensa: nommu: clean up memory map dump | Max Filippov | 2014-10-21 | 1 | -1/+7 |
* | xtensa: nommu: reserve memory below PLATFORM_DEFAULT_MEM_START | Max Filippov | 2014-10-21 | 1 | -0/+11 |
* | xtensa: fix sysmem reservation at the end of existing block | Max Filippov | 2014-06-09 | 1 | -1/+1 |
* | xtensa: add HIGHMEM support | Max Filippov | 2014-04-06 | 1 | -14/+31 |
* | xtensa: dump sysmem from the bootmem_init | Max Filippov | 2014-04-02 | 1 | -0/+12 |
* | xtensa: handle memmap kernel option | Max Filippov | 2014-04-02 | 1 | -0/+50 |
* | xtensa: keep sysmem banks ordered in mem_reserve | Max Filippov | 2014-04-02 | 1 | -32/+50 |
* | xtensa: keep sysmem banks ordered in add_sysmem_bank | Max Filippov | 2014-04-02 | 1 | -5/+98 |
* | xtensa: split bootparam and kernel meminfo | Max Filippov | 2014-04-02 | 1 | -0/+17 |
* | xtensa: don't pass high memory to bootmem allocator | Max Filippov | 2014-02-21 | 1 | -4/+9 |
* | mm/xtensa: prepare for removing num_physpages and simplify mem_init() | Jiang Liu | 2013-07-03 | 1 | -25/+2 |
* | mm: concentrate modification of totalram_pages into the mm core | Jiang Liu | 2013-07-03 | 1 | -1/+1 |
* | mm: enhance free_reserved_area() to support poisoning memory with zero | Jiang Liu | 2013-07-03 | 1 | -2/+2 |
* | mm: change signature of free_reserved_area() to fix building warnings | Jiang Liu | 2013-07-03 | 1 | -1/+1 |
* | mm/xtensa: use common help functions to free reserved pages | Jiang Liu | 2013-04-29 | 1 | -18/+3 |
* | xtensa: clean up files to make them code-style compliant | Chris Zankel | 2012-12-18 | 1 | -8/+8 |
* | xtensa: use the declarations provided by <asm/sections.h> | Geert Uytterhoeven | 2012-06-20 | 1 | -11/+7 |
* | xtensa: replace xtensa-specific _f{data,text} by _s{data,text} | Geert Uytterhoeven | 2012-06-20 | 1 | -3/+3 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -1/+1 |
* | arches: drop superfluous casts in nr_free_pages() callers | Geert Uytterhoeven | 2009-09-22 | 1 | -1/+1 |
* | xtensa: nommu support | Johannes Weiner | 2009-04-02 | 1 | -61/+1 |
* | xtensa: cope with ram beginning at higher addresses | Johannes Weiner | 2009-04-02 | 1 | -5/+5 |
* | xtensa: don't make bootmem bitmap larger than required | Johannes Weiner | 2009-04-02 | 1 | -1/+2 |