1. 28cb138 vt_ioctl: add array_index_nospec to VT_ACTIVATE by Jakob Koschel · 3 years ago
  2. 61cc70d vt_ioctl: fix array_index_nospec in vt_setactivate by Jakob Koschel · 3 years ago
  3. fb09d0ac0 tty: Fix the keyboard led light display problem by lianzhi chang · 3 years, 1 month ago
  4. 5f6a851 tty: drivers/tty/, stop using tty_schedule_flip() by Jiri Slaby · 3 years, 2 months ago
  5. 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
  6. 2287a51 vt_kdsetmode: extend console locking by Linus Torvalds · 3 years, 5 months ago
  7. 3a2b2eb console: consume APC, DM, DCS by nick black · 3 years, 5 months ago
  8. 3df15d6 vt: keyboard.c: make console an unsigned int by Greg Kroah-Hartman · 3 years, 6 months ago
  9. c92bbbf vt: keyboard: treat kbd_table as an array all the time. by Greg Kroah-Hartman · 3 years, 6 months ago
  10. 39b7b42 tty: stop using alloc_tty_driver by Jiri Slaby · 3 years, 6 months ago
  11. 3b0c406 tty: Fix out-of-bound vmalloc access in imageblit by Igor Matheus Andrade Torrente · 3 years, 7 months ago
  12. 910cc953 Merge 5.13-rc4 into tty-next by Greg Kroah-Hartman · 3 years, 8 months ago
  13. 816cea1 tty: vt: selection: Correct misspelled function sel_loadlut() by Lee Jones · 3 years, 8 months ago
  14. ffb324e tty: vt: always invoke vc->vc_sw->con_resize callback by Tetsuo Handa · 3 years, 8 months ago
  15. 7985723 vt: Move custom isspace() to its own namespace by Andy Shevchenko · 3 years, 8 months ago
  16. adc12a7 Merge branch 'resizex' (patches from Maciej) by Linus Torvalds · 3 years, 8 months ago
  17. 860dafa vt: Fix character height handling with VT_RESIZEX by Maciej W. Rozycki · 3 years, 8 months ago
  18. a90c275 vt_ioctl: Revert VT_RESIZEX parameter handling removal by Maciej W. Rozycki · 3 years, 8 months ago
  19. fa7501e tty: remove tty_operations::chars_in_buffer for non-buffering by Jiri Slaby · 3 years, 8 months ago
  20. 03b3b1a tty: make tty_operations::write_room return uint by Jiri Slaby · 3 years, 8 months ago
  21. 64d608d tty: cumulate and document tty_struct::ctrl* members by Jiri Slaby · 3 years, 8 months ago
  22. 6e94dbc tty: cumulate and document tty_struct::flow* members by Jiri Slaby · 3 years, 8 months ago
  23. ed5aecd tty: remove broken r3964 line discipline by Jiri Slaby · 3 years, 8 months ago
  24. 9009b45 .gitignore: prefix local generated files with a slash by Masahiro Yamada · 3 years, 9 months ago
  25. 211b4d4 tty: fix memory leak in vc_deallocate by Pavel Skripkin · 3 years, 10 months ago
  26. 22fce66 tty: vt: Mundane typo fix in the file vt.c by Bhaskar Chowdhury · 3 years, 10 months ago
  27. c6a419a vt: keyboard, Fix typo in the doc for vt_get_shift_state() by Andy Shevchenko · 3 years, 11 months ago
  28. 151db8c vt_ioctl: Remove in_interrupt() check by Ahmed S. Darwish · 4 years ago
  29. 9159835 vt: keyboard, use new API for keyboard_tasklet by Emil Renner Berthing · 4 years ago
  30. ff2047f vt: drop old FONT ioctls by Jiri Slaby · 4 years ago
  31. 9777f8e vt/consolemap: do font sum unsigned by Jiri Slaby · 4 years ago
  32. e81de38 vt: keyboard, defkeymap.c_shipped, approach the unicode table by Jiri Slaby · 4 years ago
  33. f14e039 vt: keyboard, defkeymap.c_shipped, approach the definitions by Jiri Slaby · 4 years ago
  34. a18a9da vt: keyboard, make keyboard_tasklet local by Jiri Slaby · 4 years ago
  35. 63f24a7 vt: move set_leds to keyboard.c by Jiri Slaby · 4 years ago
  36. fa26b32 tty: Fix whitespace inconsistencies in vt_io_ioctl by Yan.Gao · 4 years, 1 month ago
  37. cb215da vt: keyboard, make use of assign_bit() API by Andy Shevchenko · 4 years, 2 months ago
  38. 6d2c52a vt: keyboard, replace numbers with \r, \n where appropriate by Andy Shevchenko · 4 years, 2 months ago
  39. c050a97 vt: keyboard, use BIT() macro instead of open coded variants by Andy Shevchenko · 4 years, 2 months ago
  40. 9b085d6 Merge 5.10-rc3 into tty-next by Greg Kroah-Hartman · 4 years, 2 months ago
  41. bbc8218 Merge tag 'tty-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 4 years, 2 months ago
  42. 3c4e0dff vt: Disable KD_FONT_OP_COPY by Daniel Vetter · 4 years, 2 months ago
  43. d3e3232 tty: vt: consolemap: Demote weakly documented function header by Lee Jones · 4 years, 2 months ago
  44. c35f638 vt: keyboard, use tty_insert_flip_string in puts_queue by Jiri Slaby · 4 years, 3 months ago
  45. 2389cdc vt: keyboard, use find_next_bit in kbd_match by Jiri Slaby · 4 years, 3 months ago
  46. 6dee84d vt: keyboard, make HW_RAW a function by Jiri Slaby · 4 years, 3 months ago
  47. cb58a50 vt: keyboard, union perm checks in vt_do_kdgkb_ioctl by Jiri Slaby · 4 years, 3 months ago
  48. 4e1404a vt: keyboard, extract and simplify vt_kdskbsent by Jiri Slaby · 4 years, 3 months ago
  49. 07edff92 vt: keyboard, reorder user buffer handling in vt_do_kdgkb_ioctl by Jiri Slaby · 4 years, 3 months ago
  50. 9788c95 vt: keyboard, rename i to kb_func in vt_do_kdgkb_ioctl by Jiri Slaby · 4 years, 3 months ago
  51. fe45d65 vt: keyboard, use bool for rep by Jiri Slaby · 4 years, 3 months ago
  52. 2939840 vt: keyboard, use DECLARE_BITMAP for key_down by Jiri Slaby · 4 years, 3 months ago
  53. ee1cf8a vt: keyboard, union perm checks in vt_do_kdsk_ioctl by Jiri Slaby · 4 years, 3 months ago
  54. fe6416e vt: keyboard, extract vt_kdgkbent and vt_kdskbent by Jiri Slaby · 4 years, 3 months ago
  55. e27979d vt: keyboard, clean up max_vals by Jiri Slaby · 4 years, 3 months ago
  56. 877a9c6 vt: keyboard, sort includes by Jiri Slaby · 4 years, 3 months ago
  57. 0df97c7 vt: keyboard, include linux/spinlock.h by Jiri Slaby · 4 years, 3 months ago
  58. 6b8f831 vt: keyboard, remove ctrl_alt_del declaration by Jiri Slaby · 4 years, 3 months ago
  59. 90bfdee tty: make FONTX ioctl use the tty pointer they were actually passed by Linus Torvalds · 4 years, 3 months ago
  60. d546547 vt_ioctl: fix GIO_UNIMAP regression by Jiri Slaby · 4 years, 3 months ago
  61. 82e61c3 vt: keyboard, extend func_buf_lock to readers by Jiri Slaby · 4 years, 3 months ago
  62. 6ca03f9 vt: keyboard, simplify vt_kdgkbsent by Jiri Slaby · 4 years, 3 months ago
  63. 988d076 vt_ioctl: make VT_RESIZEX behave like VT_RESIZE by Tetsuo Handa · 4 years, 4 months ago
  64. 8f49a2f Merge 5.9-rc3 into tty-next by Greg Kroah-Hartman · 4 years, 5 months ago
  65. 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
  66. 52c3c3a Revert "vc_screen: extract vcs_read_buf_header" by Jiri Slaby · 4 years, 5 months ago
  67. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  68. ea239f1 tty: vt, fix kernel-doc by Jiri Slaby · 4 years, 5 months ago
  69. a893138 vc_screen: prune macros by Jiri Slaby · 4 years, 5 months ago
  70. b1c32fc vc_screen: extract vcs_read_buf_header by Jiri Slaby · 4 years, 5 months ago
  71. 6a6b76cc vc_screen: extract vcs_read_buf by Jiri Slaby · 4 years, 5 months ago
  72. 5a52baa vc_screen: extract vcs_read_buf_noattr by Jiri Slaby · 4 years, 5 months ago
  73. 0f66eee vc_screen: extract vcs_read_buf_uni by Jiri Slaby · 4 years, 5 months ago
  74. 6d507c7 vs_screen: kill tmp_count from vcs_read by Jiri Slaby · 4 years, 5 months ago
  75. 36c3922 vc_screen: sanitize types in vcs_read by Jiri Slaby · 4 years, 5 months ago
  76. d7c91c5 vc_screen: eliminate ifdefs from vcs_write_buf by Jiri Slaby · 4 years, 5 months ago
  77. 95e0d57 vc_screen: extract vcs_write_buf by Jiri Slaby · 4 years, 5 months ago
  78. 9e63637 vc_screen: extract vcs_write_buf_noattr by Jiri Slaby · 4 years, 5 months ago
  79. 2665bef vc_screen: sanitize types in vcs_write by Jiri Slaby · 4 years, 5 months ago
  80. 71d4abf vc_screen: rewrite vcs_size to accept vc, not inode by Jiri Slaby · 4 years, 5 months ago
  81. 7d62549 vc_screen: document and cleanup vcs_vc by Jiri Slaby · 4 years, 5 months ago
  82. b8209f6 vc: propagate "viewed as bool" from screenpos up by Jiri Slaby · 4 years, 5 months ago
  83. a5c6bd8 vt: declare xy for get/putconsxy properly by Jiri Slaby · 4 years, 5 months ago
  84. d73568c vt: make vc_data pointers const in selection.h by Jiri Slaby · 4 years, 5 months ago
  85. bc5269c vt_ioctl: change VT_RESIZEX ioctl to check for error return from vc_resize() by George Kennedy · 4 years, 6 months ago
  86. f8d1653 vt: defer kfree() of vc_screenbuf in vc_do_resize() by Tetsuo Handa · 4 years, 6 months ago
  87. 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
  88. 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
  89. f3af1b6 tty: keyboard, do not speculate on func_table index by Jiri Slaby · 4 years, 6 months ago
  90. b13fecb treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD() by Kees Cook · 4 years, 6 months ago
  91. dbaab94 Merge 5.8-rc7 into tty-next by Greg Kroah-Hartman · 4 years, 6 months ago
  92. a6fdf0c tty: vt: Replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 6 months ago
  93. ce68455 vt: Reject zero-sized screen buffer size. by Tetsuo Handa · 4 years, 6 months ago
  94. 44c413d tty/vt: Do not warn when huge selection requested by Alexey Kardashevskiy · 4 years, 7 months ago
  95. 5de30b2 tty/vt: check allocation size in con_set_unimap() by Denis Efremov · 4 years, 8 months ago
  96. 5ba1278 vt_ioctl: move perm checks level up by Jiri Slaby · 4 years, 7 months ago
  97. a4c53c8 vt_ioctl: move vt_kdsetmode out of vt_k_ioctl by Jiri Slaby · 4 years, 7 months ago
  98. 7a0ac4b vt_ioctl: move vt_io_fontreset out of vt_io_ioctl by Jiri Slaby · 4 years, 7 months ago
  99. 5422337 vt_ioctl: move vt_resizex out of vt_ioctl by Jiri Slaby · 4 years, 7 months ago
  100. 535082d vt_ioctl: move vt_reldisp out of vt_ioctl by Jiri Slaby · 4 years, 7 months ago