1. 225c7b1 IB/mlx4: Add a driver Mellanox ConnectX InfiniBand adapters by Roland Dreier · 17 years ago
  2. 1bf66a3 IB: Put rlimit accounting struct in struct ib_umem by Roland Dreier · 17 years ago
  3. f7c6a7b IB/uverbs: Export ib_umem_get()/ib_umem_release() to modules by Roland Dreier · 17 years ago
  4. 36f021b Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 by Linus Torvalds · 17 years ago
  5. 4750def Merge branch 'reset-seq' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 17 years ago
  6. 9028780 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 17 years ago
  7. 5335a40 Merge branch 'drm-patches' of master.kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 17 years ago
  8. 393bfca Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 17 years ago
  9. df6d391 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  10. be3478d sm501fb printk warning fixes by Andrew Morton · 17 years ago
  11. 147394c xilinxfb: xilinx framebuffer device driver by Andrei Konovalov · 17 years ago
  12. 435d56f pm2fb: fix of jumps in pm2fb_probe by Krzysztof Helt · 17 years ago
  13. 19c1a8b skeletonfb: improvements by Krzysztof Helt · 17 years ago
  14. 4560daa pm2fb: removal of pm2fb_par fields by Krzysztof Helt · 17 years ago
  15. 4c7bf38 skeletonfb: more corrections by Krzysztof Helt · 17 years ago
  16. 7e645ff vga16fb: actually support widths in multiples of 8 by Antonino A. Daplas · 17 years ago
  17. 2ae8547 vgacon: disallow console operations when in KD_GRAPHICS mode by Antonino A. Daplas · 17 years ago
  18. 32dd380 Use menuconfig objects II: video/logo by Jan Engelhardt · 17 years ago
  19. 87a7cc6 pm2fb: accelerated fillrect and copyarea by Krzysztof Helt · 17 years ago
  20. 34ed25f s3fb: updates by Ondrej Zajicek · 17 years ago
  21. 9a31f0f pm2fb: memclock setting corrections by Krzysztof Helt · 17 years ago
  22. 76c7d3f pm2fb: reset transparency settings by krzysztof.h1@wp.pl · 17 years ago
  23. 167f07f fbcon: check console-fb mapping in fbcon_get_requirement by Antonino A. Daplas · 17 years ago
  24. b1e7223 fbdev: clean up exit patch of fb_set_var by Antonino A. Daplas · 17 years ago
  25. 0959f0c drivers/video/sis/: remove more kernel 2.4 code by Adrian Bunk · 17 years ago
  26. c831c33 use mutex instead of semaphore in virtual console driver by Matthias Kaehlcke · 17 years ago
  27. 159dde9 atyfb: halve XCLK with Mobility and 32bit memory by Ville Syrjala · 17 years ago
  28. b4e124c atyfb: reorganize clock init by Ville Syrjala · 17 years ago
  29. 94f45bc atyfb: increase SPLL delay by Ville Syrjala · 17 years ago
  30. 2620c6e nvidiafb: fix return value of nvidiafb_open() by Antonino A. Daplas · 17 years ago
  31. 0449359 vga: vgastate fix by Ondrej Zajicek · 17 years ago
  32. 56c7554 s3fb: implement fb_get_caps by Antonino A. Daplas · 17 years ago
  33. 38a3dc5 fbdev: fbcon: check if mode can handle new screen by Antonino A. Daplas · 17 years ago
  34. e15de77 nvidiafb: prevent triggering of softlockup by Dave Jones · 17 years ago
  35. d4a96b5 pm2fb: pixclock setting restriction by Krzysztof Helt · 17 years ago
  36. e5d809d pm2fb: Permedia 2V memory clock setting by Krzysztof Helt · 17 years ago
  37. f1c15f9 pm2fb: 3dlabs Permedia 2V reference board added by Krzysztof Helt · 17 years ago
  38. d3736340 nvidiafb/rivafb: switch to pci_get refcounting by Alan Cox · 17 years ago
  39. dbe7e42 vmlfb: framebuffer driver for Intel Vermilion Range by Alan Hourihane · 17 years ago
  40. 249bdbb s3fb: driver fixes by Ondrej Zajicek · 17 years ago
  41. 4941cb7 fbdev: save the activate field before calling fb_check_var() by Antonino A. Daplas · 17 years ago
  42. 38b4982 fbcon: check if the character count can be handled by Antonino A. Daplas · 17 years ago
  43. ff388ad s3fb: implement fb_get_tilemax() by Antonino A. Daplas · 17 years ago
  44. 8db5166 s3fb: limit 8x16 rectangles when tileblitting is enabled by Antonino A. Daplas · 17 years ago
  45. d60d2d8 vga16fb: restrict to blit rectangles with widths of multiples of 8 pixels by Antonino A. Daplas · 17 years ago
  46. 2d2699d fbcon: font setting should check limitation of driver by Antonino A. Daplas · 17 years ago
  47. bf26ad7 fbdev: advertise limitation of drawing engine by Antonino A. Daplas · 17 years ago
  48. dc0e6e0 fbdev: consolidate common drawing functions into a header file by Antonino A. Daplas · 17 years ago
  49. 52102c0 vfb: use fb_sys_read() and fb_sys_write() by Antonino A. Daplas · 17 years ago
  50. 28d4564 hecubafb: use fb_sys_read() by Antonino A. Daplas · 17 years ago
  51. d9a05f1 arcfb: use fb_sys_read() by Antonino A. Daplas · 17 years ago
  52. 09aaf26 fbdev: add fb_read/fb_write functions for framebuffers in system RAM by Antonino A. Daplas · 17 years ago
  53. 3f9b088 fbdev: pass struct fb_info to fb_read and fb_write by Antonino A. Daplas · 17 years ago
  54. 87b4884 vfb: use sys instead of cfb drawing functions by Antonino A. Daplas · 17 years ago
  55. d677493 hecubafb: use sys instead of cfb drawing functions by Antonino A. Daplas · 17 years ago
  56. 922e6f9 arcfb: use sys instead of cfb drawing functions by Antonino A. Daplas · 17 years ago
  57. 68648ed fbdev: add drawing functions for framebuffers in system RAM by Antonino A. Daplas · 17 years ago
  58. a42dc9d skeletonfb: documentation error fixes by Antonino A. Daplas · 17 years ago
  59. 1f92fea i810fb: fix incorrect frequency mask by Antonino A. Daplas · 17 years ago
  60. 28cdf76 hecubafb: kill sparse warnings by Antonino A. Daplas · 17 years ago
  61. 75814d8 s3fb: add sparse annotations by Antonino A. Daplas · 17 years ago
  62. d2e8d36 arcfb: kill sparse warning by Antonino A. Daplas · 17 years ago
  63. 78494dd fbdev: add sparse annotations in svgalib.c by Antonino A. Daplas · 17 years ago
  64. 98a1153 fbdev: kill sparse warning in deferred IO by Antonino A. Daplas · 17 years ago
  65. 895bf69 rivafb: fix IO access by Antonino A. Daplas · 17 years ago
  66. 6cf059e nvidiafb: fix sparse warning by Antonino A. Daplas · 17 years ago
  67. 95d67bb fbcon: delay screen update when setting the mode of all consoles by Antonino A. Daplas · 17 years ago
  68. b2f594f fbdev: link vgastate.o using Kconfig by Antonino A. Daplas · 17 years ago
  69. 22d832e savagefb: VGA state save and restore by Antonino A. Daplas · 17 years ago
  70. f782915 savagefb: rework i2c bit access by Antonino A. Daplas · 17 years ago
  71. 7dfe50b nvidiafb: VGA state save and restore by Antonino A. Daplas · 17 years ago
  72. 19f3d3a epson1355fb.c: fix error handling code by Roland Stigge · 17 years ago
  73. c930faa cirrusfb: convert to generic boolean by Richard Knutsson · 17 years ago
  74. 88b229c VIDEO: add spaces on either side of the case "..." operator by Robert P. J. Day · 17 years ago
  75. 36cc535 skeletonfb: various corrections by Krzysztof Helt · 17 years ago
  76. e296927 nvidiafb: access CRT registers safely by Antonino A. Daplas · 17 years ago
  77. b9b2696 nvidiafb: ensure that CRTC registers are accessible by Antonino A. Daplas · 17 years ago
  78. 0404384 rivafb: fixed reversed DDC ports by Antonino A. Daplas · 17 years ago
  79. a65ff76 rivafb/nvidiafb: Various cleanups by Jean Delvare · 17 years ago
  80. 5b358fe rivafb: handle I2C bus creation failure by Jean Delvare · 17 years ago
  81. 1e73db2 rivafb/nvidiafb: Enable hardware monitoring by Jean Delvare · 17 years ago
  82. 70802c6 fbdev: don't show logo if driver or fbcon are modular by Antonino A. Daplas · 17 years ago
  83. 6314db4 s3fb: fix PCI must_checks by Randy Dunlap · 17 years ago
  84. 042f10e vt: expose system-wide UTF-8 default setting via sysfs by Antonino A. Daplas · 17 years ago
  85. d1e2306 fbcon: don't draw cursor when it's disabled by Michal Januszewski · 17 years ago
  86. 31990a9 SIS USB2VGA Warning fix by WANG Cong · 17 years ago
  87. cf36a65 vt-add-color-support-to-the-underline-and-italic-attributes-fix by Andrew Morton · 17 years ago
  88. fa6ce9a vt: add color support to the "underline" and "italic" attributes by Jan Engelhardt · 17 years ago
  89. 1c2bbe6 vt: allow for the palette to be exposed and changed via sysfs by Jan Engelhardt · 17 years ago
  90. 2707cd0 nvidiafb: Fix reversed DDC port by Petr Vandrovec · 17 years ago
  91. dd14471 radeonfb: Add support for Radeon xpress 200m by johan henriksson · 17 years ago
  92. abed5d1 fbdev: correct image offsets when rotating logo by Geert Uytterhoeven · 17 years ago
  93. 448d479 fbdev: fb_do_show_logo() updates by Geert Uytterhoeven · 17 years ago
  94. 250038f fbdev: avoid vertical overflow when making space for the logo by Geert Uytterhoeven · 17 years ago
  95. 538c792 remove unused header file: drivers/video/riva/nv4ref.h by Robert P. J. Day · 17 years ago
  96. 28b230e tgafb accelerated code by James Simmons · 17 years ago
  97. 86c6f7d tgafb: TURBOchannel support by Maciej W. Rozycki · 17 years ago
  98. 9a268a6 drivers/video/hecubafb.c: make 4 functions static by Adrian Bunk · 17 years ago
  99. aad09e5 fbdev: hecuba Framebuffer Driver by Jaya Kumar · 17 years ago
  100. 5e841b8 fb: fsync() method for deferred I/O flush. by Paul Mundt · 17 years ago