mbox series

[v2,0/2] mm: print the promo watermark in zoneinfo

Message ID 20240801232548.36604-1-kaiyang2@cs.cmu.edu (mailing list archive)
Headers show
Series mm: print the promo watermark in zoneinfo | expand

Message

Kaiyang Zhao Aug. 1, 2024, 11:25 p.m. UTC
From: Kaiyang Zhao <kaiyang2@cs.cmu.edu>

V1 -> V2: Added promo_wmark_pages and converted existing call sites as
suggested.

Kaiyang Zhao (2):
  mm: create promo_wmark_pages and clean up open-coded sites
  mm: print the promo watermark in zoneinfo

 include/linux/mmzone.h | 1 +
 kernel/sched/fair.c    | 2 +-
 mm/vmscan.c            | 2 +-
 mm/vmstat.c            | 2 ++
 4 files changed, 5 insertions(+), 2 deletions(-)