1. 24 Mar, 2010 1 commit
  2. 12 Mar, 2010 1 commit
  3. 02 Jan, 2010 1 commit
  4. 10 Dec, 2009 2 commits
  5. 07 Apr, 2009 1 commit
  6. 06 Jan, 2009 1 commit
  7. 23 Sep, 2008 1 commit
  8. 29 Apr, 2008 1 commit
  9. 28 Apr, 2008 2 commits
  10. 17 Oct, 2007 1 commit
    • Matthew Wilcox's avatar
      Update DMA-mapping documentation · d1482f40
      Matthew Wilcox authored
      
      A couple of updates haven't considered whether the documentation makes
      sense as a whole any more.  Three changes here:
      
       - Remove the reference to the "DAC Addressing for Address Space Hungry
         Devices" section which was deleted by Jan Beulich.
       - Remove the comment about DMA_24BIT_MASK which became obsolete when
         Tobias Klauser changed the code to actually use DMA_24BIT_MASK.
       - Remove the section "64-bit DMA and DAC cycle support" since it's
         fully covered above, and contains a reference to the section deleted
         by Jan.
      Signed-off-by: default avatarMatthew Wilcox <willy@linux.intel.com>
      Cc: "David S. Miller" <davem@davemloft.net>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      d1482f40
  11. 16 Oct, 2007 2 commits
  12. 11 Jul, 2007 1 commit
  13. 03 Oct, 2006 2 commits
  14. 15 Jul, 2006 1 commit
  15. 14 Apr, 2006 1 commit
    • David Brownell's avatar
      [PATCH] dma doc updates · 21440d31
      David Brownell authored
      
      This updates the DMA API documentation to address a few issues:
      
       - The dma_map_sg() call results are used like pci_map_sg() results:
         using sg_dma_address() and sg_dma_len().  That's not wholly obvious
         to folk reading _only_ the "new" DMA-API.txt writeup.
      
       - Buffers allocated by dma_alloc_coherent() may not be completely
         free of coherency concerns ... some CPUs also have write buffers
         that may need to be flushed.
      
       - Cacheline coherence issues are now mentioned as being among issues
         which affect dma buffers, and complicate/prevent using of static and
         (especially) stack based buffers with the DMA calls.
      
      I don't think many drivers currently need to worry about flushing write
      buffers, but I did hit it with one SOC using external SDRAM for DMA
      descriptors:  without explicit writebuffer flushing, the on-chip DMA
      controller accessed descriptors before the CPU completed the writes.
      Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      21440d31
  16. 11 Apr, 2006 1 commit
  17. 28 Mar, 2006 1 commit
  18. 18 Apr, 2005 1 commit
  19. 16 Apr, 2005 1 commit
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      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