linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] software dirty bits for s390
@ 2013-02-05 18:12 Martin Schwidefsky
  2013-02-05 18:12 ` Martin Schwidefsky
  2013-02-05 18:12 ` [PATCH] s390/mm: implement software dirty bits Martin Schwidefsky
  0 siblings, 2 replies; 11+ messages in thread
From: Martin Schwidefsky @ 2013-02-05 18:12 UTC (permalink / raw)
  To: linux-mm, linux-s390
  Cc: Hugh Dickins, Mel Gorman, Jan Kara, Christian Ehrhardt,
	Martin Schwidefsky

Greetings,

good news, I got performance results for a selected set of workloads
with my software dirty bit patch (thanks Christian!). We found no
downsides to the software dirty bits, and a substantial improvement
in CPU utilization for the FIO test with mostly read mappings.

All good, the patch can now go upstream. The patch changes common
memory management code but the parts that are removed are purely
s390 specific. I can handle it via the linux-s390 tree but I would
not mind if it gets the sign-off by the mm folks.

Martin Schwidefsky (1):
  s390/mm: implement software dirty bits

 arch/s390/include/asm/page.h    |   22 -------
 arch/s390/include/asm/pgtable.h |  131 ++++++++++++++++++++++++++-------------
 arch/s390/include/asm/sclp.h    |    1 -
 arch/s390/include/asm/setup.h   |   16 ++---
 arch/s390/kvm/kvm-s390.c        |    2 +-
 arch/s390/lib/uaccess_pt.c      |    2 +-
 arch/s390/mm/pageattr.c         |    2 +-
 arch/s390/mm/vmem.c             |   24 +++----
 drivers/s390/char/sclp_cmd.c    |   10 +--
 include/asm-generic/pgtable.h   |   10 ---
 include/linux/page-flags.h      |    8 ---
 mm/rmap.c                       |   24 -------
 12 files changed, 112 insertions(+), 140 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] 11+ messages in thread

end of thread, other threads:[~2013-02-12  8:46 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-05 18:12 [PATCH] software dirty bits for s390 Martin Schwidefsky
2013-02-05 18:12 ` Martin Schwidefsky
2013-02-05 19:28   ` Martin Schwidefsky
2013-02-05 18:12 ` [PATCH] s390/mm: implement software dirty bits Martin Schwidefsky
2013-02-06 11:21   ` Mel Gorman
2013-02-06 18:16     ` Martin Schwidefsky
2013-02-07  0:20   ` Hugh Dickins
2013-02-07 19:18     ` Martin Schwidefsky
2013-02-11 14:27       ` Martin Schwidefsky
2013-02-11 22:08         ` Hugh Dickins
2013-02-12  8:46           ` Martin Schwidefsky

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