1. 24 3月, 2011 6 次提交
  2. 29 1月, 2011 1 次提交
  3. 13 1月, 2011 2 次提交
  4. 11 1月, 2011 3 次提交
  5. 02 12月, 2010 1 次提交
  6. 26 10月, 2010 5 次提交
  7. 25 10月, 2010 1 次提交
  8. 21 10月, 2010 1 次提交
  9. 29 9月, 2010 1 次提交
  10. 28 9月, 2010 1 次提交
  11. 27 9月, 2010 1 次提交
  12. 07 9月, 2010 2 次提交
  13. 29 8月, 2010 1 次提交
    • A
      mlx4: use bitmap library · e27cd4f8
      Akinobu Mita 提交于
      Replace loops calling set_bit() and clear_bit() with bitmap_set() and
      bitmap_clear().
      
      Unlike loops calling set_bit() and clear_bit(), bitmap_set() and
      bitmap_clear() are not atomic. But this is ok.
      Because the bitmap operations are protected by bitmap->lock
      except for initialization of the bitmap in mlx4_bitmap_init().
      Signed-off-by: NAkinobu Mita <akinobu.mita@gmail.com>
      Cc: Roland Dreier <rolandd@cisco.com>
      Cc: netdev@vger.kernel.org
      Cc: "David S. Miller" <davem@davemloft.net>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      e27cd4f8
  14. 25 8月, 2010 14 次提交