Age | Commit message (Expand) | Author | Files | Lines |
2021-01-08 | Revert "init/console: Use ttynull as a fallback when there is no console" | Petr Mladek | 1 | -3/+0 |
2020-12-16 | Merge tag 'printk-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+3 |
2020-11-20 | init/console: Use ttynull as a fallback when there is no console | Petr Mladek | 1 | -0/+3 |
2020-11-16 | console: Delete unused con_font_copy() callback implementations | Peilin Ye | 1 | -1/+0 |
2020-08-18 | vt: make vc_data pointers const in selection.h | Jiri Slaby | 1 | -1/+1 |
2020-06-24 | vt: get rid of VT10.ID macros | Jiri Slaby | 1 | -6/+0 |
2020-06-24 | vc: switch state to bool | Jiri Slaby | 1 | -1/+1 |
2020-06-24 | vt: introduce enum vc_intensity for intensity | Jiri Slaby | 1 | -1/+4 |
2020-06-01 | Merge branch 'for-5.8' into for-linus | Petr Mladek | 1 | -2/+1 |
2020-03-17 | Merge branch 'for-5.7-console-exit' of git://git.kernel.org/pub/scm/linux/ker... | Greg Kroah-Hartman | 1 | -0/+1 |
2020-02-18 | printk: Correctly set CON_CONSDEV even when preferred console was not registered | Benjamin Herrenschmidt | 1 | -1/+1 |
2020-02-11 | console: Introduce ->exit() callback | Andy Shevchenko | 1 | -0/+1 |
2020-01-21 | sparc/console: kill off obsolete declarations | Arvind Sankar | 1 | -2/+0 |
2019-05-19 | panic: add an option to replay all the printk message in buffer | Feng Tang | 1 | -1/+6 |
2018-07-31 | console: Replace #if 0 with atomic var 'ignore_console_lock_warning' | Thomas Zimmermann | 1 | -5/+9 |
2018-06-28 | console/fbcon: Add support for deferred console takeover | Hans de Goede | 1 | -0/+5 |
2018-02-27 | console: Fill in struct consw argument names | Kees Cook | 1 | -26/+32 |
2017-04-18 | console: move console_init() out of tty_io.c | Nicolas Pitre | 1 | -0/+2 |
2017-01-25 | console: Add callback to flush scrollback buffer to consw struct | Manuel Schölling | 1 | -0/+4 |
2016-12-13 | Merge tag 'tty-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -5/+11 |
2016-11-11 | Revert "console: don't prefer first registered if DT specifies stdout-path" | Hans de Goede | 1 | -6/+0 |
2016-10-27 | tty: vt, cleanup and document con_scroll | Jiri Slaby | 1 | -5/+11 |
2016-10-08 | console: don't prefer first registered if DT specifies stdout-path | Paul Burton | 1 | -0/+6 |
2016-06-25 | tty: vt, remove consw->con_bmove | Jiri Slaby | 1 | -1/+0 |
2016-06-25 | tty: vt, consw->con_set_palette cleanup | Jiri Slaby | 1 | -1/+3 |
2016-06-25 | tty: vt, consw->con_scrolldelta cleanup | Jiri Slaby | 1 | -1/+7 |
2016-05-23 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -0/+2 |
2016-04-30 | tty: vt, make color_table const | Jiri Slaby | 1 | -1/+1 |
2016-03-30 | vgacon: dummy implementation for vgacon_text_force | Daniel Vetter | 1 | -0/+2 |
2016-01-16 | printk: do cond_resched() between lines while outputting to consoles | Tejun Heo | 1 | -0/+1 |
2015-06-26 | printk: implement support for extended console drivers | Tejun Heo | 1 | -0/+1 |
2015-03-26 | console: Add extensible console matching | Peter Hurley | 1 | -2/+1 |
2013-05-20 | vt: delete unneeded function unregister_con_driver | Wang YanQing | 1 | -1/+0 |
2013-05-20 | vt: delete unneeded functions register_con_driver|take_over_console | Wang YanQing | 1 | -2/+0 |
2013-04-30 | early_printk: consolidate random copies of identical code | Thomas Gleixner | 1 | -0/+1 |
2013-02-26 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -0/+2 |
2013-02-08 | fb: Yet another band-aid for fixing lockdep mess | Takashi Iwai | 1 | -0/+1 |
2013-02-08 | fb: rework locking to fix lock ordering on takeover | Alan Cox | 1 | -0/+1 |
2013-01-19 | tty: Added a CONFIG_TTY option to allow removal of TTY | Joe Millenbach | 1 | -0/+5 |
2012-10-12 | tty/console: fix warnings in drivers/tty/serial/kgdboc.c | Arnd Bergmann | 1 | -2/+8 |
2012-01-13 | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 1 | -1/+1 |
2011-01-26 | console: rename acquire/release_console_sem() to console_lock/unlock() | Torben Hohn | 1 | -3/+3 |
2010-12-17 | tty: add 'active' sysfs attribute to tty0 and console device | Kay Sievers | 1 | -1/+1 |
2010-11-16 | console: move for_each_console to linux/console.h | Jiri Slaby | 1 | -0/+6 |
2010-08-07 | console: Fix compilation regression | Jason Wessel | 1 | -0/+5 |
2010-08-05 | vt,console,kdb: implement atomic console enter/leave functions | Jesse Barnes | 1 | -0/+13 |
2009-03-25 | vcs: hook sysfs devices into object lifetime instead of "binding" | Kay Sievers | 1 | -2/+2 |
2008-12-29 | DRM: add mode setting support | Dave Airlie | 1 | -0/+4 |
2008-05-27 | xen: Enable console tty by default in domU if it's not a dummy | Markus Armbruster | 1 | -0/+2 |
2008-04-30 | Basic braille screen reader support | Samuel Thibault | 1 | -0/+4 |