1. 31 7月, 2008 1 次提交
  2. 13 5月, 2008 2 次提交
  3. 23 4月, 2008 3 次提交
  4. 12 5月, 2007 1 次提交
  5. 13 12月, 2006 1 次提交
    • D
      [IA64] fix possible XPC deadlock when disconnecting · a460ef8d
      Dean Nelson 提交于
      This patch eliminates a potential deadlock that is possible when XPC
      disconnects a channel to a partition that has gone down. This deadlock will
      occur if at least one of the kthreads created by XPC for the purpose of making
      callouts to the channel's registerer is detained in the registerer and will
      not be returning back to XPC until some registerer request occurs on the now
      downed partition. The potential for a deadlock is removed by ensuring that
      there always is a kthread available to make the channel disconnecting callout
      to the registerer.
      Signed-off-by: NDean Nelson <dcn@sgi.com>
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      a460ef8d
  6. 09 8月, 2006 1 次提交
    • D
      [IA64-SGI] Silent data corruption caused by XPC V2. · 7682a4c6
      Dean Nelson 提交于
      Jack Steiner identified a problem where XPC can cause a silent
      data corruption.  On module load, the placement may cause the
      xpc_remote_copy_buffer to span two physical pages.  DMA transfers are
      done to the start virtual address translated to physical.
      
      This patch changes the buffer from a statically allocated buffer to a
      kmalloc'd buffer.  Dean Nelson reviewed this before posting.  I have
      tested it in the configuration that was showing the memory corruption
      and verified it works.  I also added a BUG_ON statement to help catch
      this if a similar situation is encountered.
      Signed-off-by: NRobin Holt <holt@sgi.com>
      Signed-off-by: NDean Nelson <dcn@sgi.com>
      Signed-off-by: NJack Steiner <steiner@sgi.com>
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      7682a4c6
  7. 03 7月, 2006 1 次提交
  8. 05 4月, 2006 1 次提交
  9. 28 2月, 2006 1 次提交
  10. 16 2月, 2006 1 次提交
  11. 25 1月, 2006 1 次提交
  12. 18 1月, 2006 1 次提交
  13. 14 1月, 2006 2 次提交
  14. 26 10月, 2005 1 次提交
  15. 07 9月, 2005 1 次提交
  16. 14 7月, 2005 1 次提交
  17. 26 6月, 2005 1 次提交
  18. 04 5月, 2005 1 次提交