1. 13 7月, 2007 1 次提交
  2. 09 5月, 2007 1 次提交
  3. 13 7月, 2006 1 次提交
  4. 27 6月, 2006 1 次提交
    • J
      Clean up 'inline is not at beginning' warnings for usb storage · f274afc9
      Jesper Juhl 提交于
      Usually we don't care much about 'gcc -W' warnings, but some of us do build
      kernels that way to look for problems, and then the fewer warnings we have
      to wade through the better. Especially when they are very easy and
      non-intrusive to clean up. Which is the case for the following warnings
      spewed by drivers/usb/storage/usb.h :
      
        drivers/usb/storage/usb.h:163: warning: `inline' is not at beginning of
      +declaration
        drivers/usb/storage/usb.h:166: warning: `inline' is not at beginning of
      +declaration
      
      There's also some precedence for cleaning up these warnings. I've had
      a few patches merged in the past that remove exactly this class of
      warnings.
      Signed-off-by: NJesper Juhl <jesper.juhl@gmail.com>
      Signed-off-by: NAdrian Bunk <bunk@stusta.de>
      f274afc9
  5. 21 3月, 2006 1 次提交
  6. 05 1月, 2006 2 次提交
  7. 29 10月, 2005 2 次提交
  8. 09 9月, 2005 1 次提交
  9. 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