1. 02 5月, 2007 1 次提交
  2. 26 4月, 2007 1 次提交
  3. 13 4月, 2007 1 次提交
  4. 24 3月, 2007 1 次提交
  5. 05 3月, 2007 1 次提交
  6. 20 2月, 2007 6 次提交
  7. 13 2月, 2007 3 次提交
  8. 20 12月, 2006 1 次提交
  9. 09 12月, 2006 2 次提交
  10. 04 10月, 2006 1 次提交
    • A
      [PATCH] fbdev: riva warning fix · 0271eb94
      Andrew Morton 提交于
      drivers/video/riva/fbdev.c: In function `riva_get_EDID_OF':
      drivers/video/riva/fbdev.c:1846: warning: assignment discards qualifiers from pointer target type
      
      This code is being bad: copying a pointer to read-only OF data into a
      non-const pointer.
      
      Cc: Paul Mackerras <paulus@samba.org>
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Cc: "Antonino A. Daplas" <adaplas@pol.net>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      0271eb94
  11. 03 10月, 2006 1 次提交
  12. 24 9月, 2006 2 次提交
  13. 02 9月, 2006 1 次提交
  14. 31 8月, 2006 1 次提交
  15. 01 8月, 2006 1 次提交
    • G
      [PATCH] rivafb/nvidiafb: race between register_framebuffer and *_bl_init · ce38cac4
      Guido Guenther 提交于
      Since we now use the generic backlight infrastructure, I think we need to
      call rivafb_bl_init before calling register_framebuffer since otherwise
      rivafb_bl_init might race with the framebuffer layer already opening the
      device and setting up the video mode.  In this case we might end up with a
      not yet fully intialized backlight (info->bl_dev still NULL) when calling
      riva_bl_set_power via rivafb_set_par/rivafb_load_video_mode and the kernel
      dies without any further notice during boot.
      
      This fixes booting current git on a PB 6,1.  In this case radeonfb/atyfb
      would be affected too - I can fix that too but don't have any hardware to
      test this on.
      
      Cc: "Antonino A. Daplas" <adaplas@pol.net>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      ce38cac4
  16. 31 7月, 2006 1 次提交
  17. 11 7月, 2006 2 次提交
  18. 01 7月, 2006 1 次提交
  19. 27 6月, 2006 1 次提交
  20. 26 6月, 2006 1 次提交
  21. 28 3月, 2006 2 次提交
  22. 11 1月, 2006 2 次提交
  23. 09 9月, 2005 1 次提交
  24. 28 7月, 2005 1 次提交
  25. 22 6月, 2005 2 次提交
  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