1. 7c314bdf Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 3 years, 5 months ago
  2. 3a2b2eb console: consume APC, DM, DCS by nick black · 3 years, 5 months ago
  3. 39b7b42 tty: stop using alloc_tty_driver by Jiri Slaby · 3 years, 6 months ago
  4. 3b0c406 tty: Fix out-of-bound vmalloc access in imageblit by Igor Matheus Andrade Torrente · 3 years, 7 months ago
  5. 910cc953 Merge 5.13-rc4 into tty-next by Greg Kroah-Hartman · 3 years, 8 months ago
  6. ffb324e tty: vt: always invoke vc->vc_sw->con_resize callback by Tetsuo Handa · 3 years, 8 months ago
  7. fa7501e tty: remove tty_operations::chars_in_buffer for non-buffering by Jiri Slaby · 3 years, 8 months ago
  8. 03b3b1a tty: make tty_operations::write_room return uint by Jiri Slaby · 3 years, 8 months ago
  9. 64d608d tty: cumulate and document tty_struct::ctrl* members by Jiri Slaby · 3 years, 8 months ago
  10. 6e94dbc tty: cumulate and document tty_struct::flow* members by Jiri Slaby · 3 years, 8 months ago
  11. ed5aecd tty: remove broken r3964 line discipline by Jiri Slaby · 3 years, 8 months ago
  12. 211b4d4 tty: fix memory leak in vc_deallocate by Pavel Skripkin · 3 years, 10 months ago
  13. 22fce66 tty: vt: Mundane typo fix in the file vt.c by Bhaskar Chowdhury · 3 years, 10 months ago
  14. ff2047f vt: drop old FONT ioctls by Jiri Slaby · 4 years ago
  15. 63f24a7 vt: move set_leds to keyboard.c by Jiri Slaby · 4 years ago
  16. 3c4e0dff vt: Disable KD_FONT_OP_COPY by Daniel Vetter · 4 years, 2 months ago
  17. 8f49a2f Merge 5.9-rc3 into tty-next by Greg Kroah-Hartman · 4 years, 5 months ago
  18. 15bc20c Merge tag 'tty-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 4 years, 5 months ago
  19. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  20. ea239f1 tty: vt, fix kernel-doc by Jiri Slaby · 4 years, 5 months ago
  21. b8209f6 vc: propagate "viewed as bool" from screenpos up by Jiri Slaby · 4 years, 5 months ago
  22. a5c6bd8 vt: declare xy for get/putconsxy properly by Jiri Slaby · 4 years, 5 months ago
  23. d73568c vt: make vc_data pointers const in selection.h by Jiri Slaby · 4 years, 5 months ago
  24. f8d1653 vt: defer kfree() of vc_screenbuf in vc_do_resize() by Tetsuo Handa · 4 years, 6 months ago
  25. dbaab94 Merge 5.8-rc7 into tty-next by Greg Kroah-Hartman · 4 years, 6 months ago
  26. a6fdf0c tty: vt: Replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 6 months ago
  27. ce68455 vt: Reject zero-sized screen buffer size. by Tetsuo Handa · 4 years, 6 months ago
  28. c5c717e vt: simplify noncolor attributes in build_attr by Jiri Slaby · 4 years, 7 months ago
  29. faace51 vt: remove superfluous parens in invert_screen and build_attr by Jiri Slaby · 4 years, 7 months ago
  30. c0e4b3a vt: use newly defined CUR_* macros by Jiri Slaby · 4 years, 7 months ago
  31. 4dfa3c54 vt: redefine world of cursor macros by Jiri Slaby · 4 years, 7 months ago
  32. dc219db vt: whitespace and paren cleanup in add_softcursor by Jiri Slaby · 4 years, 7 months ago
  33. e854829 vt: synchronize types and use min in csi_X by Jiri Slaby · 4 years, 7 months ago
  34. f1bcbe1 vt: make tc write more obvious in vc_con_write_normal by Jiri Slaby · 4 years, 7 months ago
  35. f3205b2 vt: simplify vc_attr handling in vc_con_write_normal by Jiri Slaby · 4 years, 7 months ago
  36. 6923e2d vc: simplify condition in vc_con_write_normal by Jiri Slaby · 4 years, 7 months ago
  37. 391536a vc: move normal char processing from do_con_write by Jiri Slaby · 4 years, 7 months ago
  38. 754bda9 vc: extract detecting control characters from do_con_write by Jiri Slaby · 4 years, 7 months ago
  39. 917ae1a vc: introduce struct vc_draw_region by Jiri Slaby · 4 years, 7 months ago
  40. a423634 vc: move translation out of do_con_write by Jiri Slaby · 4 years, 7 months ago
  41. 0d1ffef vt: move rescan_last_byte label earlier by Jiri Slaby · 4 years, 7 months ago
  42. 881c878 vt: extract attribute inversion to vc_invert_attr by Jiri Slaby · 4 years, 7 months ago
  43. ede98d1 vt: rearrange vc_translate_unicode by Jiri Slaby · 4 years, 7 months ago
  44. 694d8a4 vt: separate unicode handling into vc_translate_unicode by Jiri Slaby · 4 years, 7 months ago
  45. da823b2 vt: use modern types in do_con_write by Jiri Slaby · 4 years, 7 months ago
  46. a018180 vt: move vc_translate to vt.c and rename it by Jiri Slaby · 4 years, 7 months ago
  47. 9a6f72d vt: get rid of VT10.ID macros by Jiri Slaby · 4 years, 7 months ago
  48. de53ce0 vt: use tty_insert_flip_string in respond_string by Jiri Slaby · 4 years, 7 months ago
  49. dbee4cf vt: convert vc_tab_stop to bitmap by Jiri Slaby · 4 years, 7 months ago
  50. b70ec4d vt: switch G0/1_charset to an array by Jiri Slaby · 4 years, 7 months ago
  51. b4d92b6 vt: deduplicate setGx code by Jiri Slaby · 4 years, 7 months ago
  52. 77bc14f vc: switch state to bool by Jiri Slaby · 4 years, 7 months ago
  53. b84ae3d vt: introduce enum vc_intensity for intensity by Jiri Slaby · 4 years, 7 months ago
  54. 28bc24f vc: separate state by Jiri Slaby · 4 years, 7 months ago
  55. 57d38f2 vt: fix unicode console freeing with a common interface by Nicolas Pitre · 4 years, 9 months ago
  56. 2717769 vt: don't hardcode the mem allocation upper bound by Nicolas Pitre · 4 years, 10 months ago
  57. 9a98e7a vt: don't use kmalloc() for the unicode screen buffer by Nicolas Pitre · 4 years, 10 months ago
  58. ca4463b vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual console by Eric Biggers · 4 years, 10 months ago
  59. c3a834e vt: indent switch-case in setterm_command properly by Jiri Slaby · 4 years, 10 months ago
  60. 85af370 vt: use min() to limit intervals by Jiri Slaby · 4 years, 10 months ago
  61. c57c164 vt: drop redundant might_sleep() in do_con_write() by Eric Biggers · 5 years ago
  62. cb05c6c Merge 5.6-rc5 into tty-next by Greg Kroah-Hartman · 4 years, 10 months ago
  63. 4b70dd5 vt: selection, push console lock down by Jiri Slaby · 4 years, 11 months ago
  64. ba08cf4 Merge 5.6-rc3 into tty-next by Greg Kroah-Hartman · 5 years ago
  65. dce05aa vt: selection, introduce vc_is_sel by Jiri Slaby · 5 years ago
  66. 3f4ef48 vt: fix scrollback flushing on background consoles by Nicolas Pitre · 5 years ago
  67. 0095ab4 vt: Correct comment documenting do_take_over_console() by Lukas Wunner · 5 years ago
  68. c96e62c vt: Delete comment referencing non-existent unbind_con_driver() by Lukas Wunner · 5 years ago
  69. 805ece2 vt: Initialize conswitchp to dummy_con if unset by Arvind Sankar · 5 years ago
  70. 61d5145 vt: Grab console_lock around con_is_bound in show_bind by Daniel Vetter · 5 years ago
  71. ddde3c1 vt: More locking checks by Daniel Vetter · 6 years ago
  72. a135513 vt: might_sleep() annotation for do_blank_screen by Daniel Vetter · 6 years ago
  73. a1ad1cc vt/fbcon: deinitialize resources in visual_init() after failed memory allocation by Grzegorz Halat · 6 years ago
  74. 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
  75. 3b8a1f4 Merge 5.1-rc6 into tty-next by Greg Kroah-Hartman · 6 years ago
  76. 817de6b Merge 5.1-rc6 into staging-next by Greg Kroah-Hartman · 6 years ago
  77. 496124e vt: selection: allow functions to be called from inside kernel by Okash Khawaja · 6 years ago
  78. b2ecf00 vt: fix cursor when clearing the screen by Mikulas Patocka · 6 years ago
  79. 75ddbc1 tty: vt.c: Fix TIOCL_BLANKSCREEN console blanking if blankinterval == 0 by Yifeng Li · 6 years ago
  80. a6dbe44 vt: perform safe console erase in the right order by Nicolas Pitre · 6 years ago
  81. 83b21ed Merge 5.0-rc4 into tty-next by Greg Kroah-Hartman · 6 years ago
  82. 04afcd3 vt: ignore sequences that contain ':' in parameters. by Martin Hostettler · 6 years ago
  83. 7a99565 vt: ignore csi sequences with intermediate characters. by Martin Hostettler · 6 years ago
  84. 5445447 vt: Implement parsing for >, =, < private sequences. by Martin Hostettler · 6 years ago
  85. 2ff5c5a vt: refactor vc_ques to allow of other private sequences. by Martin Hostettler · 6 years ago
  86. 17504fd vt: annotate implicit fall throughs by Mathieu Malaterre · 6 years ago
  87. 8a08549 vcsa: clamp header values when they don't fit by Nicolas Pitre · 6 years ago
  88. 0c9b196 vt: invoke notifier on screen size change by Nicolas Pitre · 6 years ago
  89. 7e1d226 vt: always call notifier with the console lock held by Nicolas Pitre · 6 years ago
  90. 6609cff vt: make vt_console_print() compatible with the unicode screen buffer by Nicolas Pitre · 6 years ago
  91. 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
  92. 943210b vt: fix broken display when running aptitude by Mikulas Patocka · 6 years ago
  93. 8d7fc29 vt: Remove vc_panic_force_write by Daniel Vetter · 6 years ago
  94. d541ae4 vt: avoid a VLA in the unicode screen scroll function by Nicolas Pitre · 6 years ago
  95. 0224080 vt: coherence validation code for the unicode screen buffer by Nicolas Pitre · 6 years ago
  96. 9bfdc26 vt: selection: take screen contents from uniscr if available by Adam Borowski · 6 years ago
  97. 16ecf49 Merge 4.18-rc3 into tty-next by Greg Kroah-Hartman · 7 years ago
  98. 708d0bf vt: unicode fallback for scrollback by Nicolas Pitre · 7 years ago
  99. d21b0be vt: introduce unicode mode for /dev/vcs by Nicolas Pitre · 7 years ago
  100. d8ae724 vt: preserve unicode values corresponding to screen characters by Nicolas Pitre · 7 years ago