--- v2
+++ v1
@@ -1,28 +1,33 @@
-Since v1 I fixed the hang in nios2, split the fork patch into two
-as Linus asked, and added hugetlb code for the "don't bother write
-protecting already writeprotected" patch.
+Here are some patches that didn't get much comment last time. It
+looks like x86 might benefit too though, so that might get people
+interested.
-Please consider this for more cooking in -mm.
+I improved changelogs and added some comments, but no real logic
+changes.
+
+I hope I didn't get the x86 numbers wrong, they're more significant
+than I expected so it could quite well be a problem with my test
+(corrections welcome). Any data from other archs would be interesting
+too.
+
+Andrew perhaps if there aren't objections these could go in mm for
+a while.
Thanks,
Nick
-Nicholas Piggin (5):
- nios2: update_mmu_cache clear the old entry from the TLB
- mm/cow: don't bother write protecting already write-protected huge
+
+Nicholas Piggin (3):
+ mm/cow: don't bother write protectig already write-protected huge
pages
- mm/cow: optimise pte accessed bit handling in fork
- mm/cow: optimise pte dirty bit handling in fork
+ mm/cow: optimise pte dirty/accessed bits handling in fork
mm: optimise pte dirty/accessed bit setting by demand based pte
insertion
- arch/nios2/mm/cacheflush.c | 2 ++
- mm/huge_memory.c | 24 ++++++++++++++++--------
- mm/hugetlb.c | 2 +-
- mm/memory.c | 19 +++++++++++--------
- mm/vmscan.c | 8 ++++++++
- 5 files changed, 38 insertions(+), 17 deletions(-)
+ mm/huge_memory.c | 24 +++++++++++++++---------
+ mm/memory.c | 18 ++++++++++--------
+ mm/vmscan.c | 8 ++++++++
+ 3 files changed, 33 insertions(+), 17 deletions(-)
--
2.18.0
-