1. 29 3月, 2012 1 次提交
  2. 06 11月, 2010 1 次提交
    • P
      slub: Fix build breakage in Documentation/vm · 716ce5d4
      Pekka Enberg 提交于
      This patch fixes a build breakage introduced by commit
      f5ac4916e9840292edd33c7a52b10364526547f3 ("slub: move slabinfo.c to
      tools/slub/slabinfo.c") that was repoted by Stephen:
      
        After merging the slab tree, today's linux-next build (x86_64 allmodconfig)
        failed like this:
      
        gcc: /scratch/sfr/next/Documentation/vm/slabinfo.c: No such file or directory
        gcc: no input files
      
        Caused by commit f5ac4916e9840292edd33c7a52b10364526547f3 ("slub: move
        slabinfo.c to tools/slub/slabinfo.c").  Missing update to
        Documentation/vm/Makefile?
      Reported-by: NStephen Rothwell <sfr@canb.auug.org.au>
      Signed-off-by: NPekka Enberg <penberg@kernel.org>
      716ce5d4
  3. 13 3月, 2010 1 次提交
  4. 18 6月, 2009 1 次提交
  5. 17 6月, 2009 1 次提交
    • W
      pagemap: add page-types tool · 35efa5e9
      Wu Fengguang 提交于
      Add page-types, a handy tool for querying page flags.
      
      It will expand some of the overloaded flags:
      	PG_slob_free   = PG_private
      	PG_slub_frozen = PG_active
      	PG_slub_debug  = PG_error
      	PG_readahead   = PG_reclaim
      
      and mask out obscure flags except in -raw mode:
      	PG_reserved
      	PG_mlocked
      	PG_mappedtodisk
      	PG_private
      	PG_private_2
      	PG_owner_priv_1
      	PG_arch_1
      	PG_uncached
      	PG_compound* for non hugeTLB pages
      
      [akpm@linux-foundation.org: fix warning]
      Signed-off-by: NWu Fengguang <fengguang.wu@intel.com>
      Cc: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
      Cc: Andi Kleen <andi@firstfloor.org>
      Cc: Matt Mackall <mpm@selenic.com>
      Cc: Alexey Dobriyan <adobriyan@gmail.com>
      Cc: Ingo Molnar <mingo@elte.hu>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      35efa5e9
  6. 13 8月, 2008 1 次提交
    • R
      docsrc: build Documentation/ sources · 3794f3e8
      Randy Dunlap 提交于
      Currently source files in the Documentation/ sub-dir can easily bit-rot
      since they are not generally buildable, either because they are hidden in
      text files or because there are no Makefile rules for them.  This needs to
      be fixed so that the source files remain usable and good examples of code
      instead of bad examples.
      
      Add the ability to build source files that are in the Documentation/ dir.
      Add to Kconfig as "BUILD_DOCSRC" config symbol.
      
      Use "CONFIG_BUILD_DOCSRC=1 make ..." to build objects from the
      Documentation/ sources.  Or enable BUILD_DOCSRC in the *config system.
      However, this symbol depends on HEADERS_CHECK since the header files need
      to be installed (for userspace builds).
      
      Built (using cross-tools) for x86-64, i386, alpha, ia64, sparc32,
      sparc64, powerpc, sh, m68k, & mips.
      Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Reviewed-by: NSam Ravnborg <sam@ravnborg.org>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      3794f3e8