summaryrefslogtreecommitdiff
path: root/mm/mm_init.c
AgeCommit message (Expand)Author
2024-09-03mm: drop CONFIG_HAVE_ARCH_NODEDATA_EXTENSIONMike Rapoport (Microsoft)
2024-09-01mm: rework accept memory helpersKirill A. Shutemov
2024-08-15alloc_tag: mark pages reserved during CMA activation as not taggedSuren Baghdasaryan
2024-08-15alloc_tag: introduce clear_page_tag_ref() helper functionSuren Baghdasaryan
2024-08-15mm: don't account memmap per-nodePasha Tatashin
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-07-18Merge tag 'memblock-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-07-03mm/mm_init.c: move build check on MAX_ZONELISTS out of ifdefWei Yang
2024-07-03mm/memory_hotplug: initialize memmap of !ZONE_DEVICE with PageOffline() inste...David Hildenbrand
2024-07-03mm: pass meminit_context to __free_pages_core()David Hildenbrand
2024-07-03mm/mm_init: initialize page->_mapcount directly in __init_single_page()David Hildenbrand
2024-07-03mm/mm_init.c: simplify logic of deferred_[init|free]_pagesWei Yang
2024-07-03mm: report per-page metadata informationSourav Panda
2024-07-03mm/mm_init.c: print mem_init info after defer_init is doneWei Yang
2024-07-03mm/mm_init: use node's number of cpus in deferred_page_init_max_threadsEric Chanudet
2024-06-15Revert "mm: init_mlocked_on_free_v3"David Hildenbrand
2024-06-10mm/mm_init.c: don't initialize page->lru againWei Yang
2024-06-06mm/mm_init.c: not always search next deferred_init_pfn from very beginningWei Yang
2024-06-06mm/mm_init.c: use deferred_init_mem_pfn_range_in_zone() to decide loop conditionWei Yang
2024-06-06mm/mm_init.c: get the highest zone directlyWei Yang
2024-06-05mm/mm_init.c: move nr_initialised reset down a bitWei Yang
2024-06-05mm/mm_init.c: use memblock_region_memory_base_pfn() to get startpfnWei Yang
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-14mm/execmem, arch: convert simple overrides of module_alloc to execmemMike Rapoport (IBM)
2024-04-25mm: init_mlocked_on_free_v3York Jasper Niebuhr
2024-04-25mm/mm_init.c: remove the outdated code comment above deferred_grow_zone()Baoquan He
2024-04-25mm: make __absent_pages_in_range() as staticBaoquan He
2024-04-25mm/init: remove the unnecessary special treatment for memory-less nodeBaoquan He
2024-04-25mm/mm_init.c: remove arch_reserved_kernel_pages()Baoquan He
2024-04-25mm/mm_init.c: remove unneeded calc_memmap_size()Baoquan He
2024-04-25mm/mm_init.c: remove meaningless calculation of zone->managed_pages in free_a...Baoquan He
2024-04-25mm/mm_init.c: add new function calc_nr_all_pages()Baoquan He
2024-04-25mm/mm_init.c: remove the useless dma_reserveBaoquan He
2024-04-25codetag: debug: mark codetags for reserved pages as emptySuren Baghdasaryan
2024-04-25lib: introduce support for page allocation taggingSuren Baghdasaryan
2024-03-06Author: Gang Li padata: dispatch works onGang Li Subject: padata: dispatch works on
2024-01-12efi: disable mirror feature during crashkernelMa Wupeng
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov
2023-12-29mm: remove unnecessary ia64 code and commentKefeng Wang
2023-12-10mm/mm_init.c: append newline to the unavailable ranges log-messageSerge Semin
2023-12-10mm/mm_init.c: extend init unavailable range doc infoSerge Semin
2023-10-04mm: hugetlb: skip initialization of gigantic tail struct pages if freed by HVOUsama Arif
2023-10-04mm/mm_init.c: remove redundant pr_info when node is memorylessYajun Deng
2023-08-21mm/mm_init: use helper macro BITS_PER_LONG and BITS_PER_BYTEMiaohe Lin
2023-08-21mm: disable kernelcore=mirror when no mirror memoryMa Wupeng
2023-08-21mm: no need to export mm_kobjGreg Kroah-Hartman
2023-08-18mm/vmemmap: improve vmemmap_can_optimize and allow architectures to overrideAneesh Kumar K.V
2023-08-18mm: kfence: allocate kfence_metadata at runtimePeng Zhang
2023-08-18mm/mm_init.c: drop node_start_pfn from adjust_zone_range_for_zone_movable()Haifeng Xu
2023-08-18mm/mm_init.c: mark check_for_memory() as __initHaifeng Xu