1. b4aaa78 drivers/video/via/ioctl.c: prevent reading uninitialized stack memory by Dan Rosenberg · 14 years ago
  2. f270983 drivers/video/via/via-gpio.c: fix warning by Andrew Morton · 14 years ago
  3. eca9c47 fbdev: section cleanup in viafb driver by Henrik Kretzschmar · 14 years ago
  4. af29a5b viafb: fix accel_flags check_var bug by Florian Tobias Schandinat · 14 years ago
  5. cd58995 viafb: probe cleanups by Florian Tobias Schandinat · 14 years ago
  6. 45f85f4 viafb: remove ioctls which break the framebuffer interface by Florian Tobias Schandinat · 14 years ago
  7. 65123c6 viafb: update fix before calculating depth by Florian Tobias Schandinat · 14 years ago
  8. 1f84435 viafb: PLL value cleanup by Florian Tobias Schandinat · 14 years ago
  9. cc3fd67 viafb: simplify lcd size "detection" by Florian Tobias Schandinat · 14 years ago
  10. ad0676c viafb: fix PCI table by Florian Tobias Schandinat · 14 years ago
  11. f1ad752 viafb: add lcd scaling support for some IGPs by Florian Tobias Schandinat · 14 years ago
  12. 119b953 viafb: improve lcd code readability by Florian Tobias Schandinat · 14 years ago
  13. 4a73d70 viafb: remove duplicated scaling code by Florian Tobias Schandinat · 14 years ago
  14. a51faab drivers/video/via: use memdup_user by Julia Lawall · 14 years ago
  15. 7c6d87a Merge branch 'viafb-next' of git://git.lwn.net/linux-2.6 by Linus Torvalds · 14 years ago
  16. ec66841 viafb: move some include files to include/linux by Jonathan Corbet · 14 years ago
  17. 9221fc6 viafb: Eliminate some global.h references by Jonathan Corbet · 14 years ago
  18. 4a28ea9 viafb: get rid of i2c debug cruft by Jonathan Corbet · 14 years ago
  19. 64a6bd6 viafb: fold via_io.h into via-core.h by Jonathan Corbet · 14 years ago
  20. 8bbf50f viafb: Fix initialization error paths by Jonathan Corbet · 14 years ago
  21. 27fe971 viafb: Do not remove gpiochip under spinlock by Jonathan Corbet · 14 years ago
  22. 2b78a96 viafb: make procfs entries optional by Florian Tobias Schandinat · 14 years ago
  23. 2fed547 viafb: fix proc entry removal by Florian Tobias Schandinat · 14 years ago
  24. 162fc8c viafb: improve misc register handling by Florian Tobias Schandinat · 14 years ago
  25. 384c304 viafb: replace inb/outb by Florian Tobias Schandinat · 14 years ago
  26. 100e74a1 viafb: move some modesetting functions to a seperate file by Florian Tobias Schandinat · 14 years ago
  27. 2749413 viafb: unify modesetting functions by Florian Tobias Schandinat · 14 years ago
  28. c2b12cd viafb: Reserve framebuffer memory for the upcoming camera driver by Jonathan Corbet · 14 years ago
  29. 3d28eb4 viafb: Add a simple VX855 DMA engine driver by Jonathan Corbet · 14 years ago
  30. 94dd1a8 viafb: Add a simple interrupt management infrastructure by Jonathan Corbet · 14 years ago
  31. 6b841ed via: Rationalize vt1636 detection by Jonathan Corbet · 15 years ago
  32. b8f7e5d viafb: Introduce viafb_find_i2c_adapter() by Jonathan Corbet · 14 years ago
  33. b052d7f via: Do not attempt I/O on inactive I2C adapters by Jonathan Corbet · 15 years ago
  34. 7582eb9 viafb: Turn GPIO and i2c into proper platform devices by Jonathan Corbet · 14 years ago
  35. 75b035a viafb: Convert GPIO and i2c to the new indexed port ops by Jonathan Corbet · 14 years ago
  36. c389874 viafb: package often used basic io functions by Florian Tobias Schandinat · 14 years ago
  37. 7e0de02 viafb: add a driver for GPIO lines by Jonathan Corbet · 15 years ago
  38. 24b4d82 viafb: Separate global and fb-specific data by Jonathan Corbet · 14 years ago
  39. f045f77 viafb: Move core stuff into via-core.c by Jonathan Corbet · 15 years ago
  40. 4da62e6 viafb: Only establish i2c busses on ports that always had them by Jonathan Corbet · 14 years ago
  41. c774c13 suppress verbose debug messages: change printk() to DEBUG_MSG() by Paul Fox · 15 years ago
  42. 277d32a viafb: rework the I2C support in the VIA framebuffer driver by Harald Welte · 15 years ago
  43. c205d932 viafb: Add 1200x900 DCON/LCD panel modes for OLPC XO-1.5 by Chris Ball · 15 years ago
  44. 1317824 viafb: complete support for VX800/VX855 accelerated framebuffer by Jonathan Corbet · 14 years ago
  45. 107ea34 viafb: Determine type of 2D engine and store it in chip_info by Harald Welte · 15 years ago
  46. f1b99aa viafb: Unify duplicated set_bpp() code by Jonathan Corbet · 14 years ago
  47. 9ca43cf viafb: Retain GEMODE reserved bits by Jonathan Corbet · 14 years ago
  48. 1b1f8cd viafb: Unmap the frame buffer on initialization error by Jonathan Corbet · 14 years ago
  49. b72a507 viafb: use proper pci config API by Harald Welte · 15 years ago
  50. 109771a viafb: Fix various resource leaks during module_init() by Harald Welte · 15 years ago
  51. 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
  52. 2c0e0c8 drivers/video/via: fix continuation line formats by Joe Perches · 15 years ago
  53. e17cea3 viafb: support color depth 15 and 30 by Florian Tobias Schandinat · 15 years ago
  54. 415559f viafb: rework color setting by Florian Tobias Schandinat · 15 years ago
  55. dbb7884 viafb: some virtual_xres handling fixes by Florian Tobias Schandinat · 15 years ago
  56. bd14069 viafb: rework color checking by Florian Tobias Schandinat · 15 years ago
  57. dba77f8 viafb: make some variables a bit less global by Florian Tobias Schandinat · 15 years ago
  58. 4bbac05 viafb: remove dead code due to IGA1_IGA2 by Florian Tobias Schandinat · 15 years ago
  59. daacccd viafb: split color mode setting up by Florian Tobias Schandinat · 15 years ago
  60. fe9aab8 viafb: introduce strict parameter checking by Florian Tobias Schandinat · 15 years ago
  61. 5c9443e viafb: make viafb_set_par more dual framebuffer compatible by Florian Tobias Schandinat · 15 years ago
  62. ee79d54 viafb: video address setting revisited by Florian Tobias Schandinat · 15 years ago
  63. 7cf6079 viafb: reorder initialization for dual framebuffer mode by Florian Tobias Schandinat · 15 years ago
  64. d8566b2 viafb: yet another dead code removal by Florian Tobias Schandinat · 15 years ago
  65. c5f06f5 viafb: some dvi cleanup by Florian Tobias Schandinat · 15 years ago
  66. 9b24b00 viafb: remove the remaining VIA_RES_* uses by Florian Tobias Schandinat · 15 years ago
  67. dd73d68 viafb: split global index up by Florian Tobias Schandinat · 15 years ago
  68. 2365dfe viafb: remove dead code by Florian Tobias Schandinat · 15 years ago
  69. cc8b82f viafb: deprecate private ioctls by Florian Tobias Schandinat · 15 years ago
  70. 97922b5 viafb: fix acceleration for some chips by Erik-Jan Post · 15 years ago
  71. 8a3a95c viafb: do modesetting after updating variables by Erik-Jan Post · 15 years ago
  72. 0b94190 viafb: fix LCD hardware cursor regression by Florian Tobias Schandinat · 15 years ago
  73. 0f05058 drivers/video/via/viafbdev.c: correct code taking the size of a pointer by Julia Lawall · 15 years ago
  74. e6bf0d2 viafb: cosmetic cleanup of function integrated_lvds_enable() by Harald Welte · 15 years ago
  75. 8130b3b drivers/video/via/viafbdev.c: fix oops with no /proc by Dan Carpenter · 15 years ago
  76. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  77. db8df7b viafb: pass reference to pci device when calling framebuffer_alloc() by Harald Welte · 15 years ago
  78. 2d280f7 viafb: make viafb a first-class citizen using pci_driver by Harald Welte · 15 years ago
  79. 3a32456 viafb: choose acceleration engine for VX855 by Florian Tobias Schandinat · 15 years ago
  80. 0306ab1 viafb: add support for the VX855 chipset by Harald Welte · 15 years ago
  81. 5ff32f6 viafb: use read-only mode parsing by Florian Tobias Schandinat · 15 years ago
  82. 837b0ab viafb: remove unused structure member by Harald Welte · 15 years ago
  83. 93967be viafb: make module parameters visible in sysfs by Harald Welte · 15 years ago
  84. 31de59d viafb: hardware acceleration initialization cleanup by Florian Tobias Schandinat · 15 years ago
  85. 2d6e885 viafb: improve pitch handling by Florian Tobias Schandinat · 15 years ago
  86. 5016af53 viafb: cleanup viafb_cursor by Florian Tobias Schandinat · 15 years ago
  87. afbd3c1 viafb: switch to seq_file by Alexey Dobriyan · 15 years ago
  88. c3e2567 viafb: 2D engine rewrite by Florian Tobias Schandinat · 15 years ago
  89. c4df548 viafb: improve viafb_par by Florian Tobias Schandinat · 15 years ago
  90. 68fa920 viafb: another small cleanup of viafb_par by Florian Tobias Schandinat · 15 years ago
  91. 8594ac3 viafb: remove LVDS initialization by Florian Tobias Schandinat · 15 years ago
  92. b852abc viafb: remove unused video device stuff by Florian Tobias Schandinat · 15 years ago
  93. db88e38 viafb: clean up virtual memory handling by Florian Tobias Schandinat · 15 years ago
  94. b008c64b viafb: clean up duoview by Florian Tobias Schandinat · 15 years ago
  95. 13147f2 viafb: remove duplicated mode information by Florian Tobias Schandinat · 15 years ago
  96. deb7aab viafb: clean up viamode.h by Florian Tobias Schandinat · 15 years ago
  97. bc6932b viafb: fix ioremap_nocache error handling by Florian Tobias Schandinat · 15 years ago
  98. 09cf118 viafb: split viafb_set_start_addr up by Florian Tobias Schandinat · 15 years ago
  99. 81228a3 viafb: merge viafb_update_viafb_par in viafb_update_fix by Florian Tobias Schandinat · 15 years ago
  100. 3915a92 viafb: remove temporary start address setting by Florian Tobias Schandinat · 15 years ago