All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Some small improvements for compaction
@ 2023-01-10 13:36 Baolin Wang
  2023-01-10 13:36 ` [PATCH 1/5] mm: compaction: Remove redundant VM_BUG_ON() in compact_zone() Baolin Wang
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Baolin Wang @ 2023-01-10 13:36 UTC (permalink / raw)
  To: akpm; +Cc: baolin.wang, linux-mm, linux-kernel

Hi,

When I did some compaction testing, I found some small rooms to improve
as well as some code cleanups. Please help to review. Thanks.

Baolin Wang (5):
  mm: compaction: Remove redundant VM_BUG_ON() in compact_zone()
  mm: compaction: Move list validation into compact_zone()
  mm: compaction: Count the migration scaned pages events for proactive
    compaction
  mm: compaction: Add missing kcompactd wakeup trace event
  mm: compaction: Avoid fragmentation score calculation for empty zones

 mm/compaction.c | 25 +++++++++++--------------
 1 file changed, 11 insertions(+), 14 deletions(-)

-- 
2.27.0



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

end of thread, other threads:[~2023-01-11 21:51 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-10 13:36 [PATCH 0/5] Some small improvements for compaction Baolin Wang
2023-01-10 13:36 ` [PATCH 1/5] mm: compaction: Remove redundant VM_BUG_ON() in compact_zone() Baolin Wang
2023-01-10 13:37   ` Matthew Wilcox
2023-01-10 23:25     ` Andrew Morton
2023-01-10 23:37       ` Matthew Wilcox
2023-01-11  6:40         ` Baolin Wang
2023-01-11 21:51           ` Andrew Morton
2023-01-10 13:36 ` [PATCH 2/5] mm: compaction: Move list validation into compact_zone() Baolin Wang
2023-01-10 13:36 ` [PATCH 3/5] mm: compaction: Count the migration scanned pages events for proactive compaction Baolin Wang
2023-01-10 13:36 ` [PATCH 4/5] mm: compaction: Add missing kcompactd wakeup trace event Baolin Wang
2023-01-10 13:36 ` [PATCH 5/5] mm: compaction: Avoid fragmentation score calculation for empty zones Baolin Wang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.