1. dce05aa vt: selection, introduce vc_is_sel by Jiri Slaby · 5 years ago
  2. 0095ab4 vt: Correct comment documenting do_take_over_console() by Lukas Wunner · 5 years ago
  3. c96e62c vt: Delete comment referencing non-existent unbind_con_driver() by Lukas Wunner · 5 years ago
  4. 805ece2 vt: Initialize conswitchp to dummy_con if unset by Arvind Sankar · 5 years ago
  5. 61d5145 vt: Grab console_lock around con_is_bound in show_bind by Daniel Vetter · 6 years ago
  6. ddde3c1 vt: More locking checks by Daniel Vetter · 6 years ago
  7. a135513 vt: might_sleep() annotation for do_blank_screen by Daniel Vetter · 6 years ago
  8. a1ad1cc vt/fbcon: deinitialize resources in visual_init() after failed memory allocation by Grzegorz Halat · 6 years ago
  9. b3a5e64 Merge tag 'tty-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 6 years ago
  10. 3b8a1f4 Merge 5.1-rc6 into tty-next by Greg Kroah-Hartman · 6 years ago
  11. 817de6b Merge 5.1-rc6 into staging-next by Greg Kroah-Hartman · 6 years ago
  12. 496124e vt: selection: allow functions to be called from inside kernel by Okash Khawaja · 6 years ago
  13. b2ecf00 vt: fix cursor when clearing the screen by Mikulas Patocka · 6 years ago
  14. 75ddbc1 tty: vt.c: Fix TIOCL_BLANKSCREEN console blanking if blankinterval == 0 by Yifeng Li · 6 years ago
  15. a6dbe44 vt: perform safe console erase in the right order by Nicolas Pitre · 6 years ago
  16. 83b21ed Merge 5.0-rc4 into tty-next by Greg Kroah-Hartman · 6 years ago
  17. 04afcd3 vt: ignore sequences that contain ':' in parameters. by Martin Hostettler · 6 years ago
  18. 7a99565 vt: ignore csi sequences with intermediate characters. by Martin Hostettler · 6 years ago
  19. 5445447 vt: Implement parsing for >, =, < private sequences. by Martin Hostettler · 6 years ago
  20. 2ff5c5a vt: refactor vc_ques to allow of other private sequences. by Martin Hostettler · 6 years ago
  21. 17504fd vt: annotate implicit fall throughs by Mathieu Malaterre · 6 years ago
  22. 8a08549 vcsa: clamp header values when they don't fit by Nicolas Pitre · 6 years ago
  23. 0c9b196 vt: invoke notifier on screen size change by Nicolas Pitre · 6 years ago
  24. 7e1d226 vt: always call notifier with the console lock held by Nicolas Pitre · 6 years ago
  25. 6609cff vt: make vt_console_print() compatible with the unicode screen buffer by Nicolas Pitre · 6 years ago
  26. e255aee Merge tag 'tty-4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 6 years ago
  27. 943210b vt: fix broken display when running aptitude by Mikulas Patocka · 6 years ago
  28. 8d7fc29 vt: Remove vc_panic_force_write by Daniel Vetter · 6 years ago
  29. d541ae4 vt: avoid a VLA in the unicode screen scroll function by Nicolas Pitre · 6 years ago
  30. 0224080 vt: coherence validation code for the unicode screen buffer by Nicolas Pitre · 7 years ago
  31. 9bfdc26 vt: selection: take screen contents from uniscr if available by Adam Borowski · 7 years ago
  32. 16ecf49 Merge 4.18-rc3 into tty-next by Greg Kroah-Hartman · 7 years ago
  33. 708d0bf vt: unicode fallback for scrollback by Nicolas Pitre · 7 years ago
  34. d21b0be vt: introduce unicode mode for /dev/vcs by Nicolas Pitre · 7 years ago
  35. d8ae724 vt: preserve unicode values corresponding to screen characters by Nicolas Pitre · 7 years ago
  36. 21eff69 vt: prevent leaking uninitialized data to userspace via /dev/vcs* by Alexander Potapenko · 7 years ago
  37. 4b4ecd9 vt: Perform safe console erase only once by Nicolas Pitre · 7 years ago
  38. 9abf8ac Merge tag 'tty-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 7 years ago
  39. f1869a8 tty: vt: fix up tabstops properly by Linus Torvalds · 7 years ago
  40. 65d9982 vt: change SGR 21 to follow the standards by Mike Frysinger · 7 years ago
  41. 24ed960 treewide: Switch DEFINE_TIMER callbacks to struct timer_list * by Kees Cook · 7 years ago
  42. fb0255f Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 7 years ago
  43. e3b3d0f tty: add SPDX identifiers to all remaining files in drivers/tty/ by Greg Kroah-Hartman · 7 years ago
  44. 8ffb820 tty: vt: remove multi-fetch, derive font.height from font.data by Meng Xu · 7 years ago
  45. 1d27e3e timer: Remove expires and data arguments from DEFINE_TIMER by Kees Cook · 7 years ago
  46. bccf1da vt: Use consistent logging style by Joe Perches · 7 years ago
  47. f0a8d84 vt: Use bsearch library function in is_double_width by Thomas Meyer · 7 years ago
  48. 1c65a87 vt: fix \e[2m using the wrong placeholder color on graphical consoles by Adam Borowski · 8 years ago
  49. 6987dc8 vt: fix unchecked __put_user() in tioclinux ioctls by Adam Borowski · 8 years ago
  50. a4199f5 tty: Disable default console blanking interval by Tim Gardner · 8 years ago
  51. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  52. bcd375f console: Add callback to flush scrollback buffer to consw struct by Manuel Schölling · 8 years ago
  53. c11a6cf Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 8 years ago
  54. 5131dcd Merge 4.9-rc3 into tty-next by Greg Kroah-Hartman · 8 years ago
  55. 009e39a vt: clear selection before resizing by Scot Doyle · 8 years ago
  56. 32b2921 tty: limit terminal size to 4M chars by Dmitry Vyukov · 8 years ago
  57. 7c918cdc tty: vt, rename variables to sane names by Jiri Slaby · 8 years ago
  58. 210fd74 tty: vt, compute vc offsets in advance by Jiri Slaby · 8 years ago
  59. 35cc56f tty: vgacon+sisusb, move scrolldelta to a common helper by Jiri Slaby · 8 years ago
  60. 89765b9 tty: vt, unify scrolling functions by Jiri Slaby · 8 years ago
  61. d705ff3 tty: vt, cleanup and document con_scroll by Jiri Slaby · 8 years ago
  62. 42acfc6 tty: vt, fix bogus division in csi_J by Jiri Slaby · 8 years ago
  63. 8bc4a04 Merge branch 'for-4.9' into for-4.10 by Tejun Heo · 8 years ago
  64. 5638733 Merge branch 'printk-cleanups' by Linus Torvalds · 8 years ago
  65. 4bcc595 printk: reinstate KERN_CONT for printing continuation lines by Linus Torvalds · 8 years ago
  66. fadb424 vt: Emulate \e[100-107m (bright background colors). by Adam Borowski · 8 years ago
  67. cc67dc2 vt: Support \e[90-97m (bright foreground colors). by Adam Borowski · 8 years ago
  68. 3e7ec4a vt: Drop a no longer true comment. by Adam Borowski · 8 years ago
  69. 0bf1f4a vt: Make a comparison <= for readability. by Adam Borowski · 8 years ago
  70. 669e0a5 vt: Fix a read-past-array in vc_t416_color(). by Adam Borowski · 8 years ago
  71. 1bb0802 tty, workqueue: remove keventd_up() usage by Tejun Heo · 8 years ago
  72. 67417f9 Merge 4.7-rc6 into tty-next by Greg Kroah-Hartman · 9 years ago
  73. 1b45996 tty: vt: Fix soft lockup in fbcon cursor blink timer. by David Daney · 9 years ago
  74. abd530d tty: vt, remove unused vc_deccolm by Jiri Slaby · 9 years ago
  75. 6ca8dfd tty: vt, convert more macros to functions by Jiri Slaby · 9 years ago
  76. aada0a3 tty: vt, whitespace cleanup in csi_m by Jiri Slaby · 9 years ago
  77. 193df02 tty: vt, too many commands per line in rgb_foreground by Jiri Slaby · 9 years ago
  78. 0f91e14 tty: vt, do not pass structure over stack by Jiri Slaby · 9 years ago
  79. e05ab23 tty: vt, separate T.416 high colors handler by Jiri Slaby · 9 years ago
  80. d711ea8 tty: vt, get rid of ugly FLUSH macro by Jiri Slaby · 9 years ago
  81. 6af39ed tty: vt, drop VT_BUF_VRAM_ONLY by Jiri Slaby · 9 years ago
  82. 709280d tty: vt, consw->con_set_palette cleanup by Jiri Slaby · 9 years ago
  83. 97293de tty: vt, consw->con_scrolldelta cleanup by Jiri Slaby · 9 years ago
  84. 1b0ec88 vt: remove lines parameter from scrollback by Jiri Slaby · 9 years ago
  85. 96317e9 tty: vt, finish looping on duplicate by Jiri Slaby · 9 years ago
  86. 6798df4 tty: vt, return error when con_startup fails by Jiri Slaby · 9 years ago
  87. 91e74ca tty: vt, use proper type for default colors by Jiri Slaby · 9 years ago
  88. 8ede5cc tty: vt, make color_table const by Jiri Slaby · 9 years ago
  89. 34902b7 tty: vt, get rid of weird source code flow by Jiri Slaby · 9 years ago
  90. 182846a tty: vt, remove reduntant check by Jiri Slaby · 9 years ago
  91. e882f71 tty: vt: initialize softcursor_original correctly by Melchior FRANZ · 9 years ago
  92. 8c4e378 Merge tag 'staging-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 9 years ago
  93. 88867e3 Staging: speakup: fix read scrolled-back VT by Samuel Thibault · 9 years ago
  94. c0f160a vt: Deinline save_screen, save 238 bytes by Denys Vlasenko · 9 years ago
  95. 08b3324 tty/vt: Fix the memory leak in visual_init by Dongxing Zhang · 10 years ago
  96. 77232f7 vt: Don't check KD_GRAPHICS when binding/unbinding by Daniel Vetter · 10 years ago
  97. d364b5c vt: fix console lock vs. kernfs s_active lock order by Imre Deak · 10 years ago
  98. bd63364 vt: add cursor blink interval escape sequence by Scot Doyle · 10 years ago
  99. 1083a7b tty: Use static attribute groups for sysfs entries by Takashi Iwai · 10 years ago
  100. 3372ec2 vt: use msecs_to_jiffies for time conversion by Nicholas Mc Guire · 10 years ago