1. 15bc20c Merge tag 'tty-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 4 years, 4 months ago
  2. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  3. bc5269c vt_ioctl: change VT_RESIZEX ioctl to check for error return from vc_resize() by George Kennedy · 4 years, 5 months ago
  4. f8d1653 vt: defer kfree() of vc_screenbuf in vc_do_resize() by Tetsuo Handa · 4 years, 5 months ago
  5. d6efb3a Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 4 years, 5 months ago
  6. 427714f Merge tag 'tasklets-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 5 months ago
  7. f3af1b6 tty: keyboard, do not speculate on func_table index by Jiri Slaby · 4 years, 5 months ago
  8. b13fecb treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD() by Kees Cook · 4 years, 6 months ago
  9. dbaab94 Merge 5.8-rc7 into tty-next by Greg Kroah-Hartman · 4 years, 5 months ago
  10. a6fdf0c tty: vt: Replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 6 months ago
  11. ce68455 vt: Reject zero-sized screen buffer size. by Tetsuo Handa · 4 years, 6 months ago
  12. 44c413d tty/vt: Do not warn when huge selection requested by Alexey Kardashevskiy · 4 years, 7 months ago
  13. 5de30b2 tty/vt: check allocation size in con_set_unimap() by Denis Efremov · 4 years, 7 months ago
  14. 5ba1278 vt_ioctl: move perm checks level up by Jiri Slaby · 4 years, 7 months ago
  15. a4c53c8 vt_ioctl: move vt_kdsetmode out of vt_k_ioctl by Jiri Slaby · 4 years, 7 months ago
  16. 7a0ac4b vt_ioctl: move vt_io_fontreset out of vt_io_ioctl by Jiri Slaby · 4 years, 7 months ago
  17. 5422337 vt_ioctl: move vt_resizex out of vt_ioctl by Jiri Slaby · 4 years, 7 months ago
  18. 535082d vt_ioctl: move vt_reldisp out of vt_ioctl by Jiri Slaby · 4 years, 7 months ago
  19. ebf1efb vt_ioctl: move vt_setactivate out of vt_ioctl by Jiri Slaby · 4 years, 7 months ago
  20. bfbbdfa vt_ioctl: move io ioctls to a separate function by Jiri Slaby · 4 years, 7 months ago
  21. 832a62a vt_ioctl: move K* ioctls to a separate function by Jiri Slaby · 4 years, 7 months ago
  22. eca734d vt_ioctl: eliminate use of uival and ucval by Jiri Slaby · 4 years, 7 months ago
  23. 0ce8179 vt_ioctl: eliminate ret & breaks in vt_ioctl by Jiri Slaby · 4 years, 7 months ago
  24. c5c717e vt: simplify noncolor attributes in build_attr by Jiri Slaby · 4 years, 7 months ago
  25. faace51 vt: remove superfluous parens in invert_screen and build_attr by Jiri Slaby · 4 years, 7 months ago
  26. c0e4b3a vt: use newly defined CUR_* macros by Jiri Slaby · 4 years, 7 months ago
  27. 4dfa3c54 vt: redefine world of cursor macros by Jiri Slaby · 4 years, 7 months ago
  28. dc219db vt: whitespace and paren cleanup in add_softcursor by Jiri Slaby · 4 years, 7 months ago
  29. e854829 vt: synchronize types and use min in csi_X by Jiri Slaby · 4 years, 7 months ago
  30. f1bcbe1 vt: make tc write more obvious in vc_con_write_normal by Jiri Slaby · 4 years, 7 months ago
  31. f3205b2 vt: simplify vc_attr handling in vc_con_write_normal by Jiri Slaby · 4 years, 7 months ago
  32. 6923e2d vc: simplify condition in vc_con_write_normal by Jiri Slaby · 4 years, 7 months ago
  33. 391536a vc: move normal char processing from do_con_write by Jiri Slaby · 4 years, 7 months ago
  34. 754bda9 vc: extract detecting control characters from do_con_write by Jiri Slaby · 4 years, 7 months ago
  35. 917ae1a vc: introduce struct vc_draw_region by Jiri Slaby · 4 years, 7 months ago
  36. a423634 vc: move translation out of do_con_write by Jiri Slaby · 4 years, 7 months ago
  37. 0d1ffef vt: move rescan_last_byte label earlier by Jiri Slaby · 4 years, 7 months ago
  38. 881c878 vt: extract attribute inversion to vc_invert_attr by Jiri Slaby · 4 years, 7 months ago
  39. ede98d1 vt: rearrange vc_translate_unicode by Jiri Slaby · 4 years, 7 months ago
  40. 694d8a4 vt: separate unicode handling into vc_translate_unicode by Jiri Slaby · 4 years, 7 months ago
  41. da823b2 vt: use modern types in do_con_write by Jiri Slaby · 4 years, 7 months ago
  42. a018180 vt: move vc_translate to vt.c and rename it by Jiri Slaby · 4 years, 7 months ago
  43. 9a6f72d vt: get rid of VT10.ID macros by Jiri Slaby · 4 years, 7 months ago
  44. de53ce0 vt: use tty_insert_flip_string in respond_string by Jiri Slaby · 4 years, 7 months ago
  45. dbee4cf vt: convert vc_tab_stop to bitmap by Jiri Slaby · 4 years, 7 months ago
  46. b70ec4d vt: switch G0/1_charset to an array by Jiri Slaby · 4 years, 7 months ago
  47. b4d92b6 vt: deduplicate setGx code by Jiri Slaby · 4 years, 7 months ago
  48. 77bc14f vc: switch state to bool by Jiri Slaby · 4 years, 7 months ago
  49. b84ae3d vt: introduce enum vc_intensity for intensity by Jiri Slaby · 4 years, 7 months ago
  50. 28bc24f vc: separate state by Jiri Slaby · 4 years, 7 months ago
  51. c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 7 months ago
  52. b86dab0 vt: keyboard: avoid signed integer overflow in k_ascii by Dmitry Torokhov · 4 years, 8 months ago
  53. 1cc1858 Merge 5.7-rc5 into tty-next by Greg Kroah-Hartman · 4 years, 8 months ago
  54. 57d38f2 vt: fix unicode console freeing with a common interface by Nicolas Pitre · 4 years, 8 months ago
  55. e947861 Merge 5.7-rc3 into tty-next by Greg Kroah-Hartman · 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, 9 months ago
  58. 8fd31e6 vt: extract selection chars storing from vc_do_selection by Jiri Slaby · 4 years, 9 months ago
  59. 9ba4ddb vt: selection, split __set_selection_kernel by Jiri Slaby · 4 years, 9 months ago
  60. 7cf64b1 vt: vt_ioctl: fix use-after-free in vt_in_use() by Eric Biggers · 4 years, 10 months ago
  61. ca4463b vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual console by Eric Biggers · 4 years, 10 months ago
  62. c3a834e vt: indent switch-case in setterm_command properly by Jiri Slaby · 4 years, 10 months ago
  63. f0e8e3d vt: selection, use rounddown() for start/endline computation by Jiri Slaby · 4 years, 10 months ago
  64. 85af370 vt: use min() to limit intervals by Jiri Slaby · 4 years, 10 months ago
  65. 5b30dee vt: selection, fix double lock introduced by a merge by Jiri Slaby · 4 years, 10 months ago
  66. 1aa6e05 vt: vt_ioctl: remove unnecessary console allocation checks by Eric Biggers · 4 years, 11 months ago
  67. c57c164 vt: drop redundant might_sleep() in do_con_write() by Eric Biggers · 4 years, 11 months ago
  68. cb05c6c Merge 5.6-rc5 into tty-next by Greg Kroah-Hartman · 4 years, 10 months ago
  69. bc80932 vt: selection, indent switch-case properly by Jiri Slaby · 4 years, 11 months ago
  70. 6ff66e0 vt: selection, remove redeclaration of poke_blanked_console by Jiri Slaby · 4 years, 11 months ago
  71. f400991 vt: switch vt_dont_switch to bool by Jiri Slaby · 4 years, 11 months ago
  72. 9256d09 vt: selection, create struct from console selection globals by Jiri Slaby · 4 years, 11 months ago
  73. 555b4ef vt: selection, localize use_unicode by Jiri Slaby · 4 years, 11 months ago
  74. 101f227 vt: selection, remove 2 local variables from set_selection_kernel by Jiri Slaby · 4 years, 11 months ago
  75. e8c75a3 vt: selection, push sel_lock up by Jiri Slaby · 4 years, 10 months ago
  76. 4b70dd5 vt: selection, push console lock down by Jiri Slaby · 4 years, 10 months ago
  77. ba08cf4 Merge 5.6-rc3 into tty-next by Greg Kroah-Hartman · 4 years, 11 months ago
  78. e587e8f vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlines by Jiri Slaby · 4 years, 11 months ago
  79. dce05aa vt: selection, introduce vc_is_sel by Jiri Slaby · 4 years, 11 months ago
  80. 07e6124 vt: selection, close sel_buffer race by Jiri Slaby · 5 years ago
  81. 687bff0 vt: selection, handle pending signals in paste_selection by Jiri Slaby · 5 years ago
  82. 6cd1ed5 vt: vt_ioctl: fix race in VT_RESIZEX by Eric Dumazet · 5 years ago
  83. 3f4ef48 vt: fix scrollback flushing on background consoles by Nicolas Pitre · 5 years ago
  84. 5f2fb52 kbuild: rename hostprogs-y/always to hostprogs/always-y by Masahiro Yamada · 5 years ago
  85. 0095ab4 vt: Correct comment documenting do_take_over_console() by Lukas Wunner · 5 years ago
  86. c96e62c vt: Delete comment referencing non-existent unbind_con_driver() by Lukas Wunner · 5 years ago
  87. 805ece2 vt: Initialize conswitchp to dummy_con if unset by Arvind Sankar · 5 years ago
  88. 4484aa80 tty: vt: move conmakehash to drivers/tty/vt/ from scripts/ by Masahiro Yamada · 5 years ago
  89. 0c9acb1 vcs: prevent write access to vcsu devices by Nicolas Pitre · 5 years ago
  90. b2b2dd7 tty: vt: keyboard: reject invalid keycodes by Dmitry Torokhov · 5 years ago
  91. 61d5145 vt: Grab console_lock around con_is_bound in show_bind by Daniel Vetter · 5 years ago
  92. ddde3c1 vt: More locking checks by Daniel Vetter · 6 years ago
  93. a135513 vt: might_sleep() annotation for do_blank_screen by Daniel Vetter · 6 years ago
  94. a1ad1cc vt/fbcon: deinitialize resources in visual_init() after failed memory allocation by Grzegorz Halat · 6 years ago
  95. 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
  96. 3b8a1f4 Merge 5.1-rc6 into tty-next by Greg Kroah-Hartman · 6 years ago
  97. 817de6b Merge 5.1-rc6 into staging-next by Greg Kroah-Hartman · 6 years ago
  98. 496124e vt: selection: allow functions to be called from inside kernel by Okash Khawaja · 6 years ago
  99. b2ecf00 vt: fix cursor when clearing the screen by Mikulas Patocka · 6 years ago
  100. 89bb1e1 tty: vt: keyboard: Allow Unicode compose base char by Reinis Danne · 6 years ago