1. 17 4月, 2014 1 次提交
  2. 29 10月, 2013 1 次提交
  3. 19 9月, 2013 1 次提交
  4. 04 1月, 2013 1 次提交
    • G
      Drivers: video: remove __dev* attributes. · 48c68c4f
      Greg Kroah-Hartman 提交于
      CONFIG_HOTPLUG is going away as an option.  As a result, the __dev*
      markings need to be removed.
      
      This change removes the use of __devinit, __devexit_p, __devinitdata,
      __devinitconst, and __devexit from these drivers.
      
      Based on patches originally written by Bill Pemberton, but redone by me
      in order to handle some of the coding style issues better, by hand.
      
      Cc: Bill Pemberton <wfp5p@virginia.edu>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      48c68c4f
  5. 09 5月, 2012 1 次提交
  6. 19 8月, 2011 1 次提交
  7. 15 6月, 2011 1 次提交
  8. 22 3月, 2011 6 次提交
  9. 22 12月, 2010 9 次提交
  10. 24 11月, 2010 3 次提交
  11. 10 11月, 2010 1 次提交
  12. 23 9月, 2010 1 次提交
  13. 25 5月, 2010 1 次提交
  14. 13 3月, 2010 1 次提交
  15. 16 12月, 2009 1 次提交
  16. 23 9月, 2009 1 次提交
  17. 07 7月, 2009 1 次提交
  18. 01 7月, 2009 1 次提交
    • K
      fbdev: add mutex for fb_mmap locking · 537a1bf0
      Krzysztof Helt 提交于
      Add a mutex to avoid a circular locking problem between the mm layer
      semaphore and fbdev ioctl mutex through the fb_mmap() call.
      
      Also, add mutex to all places where smem_start and smem_len fields change
      so the mutex inside the fb_mmap() is actually used.  Changing of these
      fields before calling the framebuffer_register() are not mutexed.
      
      This is 2.6.31 material.  It removes one lockdep (fb_mmap() and
      register_framebuffer()) but there is still another one (fb_release() and
      register_framebuffer()).  It also cleans up handling of the smem_start and
      smem_len fields used by mutexed section of the fb_mmap().
      Signed-off-by: NKrzysztof Helt <krzysztof.h1@wp.pl>
      Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
      Cc: "Rafael J. Wysocki" <rjw@sisk.pl>
      Cc: <stable@kernel.org>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      537a1bf0
  19. 17 6月, 2009 1 次提交
  20. 14 4月, 2009 1 次提交
  21. 25 7月, 2008 1 次提交
  22. 23 5月, 2008 1 次提交
  23. 07 2月, 2008 2 次提交
  24. 02 2月, 2008 1 次提交