1. 03 9月, 2012 1 次提交
  2. 01 8月, 2012 1 次提交
    • A
      memcg: rename config variables · c255a458
      Andrew Morton 提交于
      Sanity:
      
      CONFIG_CGROUP_MEM_RES_CTLR -> CONFIG_MEMCG
      CONFIG_CGROUP_MEM_RES_CTLR_SWAP -> CONFIG_MEMCG_SWAP
      CONFIG_CGROUP_MEM_RES_CTLR_SWAP_ENABLED -> CONFIG_MEMCG_SWAP_ENABLED
      CONFIG_CGROUP_MEM_RES_CTLR_KMEM -> CONFIG_MEMCG_KMEM
      
      [mhocko@suse.cz: fix missed bits]
      Cc: Glauber Costa <glommer@parallels.com>
      Acked-by: NMichal Hocko <mhocko@suse.cz>
      Cc: Johannes Weiner <hannes@cmpxchg.org>
      Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
      Cc: Hugh Dickins <hughd@google.com>
      Cc: Tejun Heo <tj@kernel.org>
      Cc: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
      Cc: David Rientjes <rientjes@google.com>
      Cc: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      c255a458
  3. 27 7月, 2012 2 次提交
  4. 11 7月, 2012 2 次提交
  5. 10 7月, 2012 7 次提交
  6. 03 7月, 2012 1 次提交
  7. 30 4月, 2012 1 次提交
  8. 26 4月, 2012 1 次提交
  9. 25 4月, 2012 1 次提交
  10. 01 4月, 2012 1 次提交
  11. 30 3月, 2012 1 次提交
  12. 29 3月, 2012 1 次提交
  13. 21 3月, 2012 1 次提交
  14. 19 3月, 2012 1 次提交
  15. 17 3月, 2012 3 次提交
  16. 27 2月, 2012 1 次提交
  17. 16 2月, 2012 1 次提交
  18. 05 1月, 2012 2 次提交
  19. 20 12月, 2011 1 次提交
    • S
      powerpc: Rename mapping based RELOCATABLE to DYNAMIC_MEMSTART for BookE · 0f890c8d
      Suzuki Poulose 提交于
      The current implementation of CONFIG_RELOCATABLE in BookE is based
      on mapping the page aligned kernel load address to KERNELBASE. This
      approach however is not enough for platforms, where the TLB page size
      is large (e.g, 256M on 44x). So we are renaming the RELOCATABLE used
      currently in BookE to DYNAMIC_MEMSTART to reflect the actual method.
      
      The CONFIG_RELOCATABLE for PPC32(BookE) based on processing of the
      dynamic relocations will be introduced in the later in the patch series.
      
      This change would allow the use of the old method of RELOCATABLE for
      platforms which can afford to enforce the page alignment (platforms with
      smaller TLB size).
      
      Changes since v3:
      
      * Introduced a new config, NONSTATIC_KERNEL, to denote a kernel which is
        either a RELOCATABLE or DYNAMIC_MEMSTART(Suggested by: Josh Boyer)
      Suggested-by: NScott Wood <scottwood@freescale.com>
      Tested-by: NScott Wood <scottwood@freescale.com>
      Signed-off-by: NSuzuki K. Poulose <suzuki@in.ibm.com>
      Cc: Scott Wood <scottwood@freescale.com>
      Cc: Kumar Gala <galak@kernel.crashing.org>
      Cc: Josh Boyer <jwboyer@gmail.com>
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Cc: linux ppc dev <linuxppc-dev@lists.ozlabs.org>
      Signed-off-by: NJosh Boyer <jwboyer@gmail.com>
      0f890c8d
  20. 09 12月, 2011 1 次提交
  21. 08 12月, 2011 3 次提交
  22. 07 12月, 2011 2 次提交
  23. 30 11月, 2011 1 次提交
    • T
      powerpc/40x: Add APM8018X SOC support · d5b9ee7b
      Tanmay Inamdar 提交于
      The AppliedMicro APM8018X embedded processor targets embedded applications that
      require low power and a small footprint. It features a PowerPC 405 processor
      core built in a 65nm low-power CMOS process with a five-stage pipeline executing
      up to one instruction per cycle. The family has 128-kbytes of on-chip memory,
      a 128-bit local bus and on-chip DDR2 SDRAM controller with 16-bit interface.
      Signed-off-by: NTanmay Inamdar <tinamdar@apm.com>
      Signed-off-by: NJosh Boyer <jwboyer@gmail.com>
      d5b9ee7b
  24. 25 11月, 2011 2 次提交
  25. 08 11月, 2011 1 次提交