mbox series

[mm-unstable,v1,0/5] mm/mglru: code cleanup and

Message ID 20240214060538.3524462-1-kinseyho@google.com (mailing list archive)
Headers show
Series mm/mglru: code cleanup and | expand

Message

Kinsey Ho Feb. 14, 2024, 6:05 a.m. UTC
This series is a follow up to the comment:
https://lore.kernel.org/7baea98a-90ff-4c2d-9d00-d3ddc715c235@linux.vnet.ibm.com/

This provides MGLRU code cleanup and refactoring for better readability.

Kinsey Ho (5):
  mm/mglru: drop unused parameter
  mm/mglru: improve should_run_aging()
  mm/mglru: improve reset_mm_stats()
  mm/mglru: improve struct lru_gen_mm_walk
  mm/mglru: improve swappiness handling

 include/linux/mmzone.h |   6 +-
 mm/vmscan.c            | 142 ++++++++++++++++++++---------------------
 2 files changed, 74 insertions(+), 74 deletions(-)