aboutsummaryrefslogtreecommitdiff
path: root/include/linux/console.h
AgeCommit message (Expand)AuthorFilesLines
2017-04-18console: move console_init() out of tty_io.cGravatar Nicolas Pitre 1-0/+2
2017-01-25console: Add callback to flush scrollback buffer to consw structGravatar Manuel Schölling 1-0/+4
2016-12-13Merge tag 'tty-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-5/+11
2016-11-11Revert "console: don't prefer first registered if DT specifies stdout-path"Gravatar Hans de Goede 1-6/+0
2016-10-27tty: vt, cleanup and document con_scrollGravatar Jiri Slaby 1-5/+11
2016-10-07console: don't prefer first registered if DT specifies stdout-pathGravatar Paul Burton 1-0/+6
2016-06-25tty: vt, remove consw->con_bmoveGravatar Jiri Slaby 1-1/+0
2016-06-25tty: vt, consw->con_set_palette cleanupGravatar Jiri Slaby 1-1/+3
2016-06-25tty: vt, consw->con_scrolldelta cleanupGravatar Jiri Slaby 1-1/+7
2016-05-23Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 1-0/+2
2016-04-30tty: vt, make color_table constGravatar Jiri Slaby 1-1/+1
2016-03-30vgacon: dummy implementation for vgacon_text_forceGravatar Daniel Vetter 1-0/+2
2016-01-16printk: do cond_resched() between lines while outputting to consolesGravatar Tejun Heo 1-0/+1
2015-06-25printk: implement support for extended console driversGravatar Tejun Heo 1-0/+1
2015-03-26console: Add extensible console matchingGravatar Peter Hurley 1-2/+1
2013-05-20vt: delete unneeded function unregister_con_driverGravatar Wang YanQing 1-1/+0
2013-05-20vt: delete unneeded functions register_con_driver|take_over_consoleGravatar Wang YanQing 1-2/+0
2013-04-29early_printk: consolidate random copies of identical codeGravatar Thomas Gleixner 1-0/+1
2013-02-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 1-0/+2
2013-02-08fb: Yet another band-aid for fixing lockdep messGravatar Takashi Iwai 1-0/+1
2013-02-08fb: rework locking to fix lock ordering on takeoverGravatar Alan Cox 1-0/+1
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYGravatar Joe Millenbach 1-0/+5
2012-10-12tty/console: fix warnings in drivers/tty/serial/kgdboc.cGravatar Arnd Bergmann 1-2/+8
2012-01-13module_param: make bool parameters really bool (drivers & misc)Gravatar Rusty Russell 1-1/+1
2011-01-26console: rename acquire/release_console_sem() to console_lock/unlock()Gravatar Torben Hohn 1-3/+3
2010-12-16tty: add 'active' sysfs attribute to tty0 and console deviceGravatar Kay Sievers 1-1/+1
2010-11-16console: move for_each_console to linux/console.hGravatar Jiri Slaby 1-0/+6
2010-08-06console: Fix compilation regressionGravatar Jason Wessel 1-0/+5
2010-08-05vt,console,kdb: implement atomic console enter/leave functionsGravatar Jesse Barnes 1-0/+13
2009-03-24vcs: hook sysfs devices into object lifetime instead of "binding"Gravatar Kay Sievers 1-2/+2
2008-12-29DRM: add mode setting supportGravatar Dave Airlie 1-0/+4
2008-05-27xen: Enable console tty by default in domU if it's not a dummyGravatar Markus Armbruster 1-0/+2
2008-04-30Basic braille screen reader supportGravatar Samuel Thibault 1-0/+4
2007-10-18serial: turn serial console suspend a boot rather than compile time optionGravatar Andres Salomon 1-5/+2
2007-10-16vt/vgacon: Check if screen resize request comes from userspaceGravatar Antonino A. Daplas 1-1/+2
2007-07-16Remove unnecessary includes of spinlock.h under include/linuxGravatar Robert P. J. Day 1-1/+0
2007-07-16serial: convert early_uart to earlycon for 8250Gravatar Yinghai Lu 1-0/+2
2007-05-08vt: add color support to the "underline" and "italic" attributesGravatar Jan Engelhardt 1-1/+1
2007-05-08enlarge console.nameGravatar Andrew Morton 1-3/+2
2007-02-11[PATCH] drivers/char/vc_screen.c: proper prototypesGravatar Adrian Bunk 1-0/+4
2006-10-03[PATCH] vt: proper prototypes for some console functionsGravatar Adrian Bunk 1-0/+3
2006-09-26[PATCH] PM: make it possible to disable console suspendingGravatar Rafael J. Wysocki 1-0/+5
2006-06-26[PATCH] VT binding: Add binding/unbinding support for the VT consoleGravatar Antonino A. Daplas 1-1/+3
2006-06-25[PATCH] Make printk work for really early debuggingGravatar Michael Ellerman 1-0/+1
2006-06-19Add support for suspending and resuming the whole console subsystemGravatar Linus Torvalds 1-0/+4
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+133