1. 09 7月, 2008 1 次提交
    • L
      powerpc/spufs: provide context debug file · 46deed69
      Luke Browning 提交于
      Add a ctxt file to spufs that shows spu context information that is used
      in scheduling. This info can be used for debugging spufs scheduler
      issues, and to isolate between application and spufs problems as it
      shows a lot of state such as priorities and dispatch counts.
      
      This file contains internal spufs state and is subject to change at any
      time, and therefore no applications should depend on it.  The file is
      intended for the use of spufs kernel developers.
      Signed-off-by: NLuke Browning <lukebrowning@us.ibm.com>
      Signed-off-by: NJeremy Kerr <jk@ozlabs.org>
      46deed69
  2. 30 6月, 2008 1 次提交
  3. 15 5月, 2008 1 次提交
  4. 30 4月, 2008 1 次提交
  5. 19 4月, 2008 1 次提交
  6. 01 4月, 2008 1 次提交
  7. 28 3月, 2008 1 次提交
  8. 27 2月, 2008 1 次提交
    • J
      [POWERPC] spufs: fix context destruction during psmap fault · d5883137
      Jeremy Kerr 提交于
      We have a small window where a spu context may be destroyed while
      we're servicing a page fault (from another thread) to the context's
      problem state mapping.
      
      After we up_read() the mmap_sem, it's possible that the context is
      destroyed by its owning thread, and so the later references to ctx
      are invalid. This can maifest as a deadlock on the (now free()-ed)
      context state mutex.
      
      This change adds a reference to the context before we release the
      mmap_sem, so that the context cannot be destroyed.
      Signed-off-by: NJeremy Kerr <jk@ozlabs.org>
      d5883137
  9. 09 2月, 2008 2 次提交
  10. 08 2月, 2008 1 次提交
  11. 06 2月, 2008 1 次提交
  12. 21 12月, 2007 5 次提交
  13. 20 10月, 2007 1 次提交
  14. 26 9月, 2007 1 次提交
  15. 19 9月, 2007 7 次提交
  16. 23 7月, 2007 1 次提交
  17. 22 7月, 2007 1 次提交
  18. 21 7月, 2007 4 次提交
  19. 03 7月, 2007 4 次提交
  20. 14 6月, 2007 1 次提交
  21. 07 6月, 2007 2 次提交
  22. 09 5月, 2007 1 次提交