1. 48c68c4 Drivers: video: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  2. d63f2c5 drivers/video/savage/savagefb_driver.c: fix error return code by Peter Senna Tschudin · 12 years ago
  3. d14b7a4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  4. ff0c264 video: Fix typo in drivers/video by Masanari Iida · 12 years ago
  5. f5c3ac2 drivers/savagefb: use mdelay instead of udelay by Arnd Bergmann · 12 years ago
  6. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  7. 355b200 video: Add module.h to drivers/video files who really use it. by Paul Gortmaker · 13 years ago
  8. e1599cf savagefb: use display information in info not in var for panning by Laurent Pinchart · 13 years ago
  9. 4b00e4b savagedb: Fix typo causing regression in savage4 series video chip detection by John Stanley · 13 years ago
  10. 1bae852f savagefb: Use panel CVT mode as default by Tormod Volden · 13 years ago
  11. 6dbdf2a savagefb: Enable LCD detection on mobile Twister by Tormod Volden · 13 years ago
  12. cc40634 savagefb: New S3_TWISTER and S3_PROSAVAGEDDR chip families by Tormod Volden · 13 years ago
  13. 132452e Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6 by Linus Torvalds · 13 years ago
  14. 787dffa5 savagefb: Remove obsolete else clause in savage_setup_i2c_bus by Tormod Volden · 13 years ago
  15. 21cd72e savagefb: Set up I2C based on chip family instead of card id by Tormod Volden · 13 years ago
  16. a564d30 savagefb: Replace magic register address with define by Tormod Volden · 13 years ago
  17. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  18. ac751ef console: rename acquire/release_console_sem() to console_lock/unlock() by Torben Hohn · 14 years ago
  19. f0a2f35 savagefb: fix DDC for Savage 4 by Ondrej Zary · 14 years ago
  20. a8d7be8 i2c: Remove unneeded inclusions of <linux/i2c-id.h> by Jean Delvare · 14 years ago
  21. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  22. b9f9d47 savagefb: fix blanking mode on CRT display by Krzysztof Helt · 15 years ago
  23. f5c15d0 fb: remove fb_save_state() and fb_restore_state operations by Krzysztof Helt · 15 years ago
  24. 1745522 i2c: Delete many unused adapter IDs by Jean Delvare · 16 years ago
  25. 9201a85 savagefb: speed up the I2C bus by Jean Delvare · 16 years ago
  26. 84902b7 fbdev: change asm/uaccess.h to linux/uaccess.h by Krzysztof Helt · 17 years ago
  27. dd00cc4 some kmalloc/memset ->kzalloc (tree wide) by Yoann Padioleau · 17 years ago
  28. 22d832e savagefb: VGA state save and restore by Antonino A. Daplas · 17 years ago
  29. f782915 savagefb: rework i2c bit access by Antonino A. Daplas · 17 years ago
  30. d8ad7e0 [PATCH] savagefb: Fix compile error if debugging is enabled by Antonino A. Daplas · 17 years ago
  31. 5b60046 [PATCH] savagefb: Fix black screen on load in Savage IX by Antonino A. Daplas · 17 years ago
  32. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  33. 9791d76 [PATCH] fbdev modedb: make more pointer parameters const by Geert Uytterhoeven · 17 years ago
  34. 3269711 i2c: Discard the i2c algo del_bus wrappers by Jean Delvare · 18 years ago
  35. bfba7b3 [PATCH] drivers/video/*: use kmemdup() by Alexey Dobriyan · 18 years ago
  36. 946c4ea [PATCH] savagefb: Use generic DDC reading by Antonino A. Daplas · 18 years ago
  37. a0d9c63 i2c-algo-bit: Discard the mdelay data struct member by Jean Delvare · 18 years ago
  38. c78a7c2 PM: video drivers and PM_EVENT_PRETHAW by David Brownell · 18 years ago
  39. a8f340e [PATCH] vt: Remove VT-specific declarations and definitions from tty.h by Jon Smirl · 18 years ago
  40. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  41. 026fbe1 [PATCH] savagefb: Whitespace cleanup by Antonino A. Daplas · 18 years ago
  42. f8020dc [PATCH] savagefb: Add state save and_restore hooks by Antonino A. Daplas · 18 years ago
  43. 2356614 [PATCH] savagefb: Allocate space for current and saved register states by Antonino A. Daplas · 18 years ago
  44. a61bdaa [PATCH] savagefb: fix section mismatch warnings by Randy Dunlap · 18 years ago
  45. 3e42f0b [PATCH] fb: Fix section mismatch in savagefb by Jean Delvare · 18 years ago
  46. 0e4be28 [PATCH] savagefb: Remove NULL check by Antonino A. Daplas · 18 years ago
  47. 8d57f22 [PATCH] savagefb: Fix kfree before use by Antonino A. Daplas · 18 years ago
  48. 32cf8c1 [PATCH] savagefb: Trim savagefb_pan_display by Antonino A. Daplas · 19 years ago
  49. b8901b0 [PATCH] fbdev: savagefb: Driver cleanup by Antonino A. Daplas · 19 years ago
  50. c35dba6 [PATCH] savagefb: One more I2C-enabled device in savagefb by Jean Delvare · 19 years ago
  51. 6d83b0b [PATCH] savagefb: X-panning fixes by Antonino A. Daplas · 19 years ago
  52. 5ee1ef9 [PATCH] fbdev: Convert a few drivers to use the fb_find_best_display helper by Antonino A. Daplas · 19 years ago
  53. 1cc650c [PATCH] savagefb: Convert from VGA IO access to MMIO access by Antonino A. Daplas · 19 years ago
  54. c465e05 [PATCH] fbcon/fbdev: Move softcursor out of fbdev to fbcon by Antonino A. Daplas · 19 years ago
  55. 7b6a186 [PATCH] savagefb: Fix load failure of the Twister chipset by Antonino A. Daplas · 19 years ago
  56. c52890c [PATCH] savagefb: Make mode_option available when compiled as a module by Antonino A. Daplas · 19 years ago
  57. 6062bfa [PATCH] better error handing in savagefb_probe by Olaf Hering · 19 years ago
  58. 1377671 [PATCH] savagefb: Driver updates by Antonino A. Daplas · 19 years ago
  59. 1684a984 [PATCH] I2C: Kill i2c_algorithm.id (6/7) by Jean Delvare · 19 years ago
  60. 829ca9a [PATCH] swsusp: fix remaining u32 vs. pm_message_t confusion by Pavel Machek · 19 years ago
  61. 2a56957 [PATCH] pm: more u32 vs. pm_message_t fixes by Pavel Machek · 19 years ago
  62. 58a6064 [PATCH] fbdev: fill in the access_align field. by James Simmons · 19 years ago
  63. 0d3e8fe [PATCH] savagefb iomem annotations by Al Viro · 19 years ago
  64. 9bfd354 [PATCH] fix u32 vs. pm_message_t in driver/video by Pavel Machek · 19 years ago
  65. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago