1. 01 12月, 2005 3 次提交
  2. 09 11月, 2005 4 次提交
  3. 07 11月, 2005 5 次提交
  4. 29 10月, 2005 4 次提交
  5. 19 10月, 2005 1 次提交
    • J
      [PATCH] b44: alternate allocation option for DMA descriptors · 9f38c636
      John W. Linville 提交于
      This is a (final?) hack to support the odd DMA allocation requirements
      of the b44 hardware.  The b44 hardware has a 30-bit DMA mask.  On x86,
      anything less than a 32-bit DMA mask forces allocations into the 16MB
      GFP_DMA range.  The memory there is somewhat limited, often resulting
      in an inability to initialize the b44 driver.
      
      This hack uses streaming DMA allocation APIs in order to provide an
      alternative in case the GFP_DMA allocation fails.  It is somewhat ugly,
      but not much worse than the similar existing hacks to support SKB
      allocations in the same driver.  FWIW, I have received positive
      feedback on this from several Fedora users.
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      Signed-off-by: NJeff Garzik <jgarzik@pobox.com>
      9f38c636
  6. 14 9月, 2005 1 次提交
  7. 12 7月, 2005 1 次提交
  8. 27 6月, 2005 1 次提交
  9. 17 4月, 2005 1 次提交
    • 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