Skip to content
Snippets Groups Projects
This project is mirrored from https://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-stable-rt.git. Pull mirroring updated .
  1. Jan 16, 2010
  2. Dec 30, 2009
  3. Dec 23, 2009
    • Randy Dunlap's avatar
      kfifo: fix Error/broken kernel-doc notation · 9c717de9
      Randy Dunlap authored
      
      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: default avatarRandy Dunlap <randy.dunlap@oracle.com>
      Cc: Stefani Seibold <stefani@seibold.net>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      9c717de9
  4. Dec 22, 2009
  5. Sep 19, 2009
  6. Apr 30, 2008
  7. Feb 11, 2007
  8. Oct 08, 2005
  9. Apr 16, 2005
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      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!
Loading