1. 8a48ac33 video: constify fb ops across all drivers by Jani Nikula · 5 years ago
  2. 67f30ad au1100fb: fix DMA API abuse by Christoph Hellwig · 6 years ago
  3. 644f263 Merge tag 'fbdev-v4.18' of git://github.com/bzolnier/linux by Linus Torvalds · 7 years ago
  4. a86854d treewide: devm_kzalloc() -> devm_kcalloc() by Kees Cook · 7 years ago
  5. 3879490 video: fbdev: fix spelling mistake: "frambuffer" -> "framebuffer" by Colin Ian King · 7 years ago
  6. 46953e6 video: au1100fb: Delete an unnecessary variable initialisation in au1100fb_drv_probe() by Markus Elfring · 7 years ago
  7. db66f02 video: au1100fb: Improve a size determination in au1100fb_drv_probe() by Markus Elfring · 7 years ago
  8. 29914ba video: au1100fb: Delete an error message for a failed memory allocation in au1100fb_drv_probe() by Markus Elfring · 7 years ago
  9. c4d9d59 au1100fb: remove a bogus dma_free_nonconsistent call by Christoph Hellwig · 8 years ago
  10. 2f9ba65 fbdev: kill fb_rotate by Rasmus Villemoes · 9 years ago
  11. 6a732be video: fbdev: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  12. 6b1889c MIPS: Alchemy: au1100fb: use clk framework by Manuel Lauss · 10 years ago
  13. 2f73bfb MIPS: Alchemy: remove au_read/write/sync by Manuel Lauss · 10 years ago
  14. 1d09de7 MIPS: Alchemy: introduce helpers to access SYS register block. by Manuel Lauss · 10 years ago
  15. f7018c2 video: move fbdev to drivers/video/fbdev by Tomi Valkeinen · 11 years ago[Renamed from drivers/video/au1100fb.c]
  16. f0d55cc1 Merge tag 'fbdev-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux by Linus Torvalds · 11 years ago
  17. 7314e61 Fix a few incorrectly checked [io_]remap_pfn_range() calls by Linus Torvalds · 11 years ago
  18. 55be310 Video / au1100fb: Use module_platform_driver() to simplify code by Hanjun Guo · 11 years ago
  19. 5a7bbe8 video: au1100fb: Remove casting the return value which is a void pointer by Jingoo Han · 11 years ago
  20. 5f097cd Merge tag 'fbdev-for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev by Linus Torvalds · 12 years ago
  21. c607f45 au1100fb: VM_IO is set by io_remap_pfn_range() by Al Viro · 12 years ago
  22. e21d217 video: remove unnecessary platform_set_drvdata() by Jingoo Han · 12 years ago
  23. 88564dd MIPS: remove obsolete Kconfig macros by Paul Bolle · 12 years ago
  24. 48c68c4 Drivers: video: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  25. e8650a0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  26. e75d660 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  27. 9301973 fbdev: fix au1*fb builds by Manuel Lauss · 13 years ago
  28. cde0e2cc fbdev: s/#if CONFIG/#ifdef CONFIG/ by Geert Uytterhoeven · 13 years ago
  29. 1c16697 drivers/video/au*fb.c: use devm_ functions by Julia Lawall · 13 years ago
  30. f59c811 MIPS: Alchemy: one kernel for DB1000/DB1500/DB1100 by Manuel Lauss · 13 years ago
  31. d121c3f fb: fix au1100fb bitrot. by Manuel Lauss · 13 years ago
  32. 28f65c11 treewide: Convert uses of struct resource to resource_size(ptr) by Joe Perches · 14 years ago
  33. 362992b VIDEO: Au1100fb: Fix section mismatch by Ralf Baechle · 14 years ago
  34. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  35. ff8147f drivers/video: add kmalloc NULL tests by Julia Lawall · 15 years ago
  36. 7a192ec platform driver: fix incorrect use of 'platform_bus_type' with 'struct device_driver' by Ming Lei · 16 years ago
  37. 0c42ea3 au1100fb: fix modpost warnings by Ralf Baechle · 17 years ago
  38. 8e92f21 au1100fb: move au1100fb_fb_blank() beforce au1100fb_setmode() by Yoichi Yuasa · 17 years ago
  39. f5610b9 [PATCH] Video: fb, kzalloc changes by Jiri Slaby · 18 years ago
  40. ca27ac4 [PATCH] au1100fb: Add option to enable/disable the cursor by Rodolfo Giometti · 18 years ago
  41. bb39e41 [PATCH] au1100fb: Fix startup sequence by Rodolfo Giometti · 18 years ago
  42. fd2d543 [PATCH] au1100fb: info->var.rotate fix by Rodolfo Giometti · 18 years ago
  43. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  44. 8f76078 [PATCH] Remove redundant NULL checks before [kv]free - in drivers/ by Jesper Juhl · 19 years ago
  45. f77f50c [PATCH] au1100fb: add power management support by Rodolfo Giometti · 19 years ago
  46. c05b7f3 [PATCH] au1100fb: Fix compilation by Rodolfo Giometti · 19 years ago
  47. cacfc8c [PATCH] au1100fb: replaced io_remap_page_range() with io_remap_pfn_range() by Freddy Spierenburg · 19 years ago
  48. 216d526 [PATCH] fbdev: Sanitize ->fb_mmap prototype by Christoph Hellwig · 19 years ago
  49. 3b495f2 Au1100 FB driver uplift for 2.6. by Pete Popov · 20 years ago
  50. 2b1ee23 [PATCH] au1100fb: convert to C99 inits. by randy_dunlap · 20 years ago
  51. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago