1. 14 8月, 2012 1 次提交
  2. 31 12月, 2011 2 次提交
  3. 31 3月, 2011 1 次提交
  4. 18 10月, 2010 1 次提交
  5. 04 12月, 2009 1 次提交
  6. 12 10月, 2008 2 次提交
  7. 05 9月, 2008 1 次提交
    • T
      V4L/DVB (8876): budget: udelay changed to mdelay · db210426
      Thierry MERLE 提交于
      budget.ko fails to build on ARM with:
      
      ERROR: "__bad_udelay" [drivers/media/dvb/ttpci/budget.ko] undefined!
      make[1]: *** [__modpost] Error 1
      
      __bad_udelay is specifically designed on ARM to fail when udelay is
      called in a bad way.  arch/arm/include/asm/delay.h has this to say
      about __bad_udelay:
      
      /*
       * This function intentionally does not exist; if you see references to
       * it, it means that you're calling udelay() with an out of range value.
       *
       * With currently imposed limits, this means that we support a max delay
       * of 2000us. Further limits: HZ<=1000 and bogomips<=3355
       */
      extern void __bad_udelay(void);
      
      Solution is to replace udelay by a mdelay and udelay with value less than 2000
      Acked-by: NOliver Endriss <o.endriss@gmx.de>
      Signed-off-by: NThierry MERLE <thierry.merle@free.fr>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      db210426
  8. 20 7月, 2008 1 次提交
  9. 30 11月, 2006 1 次提交
  10. 26 9月, 2006 3 次提交
  11. 30 7月, 2006 1 次提交
  12. 25 6月, 2006 2 次提交
  13. 02 4月, 2006 1 次提交
  14. 22 3月, 2006 1 次提交
  15. 13 12月, 2005 1 次提交
  16. 09 11月, 2005 2 次提交
  17. 10 9月, 2005 1 次提交
  18. 17 5月, 2005 1 次提交
  19. 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