1. 09 6月, 2009 1 次提交
  2. 27 5月, 2009 1 次提交
    • B
      powerpc: Fix up dma_alloc_coherent() on platforms without cache coherency. · 8b31e49d
      Benjamin Herrenschmidt 提交于
      The implementation we just revived has issues, such as using a
      Kconfig-defined virtual address area in kernel space that nothing
      actually carves out (and thus will overlap whatever is there),
      or having some dependencies on being self contained in a single
      PTE page which adds unnecessary constraints on the kernel virtual
      address space.
      
      This fixes it by using more classic PTE accessors and automatically
      locating the area for consistent memory, carving an appropriate hole
      in the kernel virtual address space, leaving only the size of that
      area as a Kconfig option. It also brings some dma-mask related fixes
      from the ARM implementation which was almost identical initially but
      grew its own fixes.
      Signed-off-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
      8b31e49d
  3. 07 4月, 2009 1 次提交
  4. 03 12月, 2008 2 次提交
  5. 14 10月, 2008 1 次提交
  6. 25 9月, 2008 4 次提交
  7. 09 7月, 2008 3 次提交
  8. 06 2月, 2008 2 次提交
  9. 25 1月, 2008 3 次提交
  10. 23 10月, 2007 1 次提交
  11. 16 10月, 2007 1 次提交
  12. 04 12月, 2006 3 次提交
  13. 31 7月, 2006 1 次提交
  14. 09 1月, 2006 1 次提交
  15. 14 11月, 2005 1 次提交
  16. 09 10月, 2005 1 次提交
  17. 22 6月, 2005 1 次提交
  18. 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