1. 28 11月, 2013 1 次提交
  2. 16 10月, 2013 1 次提交
  3. 20 8月, 2013 1 次提交
  4. 01 8月, 2013 1 次提交
  5. 28 6月, 2013 2 次提交
    • G
      lib: Move fonts from drivers/video/console/ to lib/fonts/ · ee89bd6b
      Geert Uytterhoeven 提交于
      Several drivers need font support independent of CONFIG_VT, cfr. commit
      9cbce8d7e1dae0744ca4f68d62aa7de18196b6f4, "console/font: Refactor font
      support code selection logic").
      Hence move the fonts and their support logic from drivers/video/console/ to
      its own library directory lib/fonts/.
      This also allows to limit processing of drivers/video/console/Makefile to
      CONFIG_VT=y again.
      
      [Kevin Hilman <khilman@linaro.org>: Update arch/arm/boot/compressed/Makefile]
      Signed-off-by: NGeert Uytterhoeven <geert@linux-m68k.org>
      ee89bd6b
    • M
      reservation: cross-device reservation support, v4 · 786d7257
      Maarten Lankhorst 提交于
      This adds support for a generic reservations framework that can be
      hooked up to ttm and dma-buf and allows easy sharing of reservations
      across devices.
      
      The idea is that a dma-buf and ttm object both will get a pointer
      to a struct reservation_object, which has to be reserved before
      anything is done with the contents of the dma-buf.
      
      Changes since v1:
       - Fix locking issue in ticket_reserve, which could cause mutex_unlock
         to be called too many times.
      Changes since v2:
       - All fence related calls and members have been taken out for now,
         what's left is the bare minimum to be useful for ttm locking conversion.
      Changes since v3:
       - Removed helper functions too. The documentation has an example
         implementation for locking. With the move to ww_mutex there is no
         need to have much logic any more.
      Signed-off-by: NMaarten Lankhorst <maarten.lankhorst@canonical.com>
      Reviewed-by: NJerome Glisse <jglisse@redhat.com>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      786d7257
  6. 24 4月, 2013 1 次提交
  7. 04 4月, 2013 1 次提交
  8. 03 2月, 2012 1 次提交
  9. 02 2月, 2012 1 次提交
  10. 25 1月, 2012 1 次提交
  11. 24 1月, 2012 2 次提交
  12. 05 1月, 2012 1 次提交
  13. 07 5月, 2011 1 次提交
  14. 23 1月, 2011 1 次提交
  15. 16 12月, 2010 1 次提交
  16. 27 10月, 2010 1 次提交
  17. 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
  18. 06 8月, 2010 1 次提交
  19. 03 3月, 2010 1 次提交
  20. 02 3月, 2010 1 次提交
  21. 08 12月, 2009 1 次提交
  22. 20 11月, 2009 1 次提交
  23. 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
  24. 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
  25. 09 10月, 2008 1 次提交
  26. 20 8月, 2008 1 次提交
  27. 29 4月, 2008 1 次提交
  28. 28 4月, 2008 1 次提交
  29. 20 4月, 2008 1 次提交
  30. 04 3月, 2008 1 次提交
  31. 14 2月, 2008 4 次提交
  32. 07 2月, 2008 1 次提交
  33. 31 1月, 2008 1 次提交
  34. 20 10月, 2007 1 次提交
    • R
      kernel-api docbook: fix content problems · 8f731f7d
      Randy Dunlap 提交于
      Fix kernel-api docbook contents problems.
      
      docproc: linux-2.6.23-git13/include/asm-x86/unaligned_32.h: No such file or directory
      Warning(linux-2.6.23-git13//include/linux/list.h:482): bad line: 			of list entry
      Warning(linux-2.6.23-git13//mm/filemap.c:864): No description found for parameter 'ra'
      Warning(linux-2.6.23-git13//block/ll_rw_blk.c:3760): No description found for parameter 'req'
      Warning(linux-2.6.23-git13//include/linux/input.h:1077): No description found for parameter 'private'
      Warning(linux-2.6.23-git13//include/linux/input.h:1077): No description found for parameter 'cdev'
      Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Cc: Jens Axboe <jens.axboe@oracle.com>
      Cc: WU Fengguang <wfg@mail.ustc.edu.cn>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      8f731f7d
  35. 17 10月, 2007 1 次提交