1. 09 7月, 2008 3 次提交
  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 1 次提交