1. 25 9月, 2013 1 次提交
  2. 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
  3. 23 9月, 2012 1 次提交
  4. 29 3月, 2012 1 次提交
  5. 11 2月, 2011 6 次提交
  6. 29 1月, 2011 1 次提交
  7. 31 7月, 2010 2 次提交
  8. 25 12月, 2009 1 次提交
  9. 12 6月, 2009 1 次提交
    • R
      cyber2000fb.c: use proper method for stopping unload if CONFIG_ARCH_SHARK · ab8e2eb7
      Rusty Russell 提交于
      Russell explains the __module_get():
      > cyber2000fb.c does it in its module initialization function
      > to prevent the module (when built for Shark) from being unloaded.  It
      > does this because it's from the days of 2.2 kernels and no one bothered
      > writing the module unload support for Shark.
      
      Since 2.4, the correct answer has been to not define an unload fn.
      
      Cc: Russell King <rmk+lkml@arm.linux.org.uk>
      Cc: alex@shark-linux.de
      Signed-off-by: NRusty Russell <rusty@rustcorp.com.au>
      ab8e2eb7
  10. 25 3月, 2009 1 次提交
  11. 19 2月, 2009 1 次提交
  12. 07 1月, 2009 1 次提交
  13. 08 12月, 2008 1 次提交
  14. 07 8月, 2008 1 次提交
  15. 09 11月, 2007 1 次提交
  16. 20 10月, 2007 2 次提交
  17. 17 10月, 2007 1 次提交
  18. 20 7月, 2007 1 次提交
  19. 13 2月, 2007 1 次提交
  20. 11 7月, 2006 1 次提交
  21. 01 7月, 2006 1 次提交
  22. 09 1月, 2006 1 次提交
  23. 16 12月, 2005 1 次提交
  24. 07 11月, 2005 1 次提交
    • A
      [PATCH] fbcon/fbdev: Move softcursor out of fbdev to fbcon · c465e05a
      Antonino A. Daplas 提交于
      According to Jon Smirl, filling in the field fb_cursor with soft_cursor for
      drivers that do not support hardware cursors is redundant.  The soft_cursor
      function is usable by all drivers because it is just a wrapper around
      fb_imageblit.  And because soft_cursor is an fbcon-specific hook, the file is
      moved to the console directory.
      
      Thus, drivers that do not support hardware cursors can leave the fb_cursor
      field blank.  For drivers that do, they can fill up this field with their own
      version.
      
      The end result is a smaller code size.  And if the framebuffer console is not
      loaded, module/kernel size is also reduced because the soft_cursor module will
      also not be loaded.
      Signed-off-by: NAntonino Daplas <adaplas@pol.net>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      c465e05a
  25. 03 5月, 2005 1 次提交
  26. 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