An error occurred fetching the project authors.
  1. 22 Nov, 2008 1 commit
  2. 30 Oct, 2008 1 commit
  3. 16 Oct, 2008 1 commit
  4. 12 Aug, 2008 1 commit
    • Randy Dunlap's avatar
      docsrc: build Documentation/ sources · 3794f3e8
      Randy Dunlap authored
      Currently source files in the Documentation/ sub-dir can easily bit-rot
      since they are not generally buildable, either because they are hidden in
      text files or because there are no Makefile rules for them.  This needs to
      be fixed so that the source files remain usable and good examples of code
      instead of bad examples.
      
      Add the ability to build source files that are in the Documentation/ dir.
      Add to Kconfig as "BUILD_DOCSRC" config symbol.
      
      Use "CONFIG_BUILD_DOCSRC=1 make ..." to build objects from the
      Documentation/ sources.  Or enable BUILD_DOCSRC in the *config system.
      However, this symbol depends on HEADERS_CHECK since the header files need
      to be installed (for userspace builds).
      
      Built (using cross-tools) for x86-64, i386, alpha, ia64, sparc32,
      sparc64, powerpc, sh, m68k, & mips.
      Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
      Reviewed-by: default avatarSam Ravnborg <sam@ravnborg.org>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      3794f3e8
  5. 04 Aug, 2008 1 commit
  6. 30 Apr, 2008 1 commit
  7. 25 Apr, 2008 1 commit
  8. 17 Apr, 2008 1 commit
  9. 06 Mar, 2008 1 commit
    • Johannes Berg's avatar
      mac80211: add documentation book · dbbea671
      Johannes Berg authored
      Quite a while ago I started this book. The required kernel-doc
      patches have since gone into the tree so it is now possible to
      build the book in mainline.
      
      The actual documentation is still rather incomplete and not all
      things are linked into the book, but this enables us to edit
      the documentation collaboratively, hopefully driver authors can
      add documentation based on their experience with mac80211.
      Signed-off-by: default avatarJohannes Berg <johannes@sipsolutions.net>
      Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
      dbbea671
  10. 14 Feb, 2008 1 commit
  11. 12 Jan, 2008 2 commits
  12. 28 Nov, 2007 1 commit
  13. 19 Oct, 2007 1 commit
  14. 12 Oct, 2007 1 commit
  15. 19 Jul, 2007 1 commit
  16. 08 May, 2007 1 commit
  17. 02 May, 2007 2 commits
  18. 30 Dec, 2006 1 commit
  19. 07 Dec, 2006 1 commit
    • Jesper Juhl's avatar
      [PATCH] Clean up 'make help' output for documentation targets. · 6fc52f81
      Jesper Juhl authored
      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: default avatarJesper Juhl <jesper.juhl@gmail.com>
      Acked-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      6fc52f81
  20. 03 Nov, 2006 1 commit
  21. 30 Oct, 2006 1 commit
  22. 29 Jun, 2006 1 commit
  23. 31 Mar, 2006 1 commit
  24. 05 Mar, 2006 1 commit
  25. 04 Mar, 2006 1 commit
  26. 14 Nov, 2005 1 commit
  27. 07 Nov, 2005 1 commit
  28. 24 Jun, 2005 1 commit
  29. 20 May, 2005 1 commit
  30. 01 May, 2005 5 commits
  31. 16 Apr, 2005 1 commit
    • 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!
      1da177e4