1. 24ed960 treewide: Switch DEFINE_TIMER callbacks to struct timer_list * by Kees Cook · 7 years ago
  2. 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
  3. e3b3d0f tty: add SPDX identifiers to all remaining files in drivers/tty/ by Greg Kroah-Hartman · 7 years ago
  4. 8ffb820 tty: vt: remove multi-fetch, derive font.height from font.data by Meng Xu · 7 years ago
  5. 1d27e3e timer: Remove expires and data arguments from DEFINE_TIMER by Kees Cook · 7 years ago
  6. bccf1da vt: Use consistent logging style by Joe Perches · 7 years ago
  7. f0a8d84 vt: Use bsearch library function in is_double_width by Thomas Meyer · 7 years ago
  8. 1c65a87 vt: fix \e[2m using the wrong placeholder color on graphical consoles by Adam Borowski · 7 years ago
  9. 6987dc8 vt: fix unchecked __put_user() in tioclinux ioctls by Adam Borowski · 7 years ago
  10. a4199f5 tty: Disable default console blanking interval by Tim Gardner · 8 years ago
  11. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  12. bcd375f console: Add callback to flush scrollback buffer to consw struct by Manuel Schölling · 8 years ago
  13. c11a6cf Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 8 years ago
  14. 5131dcd Merge 4.9-rc3 into tty-next by Greg Kroah-Hartman · 8 years ago
  15. 009e39a vt: clear selection before resizing by Scot Doyle · 8 years ago
  16. 32b2921 tty: limit terminal size to 4M chars by Dmitry Vyukov · 8 years ago
  17. 7c918cd tty: vt, rename variables to sane names by Jiri Slaby · 8 years ago
  18. 210fd74 tty: vt, compute vc offsets in advance by Jiri Slaby · 8 years ago
  19. 35cc56f tty: vgacon+sisusb, move scrolldelta to a common helper by Jiri Slaby · 8 years ago
  20. 89765b9 tty: vt, unify scrolling functions by Jiri Slaby · 8 years ago
  21. d705ff3 tty: vt, cleanup and document con_scroll by Jiri Slaby · 8 years ago
  22. 42acfc6 tty: vt, fix bogus division in csi_J by Jiri Slaby · 8 years ago
  23. 8bc4a04 Merge branch 'for-4.9' into for-4.10 by Tejun Heo · 8 years ago
  24. 5638733 Merge branch 'printk-cleanups' by Linus Torvalds · 8 years ago
  25. 4bcc595 printk: reinstate KERN_CONT for printing continuation lines by Linus Torvalds · 8 years ago
  26. fadb424 vt: Emulate \e[100-107m (bright background colors). by Adam Borowski · 8 years ago
  27. cc67dc2 vt: Support \e[90-97m (bright foreground colors). by Adam Borowski · 8 years ago
  28. 3e7ec4a vt: Drop a no longer true comment. by Adam Borowski · 8 years ago
  29. 0bf1f4a vt: Make a comparison <= for readability. by Adam Borowski · 8 years ago
  30. 669e0a5 vt: Fix a read-past-array in vc_t416_color(). by Adam Borowski · 8 years ago
  31. 1bb0802 tty, workqueue: remove keventd_up() usage by Tejun Heo · 8 years ago
  32. 67417f9 Merge 4.7-rc6 into tty-next by Greg Kroah-Hartman · 8 years ago
  33. 1b45996 tty: vt: Fix soft lockup in fbcon cursor blink timer. by David Daney · 8 years ago
  34. abd530d tty: vt, remove unused vc_deccolm by Jiri Slaby · 8 years ago
  35. 6ca8dfd tty: vt, convert more macros to functions by Jiri Slaby · 8 years ago
  36. aada0a3 tty: vt, whitespace cleanup in csi_m by Jiri Slaby · 8 years ago
  37. 193df02 tty: vt, too many commands per line in rgb_foreground by Jiri Slaby · 8 years ago
  38. 0f91e14 tty: vt, do not pass structure over stack by Jiri Slaby · 8 years ago
  39. e05ab23 tty: vt, separate T.416 high colors handler by Jiri Slaby · 8 years ago
  40. d711ea8 tty: vt, get rid of ugly FLUSH macro by Jiri Slaby · 8 years ago
  41. 6af39ed tty: vt, drop VT_BUF_VRAM_ONLY by Jiri Slaby · 8 years ago
  42. 709280d tty: vt, consw->con_set_palette cleanup by Jiri Slaby · 8 years ago
  43. 97293de tty: vt, consw->con_scrolldelta cleanup by Jiri Slaby · 8 years ago
  44. 1b0ec88 vt: remove lines parameter from scrollback by Jiri Slaby · 8 years ago
  45. 96317e9 tty: vt, finish looping on duplicate by Jiri Slaby · 8 years ago
  46. 6798df4 tty: vt, return error when con_startup fails by Jiri Slaby · 8 years ago
  47. 91e74ca tty: vt, use proper type for default colors by Jiri Slaby · 9 years ago
  48. 8ede5cc tty: vt, make color_table const by Jiri Slaby · 9 years ago
  49. 34902b7 tty: vt, get rid of weird source code flow by Jiri Slaby · 9 years ago
  50. 182846a tty: vt, remove reduntant check by Jiri Slaby · 9 years ago
  51. e882f71 tty: vt: initialize softcursor_original correctly by Melchior FRANZ · 9 years ago
  52. 8c4e378 Merge tag 'staging-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 9 years ago
  53. 88867e3 Staging: speakup: fix read scrolled-back VT by Samuel Thibault · 9 years ago
  54. c0f160a vt: Deinline save_screen, save 238 bytes by Denys Vlasenko · 9 years ago
  55. 08b3324 tty/vt: Fix the memory leak in visual_init by Dongxing Zhang · 9 years ago
  56. 77232f7 vt: Don't check KD_GRAPHICS when binding/unbinding by Daniel Vetter · 10 years ago
  57. d364b5c vt: fix console lock vs. kernfs s_active lock order by Imre Deak · 10 years ago
  58. bd63364 vt: add cursor blink interval escape sequence by Scot Doyle · 10 years ago
  59. 1083a7b tty: Use static attribute groups for sysfs entries by Takashi Iwai · 10 years ago
  60. 3372ec2 vt: use msecs_to_jiffies for time conversion by Nicholas Mc Guire · 10 years ago
  61. 678afb9 tty: vt/vt: fix sparse warning by Lad, Prabhakar · 10 years ago
  62. 19e3ae6 vt: provide notifications on selection changes by Nicolas Pitre · 10 years ago
  63. 4c215fe vt: fix locking around vt_bind/vt_unbind by Imre Deak · 10 years ago
  64. 2cf30f7 vt: fix check for system/busy console drivers when unregistering them by Imre Deak · 10 years ago
  65. e620e54 tty: pr_warning->pr_warn and logging neatening by Joe Perches · 10 years ago
  66. 52c40fc vt: Fix build breakage when !CONFIG_VT_CONSOLE by Peter Hurley · 10 years ago
  67. 085f4d8 tty:vt remove obsolete struct initializer by Peng Fan · 10 years ago
  68. 6895207 vt: Remove vt_get_kmsg_redirect() from uapi header by Peter Hurley · 10 years ago
  69. 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
  70. f418f2e vt: Don't ignore unbind errors in vt_unbind by Daniel Vetter · 10 years ago
  71. d9c660e vt: Fix up unregistration of vt drivers by Daniel Vetter · 10 years ago
  72. 249f7b3 vt: Fix replacement console check when unbinding by Daniel Vetter · 10 years ago
  73. e4bdab7 console: Use explicit pointer type for vc_uni_pagedir* fields by Takashi Iwai · 10 years ago
  74. cec5b2a9 vt: emulate 8- and 24-bit colour codes. by Adam Borowski · 10 years ago
  75. 63f3a16 vt: detect and ignore OSC codes. by Adam Borowski · 11 years ago
  76. b290af6 vt: drop an useless enum and assignment. by Adam Borowski · 11 years ago
  77. 0930b09 vt: Fix secure clear screen by Petr Písař · 11 years ago
  78. 3415097 vt: properly ignore xterm-256 colour codes by Adam Borowski · 11 years ago
  79. 6454588 vt: break a couple of obsolete SCOish codes. by Adam Borowski · 11 years ago
  80. 3855ae1 vt: make the default color configurable by Clemens Ladisch · 11 years ago
  81. 6a1c068 tty: Convert termios_mutex to termios_rwsem by Peter Hurley · 11 years ago
  82. 8095e4e Merge 3.10-rc3 into tty-next by Greg Kroah-Hartman · 11 years ago
  83. 155957f TTY:vt: convert remain take_over_console's users to do_take_over_console by Wang YanQing · 11 years ago
  84. 50539dd vt: delete unneeded function unregister_con_driver by Wang YanQing · 11 years ago
  85. 70125e7 fbcon: convert last two unregister_con_driver call to do_unregister_con_driver by Wang YanQing · 11 years ago
  86. 77d6c98 vt: delete unneeded function bind_con_driver by Wang YanQing · 11 years ago
  87. c62a1e5 vt: convert last bind_con_driver call to do_bind_con_driver by Wang YanQing · 11 years ago
  88. c1f5e38 vt: delete unneeded function unbind_con_driver by Wang YanQing · 11 years ago
  89. 618f2b9 vt: convert last unbind_con_driver call to do_unbind_con_driver by Wang YanQing · 11 years ago
  90. dc96418 vt: delete unneeded functions register_con_driver|take_over_console by Wang YanQing · 11 years ago
  91. 421b40a tty/vt: Fix vc_deallocate() lock order by Peter Hurley · 11 years ago
  92. fffddfd Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  93. a883b70 tty vt: fix character insertion overflow by Nicolas Pitre · 12 years ago
  94. 62cd2fa8 Merge branch 'console-fixes' into drm-next by Dave Airlie · 12 years ago
  95. e93a9a8 fb: Yet another band-aid for fixing lockdep mess by Takashi Iwai · 12 years ago
  96. 50e244c fb: rework locking to fix lock ordering on takeover by Alan Cox · 12 years ago
  97. 2a24830 vgacon/vt: clear buffer attributes when we load a 512 character font (v2) by Dave Airlie · 12 years ago
  98. 6732c8b TTY: switch tty_schedule_flip by Jiri Slaby · 12 years ago
  99. 92a19f9 TTY: switch tty_insert_flip_char by Jiri Slaby · 12 years ago
  100. c6bd5bc Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago