1. 89f0244 video/console: Resolve several shadow warnings by Mark Rustad · 10 years ago
  2. 884d614 Merge tag 'drm-intel-fixes-2014-06-17' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  3. a4de052 drm/i915: Kick out vga console by Daniel Vetter · 10 years ago
  4. e4bdab7 console: Use explicit pointer type for vc_uni_pagedir* fields by Takashi Iwai · 10 years ago
  5. 0f2893f vgacon: Fix & cleanup refcounting by Takashi Iwai · 10 years ago
  6. 0ab3691 vgacon: fix missing include. by Dave Airlie · 11 years ago
  7. 7e6d72c vgacon.c: add cond reschedule points in vgacon_do_font_op by Marcelo Tosatti · 11 years ago
  8. 2a24830 vgacon/vt: clear buffer attributes when we load a 512 character font (v2) by Dave Airlie · 12 years ago
  9. 6b2c180 locking, video: Annotate vga console lock as raw by Thomas Gleixner · 15 years ago
  10. 63b1dd0 video: fix some comments in drivers/video/console/vgacon.c by Amerigo Wang · 14 years ago
  11. 554ec37 vgacon: check for efi machine by Yannick Heneault · 14 years ago
  12. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  13. 83ceb67 tty: fix console_sem lock order by Arnd Bergmann · 14 years ago
  14. ec79d60 tty: replace BKL with a new tty_lock by Arnd Bergmann · 14 years ago
  15. 6aed359 console/vgacon.c: mark file-local symbol static by Thiago Farina · 14 years ago
  16. b434a68 vgacon: Add support for setting the default cursor state by Matthew Garrett · 15 years ago
  17. f6c06b6 vc: Add support for hiding the cursor when creating VTs by Matthew Garrett · 15 years ago
  18. f0c7d2b vgacon: prevent vgacon_deinit from touching the hardware for inactive consoles. by Francisco Jerez · 15 years ago
  19. 6d6c971 includecheck fix: drivers/video, vgacon.c by Jaswinder Singh Rajput · 15 years ago
  20. b8ec757 vgacon: use slab allocator instead of the bootmem allocator by Pekka Enberg · 15 years ago
  21. b175dc0 vgacon: return the upper half of 512 character fonts by Stefan Bader · 15 years ago
  22. 025dfda trivial: fix then -> than typos in comments and documentation by Frederik Schwarzer · 16 years ago
  23. f453ba0 DRM: add mode setting support by Dave Airlie · 16 years ago
  24. 5ab4840 vgacon: vgacon_scrolldelta simplification by Marcin Slusarz · 16 years ago
  25. c38182a vgacon: optimize scrolling by Marcin Slusarz · 16 years ago
  26. 93f78da Revert "vt: fix background color on line feed" by Linus Torvalds · 16 years ago
  27. c9e587ab vt: fix background color on line feed by Jan Engelhardt · 16 years ago
  28. cbfb3e0 vgacon: fix sparse warning about shadowing 'i' symbol by Marcin Slusarz · 17 years ago
  29. 3ea3351 Remove magic macros for screen_info structure members by H. Peter Anvin · 17 years ago
  30. 30c8264 [x86] remove uses of magic macros for boot_params access by H. Peter Anvin · 17 years ago
  31. e400b6e vt/vgacon: Check if screen resize request comes from userspace by Antonino A. Daplas · 17 years ago
  32. 80e2798 console: fix section mismatch warning in vgacon.c by Sam Ravnborg · 17 years ago
  33. a1a4849 Refine SCREEN_INFO sanity check for vgacon initialization by Gerd Hoffmann · 17 years ago
  34. 2ae8547 vgacon: disallow console operations when in KD_GRAPHICS mode by Antonino A. Daplas · 17 years ago
  35. cf36a65 vt-add-color-support-to-the-underline-and-italic-attributes-fix by Andrew Morton · 17 years ago
  36. fa6ce9a vt: add color support to the "underline" and "italic" attributes by Jan Engelhardt · 17 years ago
  37. f82af20 [PATCH] x86-64: ignore vgacon if hardware not present by Gerd Hoffmann · 17 years ago
  38. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 18 years ago
  39. 0128bee [PATCH] constify and annotate __read_mostly in vgacon.c and fbmem.c by Helge Deller · 18 years ago
  40. 894673e [PATCH] tty: Remove include of screen_info.h from tty.h by Jon Smirl · 18 years ago
  41. a8f340e [PATCH] vt: Remove VT-specific declarations and definitions from tty.h by Jon Smirl · 18 years ago
  42. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  43. 740e518 [PATCH] 64bit resource: C99 changes for struct resource declarations by Greg Kroah-Hartman · 18 years ago
  44. 50ec42e [PATCH] Detaching fbcon: fix vgacon to allow retaking of the console by Antonino A. Daplas · 18 years ago
  45. 4f1bcaf [PATCH] vgacon: make VGA_MAP_MEM take size, remove extra use by Bjorn Helgaas · 18 years ago
  46. 15bdab9 [PATCH] vgacon: Add support for soft scrollback by Antonino A. Daplas · 18 years ago
  47. 2115aea [PATCH] vgacon: fix EGA cursor resize function by Samuel Thibault · 18 years ago
  48. d1521260 [PATCH] vgacon: no vertical resizing on EGA by Samuel Thibault · 19 years ago
  49. 53dbb26 [PATCH] vgacon: Workaround for resize bug in some chipsets by Antonino A. Daplas · 19 years ago
  50. 954de91 [PATCH] vgacon: fix doublescan mode by Samuel Thibault · 19 years ago
  51. 5ef897c [PATCH] vgacon: Fix usage of stale height value on vc initialization by Antonino A. Daplas · 19 years ago
  52. 88dcb6c [PATCH] Set the vga cursor even when hidden by Samuel Thibault · 19 years ago
  53. 1a66ddc [PATCH] fix vgacon blanking by Pozsar Balazs · 19 years ago
  54. 0aec486 [PATCH] SVGATextMode fix by Samuel Thibault · 19 years ago
  55. 6d36ba6 [PATCH] vgacon: Fix sanity checking in vgacon_resize by Antonino A. Daplas · 19 years ago
  56. 28254d4 [PATCH] vga text console and stty cols/rows by Samuel Thibault · 19 years ago
  57. f18cd8f [PATCH] VGA to fbcon fix. by James Simmons · 19 years ago
  58. a40920b [PATCH] vgacon: set vc_hi_font_mask correctly by Bill Nottingham · 19 years ago
  59. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago