lkml.org 
[lkml]   [2008]   [Apr]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    Subject[patch 00/22 -v3] Generic show_mem()
    Every arch implements its own show_mem() function.  Most of them share
    quite some code, some of them are completely identical.

    This series implements a generic version of this function and migrates
    almost all architectures to it.

    ---
    version 3:
    - Fix kbuild logic as suggested by Sam Ravnborg

    version 2:
    - Fix kbuild bits as suggested by Heiko Carstens
    - Include quicklist info as suggested by Paul Mundt
    - Extend changelogs by info on removal of redundant output

    Note: This patchset is based on the `Remove redundant display of free
    swap space from show_mem()' series.

    arch/alpha/Kconfig | 1 +
    arch/alpha/mm/init.c | 29 -----------------------
    arch/alpha/mm/numa.c | 34 ---------------------------
    arch/avr32/Kconfig | 1 +
    arch/avr32/mm/init.c | 39 -------------------------------
    arch/blackfin/Kconfig | 1 +
    arch/blackfin/mm/init.c | 27 ----------------------
    arch/cris/Kconfig | 1 +
    arch/cris/mm/init.c | 30 ------------------------
    arch/frv/Kconfig | 1 +
    arch/frv/mm/init.c | 31 -------------------------
    arch/h8300/Kconfig | 1 +
    arch/h8300/mm/init.c | 27 ----------------------
    arch/m32r/Kconfig | 1 +
    arch/m32r/mm/init.c | 35 ----------------------------
    arch/m68k/Kconfig | 1 +
    arch/m68k/mm/init.c | 30 ------------------------
    arch/m68knommu/Kconfig | 1 +
    arch/m68knommu/mm/init.c | 27 ----------------------
    arch/mips/Kconfig | 1 +
    arch/mips/mm/Makefile | 3 +-
    arch/mips/mm/pgtable.c | 36 -----------------------------
    arch/mn10300/Kconfig | 1 +
    arch/mn10300/mm/pgtable.c | 27 ----------------------
    arch/powerpc/Kconfig | 1 +
    arch/powerpc/mm/mem.c | 39 -------------------------------
    arch/ppc/Kconfig | 1 +
    arch/ppc/mm/init.c | 30 ------------------------
    arch/s390/Kconfig | 1 +
    arch/s390/mm/init.c | 35 ----------------------------
    arch/sh/Kconfig | 1 +
    arch/sh/mm/init.c | 40 --------------------------------
    arch/sparc64/Kconfig | 1 +
    arch/sparc64/mm/init.c | 43 -----------------------------------
    arch/um/Kconfig | 1 +
    arch/um/kernel/mem.c | 29 -----------------------
    arch/v850/Kconfig | 1 +
    arch/v850/kernel/setup.c | 30 ------------------------
    arch/x86/Kconfig | 1 +
    arch/x86/mm/init_64.c | 37 ------------------------------
    arch/x86/mm/pgtable_32.c | 47 --------------------------------------
    arch/xtensa/Kconfig | 1 +
    arch/xtensa/mm/init.c | 26 ---------------------
    mm/Kconfig | 3 ++
    mm/page_alloc.c | 55 +++++++++++++++++++++++++++++++++++++++++++++
    mm/swap_state.c | 3 +-
    46 files changed, 81 insertions(+), 731 deletions(-)



    \
     
     \ /
      Last update: 2008-04-07 17:51    [W:3.171 / U:0.192 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site