Age | Commit message (Expand) | Author |
2024-02-24 | Merge tag 'cxl-fixes-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2024-02-20 | mm/memblock: add MEMBLOCK_RSRV_NOINIT into flagname[] array | Anshuman Khandual |
2024-02-16 | x86/numa: Fix the address overlap check in numa_fill_memblks() | Alison Schofield |
2024-01-28 | Merge tag 'fixes-2024-01-28' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2024-01-19 | memblock: fix crash when reserved memory is not added to memory | Yajun Deng |
2024-01-18 | Merge tag 'memblock-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2024-01-08 | mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER | Kirill A. Shutemov |
2023-12-10 | NUMA: optimize detection of memory with no node id assigned by firmware | Liam Ni |
2023-12-08 | memblock: Return NUMA_NO_NODE instead of -1 to improve code readability | Yuntao Wang |
2023-11-08 | Merge tag 'memblock-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2023-10-04 | memblock: introduce MEMBLOCK_RSRV_NOINIT flag | Usama Arif |
2023-10-04 | memblock: pass memblock_type to memblock_setclr_flag | Usama Arif |
2023-09-28 | memblock: report failures when memblock_can_resize is not set | Song Shuai |
2023-08-21 | mm: disable kernelcore=mirror when no mirror memory | Ma Wupeng |
2023-07-28 | Revert "mm,memblock: reset memblock.reserved to system init state to prevent ... | Mike Rapoport (IBM) |
2023-07-24 | mm,memblock: reset memblock.reserved to system init state to prevent UAF | Rik van Riel |
2023-06-29 | Merge tag 'memblock-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2023-06-28 | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-06-23 | mm: pass nid to reserve_bootmem_region() | Yajun Deng |
2023-06-19 | mm/memory_hotplug: remove reset_node_managed_pages() in hotadd_init_pgdat() | Haifeng Xu |
2023-06-06 | mm: Add support for unaccepted memory | Kirill A. Shutemov |
2023-06-02 | memblock: Update nid info in memblock debugfs | Yuwei Guan |
2023-05-24 | memblock: Add flags and nid info in memblock debugfs | Yuwei Guan |
2023-05-24 | Fix some coding style errors in memblock.c | Claudio Migliorelli |
2023-04-18 | mm: avoid passing 0 to __ffs() | Kirill A. Shutemov |
2023-04-05 | mm, treewide: redefine MAX_ORDER sanely | Kirill A. Shutemov |
2023-02-27 | Merge tag 'memblock-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2023-02-07 | Revert "mm: Always release pages to the buddy allocator in memblock_free_late... | Aaron Thompson |
2023-01-31 | memblock: Avoid useless checks in memblock_merge_regions(). | Peng Zhang |
2023-01-31 | memblock: Make a boundary tighter in memblock_add_range(). | Peng Zhang |
2023-01-08 | mm: Always release pages to the buddy allocator in memblock_free_late(). | Aaron Thompson |
2023-01-04 | memblock: Fix doc for memblock_phys_free | Miaoqian Lin |
2022-10-03 | mm: add pageblock_align() macro | Kefeng Wang |
2022-10-03 | mm: reuse pageblock_start/end_pfn() macro | Kefeng Wang |
2022-08-09 | Merge tag 'memblock-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2022-08-05 | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-07-29 | memblock,arm64: expand the static memblock memory table | Zhou Guanghui |
2022-06-30 | memblock: avoid some repeat when add new range | Jinyu Tang |
2022-06-16 | mm: kmemleak: remove kmemleak_not_leak_phys() and the min_count argument to k... | Patrick Wang |
2022-06-15 | memblock: Disable mirror feature if kernelcore is not specified | Ma Wupeng |
2022-06-15 | mm: Ratelimited mirrored memory related warning messages | Ma Wupeng |
2022-03-27 | Merge tag 'memblock-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2022-02-21 | memblock: __next_mem_pfn_range_in_zone: remove unneeded local variable nid | Miaohe Lin |
2022-02-20 | memblock: use kfree() to release kmalloced memblock regions | Miaohe Lin |
2021-11-10 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds |
2021-11-08 | arm64: Track no early_pgtable_alloc() for kmemleak | Qian Cai |
2021-11-06 | memblock: add MEMBLOCK_DRIVER_MANAGED to mimic IORESOURCE_SYSRAM_DRIVER_MANAGED | David Hildenbrand |
2021-11-06 | memblock: allow to specify flags with memblock_add_node() | David Hildenbrand |
2021-11-06 | memblock: use memblock_free for freeing virtual pointers | Mike Rapoport |
2021-11-06 | memblock: rename memblock_free to memblock_phys_free | Mike Rapoport |