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. 29 1月, 2009 1 次提交
  3. 09 1月, 2009 1 次提交
  4. 08 1月, 2009 1 次提交
  5. 07 1月, 2009 2 次提交
  6. 22 11月, 2008 1 次提交
  7. 31 10月, 2008 2 次提交
  8. 27 10月, 2008 1 次提交
    • R
      docbooks: fix fatal filename errors · a1a739c5
      Randy Dunlap 提交于
      Fix docbook fatal errors (file location changed):
      
      docproc: lin2628-rc1/include/asm-x86/io_32.h: No such file or directory
      make[1]: *** [Documentation/DocBook/deviceiobook.xml] Error 1
      
      docproc: lin2628-rc1/include/asm-x86/atomic_32.h: No such file or directory
      make[1]: *** [Documentation/DocBook/kernel-api.xml] Error 1
      
      docproc: lin2628-rc1/include/asm-x86/mca_dma.h: No such file or directory
      make[1]: *** [Documentation/DocBook/mcabook.xml] Error 1
      Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      a1a739c5
  9. 21 10月, 2008 1 次提交
  10. 18 10月, 2008 1 次提交
  11. 17 10月, 2008 2 次提交
  12. 09 10月, 2008 1 次提交
  13. 16 9月, 2008 1 次提交
  14. 20 8月, 2008 1 次提交
  15. 13 8月, 2008 2 次提交
  16. 07 8月, 2008 1 次提交
  17. 06 8月, 2008 2 次提交
  18. 04 8月, 2008 1 次提交
  19. 01 8月, 2008 2 次提交
    • J
      kgdb: fix kgdb_validate_break_address to perform a mem write · a9b60bf4
      Jason Wessel 提交于
      A regression to the kgdb core was found in the case of using the
      CONFIG_DEBUG_RODATA kernel option.  When this option is on, a breakpoint
      cannot be written into any readonly memory page.  When an external
      debugger requests a breakpoint to get set, the
      kgdb_validate_break_address() was only checking to see if the address
      to place the breakpoint was readable and lacked a write check.
      
      This patch changes the validate routine to try reading (via the
      breakpoint set request) and also to try immediately writing the break
      point.  If either fails, an error is correctly returned and the
      debugger behaves correctly.  Then an end user can make the
      descision to use hardware breakpoints.
      
      Also update the documentation to reflect that using
      CONFIG_DEBUG_RODATA will inhibit the use of software breakpoints.
      Signed-off-by: NJason Wessel <jason.wessel@windriver.com>
      a9b60bf4
    • J
      kgdb: remove the requirement for CONFIG_FRAME_POINTER · 5f5ddfb3
      Jason Wessel 提交于
      There is no technical reason that the kgdb core requires frame
      pointers.  It is up to the end user of KGDB to decide if they need
      them or not.
      
      [ anemo@mba.ocn.ne.jp: removed frame pointers on mips ]
      Signed-off-by: NJason Wessel <jason.wessel@windriver.com>
      5f5ddfb3
  20. 26 7月, 2008 1 次提交
  21. 24 7月, 2008 2 次提交
  22. 22 7月, 2008 6 次提交
  23. 24 6月, 2008 1 次提交
  24. 23 5月, 2008 1 次提交
  25. 05 5月, 2008 1 次提交
  26. 30 4月, 2008 2 次提交
  27. 29 4月, 2008 1 次提交