1. 17 1月, 2010 3 次提交
  2. 31 12月, 2009 1 次提交
  3. 24 12月, 2009 1 次提交
    • R
      kfifo: fix Error/broken kernel-doc notation · 9c717de9
      Randy Dunlap 提交于
      Fix kernel-doc errors and warnings in new header file kfifo.h.
      Don't use kernel-doc "/**" for internal functions whose comments
      are not in kernel-doc format.
      
      kernel-doc section header names (like "Note:") must be unique
      per function.  Looks like I need to document that.
      
        Error(include/linux/kfifo.h:76): duplicate section name 'Note'
        Warning(include/linux/kfifo.h:88): Excess function parameter 'size' description in 'INIT_KFIFO'
        Error(include/linux/kfifo.h:101): duplicate section name 'Note'
        Warning(include/linux/kfifo.h:257): No description found for parameter 'fifo'
          (many of this last type, from internal functions)
      Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Cc: Stefani Seibold <stefani@seibold.net>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      9c717de9
  4. 23 12月, 2009 8 次提交
  5. 20 9月, 2009 1 次提交
  6. 30 4月, 2008 1 次提交
  7. 12 2月, 2007 1 次提交
  8. 09 10月, 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