1. 12 2月, 2007 1 次提交
  2. 20 1月, 2007 1 次提交
  3. 31 12月, 2006 1 次提交
  4. 18 12月, 2006 1 次提交
  5. 08 12月, 2006 2 次提交
  6. 07 12月, 2006 1 次提交
    • J
      [PATCH] Clean up 'make help' output for documentation targets. · 6fc52f81
      Jesper Juhl 提交于
      Here's a patch that cleans up the "make help" output a bit for the
      documentation targets.
      
      Currently the documentation targets are listed completely different than
      all the other targets :
      
        Documentation targets:
          Linux kernel internal documentation in different formats:
          xmldocs (XML DocBook), psdocs (Postscript), pdfdocs (PDF)
          htmldocs (HTML), mandocs (man pages, use installmandocs to install)
      
      with this patch they are more in line with the rest of the output :
      
        Documentation targets:
         Linux kernel internal documentation in different formats:
          htmldocs        - HTML
          installmandocs  - install man pages generated by mandocs
          mandocs         - man pages
          pdfdocs         - PDF
          psdocs          - Postscript
          xmldocs         - XML DocBook
      Signed-off-by: NJesper Juhl <jesper.juhl@gmail.com>
      Acked-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      6fc52f81
  7. 02 12月, 2006 1 次提交
    • M
      usb: writing_usb_driver free urb cleanup · 3c8961ee
      Mariusz Kozlowski 提交于
      	Allright. As Greg KH suggested I split this big patch into smaller ones to
      make the changes easier to review. Having no better idea how to split that I 
      split it on a 'patch per file' basis. All those patches clean redundant 'if' before 
      usb_unlink/free/kill_urb():
      
      if (urb)
      	usb_free_urb(urb); /* unlink / free / kill */
      
      I decided not to touch bigger 'if's like 
      
      if (urb) {
      	usb_kill_urb(urb);
      	usb_free_urb(urb);
      	urb = NULL;
      }
      
      as that would be probably too intrusive. One of patches also fixes 
      drivers/usb/misc/auerswald.c memleak I found when digging the code. All those
      patches are against 2.6.19-rc4.
      Signed-off-by: NMariusz Kozlowski <m.kozlowski@tuxland.pl>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      3c8961ee
  8. 24 11月, 2006 1 次提交
  9. 04 11月, 2006 1 次提交
  10. 31 10月, 2006 1 次提交
  11. 04 10月, 2006 3 次提交
  12. 03 10月, 2006 2 次提交
  13. 30 9月, 2006 4 次提交
  14. 29 9月, 2006 1 次提交
  15. 28 9月, 2006 2 次提交
  16. 22 8月, 2006 1 次提交
  17. 01 8月, 2006 3 次提交
  18. 03 7月, 2006 1 次提交
  19. 01 7月, 2006 1 次提交
  20. 30 6月, 2006 1 次提交
  21. 29 6月, 2006 2 次提交
  22. 27 6月, 2006 2 次提交
  23. 26 6月, 2006 6 次提交