All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] mm, thp: two THP splitting performance fixes
@ 2014-06-17 22:37 ` Waiman Long
  0 siblings, 0 replies; 12+ messages in thread
From: Waiman Long @ 2014-06-17 22:37 UTC (permalink / raw)
  To: Andrew Morton, Mel Gorman, Rik van Riel, Ingo Molnar,
	Peter Zijlstra, Kirill A. Shutemov
  Cc: linux-kernel, linux-mm, Scott J Norton, Waiman Long

v1->v2:
 - Add a second patch to replace smp_mb() by smp_mb__after_atomic().
 - Add performance data to the first patch

This mini-series contains 2 minor changes to the transparent huge
page splitting code to split its performance, particularly for the
x86 architecture.

Waiman Long (2):
  mm, thp: move invariant bug check out of loop in
    __split_huge_page_map
  mm, thp: replace smp_mb after atomic_add by smp_mb__after_atomic

 mm/huge_memory.c |    6 +++---
 1 files changed, 3 insertions(+), 3 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] 12+ messages in thread

end of thread, other threads:[~2014-06-18 15:31 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-17 22:37 [PATCH v2 0/2] mm, thp: two THP splitting performance fixes Waiman Long
2014-06-17 22:37 ` Waiman Long
2014-06-17 22:37 ` [PATCH v2 1/2] mm, thp: move invariant bug check out of loop in __split_huge_page_map Waiman Long
2014-06-17 22:37   ` Waiman Long
2014-06-18 12:24   ` Kirill A. Shutemov
2014-06-18 12:24     ` Kirill A. Shutemov
2014-06-18 15:31     ` Waiman Long
2014-06-18 15:31       ` Waiman Long
2014-06-17 22:37 ` [PATCH v2 2/2] mm, thp: replace smp_mb after atomic_add by smp_mb__after_atomic Waiman Long
2014-06-17 22:37   ` Waiman Long
2014-06-18 12:17   ` Kirill A. Shutemov
2014-06-18 12:17     ` Kirill A. Shutemov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.