All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RFC 0/1] ksm: check and skip page, if it is already scanned
@ 2014-03-04  2:48 ` Pradeep Sawlani
  0 siblings, 0 replies; 8+ messages in thread
From: Pradeep Sawlani @ 2014-03-04  2:48 UTC (permalink / raw)
  To: Hugh Dickins, Izik Eidus, Andrea Arcangeli, Chris Wright
  Cc: LKML, MEMORY MANAGEMENT, Dave Hansen, Arjan van de Ven,
	Suri Maddhula, Matt Wilson, Anthony Liguori, Pradeep Sawlani

From: Pradeep Sawlani <sawlani@amazon.com>

Patch uses two bits to detect if page is scanned, one bit for odd cycle
and other for even cycle. This adds one more bit in page flags and
overloads existing bit (PG_owner_priv_1).
Changes are based of 3.4.79 kernel, since I have used that for verification.
Detail discussion can be found at https://lkml.org/lkml/2014/2/13/624
Suggestion(s) are welcome for alternative solution in order to avoid one more
bit in page flags.

Pradeep Sawlani (1):
  ksm: check and skip page, if it is already scanned

 include/linux/page-flags.h |   11 +++++++++++
 mm/Kconfig                 |   10 ++++++++++
 mm/ksm.c                   |   33 +++++++++++++++++++++++++++++++--
 3 files changed, 52 insertions(+), 2 deletions(-)

-- 
1.7.9.5

--
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] 8+ messages in thread
* [PATCH RFC 0/1] ksm: check and skip page, if it is already scanned
@ 2014-03-04  2:48 ` Pradeep Sawlani
  0 siblings, 0 replies; 8+ messages in thread
From: Pradeep Sawlani @ 2014-03-04  2:48 UTC (permalink / raw)
  To: Hugh Dickins, Izik Eidus, Andrea Arcangeli, Chris Wright
  Cc: LKML, MEMORY MANAGEMENT, Dave Hansen, Arjan van de Ven,
	Maddhula Suri, Matt Wilson, Anthony Liguori, Pradeep Sawlani

From: Pradeep Sawlani <sawlani@amazon.com>

Patch uses two bits to detect if page is scanned, one bit for odd cycle
and other for even cycle. This adds one more bit in page flags and
overloads existing bit (PG_owner_priv_1).
Changes are based of 3.4.79 kernel, since I have used that for verification.
Detail discussion can be found at https://lkml.org/lkml/2014/2/13/624
Suggestion(s) are welcome for alternative solution in order to avoid one more
bit in page flags.

Pradeep Sawlani (1):
  ksm: check and skip page, if it is already scanned

 include/linux/page-flags.h |   11 +++++++++++
 mm/Kconfig                 |   10 ++++++++++
 mm/ksm.c                   |   33 +++++++++++++++++++++++++++++++--
 3 files changed, 52 insertions(+), 2 deletions(-)

-- 
1.7.9.5

--
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] 8+ messages in thread

end of thread, other threads:[~2014-03-04 17:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-04  2:48 [PATCH RFC 0/1] ksm: check and skip page, if it is already scanned Pradeep Sawlani
2014-03-04  2:48 ` Pradeep Sawlani
2014-03-04  2:48 ` [PATCH RFC 1/1] " Pradeep Sawlani
2014-03-04  2:48   ` Pradeep Sawlani
2014-03-04 17:11 ` [PATCH RFC 0/1] " Dave Hansen
2014-03-04 17:11   ` Dave Hansen
  -- strict thread matches above, loose matches on Subject: below --
2014-03-04  2:48 Pradeep Sawlani
2014-03-04  2:48 ` Pradeep Sawlani

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.