1. 18 1月, 2006 1 次提交
  2. 14 1月, 2006 1 次提交
  3. 13 1月, 2006 1 次提交
  4. 12 1月, 2006 1 次提交
  5. 10 1月, 2006 2 次提交
  6. 04 1月, 2006 1 次提交
  7. 30 11月, 2005 2 次提交
  8. 11 11月, 2005 2 次提交
  9. 03 11月, 2005 1 次提交
  10. 02 11月, 2005 1 次提交
  11. 21 9月, 2005 1 次提交
    • R
      [PATCH] IPoIB: Don't flush workqueue from within workqueue · 8d2cae06
      Roland Dreier 提交于
      ipoib_mcast_restart_task() is always called from within the
      single-threaded IPoIB workqueue, so flushing the workqueue from within
      the function can lead to a recursion overflow.  But since we're
      running in a single-threaded workqueue, we're already synchronized
      against other items in the workqueue, so just get rid of the flush in
      ipoib_mcast_restart_task().
      Signed-off-by: NRoland Dreier <rolandd@cisco.com>
      8d2cae06
  12. 19 9月, 2005 1 次提交
  13. 27 8月, 2005 2 次提交
  14. 17 4月, 2005 2 次提交
    • R
      [PATCH] IPoIB: fix static rate calculation · e6ded99c
      Roland Dreier 提交于
      Correct and simplify calculation of static rate.  We need to round up the
      quotient of (local_rate - path_rate) / path_rate.  To round up we add
      (path_rate - 1) to the numerator, so the quotient simplifies to (local_rate -
      1) / path_rate.
      
      No idea how I came up with the old formula.
      Signed-off-by: NRoland Dreier <roland@topspin.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      e6ded99c
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4