linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] mm/init: minor clean up and improvement
@ 2024-03-26  6:11 Baoquan He
  2024-03-26  6:11 ` [PATCH 1/7] mm: move array mem_section init code out of memory_present() Baoquan He
                   ` (6 more replies)
  0 siblings, 7 replies; 18+ messages in thread
From: Baoquan He @ 2024-03-26  6:11 UTC (permalink / raw)
  To: linux-mm; +Cc: akpm, rppt, mgorman, Baoquan He

These are all observed when going through code flow during mm init.

Baoquan He (7):
  mm: move array mem_section init code out of memory_present()
  mm/init: remove the unnecessary special treatment for memory-less node
  mm: make __absent_pages_in_range() as static
  mm/page_alloc.c: remove unneeded codes in !NUMA version of
    build_zonelists()
  mm/mm_init.c: remove the outdated code comment above
    deferred_grow_zone()
  mm/page_alloc.c: don't show protection in zone's ->lowmem_reserve[]
    for empty zone
  mm/page_alloc.c: change the array-length to MIGRATE_PCPTYPES

 include/linux/mm.h |  2 --
 mm/mm_init.c       | 26 +++++---------------------
 mm/page_alloc.c    | 28 ++++------------------------
 mm/sparse.c        | 26 +++++++++++++-------------
 4 files changed, 22 insertions(+), 60 deletions(-)

-- 
2.41.0



^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2024-04-10  3:38 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-26  6:11 [PATCH 0/7] mm/init: minor clean up and improvement Baoquan He
2024-03-26  6:11 ` [PATCH 1/7] mm: move array mem_section init code out of memory_present() Baoquan He
2024-04-02  8:19   ` Mike Rapoport
2024-04-04  1:38     ` Baoquan He
2024-03-26  6:11 ` [PATCH 2/7] mm/init: remove the unnecessary special treatment for memory-less node Baoquan He
2024-04-02  8:32   ` Mike Rapoport
2024-04-04  3:23     ` Baoquan He
2024-04-09 15:40       ` Mike Rapoport
2024-04-10  3:38         ` Baoquan He
2024-04-10  3:35   ` [PATCH v2 " Baoquan He
2024-03-26  6:11 ` [PATCH 3/7] mm: make __absent_pages_in_range() as static Baoquan He
2024-04-02  8:29   ` Mike Rapoport
2024-03-26  6:11 ` [PATCH 4/7] mm/page_alloc.c: remove unneeded codes in !NUMA version of build_zonelists() Baoquan He
2024-03-27 12:06   ` [PATCH v2 " Baoquan He
2024-03-26  6:11 ` [PATCH 5/7] mm/mm_init.c: remove the outdated code comment above deferred_grow_zone() Baoquan He
2024-04-02  8:30   ` Mike Rapoport
2024-03-26  6:11 ` [PATCH 6/7] mm/page_alloc.c: don't show protection in zone's ->lowmem_reserve[] for empty zone Baoquan He
2024-03-26  6:11 ` [PATCH 7/7] mm/page_alloc.c: change the array-length to MIGRATE_PCPTYPES Baoquan He

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox