linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] mm: Some rework on zap_details
@ 2020-12-08  2:50 Peter Xu
  2020-12-08  2:50 ` [PATCH 1/3] mm: Drop first_index/last_index in zap_details Peter Xu
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Peter Xu @ 2020-12-08  2:50 UTC (permalink / raw)
  To: linux-kernel, linux-mm
  Cc: Andrea Arcangeli, peterx, Kirill A . Shutemov, Andrew Morton

Posted this small series out to rework zap_details a bit, before adding
something new in.  Hopefully it makes things slighly clearer.

Smoke test only.  Please have a look, thanks.

Peter Xu (3):
  mm: Drop first_index/last_index in zap_details
  mm: Introduce zap_details.zap_flags
  mm: Introduce ZAP_FLAG_SKIP_SWAP

 include/linux/mm.h | 33 ++++++++++++++++++++++++---
 mm/memory.c        | 57 ++++++++++++++++++----------------------------
 2 files changed, 52 insertions(+), 38 deletions(-)

-- 
2.26.2



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

end of thread, other threads:[~2020-12-15 20:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-08  2:50 [PATCH 0/3] mm: Some rework on zap_details Peter Xu
2020-12-08  2:50 ` [PATCH 1/3] mm: Drop first_index/last_index in zap_details Peter Xu
2020-12-08  2:50 ` [PATCH 2/3] mm: Introduce zap_details.zap_flags Peter Xu
2020-12-08  2:50 ` [PATCH 3/3] mm: Introduce ZAP_FLAG_SKIP_SWAP Peter Xu
2020-12-15 20:39 ` [PATCH 0/3] mm: Some rework on zap_details Peter Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).