linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] KSM updates v2
@ 2015-11-02 17:01 Andrea Arcangeli
  2015-11-02 17:01 ` [PATCH 1/5] mm: add cond_resched() to the rmap walks Andrea Arcangeli
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Andrea Arcangeli @ 2015-11-02 17:01 UTC (permalink / raw)
  To: Hugh Dickins, Davidlohr Bueso; +Cc: linux-mm, Petr Holasek, Andrew Morton

Hello,

This practically the same as the previous submit but without the first
patch which luckily turned out to be a noop. Some commit message have
been improved on the way.

Dropping the first patch would generate rejects on the later patches
so this is a clean submit against v4.3.

The cond_resched() for the rmap walks is not only for KSM but it's
primarily a KSM improvement as KSM generates much heavier rmap walks
than the other rmap mechanisms would, so I'm submitting it in KSM
context.

All patches in this submit have been acked by Hugh already, thanks for
the help!

Andrea Arcangeli (5):
  mm: add cond_resched() to the rmap walks
  ksm: don't fail stable tree lookups if walking over stale stable_nodes
  ksm: use the helper method to do the hlist_empty check
  ksm: use find_mergeable_vma in try_to_merge_with_ksm_page
  ksm: unstable_tree_search_insert error checking cleanup

 mm/ksm.c  | 49 +++++++++++++++++++++++++++++++++++--------------
 mm/rmap.c |  4 ++++
 2 files changed, 39 insertions(+), 14 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] 7+ messages in thread

end of thread, other threads:[~2015-11-02 20:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-02 17:01 [PATCH 0/5] KSM updates v2 Andrea Arcangeli
2015-11-02 17:01 ` [PATCH 1/5] mm: add cond_resched() to the rmap walks Andrea Arcangeli
2015-11-02 20:31   ` Davidlohr Bueso
2015-11-02 17:01 ` [PATCH 2/5] ksm: don't fail stable tree lookups if walking over stale stable_nodes Andrea Arcangeli
2015-11-02 17:01 ` [PATCH 3/5] ksm: use the helper method to do the hlist_empty check Andrea Arcangeli
2015-11-02 17:01 ` [PATCH 4/5] ksm: use find_mergeable_vma in try_to_merge_with_ksm_page Andrea Arcangeli
2015-11-02 17:01 ` [PATCH 5/5] ksm: unstable_tree_search_insert error checking cleanup Andrea Arcangeli

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