1. 28 8月, 2017 2 次提交
  2. 10 4月, 2017 1 次提交
    • B
      EDAC: Remove EDAC_MM_EDAC · e3c4ff6d
      Borislav Petkov 提交于
      Move all the EDAC core functionality behind CONFIG_EDAC and get rid of
      that indirection. Update defconfigs which had it.
      
      While at it, fix dependencies such that EDAC depends on RAS for the
      tracepoints.
      Signed-off-by: NBorislav Petkov <bp@suse.de>
      Cc: linux-arm-kernel@lists.infradead.org
      Cc: linuxppc-dev@lists.ozlabs.org
      Cc: Chris Metcalf <cmetcalf@mellanox.com>
      Cc: linux-edac@vger.kernel.org
      e3c4ff6d
  3. 14 11月, 2016 1 次提交
  4. 08 7月, 2016 1 次提交
  5. 20 1月, 2015 1 次提交
  6. 03 10月, 2014 1 次提交
  7. 09 9月, 2014 1 次提交
  8. 10 12月, 2013 1 次提交
  9. 28 1月, 2013 1 次提交
    • F
      cputime: Generic on-demand virtual cputime accounting · abf917cd
      Frederic Weisbecker 提交于
      If we want to stop the tick further idle, we need to be
      able to account the cputime without using the tick.
      
      Virtual based cputime accounting solves that problem by
      hooking into kernel/user boundaries.
      
      However implementing CONFIG_VIRT_CPU_ACCOUNTING require
      low level hooks and involves more overhead. But we already
      have a generic context tracking subsystem that is required
      for RCU needs by archs which plan to shut down the tick
      outside idle.
      
      This patch implements a generic virtual based cputime
      accounting that relies on these generic kernel/user hooks.
      
      There are some upsides of doing this:
      
      - This requires no arch code to implement CONFIG_VIRT_CPU_ACCOUNTING
      if context tracking is already built (already necessary for RCU in full
      tickless mode).
      
      - We can rely on the generic context tracking subsystem to dynamically
      (de)activate the hooks, so that we can switch anytime between virtual
      and tick based accounting. This way we don't have the overhead
      of the virtual accounting when the tick is running periodically.
      
      And one downside:
      
      - There is probably more overhead than a native virtual based cputime
      accounting. But this relies on hooks that are already set anyway.
      Signed-off-by: NFrederic Weisbecker <fweisbec@gmail.com>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      Cc: Ingo Molnar <mingo@kernel.org>
      Cc: Li Zhong <zhong@linux.vnet.ibm.com>
      Cc: Namhyung Kim <namhyung.kim@lge.com>
      Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
      Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
      Cc: Peter Zijlstra <peterz@infradead.org>
      Cc: Steven Rostedt <rostedt@goodmis.org>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      abf917cd
  10. 10 1月, 2013 1 次提交
  11. 30 4月, 2012 1 次提交
  12. 30 3月, 2011 1 次提交
  13. 09 8月, 2010 1 次提交
  14. 15 6月, 2010 1 次提交
  15. 11 11月, 2009 1 次提交
  16. 30 10月, 2009 1 次提交
  17. 27 1月, 2009 1 次提交
  18. 28 5月, 2008 1 次提交
  19. 25 3月, 2008 1 次提交
  20. 16 1月, 2008 1 次提交
  21. 29 12月, 2007 1 次提交
  22. 06 12月, 2007 1 次提交
    • P
      [POWERPC] Update defconfigs · 43af66e1
      Paul Mackerras 提交于
      This updates all the defconfigs in arch/powerpc/configs except iseries
      and ps3, which were updated by the preceding commits.
      
      This mostly takes the defaults, except that I turned on tickless idle
      and high-resolution timers for everything, and turned off instrumentation
      support and "Fair group CPU scheduler" for the smaller/embedded platforms.
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      43af66e1
  23. 08 11月, 2007 1 次提交
  24. 17 10月, 2007 1 次提交
    • A
      [POWERPC] Enable SLUB in *_defconfig · 309a1092
      Anton Blanchard 提交于
      When checking out the new NO_HZ support in powerpc, I noticed we never
      slept for more than 2 seconds.  It turns out SLAB has a 2 second per cpu
      timer that causes this.
      
      After switching to SLUB I see some nice 4 second sleeps which is the
      limit on this POWER6 box (the decrementer ticks at 512MHz):
      
      slept 4.19 sec
      slept 4.19 sec
      slept 4.19 sec
      slept 4.19 sec
      slept 3.96 sec
      slept 3.80 sec
      slept 2.99 sec
      
      Since SLUB is now the default and some powerpc defconfigs already enable
      it, lets enable SLUB across the board for consistency.  While doing this
      I also noticed that the maple defconfig has SLAB debugging enabled which
      is sure to make your box nice and slow.  Fix that too.
      Signed-off-by: NAnton Blanchard <anton@samba.org>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      309a1092
  25. 30 8月, 2007 1 次提交
  26. 26 6月, 2007 1 次提交
  27. 17 5月, 2007 1 次提交
  28. 07 2月, 2007 1 次提交
  29. 22 1月, 2007 1 次提交
  30. 26 9月, 2006 1 次提交
  31. 10 9月, 2006 1 次提交
  32. 17 8月, 2006 1 次提交
  33. 21 4月, 2006 1 次提交
  34. 24 2月, 2006 1 次提交
  35. 19 1月, 2006 1 次提交
  36. 20 12月, 2005 1 次提交
  37. 16 11月, 2005 1 次提交
  38. 08 11月, 2005 1 次提交
  39. 03 11月, 2005 1 次提交