1. 19 2月, 2010 2 次提交
  2. 17 2月, 2010 1 次提交
  3. 09 2月, 2010 1 次提交
  4. 29 1月, 2010 1 次提交
  5. 15 1月, 2010 1 次提交
  6. 15 12月, 2009 1 次提交
  7. 12 12月, 2009 1 次提交
  8. 09 12月, 2009 1 次提交
  9. 24 11月, 2009 2 次提交
  10. 30 10月, 2009 1 次提交
  11. 29 10月, 2009 1 次提交
    • T
      percpu: make percpu symbols in powerpc unique · 6b7487fc
      Tejun Heo 提交于
      This patch updates percpu related symbols in powerpc such that percpu
      symbols are unique and don't clash with local symbols.  This serves
      two purposes of decreasing the possibility of global percpu symbol
      collision and allowing dropping per_cpu__ prefix from percpu symbols.
      
      * arch/powerpc/kernel/perf_callchain.c: s/callchain/cpu_perf_callchain/
      
      * arch/powerpc/kernel/setup-common.c: s/pvr/cpu_pvr/
      
      * arch/powerpc/platforms/pseries/dtl.c: s/dtl/cpu_dtl/
      
      * arch/powerpc/platforms/cell/interrupt.c: s/iic/cpu_iic/
      
      Partly based on Rusty Russell's "alloc_percpu: rename percpu vars
      which cause name clashes" patch.
      Signed-off-by: NTejun Heo <tj@kernel.org>
      Acked-by: NArnd Bergmann <arnd@arndb.de>
      Acked-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
      Cc: Rusty Russell <rusty@rustcorp.com.au>
      Cc: Paul Mackerras <paulus@samba.org>
      Cc: linuxppc-dev@ozlabs.org
      6b7487fc
  12. 14 10月, 2009 1 次提交
  13. 02 10月, 2009 1 次提交
  14. 28 9月, 2009 1 次提交
  15. 24 9月, 2009 1 次提交
  16. 22 9月, 2009 2 次提交
  17. 19 9月, 2009 1 次提交
  18. 28 8月, 2009 1 次提交
  19. 20 8月, 2009 3 次提交
  20. 08 7月, 2009 1 次提交
  21. 26 6月, 2009 1 次提交
  22. 22 6月, 2009 1 次提交
  23. 17 6月, 2009 2 次提交
  24. 15 6月, 2009 2 次提交
  25. 09 6月, 2009 1 次提交
  26. 21 5月, 2009 2 次提交
  27. 15 5月, 2009 1 次提交
    • G
      powerpc/cell: Make ptcal more reliable · 37cd8ed9
      Gerhard Stenzel 提交于
      There have been a series of checkstops on QS21 related to
      ptcal being set up incorrectly. On systems that only
      have memory on a single node, ptcal fails when it gets
      a pointer to memory on the remote node.
      
      Moreover, agressive prefetching in memcpy and other
      functions may accidentally touch the first cache line
      of the page that we reserve for ptcal, which causes
      an ECC checkstop.
      
      We now allocate pages only from the specified node, moves the
      ptcal area into the middle of the allocated page to avoid
      potential prefetch problems and prints the address of the
      ptcal area to facilitate diagnostics.
      Signed-off-by: NGerhard Stenzel <gerhard.stenzel@de.ibm.com>
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
      37cd8ed9
  28. 28 4月, 2009 1 次提交
  29. 07 4月, 2009 1 次提交
  30. 01 4月, 2009 1 次提交
  31. 24 3月, 2009 2 次提交