1. 21 2月, 2012 1 次提交
  2. 28 7月, 2011 1 次提交
  3. 27 4月, 2011 1 次提交
  4. 02 12月, 2010 1 次提交
    • H
      [media] BKL: trivial BKL removal from V4L2 radio drivers · 32958fdd
      Hans Verkuil 提交于
      The patch converts a bunch of V4L2 radio drivers to unlocked_ioctl.
      
      These are all simple conversions: most already had a lock and so the ioctl
      fop could simply be replaced by unlocked_ioctl.
      
      radio-miropcm20.c was converted to use the new V4L2 core lock.
      
      While doing this work I noticed that many of these drivers initialized
      some more fields or muted audio or something like that *after* creating
      the device node. This should be done before the device node is created
      to prevent problems. Especially hal tends to grab a device node as soon
      as it is created.
      
      In one or two cases the mutex_init was even done after the device creation!
      Signed-off-by: NHans Verkuil <hverkuil@xs4all.nl>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      32958fdd
  5. 16 12月, 2009 1 次提交
  6. 17 6月, 2009 2 次提交
  7. 10 5月, 2009 1 次提交
  8. 07 4月, 2009 1 次提交
  9. 30 3月, 2009 2 次提交
  10. 03 1月, 2009 1 次提交
  11. 12 10月, 2008 4 次提交
  12. 27 7月, 2008 1 次提交
  13. 26 7月, 2008 2 次提交
  14. 24 7月, 2008 1 次提交
  15. 25 4月, 2008 2 次提交
  16. 18 2月, 2008 1 次提交
  17. 26 1月, 2008 1 次提交
  18. 19 7月, 2007 1 次提交
  19. 28 4月, 2007 1 次提交
  20. 13 2月, 2007 1 次提交
  21. 26 9月, 2006 3 次提交
  22. 25 6月, 2006 2 次提交
  23. 07 2月, 2006 1 次提交
  24. 10 1月, 2006 2 次提交
  25. 13 9月, 2005 1 次提交
  26. 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