aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/console.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-27vt: remove superfluous CONFIG_HW_CONSOLELukas Bulwahn1-1/+1
2024-01-27tty: vt: fix up kernel-docJiri Slaby (SUSE)1-3/+3
2024-01-27tty: vt: document the rest of struct conswJiri Slaby (SUSE)1-9/+25
2024-01-27tty: vt: remove unused consw::con_flush_scrollback()Jiri Slaby (SUSE)1-4/+0
2024-01-27tty: vt: remove consw::con_getxy()Jiri Slaby (SUSE)1-2/+0
2024-01-27tty: vt: remove consw::con_screen_pos()Jiri Slaby (SUSE)1-1/+0
2024-01-27tty: vt: change consw::con_set_origin() return typeJiri Slaby (SUSE)1-1/+4
2024-01-27tty: vt: make consw::con_font_default()'s name constJiri Slaby (SUSE)1-1/+1
2024-01-27tty: vt: make font of consw::con_font_set() constJiri Slaby (SUSE)1-2/+3
2024-01-27tty: vt: make types around consw::con_blank() boolJiri Slaby (SUSE)1-2/+5
2024-01-27tty: vt: use enum constants for VESA blanking modesJiri Slaby (SUSE)1-1/+2
2024-01-27tty: vt: define a common enum for VESA blanking constantsJiri Slaby (SUSE)1-6/+1
2024-01-27tty: vt: make consw::con_switch() return a boolJiri Slaby (SUSE)1-1/+3
2024-01-27tty: vt: remove CM_* constantsJiri Slaby (SUSE)1-6/+2
2024-01-27tty: vt: sanitize consw::con_putcs() parametersJiri Slaby (SUSE)1-2/+4
2024-01-27tty: vt: sanitize consw::con_putc() parametersJiri Slaby (SUSE)1-1/+4
2024-01-27tty: vt: sanitize arguments of consw::con_clear()Jiri Slaby (SUSE)1-2/+3
2024-01-27tty: vt: make init parameter of consw::con_init() a boolJiri Slaby (SUSE)1-1/+3
2024-01-27tty: vt: make consw::con_debug_*() return voidJiri Slaby (SUSE)1-12/+6
2024-01-27tty: vt: pass vc_resize_user as a parameterJiri Slaby (SUSE)1-1/+1
2023-11-03Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+8
2023-10-17printk: Constify name for add_preferred_console()Tony Lindgren1-1/+1
2023-10-17printk: Check valid console index for preferred consoleTony Lindgren1-1/+1
2023-10-17vgacon: remove screen_info dependencyArnd Bergmann1-0/+7
2023-09-18printk: nbcon: Allow drivers to mark unsafe regions and check stateThomas Gleixner1-0/+10
2023-09-18printk: nbcon: Add emit function and callback function for atomic printingThomas Gleixner1-0/+21
2023-09-18printk: nbcon: Add sequence handlingThomas Gleixner1-0/+4
2023-09-18printk: nbcon: Add buffer managementThomas Gleixner1-0/+7
2023-09-18printk: nbcon: Add acquire/release logicThomas Gleixner1-0/+56
2023-09-18printk: Add non-BKL (nbcon) console basic infrastructureThomas Gleixner1-0/+31
2023-07-20printk: Add per-console suspended stateJohn Ogness1-0/+3
2023-02-24Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+3
2023-01-19VT: Add height parameter to con_font_get/set consw operationsSamuel Thibault1-2/+3
2023-01-11console: Document struct consoleThomas Gleixner1-17/+37
2023-01-11console: Use BIT() macros for @flags valuesThomas Gleixner1-10/+36
2022-12-02printk, xen: fbfront: create/use safe function for forcing preferredJohn Ogness1-0/+1
2022-12-02console: introduce console_is_registered()John Ogness1-0/+28
2022-12-02console: introduce wrappers to read/write console flagsJohn Ogness1-0/+45
2022-12-02printk: introduce console_list_lockJohn Ogness1-3/+20
2022-12-02printk: Prepare for SRCU console list protectionJohn Ogness1-1/+27
2022-12-02printk: Convert console_drivers list to hlistThomas Gleixner1-3/+5
2022-06-23Revert "printk: add kthread console printers"Petr Mladek1-2/+0
2022-06-23Revert "printk: extend console_lock for per-console locking"Petr Mladek1-15/+0
2022-04-26printk: extend console_lock for per-console lockingJohn Ogness1-0/+15
2022-04-22printk: add kthread console printersJohn Ogness1-0/+2
2022-04-22printk: refactor and rework printing logicJohn Ogness1-0/+2
2021-11-27drm: Move nomodeset kernel parameter to the DRM subsystemJavier Martinez Canillas1-6/+0
2021-10-05serial: core: Fix initializing and restoring termios speedPali Rohár1-0/+2
2021-01-08Revert "init/console: Use ttynull as a fallback when there is no console"Petr Mladek1-3/+0
2020-12-16Merge tag 'printk-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+3
2020-11-20init/console: Use ttynull as a fallback when there is no consolePetr Mladek1-0/+3
2020-11-16console: Delete unused con_font_copy() callback implementationsPeilin Ye1-1/+0
2020-08-18vt: make vc_data pointers const in selection.hJiri Slaby1-1/+1
2020-06-24vt: get rid of VT10.ID macrosJiri Slaby1-6/+0
2020-06-24vc: switch state to boolJiri Slaby1-1/+1
2020-06-24vt: introduce enum vc_intensity for intensityJiri Slaby1-1/+4
2020-06-01Merge branch 'for-5.8' into for-linusPetr Mladek1-2/+1
2020-03-17Merge branch 'for-5.7-console-exit' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman1-0/+1
2020-02-18printk: Correctly set CON_CONSDEV even when preferred console was not registeredBenjamin Herrenschmidt1-1/+1
2020-02-11console: Introduce ->exit() callbackAndy Shevchenko1-0/+1
2020-01-21sparc/console: kill off obsolete declarationsArvind Sankar1-2/+0
2019-05-18panic: add an option to replay all the printk message in bufferFeng Tang1-1/+6
2018-07-31console: Replace #if 0 with atomic var 'ignore_console_lock_warning'Thomas Zimmermann1-5/+9
2018-06-28console/fbcon: Add support for deferred console takeoverHans de Goede1-0/+5
2018-02-27console: Fill in struct consw argument namesKees Cook1-26/+32
2017-04-18console: move console_init() out of tty_io.cNicolas Pitre1-0/+2
2017-01-25console: Add callback to flush scrollback buffer to consw structManuel Schölling1-0/+4
2016-12-13Merge tag 'tty-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-5/+11
2016-11-11Revert "console: don't prefer first registered if DT specifies stdout-path"Hans de Goede1-6/+0
2016-10-27tty: vt, cleanup and document con_scrollJiri Slaby1-5/+11
2016-10-07console: don't prefer first registered if DT specifies stdout-pathPaul Burton1-0/+6
2016-06-25tty: vt, remove consw->con_bmoveJiri Slaby1-1/+0
2016-06-25tty: vt, consw->con_set_palette cleanupJiri Slaby1-1/+3
2016-06-25tty: vt, consw->con_scrolldelta cleanupJiri Slaby1-1/+7
2016-05-23Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+2
2016-04-30tty: vt, make color_table constJiri Slaby1-1/+1
2016-03-30vgacon: dummy implementation for vgacon_text_forceDaniel Vetter1-0/+2
2016-01-16printk: do cond_resched() between lines while outputting to consolesTejun Heo1-0/+1
2015-06-25printk: implement support for extended console driversTejun Heo1-0/+1
2015-03-26console: Add extensible console matchingPeter Hurley1-2/+1
2013-05-20vt: delete unneeded function unregister_con_driverWang YanQing1-1/+0
2013-05-20vt: delete unneeded functions register_con_driver|take_over_consoleWang YanQing1-2/+0
2013-04-29early_printk: consolidate random copies of identical codeThomas Gleixner1-0/+1
2013-02-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+2
2013-02-08fb: Yet another band-aid for fixing lockdep messTakashi Iwai1-0/+1
2013-02-08fb: rework locking to fix lock ordering on takeoverAlan Cox1-0/+1
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach1-0/+5
2012-10-12tty/console: fix warnings in drivers/tty/serial/kgdboc.cArnd Bergmann1-2/+8
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-01-26console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn1-3/+3
2010-12-16tty: add 'active' sysfs attribute to tty0 and console deviceKay Sievers1-1/+1
2010-11-16console: move for_each_console to linux/console.hJiri Slaby1-0/+6
2010-08-06console: Fix compilation regressionJason Wessel1-0/+5
2010-08-05vt,console,kdb: implement atomic console enter/leave functionsJesse Barnes1-0/+13
2009-03-24vcs: hook sysfs devices into object lifetime instead of "binding"Kay Sievers1-2/+2
2008-12-29DRM: add mode setting supportDave Airlie1-0/+4
2008-05-27xen: Enable console tty by default in domU if it's not a dummyMarkus Armbruster1-0/+2
2008-04-30Basic braille screen reader supportSamuel Thibault1-0/+4
2007-10-18serial: turn serial console suspend a boot rather than compile time optionAndres Salomon1-5/+2
2007-10-16vt/vgacon: Check if screen resize request comes from userspaceAntonino A. Daplas1-1/+2
2007-07-16Remove unnecessary includes of spinlock.h under include/linuxRobert P. J. Day1-1/+0
2007-07-16serial: convert early_uart to earlycon for 8250Yinghai Lu1-0/+2
2007-05-08vt: add color support to the "underline" and "italic" attributesJan Engelhardt1-1/+1
2007-05-08enlarge console.nameAndrew Morton1-3/+2
2007-02-11[PATCH] drivers/char/vc_screen.c: proper prototypesAdrian Bunk1-0/+4
2006-10-03[PATCH] vt: proper prototypes for some console functionsAdrian Bunk1-0/+3
2006-09-26[PATCH] PM: make it possible to disable console suspendingRafael J. Wysocki1-0/+5
2006-06-26[PATCH] VT binding: Add binding/unbinding support for the VT consoleAntonino A. Daplas1-1/+3
2006-06-25[PATCH] Make printk work for really early debuggingMichael Ellerman1-0/+1
2006-06-19Add support for suspending and resuming the whole console subsystemLinus Torvalds1-0/+4
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+133