- d73568c vt: make vc_data pointers const in selection.h by Jiri Slaby · 4 years, 5 months ago
- 9a6f72d vt: get rid of VT10.ID macros by Jiri Slaby · 4 years, 7 months ago
- 77bc14f vc: switch state to bool by Jiri Slaby · 4 years, 7 months ago
- b84ae3d vt: introduce enum vc_intensity for intensity by Jiri Slaby · 4 years, 7 months ago
- d053cf0 Merge branch 'for-5.8' into for-linus by Petr Mladek · 4 years, 7 months ago
- 5f3a481 Merge branch 'for-5.7-console-exit' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk into tty-next by Greg Kroah-Hartman · 4 years, 10 months ago
- 33225d7 printk: Correctly set CON_CONSDEV even when preferred console was not registered by Benjamin Herrenschmidt · 4 years, 11 months ago
- ed31685 console: Introduce ->exit() callback by Andy Shevchenko · 5 years ago
- 9167bd9 sparc/console: kill off obsolete declarations by Arvind Sankar · 5 years ago
- de6da1e panic: add an option to replay all the printk message in buffer by Feng Tang · 6 years ago
- 56e6c10 console: Replace #if 0 with atomic var 'ignore_console_lock_warning' by Thomas Zimmermann · 6 years ago
- 83d83be console/fbcon: Add support for deferred console takeover by Hans de Goede · 7 years ago
- 209f668 console: Fill in struct consw argument names by Kees Cook · 7 years ago
- 0c68861 console: move console_init() out of tty_io.c by Nicolas Pitre · 8 years ago
- bcd375f console: Add callback to flush scrollback buffer to consw struct by Manuel Schölling · 8 years ago
- 5266e70 Merge tag 'tty-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 8 years ago
- c6c7d83 Revert "console: don't prefer first registered if DT specifies stdout-path" by Hans de Goede · 8 years ago
- d705ff3 tty: vt, cleanup and document con_scroll by Jiri Slaby · 8 years ago
- 05fd007 console: don't prefer first registered if DT specifies stdout-path by Paul Burton · 8 years ago
- 52ad1f3 tty: vt, remove consw->con_bmove by Jiri Slaby · 9 years ago
- 709280d tty: vt, consw->con_set_palette cleanup by Jiri Slaby · 9 years ago
- 97293de tty: vt, consw->con_scrolldelta cleanup by Jiri Slaby · 9 years ago
- 1d6da87 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
- 8ede5cc tty: vt, make color_table const by Jiri Slaby · 9 years ago
- 44debe7 vgacon: dummy implementation for vgacon_text_force by Daniel Vetter · 9 years ago
- 8d91f8b printk: do cond_resched() between lines while outputting to consoles by Tejun Heo · 9 years ago
- 6fe2935 printk: implement support for extended console drivers by Tejun Heo · 10 years ago
- c7cef0a console: Add extensible console matching by Peter Hurley · 10 years ago
- 50539dd vt: delete unneeded function unregister_con_driver by Wang YanQing · 12 years ago
- dc96418 vt: delete unneeded functions register_con_driver|take_over_console by Wang YanQing · 12 years ago
- d0380e6 early_printk: consolidate random copies of identical code by Thomas Gleixner · 12 years ago
- fffddfd Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
- e93a9a8 fb: Yet another band-aid for fixing lockdep mess by Takashi Iwai · 12 years ago
- 50e244c fb: rework locking to fix lock ordering on takeover by Alan Cox · 12 years ago
- 4f73bc4 tty: Added a CONFIG_TTY option to allow removal of TTY by Joe Millenbach · 12 years ago
- f2f0945 tty/console: fix warnings in drivers/tty/serial/kgdboc.c by Arnd Bergmann · 12 years ago
- 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
- ac751ef console: rename acquire/release_console_sem() to console_lock/unlock() by Torben Hohn · 14 years ago
- fbc92a3 tty: add 'active' sysfs attribute to tty0 and console device by Kay Sievers · 14 years ago
- a75d946 console: move for_each_console to linux/console.h by Jiri Slaby · 14 years ago
- 9261ec1 console: Fix compilation regression by Jason Wessel · 14 years ago
- b45cfba vt,console,kdb: implement atomic console enter/leave functions by Jesse Barnes · 14 years ago
- 4995f8e vcs: hook sysfs devices into object lifetime instead of "binding" by Kay Sievers · 16 years ago
- f453ba0 DRM: add mode setting support by Dave Airlie · 16 years ago
- 9e124fe xen: Enable console tty by default in domU if it's not a dummy by Markus Armbruster · 17 years ago
- f7511d5 Basic braille screen reader support by Samuel Thibault · 17 years ago
- 8f4ce8c serial: turn serial console suspend a boot rather than compile time option by Andres Salomon · 17 years ago
- e400b6e vt/vgacon: Check if screen resize request comes from userspace by Antonino A. Daplas · 17 years ago
- 0a3021f Remove unnecessary includes of spinlock.h under include/linux by Robert P. J. Day · 17 years ago
- 18a8bd9 serial: convert early_uart to earlycon for 8250 by Yinghai Lu · 17 years ago
- fa6ce9a vt: add color support to the "underline" and "italic" attributes by Jan Engelhardt · 18 years ago
- 6ae9200 enlarge console.name by Andrew Morton · 18 years ago
- 1b13543 [PATCH] drivers/char/vc_screen.c: proper prototypes by Adrian Bunk · 18 years ago
- 3cb340e [PATCH] vt: proper prototypes for some console functions by Adrian Bunk · 18 years ago
- c8eb8b4 [PATCH] PM: make it possible to disable console suspending by Rafael J. Wysocki · 18 years ago
- 3e795de [PATCH] VT binding: Add binding/unbinding support for the VT console by Antonino A. Daplas · 19 years ago
- 76a8ad29 [PATCH] Make printk work for really early debugging by Michael Ellerman · 19 years ago
- 557240b Add support for suspending and resuming the whole console subsystem by Linus Torvalds · 19 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago