1. 2d41ef5 Merge tag 'fbdev-v5.3' of git://github.com/bzolnier/linux by Linus Torvalds · 6 years ago
  2. 0adcdbc video: fbdev: don't print error message on framebuffer_alloc() failure by Bartlomiej Zolnierkiewicz · 6 years ago
  3. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  4. 65a4df9 video: sm501fb: Improve a size determination in sm501fb_probe() by Markus Elfring · 7 years ago
  5. 5fa1f45 video: fbdev: sm501fb: fix potential null pointer dereference on fbi by Colin Ian King · 7 years ago
  6. f5ed28d video: fbdev: sm501fb: mark expected switch fall-through in sm501fb_blank_crt by Gustavo A. R. Silva · 7 years ago
  7. ffb6662 sm501fb: suspend and resume fb if it exists by Sudip Mukherjee · 7 years ago
  8. 35bfbf7 sm501fb: unregister framebuffer only if registered by Sudip Mukherjee · 7 years ago
  9. d9b1fe6 sm501fb: deallocate colormap only if allocated by Sudip Mukherjee · 7 years ago
  10. 58ec01c video: fbdev: make fb_videomode const by Bhumika Goyal · 7 years ago
  11. dc85e9a sm501fb: don't return zero on failure path in sm501fb_start() by Alexey Khoroshilov · 8 years ago
  12. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  13. 233b2eb fbdev: sm501fb: use memset_io by Sudip Mukherjee · 10 years ago
  14. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  15. 8167648 m501fb: don't return zero on failure path in sm501fb_probe() by Alexey Khoroshilov · 10 years ago
  16. 6a732be video: fbdev: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  17. c4dd086 video: fbdev: replace strnicmp with strncasecmp by Rasmus Villemoes · 10 years ago
  18. 43d910f drivers/video/fbdev/sm501fb.c: avoid world-writable sysfs files. by Rusty Russell · 11 years ago
  19. f7018c2 video: move fbdev to drivers/video/fbdev by Tomi Valkeinen · 11 years ago[Renamed from drivers/video/sm501fb.c]
  20. 48c68c4 Drivers: video: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  21. 4277f2c video: convert drivers/video/* to use module_platform_driver() by Axel Lin · 13 years ago
  22. 0aa76b0 sm501fb: use display information in info not in var for panning by Laurent Pinchart · 14 years ago
  23. 9845afc sm501fb: fix section mismatch warning by Randy Dunlap · 14 years ago
  24. d2f6b7f drivers/video/sm501fb.c: Convert release_resource to release_mem_region by Julia Lawall · 14 years ago
  25. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  26. 4295f9b video, sm501: add OF binding to support SM501 by Heiko Schocher · 14 years ago
  27. e6a0498 video, sm501: add edid and commandline support by Heiko Schocher · 14 years ago
  28. bf5f001 video, sm501: add I/O functions for use on powerpc by Heiko Schocher · 14 years ago
  29. ac751ef console: rename acquire/release_console_sem() to console_lock/unlock() by Torben Hohn · 14 years ago
  30. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 15 years ago
  31. 9265576 sm501: implement acceleration features by Vincent Sanders · 15 years ago
  32. 2d72b11 sm501: fix use of old <asm/io.h> instead of <linux/io.h> by Ben Dooks · 15 years ago
  33. d60f6c2 sm501: fix missing uses of resource_size() by Ben Dooks · 15 years ago
  34. afecb0d sm501fb: fix regression with uninitalized fb_info->mm_lock mutex by Krzysztof Helt · 16 years ago
  35. 6c96895 Revert "fb: Initialize fb_info mutexes in framebuffer_alloc()" by Linus Torvalds · 16 years ago
  36. 4148df9b0 fb: Initialize fb_info mutexes in framebuffer_alloc() by Paul Mundt · 16 years ago
  37. f50bf2b video: sm501fb: Early initialization of mm_lock mutex. by Paul Mundt · 16 years ago
  38. 537a1bf fbdev: add mutex for fb_mmap locking by Krzysztof Helt · 16 years ago
  39. 0a5d924 sm501fb: check fb_alloc_cmap return value and handle failure properly by Andres Salomon · 16 years ago
  40. c00b1b7 sm501: unsigned ptr cannot be negative by roel kluin · 16 years ago
  41. d052541 sm501: fixup allocation code to be 64bit resource compliant by Ben Dooks · 16 years ago
  42. 9b599fb sm501: restructure init to allow only 1 fb on an SM501 by Ben Dooks · 16 years ago
  43. 206c5d6 sm501: add inversion controls for VBIASEN and FPEN by Ben Dooks · 16 years ago
  44. cdc83ae SM501: reverse FPEN/VBIASEN flags behaviour by Ben Dooks · 17 years ago
  45. 7e53370 sm501fb: fix timing limits by Ville Syrjala · 17 years ago
  46. 19d06ef sm501fb: set transp.offset to 0 in 8bpp and 16bpp modes by Ville Syrjala · 17 years ago
  47. fedbb36 sm501fb: RGB offsets are reversed in 16bpp modes by Ville Syrjala · 17 years ago
  48. 5619d82 sm501fb: direct color visual does not work by Ville Syrjala · 17 years ago
  49. 40488db FB/SM501: ensure console suspended before saving state by Ben Dooks · 17 years ago
  50. b1230ee sm501fb: clear framebuffer memory and palette by Magnus Damm · 17 years ago
  51. dfcffa4 sm501fb: control panel pin usage with platform data flags by Magnus Damm · 17 years ago
  52. 44363f1 drivers/video/: Spelling fixes by Joe Perches · 17 years ago
  53. eb78f9b sm501fb: Ensure panel interface is not tristated when setup by Ben Dooks · 17 years ago
  54. f22e521 sm501fb: Call fb suspend function during suspend and resume by Ben Dooks · 17 years ago
  55. c1f303b sm501fb: update suspend and resume code by Ben Dooks · 17 years ago
  56. be3478d sm501fb printk warning fixes by Andrew Morton · 18 years ago
  57. 1f2b69f [PATCH] fb: sm501fb off-by-1 sysfs store by Paul Mundt · 18 years ago
  58. 9540f75 [PATCH] drivers/video/sm501fb.c: make 4 functions static by Adrian Bunk · 18 years ago
  59. 5fc404e [PATCH] fb: SM501 framebuffer driver by Ben Dooks · 18 years ago