1. 8a48ac33 video: constify fb ops across all drivers by Jani Nikula · 5 years ago
  2. 5e0f8ad treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 27 by Thomas Gleixner · 6 years ago
  3. 5908986 video: fbdev: sis: avoid mismatched prototypes by Arnd Bergmann · 7 years ago
  4. 826bb72 video: fbdev: sis_main: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  5. 2cff640 video: fbdev: sisfb: use arch_phys_wc_add() and ioremap_wc() by Luis R. Rodriguez · 10 years ago
  6. 6049a7a video: fbdev-SIS: Deletion of unnecessary checks before the function call "pci_dev_put" by Markus Elfring · 10 years ago
  7. 0a58282 Merge tag 'fbdev-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux by Linus Torvalds · 10 years ago
  8. c4dd086 video: fbdev: replace strnicmp with strncasecmp by Rasmus Villemoes · 10 years ago
  9. b232e94 video: fbdev: sis: sis_main.c: Cleaning up missing null-terminate in conjunction with strncpy by Rickard Strandqvist · 10 years ago
  10. 7f8b9db drivers/video/fbdev/sis/sis_main.c: remove unnecessary test on unsigned value by Fabian Frederick · 11 years ago
  11. f7018c2 video: move fbdev to drivers/video/fbdev by Tomi Valkeinen · 11 years ago[Renamed from drivers/video/sis/sis_main.c]
  12. 31b6780 framebuffer: Use fb_<level> by Joe Perches · 11 years ago
  13. f9af73c video: sisfb: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  14. 48c68c4 Drivers: video: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  15. c1f58f1 video/sis: Annotate SiS_DRAMType as __devinitconst by Peter Huewe · 13 years ago
  16. 8e42a96 sisfb: use display information in info not in var for panning by Laurent Pinchart · 14 years ago
  17. 42dea903 sisfb: add support for XGI Z9 DDR2 POST by Aaro Koskinen · 14 years ago
  18. c9982d5 sisfb: move XGI POST DDR2 bootup code into subroutines by Aaro Koskinen · 14 years ago
  19. 5e8700b sisfb: add RAM type detection for XGI Z9 by Aaro Koskinen · 14 years ago
  20. 929c972 sisfb: add subroutine for detecting XGI Z9 by Aaro Koskinen · 14 years ago
  21. 74de5f4 sisfb: move XGI POST RAM type detection into a subroutine by Aaro Koskinen · 14 years ago
  22. 83ea0f1 sisfb: POST should fail if R/W test fails by Aaro Koskinen · 14 years ago
  23. 17d6ce1 sisfb: eliminate compiler warnings by Aaro Koskinen · 14 years ago
  24. ad78adb sisfb: replace setSISIDXREG with SiS_SetRegANDOR by Aaro Koskinen · 14 years ago
  25. 667a8b4 sisfb: replace andSISIDXREG with SiS_SetRegAND by Aaro Koskinen · 14 years ago
  26. 27799d6 sisfb: replace orSISIDXREG with SiS_SetRegOR by Aaro Koskinen · 14 years ago
  27. 44b751b sisfb: replace outSISIDXREG with SiS_SetReg by Aaro Koskinen · 14 years ago
  28. e57d413 sisfb: replace inSISIDXREG with SiS_GetReg by Aaro Koskinen · 14 years ago
  29. 63e13f8 sisfb: replace outSISREG with SiS_SetRegByte by Aaro Koskinen · 14 years ago
  30. 1e1687d sisfb: replace inSISREG with SiS_GetRegByte by Aaro Koskinen · 14 years ago
  31. 679c489 sisfb: eliminate unused variable compiler warning by Aaro Koskinen · 14 years ago
  32. 1f8e6ee sisfb: move the CONFIG warning to sis_main.c by Aaro Koskinen · 14 years ago
  33. f3fff73 sisfb: delete fallback code for pci_map_rom() by Aaro Koskinen · 14 years ago
  34. 8807236 sisfb: delete obsolete PCI ROM bug workaround by Aaro Koskinen · 14 years ago
  35. 32ed303 sisfb: limit POST memory test according to PCI resource length by Aaro Koskinen · 14 years ago
  36. fd02db9 drivers/video/sis/sis_main.c: prevent reading uninitialized stack memory by Dan Rosenberg · 14 years ago
  37. dbd536b sis: strcpy() => strlcpy() by Dan Carpenter · 15 years ago
  38. 91d4e0a4 fbdev: remove obsolete CONFIG_FB_SOFT_CURSOR by Christoph Egger · 15 years ago
  39. 5ab9481 fbdev: TV_PALN bit set twice in sisfb_detect_VB_connect() by Roel Kluin · 15 years ago
  40. d63870d sisfb: read buffer overflow by Roel Kluin · 15 years ago
  41. cbad1cb sisfb: fix regression with uninitalized fb_info->mm_lock mutex by Krzysztof Helt · 16 years ago
  42. 537a1bf fbdev: add mutex for fb_mmap locking by Krzysztof Helt · 16 years ago
  43. 491bcc9 fbdev: use framebuffer_release() for freeing fb_info structures by Krzysztof Helt · 16 years ago
  44. 811a201 sisfb: fix color component length for pseudocolor modes by Michal Januszewski · 16 years ago
  45. 14aefd1 video/sis/: remove compat code by Adrian Bunk · 16 years ago
  46. 5e2daeb fbdev: fix integer as NULL pointer warning by Harvey Harrison · 17 years ago
  47. ea237a6 drivers/video: remove unnecessary pci_dev_put by Julia Lawall · 17 years ago
  48. eaa0ff1 fix ! versus & precedence in various places by Alexey Dobriyan · 17 years ago
  49. ed8a5d4 USB: sisusb: *_ioctl32_conversion functions do not exist in recent kernels by Fernando Luis Vázquez Cao · 17 years ago
  50. a9e60e5 video/sis/: fix negative array index by Adrian Bunk · 17 years ago
  51. 84902b7 fbdev: change asm/uaccess.h to linux/uaccess.h by Krzysztof Helt · 17 years ago
  52. 000d533 sisfb: fix pseudo_palette array size and overrun by Antonino A. Daplas · 18 years ago
  53. 44c1013 PCI: Change all drivers to use pci_device->revision by Auke Kok · 18 years ago
  54. 0959f0c drivers/video/sis/: remove more kernel 2.4 code by Adrian Bunk · 18 years ago
  55. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 18 years ago
  56. c30660ea [PATCH] drivers/video/sis: Convert to generic boolean by Richard Knutsson · 18 years ago
  57. 4370409 [PATCH] drivers/video/sis/sis_main.c: removal of old code by Michal Piotrowski · 18 years ago
  58. 894673e [PATCH] tty: Remove include of screen_info.h from tty.h by Jon Smirl · 19 years ago
  59. a8f340e [PATCH] vt: Remove VT-specific declarations and definitions from tty.h by Jon Smirl · 19 years ago
  60. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  61. 31c5cdb [PATCH] fbdev: cleanup the CONFIG_VIDEO_SELECT mess by Adrian Bunk · 19 years ago
  62. 67a6680 [PATCH] fbdev: Sanitize ->fb_ioctl prototype by Christoph Hellwig · 19 years ago
  63. c465e05 [PATCH] fbcon/fbdev: Move softcursor out of fbdev to fbcon by Antonino A. Daplas · 19 years ago
  64. 544393f [PATCH] sisfb update by Thomas Winischhofer · 19 years ago
  65. 75c96f8 [PATCH] make some things static by Adrian Bunk · 20 years ago
  66. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago