1. 7cf64b1 vt: vt_ioctl: fix use-after-free in vt_in_use() by Eric Biggers · 4 years, 10 months ago
  2. ca4463b vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual console by Eric Biggers · 4 years, 10 months ago
  3. c3a834e vt: indent switch-case in setterm_command properly by Jiri Slaby · 4 years, 10 months ago
  4. f0e8e3d vt: selection, use rounddown() for start/endline computation by Jiri Slaby · 4 years, 10 months ago
  5. 85af370 vt: use min() to limit intervals by Jiri Slaby · 4 years, 10 months ago
  6. 5b30dee vt: selection, fix double lock introduced by a merge by Jiri Slaby · 4 years, 10 months ago
  7. 1aa6e05 vt: vt_ioctl: remove unnecessary console allocation checks by Eric Biggers · 5 years ago
  8. c57c164 vt: drop redundant might_sleep() in do_con_write() by Eric Biggers · 5 years ago
  9. cb05c6c Merge 5.6-rc5 into tty-next by Greg Kroah-Hartman · 4 years, 11 months ago
  10. bc80932 vt: selection, indent switch-case properly by Jiri Slaby · 5 years ago
  11. 6ff66e0 vt: selection, remove redeclaration of poke_blanked_console by Jiri Slaby · 5 years ago
  12. f400991 vt: switch vt_dont_switch to bool by Jiri Slaby · 5 years ago
  13. 9256d09 vt: selection, create struct from console selection globals by Jiri Slaby · 5 years ago
  14. 555b4ef vt: selection, localize use_unicode by Jiri Slaby · 5 years ago
  15. 101f227 vt: selection, remove 2 local variables from set_selection_kernel by Jiri Slaby · 5 years ago
  16. e8c75a3 vt: selection, push sel_lock up by Jiri Slaby · 5 years ago
  17. 4b70dd5 vt: selection, push console lock down by Jiri Slaby · 5 years ago
  18. ba08cf4 Merge 5.6-rc3 into tty-next by Greg Kroah-Hartman · 5 years ago
  19. e587e8f vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlines by Jiri Slaby · 5 years ago
  20. dce05aa vt: selection, introduce vc_is_sel by Jiri Slaby · 5 years ago
  21. 07e6124 vt: selection, close sel_buffer race by Jiri Slaby · 5 years ago
  22. 687bff0 vt: selection, handle pending signals in paste_selection by Jiri Slaby · 5 years ago
  23. 6cd1ed5 vt: vt_ioctl: fix race in VT_RESIZEX by Eric Dumazet · 5 years ago
  24. 3f4ef48 vt: fix scrollback flushing on background consoles by Nicolas Pitre · 5 years ago
  25. 5f2fb52 kbuild: rename hostprogs-y/always to hostprogs/always-y by Masahiro Yamada · 5 years ago
  26. 0095ab4 vt: Correct comment documenting do_take_over_console() by Lukas Wunner · 5 years ago
  27. c96e62c vt: Delete comment referencing non-existent unbind_con_driver() by Lukas Wunner · 5 years ago
  28. 805ece2 vt: Initialize conswitchp to dummy_con if unset by Arvind Sankar · 5 years ago
  29. 4484aa80 tty: vt: move conmakehash to drivers/tty/vt/ from scripts/ by Masahiro Yamada · 5 years ago
  30. 0c9acb1 vcs: prevent write access to vcsu devices by Nicolas Pitre · 5 years ago
  31. b2b2dd7 tty: vt: keyboard: reject invalid keycodes by Dmitry Torokhov · 5 years ago
  32. 61d5145 vt: Grab console_lock around con_is_bound in show_bind by Daniel Vetter · 6 years ago
  33. ddde3c1 vt: More locking checks by Daniel Vetter · 6 years ago
  34. a135513 vt: might_sleep() annotation for do_blank_screen by Daniel Vetter · 6 years ago
  35. a1ad1cc vt/fbcon: deinitialize resources in visual_init() after failed memory allocation by Grzegorz Halat · 6 years ago
  36. 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
  37. 3b8a1f4 Merge 5.1-rc6 into tty-next by Greg Kroah-Hartman · 6 years ago
  38. 817de6b Merge 5.1-rc6 into staging-next by Greg Kroah-Hartman · 6 years ago
  39. 496124e vt: selection: allow functions to be called from inside kernel by Okash Khawaja · 6 years ago
  40. b2ecf00 vt: fix cursor when clearing the screen by Mikulas Patocka · 6 years ago
  41. 89bb1e1 tty: vt: keyboard: Allow Unicode compose base char by Reinis Danne · 6 years ago
  42. fa2b360 tty/vt: avoid high order pages allocation on GIO_UNIMAP ioctl by Konstantin Khorenko · 6 years ago
  43. f16aa97 tty: fix up a few remaining files without SPDX identifiers by Greg Kroah-Hartman · 6 years ago
  44. 67fbfc3 vt: use /dev/vcs (not /dev/vcs0) in comment by Jakub Wilk · 6 years ago
  45. 75ddbc1 tty: vt.c: Fix TIOCL_BLANKSCREEN console blanking if blankinterval == 0 by Yifeng Li · 6 years ago
  46. 46ca3f7 tty/vt: fix write/write race in ioctl(KDSKBSENT) handler by Sergei Trofimovich · 6 years ago
  47. a6dbe44 vt: perform safe console erase in the right order by Nicolas Pitre · 6 years ago
  48. 83b21ed Merge 5.0-rc4 into tty-next by Greg Kroah-Hartman · 6 years ago
  49. 04afcd3 vt: ignore sequences that contain ':' in parameters. by Martin Hostettler · 6 years ago
  50. 7a99565 vt: ignore csi sequences with intermediate characters. by Martin Hostettler · 6 years ago
  51. 5445447 vt: Implement parsing for >, =, < private sequences. by Martin Hostettler · 6 years ago
  52. 2ff5c5a vt: refactor vc_ques to allow of other private sequences. by Martin Hostettler · 6 years ago
  53. 17504fd vt: annotate implicit fall throughs by Mathieu Malaterre · 6 years ago
  54. 95252f9 vcs: restore and document initial POLLPRI event by Nicolas Pitre · 6 years ago
  55. fad08b2 vcs: fasync(): make it consistent with poll() by Nicolas Pitre · 6 years ago
  56. 1bf931a vcs: poll(): cope with a deallocated vt by Nicolas Pitre · 6 years ago
  57. 8a08549 vcsa: clamp header values when they don't fit by Nicolas Pitre · 6 years ago
  58. 0c9b196 vt: invoke notifier on screen size change by Nicolas Pitre · 6 years ago
  59. 7e1d226 vt: always call notifier with the console lock held by Nicolas Pitre · 6 years ago
  60. 6609cff vt: make vt_console_print() compatible with the unicode screen buffer by Nicolas Pitre · 6 years ago
  61. 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
  62. 943210b vt: fix broken display when running aptitude by Mikulas Patocka · 6 years ago
  63. 53b3b6b Merge tag 'drm-next-2018-10-24' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 6 years ago
  64. 44adbac Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  65. 9d1807d vt_compat_ioctl(): clean up, use compat_ptr() properly by Al Viro · 6 years ago
  66. 6004f17 BackMerge v4.19-rc6 into drm-next by Dave Airlie · 6 years ago
  67. e97267c tty: vt_ioctl: fix potential Spectre v1 by Gustavo A. R. Silva · 6 years ago
  68. 8d7fc29 vt: Remove vc_panic_force_write by Daniel Vetter · 6 years ago
  69. 336722e Merge tag 'tty-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 6 years ago
  70. c07b368 Merge tag 'leds-for-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds by Linus Torvalds · 6 years ago
  71. d541ae4 vt: avoid a VLA in the unicode screen scroll function by Nicolas Pitre · 7 years ago
  72. 0224080 vt: coherence validation code for the unicode screen buffer by Nicolas Pitre · 7 years ago
  73. 9bfdc26 vt: selection: take screen contents from uniscr if available by Adam Borowski · 7 years ago
  74. df155d2 vt: selection: handle storing of characters above U+FFFF by Adam Borowski · 7 years ago
  75. 9ca7f24 vt: don't reinvent min() by Adam Borowski · 7 years ago
  76. 16777ec kbd: complete dead keys definitions by Samuel Thibault · 7 years ago
  77. 2282e125 leds: triggers: let struct led_trigger::activate() return an error code by Uwe Kleine-König · 7 years ago
  78. 16ecf49 Merge 4.18-rc3 into tty-next by Greg Kroah-Hartman · 7 years ago
  79. 708d0bf vt: unicode fallback for scrollback by Nicolas Pitre · 7 years ago
  80. d21b0be vt: introduce unicode mode for /dev/vcs by Nicolas Pitre · 7 years ago
  81. d8ae724 vt: preserve unicode values corresponding to screen characters by Nicolas Pitre · 7 years ago
  82. 21eff69 vt: prevent leaking uninitialized data to userspace via /dev/vcs* by Alexander Potapenko · 7 years ago
  83. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  84. 4b4ecd9 vt: Perform safe console erase only once by Nicolas Pitre · 7 years ago
  85. 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
  86. 642e7fd Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux by Linus Torvalds · 7 years ago
  87. 66f4e88 x86/ioport: add ksys_ioperm() helper; remove in-kernel calls to sys_ioperm() by Dominik Brodowski · 7 years ago
  88. f1869a8 tty: vt: fix up tabstops properly by Linus Torvalds · 7 years ago
  89. 65d9982 vt: change SGR 21 to follow the standards by Mike Frysinger · 7 years ago
  90. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  91. db59332 Merge tag 'tty-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 7 years ago
  92. afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 8 years ago
  93. df3d9a5 tty: vt: replace _manual_ swap with swap macro in set_selection by Gustavo A. R. Silva · 7 years ago
  94. 24ed960 treewide: Switch DEFINE_TIMER callbacks to struct timer_list * by Kees Cook · 7 years ago
  95. 93f30c7 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  96. 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
  97. 2bcc673 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  98. e3b3d0f tty: add SPDX identifiers to all remaining files in drivers/tty/ by Greg Kroah-Hartman · 7 years ago
  99. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  100. 8ffb820 tty: vt: remove multi-fetch, derive font.height from font.data by Meng Xu · 7 years ago