1. 22 3月, 2011 2 次提交
  2. 22 2月, 2011 1 次提交
  3. 15 2月, 2011 1 次提交
  4. 23 1月, 2011 1 次提交
  5. 19 1月, 2011 2 次提交
  6. 11 1月, 2011 1 次提交
  7. 29 12月, 2010 1 次提交
  8. 16 12月, 2010 1 次提交
  9. 03 12月, 2010 9 次提交
  10. 19 11月, 2010 1 次提交
  11. 15 11月, 2010 1 次提交
  12. 02 11月, 2010 1 次提交
  13. 30 10月, 2010 1 次提交
  14. 27 10月, 2010 2 次提交
  15. 23 10月, 2010 4 次提交
  16. 21 10月, 2010 8 次提交
  17. 12 10月, 2010 1 次提交
  18. 16 9月, 2010 1 次提交
    • A
      drm: use noop_llseek · dc880abe
      Arnd Bergmann 提交于
      The drm device drivers currently allow seeking on the
      character device but never care about the actual
      file position.
      
      When we change the default llseek operation to be
      no_llseek, calling llseek on a drm device would
      return an error condition, which is an API change.
      
      Explicitly setting noop_llseek lets us keep the
      current API.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Cc: David Airlie <airlied@linux.ie>
      Cc: dri-devel@lists.freedesktop.org
      dc880abe
  19. 12 9月, 2010 1 次提交
    • R
      docbook: skip files with no docs since they generate scary warnings · 39d70939
      Randy Dunlap 提交于
      Fix docbook templates that reference files that do not contain the
      expected kernel-doc notation.
      
      Fixes these warnings:
      
        Warning(arch/x86/include/asm/unaligned.h): no structured comments found
        Warning(lib/vsprintf.c): no structured comments found
      
      These cause errors in the generated html output, like below, so drop
      these lines.
      
        Name
        arch/x86/include/asm/unaligned.h - Document generation inconsistency
        Oops
        Warning
        The template for this document tried to insert the structured comment from the file arch/x86/include/asm/unaligned.h at this point, but none was found. This dummy section is inserted to allow generation to continue.
      Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      39d70939