linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] KSMscale cleanup/optimizations
@ 2017-05-18 17:37 Andrea Arcangeli
  2017-05-18 17:37 ` [PATCH 1/3] ksm: cleanup stable_node chain collapse case Andrea Arcangeli
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Andrea Arcangeli @ 2017-05-18 17:37 UTC (permalink / raw)
  To: Andrew Morton, linux-mm
  Cc: Evgheni Dereveanchin, Andrey Ryabinin, Petr Holasek, Hugh Dickins,
	Arjan van de Ven, Davidlohr Bueso, Gavin Guo, Jay Vosburgh,
	Mel Gorman, Dan Carpenter

Hello,

This is incremental with the two fixes already in -mm.

There are no fixes here it's just minor cleanups and optimizations.

1/3 removes makes the "fix" for the stale stable_node fall in the
standard case without introducing new cases. Setting stable_node to
NULL was marginally safer, but stale pointer is still wiped from the
caller, this looks cleaner.

2/3 should fix the false positive from Dan's static checker. Dan could
you check if it still complains?

3/3 is a microoptimization to apply the the refile of future merge
candidate dups at the head of the chain in all cases and to skip it in
one case where we did it and but it was a noop (to avoid checking if
it was already at the head but now we've to check it anyway so it got
optimized away).

Andrea Arcangeli (3):
  ksm: cleanup stable_node chain collapse case
  ksm: swap the two output parameters of chain/chain_prune
  ksm: optimize refile of stable_node_dup at the head of the chain

 mm/ksm.c | 163 ++++++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 103 insertions(+), 60 deletions(-)

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

end of thread, other threads:[~2017-05-18 20:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-18 17:37 [PATCH 0/3] KSMscale cleanup/optimizations Andrea Arcangeli
2017-05-18 17:37 ` [PATCH 1/3] ksm: cleanup stable_node chain collapse case Andrea Arcangeli
2017-05-18 17:37 ` [PATCH 2/3] ksm: swap the two output parameters of chain/chain_prune Andrea Arcangeli
2017-05-18 17:37 ` [PATCH 3/3] ksm: optimize refile of stable_node_dup at the head of the chain Andrea Arcangeli
2017-05-18 20:35 ` [PATCH 0/3] KSMscale cleanup/optimizations Dan Carpenter

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).