All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] rmap15b for 2.4.20-ac2
@ 2002-12-16 15:56 Paul P Komkoff Jr
  0 siblings, 0 replies; only message in thread
From: Paul P Komkoff Jr @ 2002-12-16 15:56 UTC (permalink / raw)
  To: Linux Kernel Mailing List

It works for me (tm)

http://stingr.net/l/rmap15b-for-2.4.20-ac2.gz

 arch/i386/config.in               |    1 
 arch/i386/kernel/vm86.c           |    8 
 arch/i386/mm/Makefile             |    2 
 arch/i386/mm/fault.c              |    2 
 arch/i386/mm/init.c               |   56 -
 arch/i386/mm/ioremap.c            |    2 
 arch/i386/mm/pageattr.c           |    2 
 arch/i386/mm/pgtable.c            |  226 +++++++
 drivers/char/drm/drm_proc.h       |    3 
 drivers/sgi/char/graphics.c       |    7 
 fs/buffer.c                       |   25 
 fs/exec.c                         |    7 
 fs/proc/array.c                   |    5 
 fs/proc/proc_misc.c               |   12 
 include/asm-generic/rmap.h        |   47 +
 include/asm-i386/fixmap.h         |    7 
 include/asm-i386/highmem.h        |   14 
 include/asm-i386/kmap_types.h     |    3 
 include/asm-i386/page.h           |    8 
 include/asm-i386/pgalloc.h        |  138 ----
 include/asm-i386/pgtable-2level.h |    6 
 include/asm-i386/pgtable-3level.h |   13 
 include/asm-i386/pgtable.h        |   37 +
 include/asm-i386/rmap.h           |   14 
 include/linux/brlock.h            |    2 
 include/linux/highmem.h           |    1 
 include/linux/list.h              |    3 
 include/linux/mm.h                |   92 ++-
 include/linux/mm_inline.h         |  188 +++++-
 include/linux/mmzone.h            |   20 
 include/linux/module.h            |    5 
 include/linux/pagemap.h           |    1 
 include/linux/swap.h              |   20 
 mm/filemap.c                      |   60 +-
 mm/memory.c                       |  182 ++++--
 mm/mprotect.c                     |    6 
 mm/mremap.c                       |   79 ++
 mm/page_alloc.c                   |  104 ++-
 mm/rmap.c                         |  373 +++++++++----
 mm/swap.c                         |  106 ++-
 mm/swapfile.c                     |    5 
 mm/vmalloc.c                      |    4 
 mm/vmscan.c                       | 1080 ++++++++++++++++++++++++--------------
 43 files changed, 2062 insertions(+), 914 deletions(-)



-- 
Paul P 'Stingray' Komkoff 'Greatest' Jr /// (icq)23200764 /// (http)stingr.net
  When you're invisible, the only one really watching you is you (my keychain)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-12-16 15:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-16 15:56 [PATCH] rmap15b for 2.4.20-ac2 Paul P Komkoff Jr

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.