1. 23 2月, 2009 1 次提交
    • R
      docbook: split kernel-api for device-drivers · f7f84f38
      Randy Dunlap 提交于
      The kernel-api docbook was much larger than any of the others,
      so processing it took longer and needed some docbook extras in
      some cases, so split it into kernel-api (infrastructure etc.)
      and device drivers/device subsystems.  This allows these docbooks
      to be generated in parallel.  (This reduced the docbook processing
      time on my 4-proc system with make -j4 from about 5min:16sec to
      about 2min:01sec.)
      
      The chapters that were moved from kernel-api to device-drivers are:
      
      Driver Basics
      Device drivers infrastructure
      Parallel Port Devices
      Message-based devices
      Sound Devices
      16x50 UART Driver
      Frame Buffer Library
      Input Subsystem
      Serial Peripheral Interface (SPI)
      I2C and SMBus Subsystem
      Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Acked-by: NSam Ravnborg <sam@ravnborg.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      f7f84f38
  2. 09 1月, 2009 1 次提交
  3. 22 11月, 2008 1 次提交
  4. 31 10月, 2008 1 次提交
  5. 17 10月, 2008 1 次提交
  6. 13 8月, 2008 1 次提交
    • R
      docsrc: build Documentation/ sources · 3794f3e8
      Randy Dunlap 提交于
      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: NRandy Dunlap <randy.dunlap@oracle.com>
      Reviewed-by: NSam Ravnborg <sam@ravnborg.org>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      3794f3e8
  7. 04 8月, 2008 1 次提交
  8. 30 4月, 2008 1 次提交
  9. 26 4月, 2008 1 次提交
  10. 18 4月, 2008 1 次提交
  11. 07 3月, 2008 1 次提交
  12. 14 2月, 2008 1 次提交
  13. 12 1月, 2008 2 次提交
  14. 29 11月, 2007 1 次提交
  15. 20 10月, 2007 1 次提交
  16. 12 10月, 2007 1 次提交
  17. 20 7月, 2007 1 次提交
  18. 09 5月, 2007 1 次提交
  19. 03 5月, 2007 2 次提交
  20. 31 12月, 2006 1 次提交
  21. 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
  22. 04 11月, 2006 1 次提交
  23. 31 10月, 2006 1 次提交
  24. 30 6月, 2006 1 次提交
  25. 01 4月, 2006 1 次提交
  26. 06 3月, 2006 1 次提交
  27. 05 3月, 2006 1 次提交
  28. 14 11月, 2005 1 次提交
  29. 07 11月, 2005 1 次提交
  30. 24 6月, 2005 1 次提交
  31. 21 5月, 2005 1 次提交
  32. 01 5月, 2005 5 次提交
  33. 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