1. 10 10月, 2007 4 次提交
  2. 09 5月, 2007 1 次提交
  3. 21 2月, 2007 1 次提交
    • M
      V4L/DVB (5147): Make vivi driver to use vmalloced pointers · b50e7fe9
      Mauro Carvalho Chehab 提交于
      Before this patch, vivi were simulating a scatter gather DMA transfer.
      While this is academic, showing how stuff really works on a real PCI 
      device, this means a non-optimized code. 
      There are only two memory models that vivi implements:
      	1) kernel alloced memory. This is also used by read() method.
      	   On this case, a vmalloc32 buffer is allocated at kernel;
      	2) userspace allocated memory. This is used by most userspace apps.
      	   video-buf will store this pointer.
      	   a simple copy_to_user is enough to transfer data.
      The third memory model scenario supported by video-buf is overlay mode. 
      This model is not implemented on vivi and unlikely to be implemented on 
      newer drivers, since now, most userspace apps do some post-processing 
      (like de-interlacing).
      After this patch, some cleanups may be done at video-buf.c to avoid 
      allocating pages, when the driver doesn't need a PCI buffer. This is the 
      case of vivi and usb drivers.
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      b50e7fe9
  4. 24 1月, 2007 1 次提交
  5. 16 1月, 2007 1 次提交
  6. 04 10月, 2006 1 次提交
  7. 02 4月, 2006 2 次提交
  8. 25 3月, 2006 1 次提交
  9. 22 3月, 2006 2 次提交
  10. 07 2月, 2006 1 次提交
  11. 12 1月, 2006 1 次提交
  12. 02 12月, 2005 2 次提交
  13. 09 11月, 2005 1 次提交
  14. 11 9月, 2005 1 次提交
  15. 10 9月, 2005 1 次提交
  16. 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