lkml.org 
[lkml]   [2005]   [Oct]   [22]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateSat, 22 Oct 2005 17:18:00 +0100 (BST)
FromHugh Dickins <>
Subject[PATCH 0/9] mm: page fault scalability
Here comes the third batch of my page fault scalability patches, against
2.6.14-rc4-mm1.  This batch actually gets there.  There will be a little
more to come later (e.g. comments in ppc64, page_table_lock in sparc64,
perhaps out-of-lining pte_offset_map_lock - I haven't quite decided, and
attempt to update Documentation/vm/locking); but this is the most of it.

Hugh

 arch/arm/kernel/signal.c        |   96 +++++++---------------------------------
 arch/arm/kernel/traps.c         |   14 +++--
 arch/arm/mm/fault-armv.c        |    7 ++
 arch/arm/mm/mm-armv.c           |    1 
 arch/cris/arch-v32/mm/tlb.c     |    6 +-
 arch/i386/kernel/vm86.c         |   17 ++-----
 arch/parisc/kernel/cache.c      |   24 +++-------
 arch/sh/mm/fault.c              |   40 +++++++++-------
 arch/sh64/mm/cache.c            |   66 ++++++++++++---------------
 arch/um/include/tlb.h           |    1 
 arch/um/kernel/process_kern.c   |    8 ++-
 arch/um/kernel/skas/mmu.c       |    1 
 arch/um/kernel/tlb.c            |    9 ---
 arch/um/kernel/tt/tlb.c         |   36 ---------------
 include/asm-generic/pgtable.h   |    2 
 include/asm-parisc/cacheflush.h |   35 +++++++-------
 include/linux/mempolicy.h       |    3 -
 include/linux/mm.h              |   26 ++++++++++
 include/linux/sched.h           |   42 +++++++++++++++--
 mm/Kconfig                      |   13 +++++
 mm/filemap.c                    |    6 +-
 mm/memory.c                     |   28 +++++++----
 mm/mremap.c                     |   11 ++++
 mm/rmap.c                       |   15 +++---
 mm/swap_state.c                 |    3 -
 25 files changed, 248 insertions(+), 262 deletions(-)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-10-22 16:21    [from the cache]
©2003-2008