1. 19 2月, 2014 1 次提交
  2. 15 11月, 2013 1 次提交
    • S
      kfifo API type safety · 498d319b
      Stefani Seibold 提交于
      This patch enhances the type safety for the kfifo API.  It is now safe
      to put const data into a non const FIFO and the API will now generate a
      compiler warning when reading from the fifo where the destination
      address is pointing to a const variable.
      
      As a side effect the kfifo_put() does now expect the value of an element
      instead a pointer to the element.  This was suggested Russell King.  It
      make the handling of the kfifo_put easier since there is no need to
      create a helper variable for getting the address of a pointer or to pass
      integers of different sizes.
      
      IMHO the API break is okay, since there are currently only six users of
      kfifo_put().
      
      The code is also cleaner by kicking out the "if (0)" expressions.
      
      [akpm@linux-foundation.org: coding-style fixes]
      Signed-off-by: NStefani Seibold <stefani@seibold.net>
      Cc: Russell King <rmk@arm.linux.org.uk>
      Cc: Hauke Mehrtens <hauke@hauke-m.de>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      498d319b
  3. 28 10月, 2010 1 次提交
  4. 27 10月, 2010 1 次提交
  5. 10 9月, 2010 1 次提交
  6. 21 8月, 2010 1 次提交
  7. 11 8月, 2010 2 次提交
  8. 07 4月, 2010 1 次提交
  9. 25 3月, 2010 1 次提交
  10. 18 3月, 2010 1 次提交
  11. 17 2月, 2010 1 次提交
  12. 17 1月, 2010 6 次提交
  13. 31 12月, 2009 1 次提交
  14. 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
  15. 23 12月, 2009 8 次提交
  16. 20 9月, 2009 1 次提交
  17. 30 4月, 2008 1 次提交
  18. 12 2月, 2007 1 次提交
  19. 09 10月, 2005 1 次提交
  20. 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