1. adc12a7 Merge branch 'resizex' (patches from Maciej) by Linus Torvalds · 3 years, 8 months ago
  2. 860dafa vt: Fix character height handling with VT_RESIZEX by Maciej W. Rozycki · 3 years, 8 months ago
  3. d4d0ad5 vgacon: Record video mode changes with VT_RESIZEX by Maciej W. Rozycki · 3 years, 8 months ago
  4. 0ae798f vgacon: drop unused vga_init_done by Stephen Kitt · 3 years, 11 months ago
  5. 5a3c96e vgacon: comment on vga_rolled_over by Jiri Slaby · 3 years, 10 months ago
  6. cac8a63 vgacon: drop BROKEN_GRAPHICS_PROGRAMS by Jiri Slaby · 4 years ago
  7. 973c096 vgacon: remove software scrollback support by Linus Torvalds · 4 years, 4 months ago
  8. ebfdfee vgacon: Fix for missing check in scrollback handling by Yunhai Zhang · 4 years, 5 months ago
  9. c0e4b3a vt: use newly defined CUR_* macros by Jiri Slaby · 4 years, 7 months ago
  10. 77bc14f vc: switch state to bool by Jiri Slaby · 4 years, 7 months ago
  11. b84ae3d vt: introduce enum vc_intensity for intensity by Jiri Slaby · 4 years, 7 months ago
  12. 28bc24f vc: separate state by Jiri Slaby · 4 years, 7 months ago
  13. 513dc79 vgacon: Fix a UAF in vgacon_invert_region by Zhang Xiaoxu · 4 years, 10 months ago
  14. 3e3d38b vgacon: Use pr_warn instead of pr_warning by Kefeng Wang · 5 years ago
  15. bfd8d8f vgacon: unconfuse vc_origin when using soft scrollback by Nicolas Pitre · 6 years ago
  16. ff459c2 video/console/vgacon: Print big fat warning with nomodeset by Lyude Paul · 6 years ago
  17. c396a5b console: Expand dummy functions for CFI by Kees Cook · 7 years ago
  18. c820841 vgacon: Set VGA struct resource types by Bjorn Helgaas · 7 years ago
  19. b9a58de vgacon: Prevent faulty bootparams.screeninfo from causing harm by Jan H. Schönherr · 7 years ago
  20. 1a336c9 console: Make persistent scrollback a boot parameter by Manuel Schölling · 8 years ago
  21. aabd31c console: Add persistent scrollback buffers for all VGA consoles by Manuel Schölling · 8 years ago
  22. bcd375f console: Add callback to flush scrollback buffer to consw struct by Manuel Schölling · 8 years ago
  23. 66da39e console: Move scrollback data into its own struct by Manuel Schölling · 8 years ago
  24. b9c8b7f vgacon: remove prehistoric macros by Jiri Slaby · 8 years ago
  25. 96fd955 vgacon: switch boolean variables to bool by Jiri Slaby · 8 years ago
  26. 35cc56f tty: vgacon+sisusb, move scrolldelta to a common helper by Jiri Slaby · 8 years ago
  27. d705ff3 tty: vt, cleanup and document con_scroll by Jiri Slaby · 8 years ago
  28. 6ca8dfd tty: vt, convert more macros to functions by Jiri Slaby · 9 years ago
  29. 52ad1f3 tty: vt, remove consw->con_bmove by Jiri Slaby · 9 years ago
  30. 709280d tty: vt, consw->con_set_palette cleanup by Jiri Slaby · 9 years ago
  31. 97293de tty: vt, consw->con_scrolldelta cleanup by Jiri Slaby · 9 years ago
  32. 8ede5cc tty: vt, make color_table const by Jiri Slaby · 9 years ago
  33. 89f0244 video/console: Resolve several shadow warnings by Mark Rustad · 10 years ago
  34. 884d614 Merge tag 'drm-intel-fixes-2014-06-17' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 11 years ago
  35. a4de052 drm/i915: Kick out vga console by Daniel Vetter · 11 years ago
  36. e4bdab7 console: Use explicit pointer type for vc_uni_pagedir* fields by Takashi Iwai · 11 years ago
  37. 0f2893f vgacon: Fix & cleanup refcounting by Takashi Iwai · 11 years ago
  38. 0ab3691 vgacon: fix missing include. by Dave Airlie · 12 years ago
  39. 7e6d72c vgacon.c: add cond reschedule points in vgacon_do_font_op by Marcelo Tosatti · 12 years ago
  40. 2a24830 vgacon/vt: clear buffer attributes when we load a 512 character font (v2) by Dave Airlie · 12 years ago
  41. 6b2c180 locking, video: Annotate vga console lock as raw by Thomas Gleixner · 15 years ago
  42. 63b1dd0 video: fix some comments in drivers/video/console/vgacon.c by Amerigo Wang · 14 years ago
  43. 554ec37 vgacon: check for efi machine by Yannick Heneault · 14 years ago
  44. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  45. 83ceb67 tty: fix console_sem lock order by Arnd Bergmann · 15 years ago
  46. ec79d60 tty: replace BKL with a new tty_lock by Arnd Bergmann · 15 years ago
  47. 6aed359 console/vgacon.c: mark file-local symbol static by Thiago Farina · 15 years ago
  48. b434a68 vgacon: Add support for setting the default cursor state by Matthew Garrett · 15 years ago
  49. f6c06b6 vc: Add support for hiding the cursor when creating VTs by Matthew Garrett · 15 years ago
  50. f0c7d2b vgacon: prevent vgacon_deinit from touching the hardware for inactive consoles. by Francisco Jerez · 15 years ago
  51. 6d6c971 includecheck fix: drivers/video, vgacon.c by Jaswinder Singh Rajput · 15 years ago
  52. b8ec757 vgacon: use slab allocator instead of the bootmem allocator by Pekka Enberg · 16 years ago
  53. b175dc0 vgacon: return the upper half of 512 character fonts by Stefan Bader · 16 years ago
  54. 025dfda trivial: fix then -> than typos in comments and documentation by Frederik Schwarzer · 16 years ago
  55. f453ba0 DRM: add mode setting support by Dave Airlie · 16 years ago
  56. 5ab4840 vgacon: vgacon_scrolldelta simplification by Marcin Slusarz · 16 years ago
  57. c38182a vgacon: optimize scrolling by Marcin Slusarz · 16 years ago
  58. 93f78da Revert "vt: fix background color on line feed" by Linus Torvalds · 16 years ago
  59. c9e587ab vt: fix background color on line feed by Jan Engelhardt · 17 years ago
  60. cbfb3e0 vgacon: fix sparse warning about shadowing 'i' symbol by Marcin Slusarz · 17 years ago
  61. 3ea3351 Remove magic macros for screen_info structure members by H. Peter Anvin · 17 years ago
  62. 30c8264 [x86] remove uses of magic macros for boot_params access by H. Peter Anvin · 17 years ago
  63. e400b6e vt/vgacon: Check if screen resize request comes from userspace by Antonino A. Daplas · 17 years ago
  64. 80e2798 console: fix section mismatch warning in vgacon.c by Sam Ravnborg · 17 years ago
  65. a1a4849 Refine SCREEN_INFO sanity check for vgacon initialization by Gerd Hoffmann · 18 years ago
  66. 2ae8547 vgacon: disallow console operations when in KD_GRAPHICS mode by Antonino A. Daplas · 18 years ago
  67. cf36a65 vt-add-color-support-to-the-underline-and-italic-attributes-fix by Andrew Morton · 18 years ago
  68. fa6ce9a vt: add color support to the "underline" and "italic" attributes by Jan Engelhardt · 18 years ago
  69. f82af20 [PATCH] x86-64: ignore vgacon if hardware not present by Gerd Hoffmann · 18 years ago
  70. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 18 years ago
  71. 0128bee [PATCH] constify and annotate __read_mostly in vgacon.c and fbmem.c by Helge Deller · 18 years ago
  72. 894673e [PATCH] tty: Remove include of screen_info.h from tty.h by Jon Smirl · 18 years ago
  73. a8f340e [PATCH] vt: Remove VT-specific declarations and definitions from tty.h by Jon Smirl · 18 years ago
  74. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  75. 740e518 [PATCH] 64bit resource: C99 changes for struct resource declarations by Greg Kroah-Hartman · 19 years ago
  76. 50ec42e [PATCH] Detaching fbcon: fix vgacon to allow retaking of the console by Antonino A. Daplas · 19 years ago
  77. 4f1bcaf [PATCH] vgacon: make VGA_MAP_MEM take size, remove extra use by Bjorn Helgaas · 19 years ago
  78. 15bdab9 [PATCH] vgacon: Add support for soft scrollback by Antonino A. Daplas · 19 years ago
  79. 2115aea [PATCH] vgacon: fix EGA cursor resize function by Samuel Thibault · 19 years ago
  80. d1521260 [PATCH] vgacon: no vertical resizing on EGA by Samuel Thibault · 19 years ago
  81. 53dbb26 [PATCH] vgacon: Workaround for resize bug in some chipsets by Antonino A. Daplas · 19 years ago
  82. 954de91 [PATCH] vgacon: fix doublescan mode by Samuel Thibault · 19 years ago
  83. 5ef897c [PATCH] vgacon: Fix usage of stale height value on vc initialization by Antonino A. Daplas · 19 years ago
  84. 88dcb6c [PATCH] Set the vga cursor even when hidden by Samuel Thibault · 19 years ago
  85. 1a66ddc [PATCH] fix vgacon blanking by Pozsar Balazs · 19 years ago
  86. 0aec486 [PATCH] SVGATextMode fix by Samuel Thibault · 19 years ago
  87. 6d36ba6 [PATCH] vgacon: Fix sanity checking in vgacon_resize by Antonino A. Daplas · 19 years ago
  88. 28254d4 [PATCH] vga text console and stty cols/rows by Samuel Thibault · 19 years ago
  89. f18cd8f [PATCH] VGA to fbcon fix. by James Simmons · 20 years ago
  90. a40920b [PATCH] vgacon: set vc_hi_font_mask correctly by Bill Nottingham · 20 years ago
  91. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago