summaryrefslogtreecommitdiff
path: root/mm/memblock.c
AgeCommit message (Expand)Author
2024-02-24Merge tag 'cxl-fixes-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-02-20mm/memblock: add MEMBLOCK_RSRV_NOINIT into flagname[] arrayAnshuman Khandual
2024-02-16x86/numa: Fix the address overlap check in numa_fill_memblks()Alison Schofield
2024-01-28Merge tag 'fixes-2024-01-28' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-01-19memblock: fix crash when reserved memory is not added to memoryYajun Deng
2024-01-18Merge tag 'memblock-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov
2023-12-10NUMA: optimize detection of memory with no node id assigned by firmwareLiam Ni
2023-12-08memblock: Return NUMA_NO_NODE instead of -1 to improve code readabilityYuntao Wang
2023-11-08Merge tag 'memblock-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-10-04memblock: introduce MEMBLOCK_RSRV_NOINIT flagUsama Arif
2023-10-04memblock: pass memblock_type to memblock_setclr_flagUsama Arif
2023-09-28memblock: report failures when memblock_can_resize is not setSong Shuai
2023-08-21mm: disable kernelcore=mirror when no mirror memoryMa Wupeng
2023-07-28Revert "mm,memblock: reset memblock.reserved to system init state to prevent ...Mike Rapoport (IBM)
2023-07-24mm,memblock: reset memblock.reserved to system init state to prevent UAFRik van Riel
2023-06-29Merge tag 'memblock-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-23mm: pass nid to reserve_bootmem_region()Yajun Deng
2023-06-19mm/memory_hotplug: remove reset_node_managed_pages() in hotadd_init_pgdat()Haifeng Xu
2023-06-06mm: Add support for unaccepted memoryKirill A. Shutemov
2023-06-02memblock: Update nid info in memblock debugfsYuwei Guan
2023-05-24memblock: Add flags and nid info in memblock debugfsYuwei Guan
2023-05-24Fix some coding style errors in memblock.cClaudio Migliorelli
2023-04-18mm: avoid passing 0 to __ffs()Kirill A. Shutemov
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov
2023-02-27Merge tag 'memblock-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-02-07Revert "mm: Always release pages to the buddy allocator in memblock_free_late...Aaron Thompson
2023-01-31memblock: Avoid useless checks in memblock_merge_regions().Peng Zhang
2023-01-31memblock: Make a boundary tighter in memblock_add_range().Peng Zhang
2023-01-08mm: Always release pages to the buddy allocator in memblock_free_late().Aaron Thompson
2023-01-04memblock: Fix doc for memblock_phys_freeMiaoqian Lin
2022-10-03mm: add pageblock_align() macroKefeng Wang
2022-10-03mm: reuse pageblock_start/end_pfn() macroKefeng Wang
2022-08-09Merge tag 'memblock-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-07-29memblock,arm64: expand the static memblock memory tableZhou Guanghui
2022-06-30memblock: avoid some repeat when add new rangeJinyu Tang
2022-06-16mm: kmemleak: remove kmemleak_not_leak_phys() and the min_count argument to k...Patrick Wang
2022-06-15memblock: Disable mirror feature if kernelcore is not specifiedMa Wupeng
2022-06-15mm: Ratelimited mirrored memory related warning messagesMa Wupeng
2022-03-27Merge tag 'memblock-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-02-21memblock: __next_mem_pfn_range_in_zone: remove unneeded local variable nidMiaohe Lin
2022-02-20memblock: use kfree() to release kmalloced memblock regionsMiaohe Lin
2021-11-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2021-11-08arm64: Track no early_pgtable_alloc() for kmemleakQian Cai
2021-11-06memblock: add MEMBLOCK_DRIVER_MANAGED to mimic IORESOURCE_SYSRAM_DRIVER_MANAGEDDavid Hildenbrand
2021-11-06memblock: allow to specify flags with memblock_add_node()David Hildenbrand
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport