All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] ksm: responses to NUMA review
@ 2013-02-21  8:17 ` Hugh Dickins
  0 siblings, 0 replies; 56+ messages in thread
From: Hugh Dickins @ 2013-02-21  8:17 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Mel Gorman, Petr Holasek, Andrea Arcangeli, Izik Eidus,
	linux-kernel, linux-mm

Here's a second KSM series, based on mmotm 2013-02-19-17-20: partly in
response to Mel's review feedback, partly fixes to issues that I found
myself in doing more review and testing.  None of the issues fixed are
truly show-stoppers, though I would prefer them fixed sooner than later.

1 ksm: add some comments
2 ksm: treat unstable nid like in stable tree
3 ksm: shrink 32-bit rmap_item back to 32 bytes
4 mm,ksm: FOLL_MIGRATION do migration_entry_wait
5 mm,ksm: swapoff might need to copy
6 mm: cleanup "swapcache" in do_swap_page
7 ksm: allocate roots when needed

 Documentation/vm/ksm.txt |   16 +++-
 include/linux/mm.h       |    1 
 mm/ksm.c                 |  137 +++++++++++++++++++++++--------------
 mm/memory.c              |   38 +++++++---
 mm/swapfile.c            |   15 +++-
 5 files changed, 140 insertions(+), 67 deletions(-)

Thanks,
Hugh

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

end of thread, other threads:[~2013-03-07 23:26 UTC | newest]

Thread overview: 56+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-21  8:17 [PATCH 0/7] ksm: responses to NUMA review Hugh Dickins
2013-02-21  8:17 ` Hugh Dickins
2013-02-21  8:19 ` [PATCH 1/7] ksm: add some comments Hugh Dickins
2013-02-21  8:19   ` Hugh Dickins
2013-02-22  4:26   ` Ric Mason
2013-02-22  4:26     ` Ric Mason
2013-02-22 20:50     ` Hugh Dickins
2013-02-22 20:50       ` Hugh Dickins
2013-02-21  8:20 ` [PATCH 2/7] ksm: treat unstable nid like in stable tree Hugh Dickins
2013-02-21  8:20   ` Hugh Dickins
2013-02-22  7:13   ` Ric Mason
2013-02-22  7:13     ` Ric Mason
2013-02-22 21:03     ` Hugh Dickins
2013-02-22 21:03       ` Hugh Dickins
2013-03-01  5:29       ` Ric Mason
2013-03-01  5:29         ` Ric Mason
2013-03-01 20:03         ` Hugh Dickins
2013-03-01 20:03           ` Hugh Dickins
2013-03-02  1:10           ` Ric Mason
2013-03-02  1:10             ` Ric Mason
2013-03-02  2:57             ` Hugh Dickins
2013-03-02  2:57               ` Hugh Dickins
2013-03-06  1:28               ` Will Huck
2013-03-06  1:28                 ` Will Huck
2013-03-06  4:31                 ` Hugh Dickins
2013-03-06  4:31                   ` Hugh Dickins
2013-03-06  2:37               ` Ric Mason
2013-03-06  2:37                 ` Ric Mason
2013-03-06  5:05                 ` Hugh Dickins
2013-03-06  5:05                   ` Hugh Dickins
2013-03-06  6:58                   ` Ric Mason
2013-03-06  6:58                     ` Ric Mason
2013-03-06 10:18                   ` Ric Mason
2013-03-06 10:18                     ` Ric Mason
2013-03-07 23:26                     ` Ric Mason
2013-03-07 23:26                       ` Ric Mason
2013-02-21  8:22 ` [PATCH 3/7] ksm: shrink 32-bit rmap_item back to 32 bytes Hugh Dickins
2013-02-21  8:22   ` Hugh Dickins
2013-02-21  8:23 ` [PATCH 4/7] mm,ksm: FOLL_MIGRATION do migration_entry_wait Hugh Dickins
2013-02-21  8:23   ` Hugh Dickins
2013-02-21  8:25 ` [PATCH 5/7] mm,ksm: swapoff might need to copy Hugh Dickins
2013-02-21  8:25   ` Hugh Dickins
2013-02-21 14:53   ` Johannes Weiner
2013-02-21 14:53     ` Johannes Weiner
2013-02-22 17:16     ` Hugh Dickins
2013-02-22 17:16       ` Hugh Dickins
2013-02-21  8:27 ` [PATCH 6/7] mm: cleanup "swapcache" in do_swap_page Hugh Dickins
2013-02-21  8:27   ` Hugh Dickins
2013-02-21  8:29 ` [PATCH 7/7] ksm: allocate roots when needed Hugh Dickins
2013-02-21  8:29   ` Hugh Dickins
2013-02-22  3:44 ` [PATCH 0/7] ksm: responses to NUMA review Ric Mason
2013-02-22  3:44   ` Ric Mason
2013-02-22 20:38   ` Hugh Dickins
2013-02-22 20:38     ` Hugh Dickins
2013-02-24  1:39     ` Ric Mason
2013-02-24  1:39       ` Ric Mason

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.