1. c47de1c vt: vt_ioctl: fix use-after-free in vt_in_use() by Eric Biggers · 4 years, 2 months ago
  2. 6bc9bf7 vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual console by Eric Biggers · 4 years, 2 months ago
  3. 35d6480 vt: vt_ioctl: remove unnecessary console allocation checks by Eric Biggers · 4 years, 3 months ago
  4. 2e1c84e vt: switch vt_dont_switch to bool by Jiri Slaby · 4 years, 3 months ago
  5. 8c3bc92d vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlines by Jiri Slaby · 4 years, 3 months ago
  6. fc3d6dd vt: selection, introduce vc_is_sel by Jiri Slaby · 4 years, 3 months ago
  7. e5be0e2 vt: selection, push sel_lock up by Jiri Slaby · 4 years, 3 months ago
  8. ccd3586 vt: selection, push console lock down by Jiri Slaby · 4 years, 3 months ago
  9. 290a938 vt: selection, close sel_buffer race by Jiri Slaby · 4 years, 3 months ago
  10. 160fbca vt: vt_ioctl: fix race in VT_RESIZEX by Eric Dumazet · 4 years, 3 months ago
  11. 97b58fa VT_RESIZEX: get rid of field-by-field copyin by Al Viro · 7 years ago
  12. 5827cbb vt: selection, handle pending signals in paste_selection by Jiri Slaby · 4 years, 3 months ago
  13. f111d79 tty: vt: keyboard: reject invalid keycodes by Dmitry Torokhov · 4 years, 6 months ago
  14. 948c9cec tty/vt: fix write/write race in ioctl(KDSKBSENT) handler by Sergei Trofimovich · 5 years ago
  15. c13c2a5 vt: invoke notifier on screen size change by Nicolas Pitre · 5 years ago
  16. 0ec459e tty: vt_ioctl: fix potential Spectre v1 by Gustavo A. R. Silva · 6 years ago
  17. 3bf351b vt: prevent leaking uninitialized data to userspace via /dev/vcs* by Alexander Potapenko · 6 years ago
  18. 4d2e98c vt: change SGR 21 to follow the standards by Mike Frysinger · 6 years ago
  19. 7c28067 tty: vt: fix up tabstops properly by Linus Torvalds · 6 years ago
  20. 63c634c vt: fix unchecked __put_user() in tioclinux ioctls by Adam Borowski · 7 years ago
  21. fbb28e7 vt: fix Scroll Lock LED trigger name by Maciej S. Szmigiero · 7 years ago
  22. 009e39a vt: clear selection before resizing by Scot Doyle · 8 years ago
  23. 32b2921 tty: limit terminal size to 4M chars by Dmitry Vyukov · 8 years ago
  24. 42acfc6 tty: vt, fix bogus division in csi_J by Jiri Slaby · 8 years ago
  25. 5638733 Merge branch 'printk-cleanups' by Linus Torvalds · 8 years ago
  26. 4bcc595 printk: reinstate KERN_CONT for printing continuation lines by Linus Torvalds · 8 years ago
  27. fadb424 vt: Emulate \e[100-107m (bright background colors). by Adam Borowski · 8 years ago
  28. cc67dc2 vt: Support \e[90-97m (bright foreground colors). by Adam Borowski · 8 years ago
  29. 3e7ec4a vt: Drop a no longer true comment. by Adam Borowski · 8 years ago
  30. 0bf1f4a vt: Make a comparison <= for readability. by Adam Borowski · 8 years ago
  31. 669e0a5 vt: Fix a read-past-array in vc_t416_color(). by Adam Borowski · 8 years ago
  32. 721413a Merge tag 'tty-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 8 years ago
  33. 3aa536d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 8 years ago
  34. 510cccb tty/vt/keyboard: fix OOB access in do_compute_shiftstate() by Dmitry Torokhov · 8 years ago
  35. 67417f9 Merge 4.7-rc6 into tty-next by Greg Kroah-Hartman · 8 years ago
  36. 1b45996 tty: vt: Fix soft lockup in fbcon cursor blink timer. by David Daney · 8 years ago
  37. 9b65190 tty/vt/keyboard: use memdup_user(). by Muhammad Falak R Wani · 8 years ago
  38. abd530d tty: vt, remove unused vc_deccolm by Jiri Slaby · 8 years ago
  39. f8b0c2e tty: vt, ignore PIO_UNIMAPCLR param by Jiri Slaby · 8 years ago
  40. 6ca8dfd tty: vt, convert more macros to functions by Jiri Slaby · 8 years ago
  41. aada0a3 tty: vt, whitespace cleanup in csi_m by Jiri Slaby · 8 years ago
  42. 193df02 tty: vt, too many commands per line in rgb_foreground by Jiri Slaby · 8 years ago
  43. 0f91e14 tty: vt, do not pass structure over stack by Jiri Slaby · 8 years ago
  44. e05ab23 tty: vt, separate T.416 high colors handler by Jiri Slaby · 8 years ago
  45. d711ea8 tty: vt, get rid of ugly FLUSH macro by Jiri Slaby · 8 years ago
  46. 6af39ed tty: vt, drop VT_BUF_VRAM_ONLY by Jiri Slaby · 8 years ago
  47. 709280d tty: vt, consw->con_set_palette cleanup by Jiri Slaby · 8 years ago
  48. 97293de tty: vt, consw->con_scrolldelta cleanup by Jiri Slaby · 8 years ago
  49. 1b0ec88 vt: remove lines parameter from scrollback by Jiri Slaby · 8 years ago
  50. 96317e9 tty: vt, finish looping on duplicate by Jiri Slaby · 8 years ago
  51. 6798df4 tty: vt, return error when con_startup fails by Jiri Slaby · 8 years ago
  52. 91e74ca tty: vt, use proper type for default colors by Jiri Slaby · 8 years ago
  53. 8ede5cc tty: vt, make color_table const by Jiri Slaby · 8 years ago
  54. 34902b7 tty: vt, get rid of weird source code flow by Jiri Slaby · 8 years ago
  55. 182846a tty: vt, remove reduntant check by Jiri Slaby · 8 years ago
  56. 97ef38b tty: Replace TTY_THROTTLED bit tests with tty_throttled() by Peter Hurley · 8 years ago
  57. e882f71 tty: vt: initialize softcursor_original correctly by Melchior FRANZ · 9 years ago
  58. 1051937 tty/vt/keyboard: use memdup_user to simplify code by Saurabh Sengar · 9 years ago
  59. 6e9131c Merge 4.5-rc2 into tty-next by Greg Kroah-Hartman · 8 years ago
  60. 8c4e378 Merge tag 'staging-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 8 years ago
  61. 88867e3 Staging: speakup: fix read scrolled-back VT by Samuel Thibault · 8 years ago
  62. e55afd1 tty: Prepare for destroying line discipline on hangup by Peter Hurley · 8 years ago
  63. c0f160a vt: Deinline save_screen, save 238 bytes by Denys Vlasenko · 9 years ago
  64. 61e86cc tty: vt: Fix !TASK_RUNNING diagnostic warning from paste_selection() by Peter Hurley · 9 years ago
  65. 08b3324 tty/vt: Fix the memory leak in visual_init by Dongxing Zhang · 9 years ago
  66. 8c7febe Merge tag 'tty-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  67. 14738e0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 9 years ago
  68. eeb64c1 tty/vt/keyboard: define LED triggers for VT keyboard lock states by Samuel Thibault · 9 years ago
  69. 5235552 tty/vt/keyboard: define LED triggers for VT LED states by Samuel Thibault · 9 years ago
  70. 77232f7 vt: Don't check KD_GRAPHICS when binding/unbinding by Daniel Vetter · 9 years ago
  71. d364b5c vt: fix console lock vs. kernfs s_active lock order by Imre Deak · 9 years ago
  72. bd63364 vt: add cursor blink interval escape sequence by Scot Doyle · 9 years ago
  73. 6d4e751 tty: consolemap.c: move assignment out of if () block by Greg Kroah-Hartman · 9 years ago
  74. 1083a7b tty: Use static attribute groups for sysfs entries by Takashi Iwai · 9 years ago
  75. 3372ec2 vt: use msecs_to_jiffies for time conversion by Nicholas Mc Guire · 9 years ago
  76. 678afb9 tty: vt/vt: fix sparse warning by Lad, Prabhakar · 9 years ago
  77. 4c0d9b1 vt: vt_ioctl: use msecs_to_jiffies for time conversion by Nicholas Mc Guire · 9 years ago
  78. 19e3ae6 vt: provide notifications on selection changes by Nicolas Pitre · 9 years ago
  79. 4c215fe vt: fix locking around vt_bind/vt_unbind by Imre Deak · 9 years ago
  80. 2cf30f7 vt: fix check for system/busy console drivers when unregistering them by Imre Deak · 9 years ago
  81. e620e54 tty: pr_warning->pr_warn and logging neatening by Joe Perches · 10 years ago
  82. 52c40fc vt: Fix build breakage when !CONFIG_VT_CONSOLE by Peter Hurley · 10 years ago
  83. 394e849 Merge 3.18-rc4 into tty-next. by Greg Kroah-Hartman · 10 years ago
  84. 085f4d8 tty:vt remove obsolete struct initializer by Peng Fan · 10 years ago
  85. 6895207 vt: Remove vt_get_kmsg_redirect() from uapi header by Peter Hurley · 10 years ago
  86. 9e326f7 tty/vt: don't set font mappings on vc not supporting this by Imre Deak · 10 years ago
  87. 9d329c1 tty/vt/keyboard: Resolve many shadow warnings by Mark Rustad · 10 years ago
  88. 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
  89. f418f2e vt: Don't ignore unbind errors in vt_unbind by Daniel Vetter · 10 years ago
  90. d9c660e vt: Fix up unregistration of vt drivers by Daniel Vetter · 10 years ago
  91. 249f7b3 vt: Fix replacement console check when unbinding by Daniel Vetter · 10 years ago
  92. 91727b1 console: Remove superfluous readonly check by Takashi Iwai · 10 years ago
  93. e4bdab7 console: Use explicit pointer type for vc_uni_pagedir* fields by Takashi Iwai · 10 years ago
  94. cec5b2a9 vt: emulate 8- and 24-bit colour codes. by Adam Borowski · 10 years ago
  95. 63f3a16 vt: detect and ignore OSC codes. by Adam Borowski · 10 years ago
  96. b290af6 vt: drop an useless enum and assignment. by Adam Borowski · 10 years ago
  97. 0930b09 vt: Fix secure clear screen by Petr Písař · 10 years ago
  98. 3415097 vt: properly ignore xterm-256 colour codes by Adam Borowski · 11 years ago
  99. 6454588 vt: break a couple of obsolete SCOish codes. by Adam Borowski · 11 years ago
  100. 3855ae1 vt: make the default color configurable by Clemens Ladisch · 11 years ago