1. 08b3324 tty/vt: Fix the memory leak in visual_init by Dongxing Zhang · 9 years ago
  2. 77232f7 vt: Don't check KD_GRAPHICS when binding/unbinding by Daniel Vetter · 9 years ago
  3. d364b5c vt: fix console lock vs. kernfs s_active lock order by Imre Deak · 9 years ago
  4. bd63364 vt: add cursor blink interval escape sequence by Scot Doyle · 9 years ago
  5. 1083a7b tty: Use static attribute groups for sysfs entries by Takashi Iwai · 9 years ago
  6. 3372ec2 vt: use msecs_to_jiffies for time conversion by Nicholas Mc Guire · 9 years ago
  7. 678afb9 tty: vt/vt: fix sparse warning by Lad, Prabhakar · 9 years ago
  8. 19e3ae6 vt: provide notifications on selection changes by Nicolas Pitre · 9 years ago
  9. 4c215fe vt: fix locking around vt_bind/vt_unbind by Imre Deak · 10 years ago
  10. 2cf30f7 vt: fix check for system/busy console drivers when unregistering them by Imre Deak · 10 years ago
  11. e620e54 tty: pr_warning->pr_warn and logging neatening by Joe Perches · 10 years ago
  12. 52c40fc vt: Fix build breakage when !CONFIG_VT_CONSOLE by Peter Hurley · 10 years ago
  13. 085f4d8 tty:vt remove obsolete struct initializer by Peng Fan · 10 years ago
  14. 6895207 vt: Remove vt_get_kmsg_redirect() from uapi header by Peter Hurley · 10 years ago
  15. 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
  16. f418f2e vt: Don't ignore unbind errors in vt_unbind by Daniel Vetter · 10 years ago
  17. d9c660e vt: Fix up unregistration of vt drivers by Daniel Vetter · 10 years ago
  18. 249f7b3 vt: Fix replacement console check when unbinding by Daniel Vetter · 10 years ago
  19. e4bdab7 console: Use explicit pointer type for vc_uni_pagedir* fields by Takashi Iwai · 10 years ago
  20. cec5b2a9 vt: emulate 8- and 24-bit colour codes. by Adam Borowski · 10 years ago
  21. 63f3a16 vt: detect and ignore OSC codes. by Adam Borowski · 10 years ago
  22. b290af6 vt: drop an useless enum and assignment. by Adam Borowski · 10 years ago
  23. 0930b09 vt: Fix secure clear screen by Petr Písař · 10 years ago
  24. 3415097 vt: properly ignore xterm-256 colour codes by Adam Borowski · 11 years ago
  25. 6454588 vt: break a couple of obsolete SCOish codes. by Adam Borowski · 11 years ago
  26. 3855ae1 vt: make the default color configurable by Clemens Ladisch · 11 years ago
  27. 6a1c068 tty: Convert termios_mutex to termios_rwsem by Peter Hurley · 11 years ago
  28. 8095e4e Merge 3.10-rc3 into tty-next by Greg Kroah-Hartman · 11 years ago
  29. 155957f TTY:vt: convert remain take_over_console's users to do_take_over_console by Wang YanQing · 11 years ago
  30. 50539dd vt: delete unneeded function unregister_con_driver by Wang YanQing · 11 years ago
  31. 70125e7 fbcon: convert last two unregister_con_driver call to do_unregister_con_driver by Wang YanQing · 11 years ago
  32. 77d6c98 vt: delete unneeded function bind_con_driver by Wang YanQing · 11 years ago
  33. c62a1e5 vt: convert last bind_con_driver call to do_bind_con_driver by Wang YanQing · 11 years ago
  34. c1f5e38 vt: delete unneeded function unbind_con_driver by Wang YanQing · 11 years ago
  35. 618f2b9 vt: convert last unbind_con_driver call to do_unbind_con_driver by Wang YanQing · 11 years ago
  36. dc96418 vt: delete unneeded functions register_con_driver|take_over_console by Wang YanQing · 11 years ago
  37. 421b40a tty/vt: Fix vc_deallocate() lock order by Peter Hurley · 11 years ago
  38. fffddfd Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  39. a883b70 tty vt: fix character insertion overflow by Nicolas Pitre · 11 years ago
  40. 62cd2fa8 Merge branch 'console-fixes' into drm-next by Dave Airlie · 11 years ago
  41. e93a9a8 fb: Yet another band-aid for fixing lockdep mess by Takashi Iwai · 11 years ago
  42. 50e244c fb: rework locking to fix lock ordering on takeover by Alan Cox · 11 years ago
  43. 2a24830 vgacon/vt: clear buffer attributes when we load a 512 character font (v2) by Dave Airlie · 11 years ago
  44. 6732c8b TTY: switch tty_schedule_flip by Jiri Slaby · 12 years ago
  45. 92a19f9 TTY: switch tty_insert_flip_char by Jiri Slaby · 12 years ago
  46. c6bd5bc Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
  47. b1a925f tty vt: Fix a regression in command line edition by Jean-François Moine · 12 years ago
  48. 191c5f1 TTY: call tty_port_destroy in the rest of drivers by Jiri Slaby · 12 years ago
  49. 6c536a1 Merge tag 'for_linus-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb by Linus Torvalds · 12 years ago
  50. 17b572e8 kdb,vt_console: Fix missed data due to pager overruns by Jason Wessel · 12 years ago
  51. 81732c3 tty vt: Fix line garbage in virtual console on command line edition by Jean-François Moine · 12 years ago
  52. 36b3c07 tty: Move the handling of the tty release logic by Alan Cox · 12 years ago
  53. adc8d74 tty: move the termios object into the tty by Alan Cox · 12 years ago
  54. bc1e99d TTY: vt, add ->install by Jiri Slaby · 12 years ago
  55. 4c2ef53 TTY: vt, remove con_schedule_flip by Jiri Slaby · 12 years ago
  56. 665ab0f Merge 3.4-rc3 into tty-next by Greg Kroah-Hartman · 12 years ago
  57. 871bdea tty/vt: handle bad user buffer in {G,P}IO_CMAP ioctl by Michael Gehring · 12 years ago
  58. 5da527a printk(): add KERN_CONT where needed in hpet and vt code by Kay Sievers · 12 years ago
  59. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  60. 2f16669 TTY: remove re-assignments to tty_driver members by Jiri Slaby · 12 years ago
  61. 5289475 vt: tackle the main part of the selection logic by Alan Cox · 12 years ago
  62. 20f6257 vt: push down tioclinux cases by Alan Cox · 12 years ago
  63. edab558 vt: sort out locking for font handling by Alan Cox · 12 years ago
  64. 079c953 vt:tackle kbd_table by Alan Cox · 12 years ago
  65. 502fcb7 tty: clearify structure initializer in notify_write() by Mathias Krause · 13 years ago
  66. f8df13e tty: Clean console safely by Petr Písař · 13 years ago
  67. 99edb3d tty: remove invalid location line in file header by Jovi Zhang · 13 years ago
  68. f2ee4ae TTY: VT, remove unused variables by Jiri Slaby · 13 years ago
  69. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  70. f74b944 Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 13 years ago
  71. 5edc341 drivers: remove extraneous includes of smp_lock.h by Arnd Bergmann · 13 years ago
  72. fcdba07 tty,vcs removing con_buf/conf_buf_mtx by Jiri Olsa · 13 years ago
  73. 1ffdda9 TTY: use appropriate printk priority level by Mandeep Singh Baines · 13 years ago
  74. abfa44b Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 13 years ago
  75. ac751ef console: rename acquire/release_console_sem() to console_lock/unlock() by Torben Hohn · 13 years ago
  76. a2a6a82 tty: use for_each_console() and WARN() on sysfs failures by Kay Sievers · 14 years ago
  77. c55c63c vt: fix issue when fbcon wants to takeover a second time. by Dave Airlie · 14 years ago
  78. fbc92a3 tty: add 'active' sysfs attribute to tty0 and console device by Kay Sievers · 14 years ago
  79. 60d4ae8 TTY: create drivers/tty/vt and move the vt code there by Greg Kroah-Hartman · 14 years ago[Renamed from drivers/char/vt.c]
  80. 432c9ed vcs: invoke the vt update callback when /dev/vcs* is written to by Nicolas Pitre · 14 years ago
  81. 9fc2b2d vt: Fix console corruption on driver hand-over. by Francisco Jerez · 14 years ago
  82. beed533 vt,console,kdb: preserve console_blanked while in kdb by Jason Wessel · 14 years ago
  83. fed891c vt: fix regression warnings from KMS merge by Jason Wessel · 14 years ago
  84. 8ce7326 tty: Move the vt_tty field from the vc_data into the standard tty_port by Alan Cox · 14 years ago
  85. ff917ba tty: Make vt's have a tty_port by Alan Cox · 14 years ago
  86. e33ac1c vc: Locking clean up by Alan Cox · 14 years ago
  87. 8fd4bd2 vt/console: try harder to print output when panicing by Jesse Barnes · 14 years ago
  88. 74c807c vt: clean up the code - use kernel library by Andy Shevchenko · 14 years ago
  89. 9e0ba74 drivers/char/vt.c:vc_do_resize(): local var `end' should be unsigned long by qiaochong · 14 years ago
  90. 02f0777 drivers/char/vt.c: fix vc->vc_origin on take_over_console() by qiaochong · 14 years ago
  91. 81d4450 vt,console,kdb: automatically set kdb LINES variable by Jason Wessel · 14 years ago
  92. b45cfba vt,console,kdb: implement atomic console enter/leave functions by Jesse Barnes · 14 years ago
  93. 386f40c Revert "tty: fix a little bug in scrup, vt.c" by Linus Torvalds · 14 years ago
  94. 962400e tty: fix a little bug in scrup, vt.c by Frank Pan · 14 years ago
  95. 9b71ca2 drivers/char/vt.c: use memdup_user by Julia Lawall · 14 years ago
  96. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 14 years ago
  97. d9a5f04 vt: remove unused variables by Shahar Havivi · 14 years ago
  98. 9ea9a88 vt: make the default cursor shape configurable by Clemens Ladisch · 15 years ago
  99. 5ada918 vt: introduce and use vt_kmsg_redirect() function by Bernhard Walle · 15 years ago
  100. f6c06b6 vc: Add support for hiding the cursor when creating VTs by Matthew Garrett · 15 years ago